- 20 Nis, 2014 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Thanks Jon Foster for the report.
-
- 18 Nis, 2014 17 kayıt (commit)
-
-
Andrew Gorcester yazdı
Changed the migration autodetector to remove models last so that FK and M2M fields will not be left as dangling references. Added a check in the migration state renderer to error out in the presence of dangling references instead of leaving them as strings. Fixed a bug in the sqlite backend to handle the deletion of M2M fields with "through" models properly (i.e., do nothing successfully). Thanks to melinath for report, loic for tests and andrewgodwin and charettes for assistance with architecture.
-
Tim Graham yazdı
-
Moayad Mardini yazdı
Thanks tobami at gmail.com for the report.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Binary mode added in ed532a6a is not supported by ZipFile. Refs #22399.
-
Tim Graham yazdı
-
Claude Paroz yazdı
This might help on systems where default encoding is not UTF-8 (and on Python 3). Thanks bacilla for the report.
-
Tim Graham yazdı
-
Erik Romijn yazdı
Thanks to aruseni for the report.
-
Tim Graham yazdı
-
amatellanes yazdı
-
Simon Charette yazdı
-
Alex Gaynor yazdı
Fixed #22464 - included contrib/gis/static in tarball
-
Moayad Mardini yazdı
After switching to setuptools in commit 66f546b9, contrib/gis/static isn't included in tarball anymore, this commit adds that path to be `recursive-include` in `MANIFEST.in`
-
Simon Charette yazdı
This reverts commit 00e3b9a2. It's causing a regression when tested with the proxy_model_inheritance tests.
-
Moayad Mardini yazdı
The warning hint of `_check_test_runner` of 1.6 compatibility had a link to a general release note. The link should be edited to refer the relevant "Backwards incompatible changes in 1.6" section that documents the cause and the possible solutions and workarounds of the warning.
-
Tim Graham yazdı
Thanks Karen Tracey for the report.
-
- 17 Nis, 2014 14 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Loic for the report.
-
Donald Stufft yazdı
Use the stdlib's PBKDF2 implementation when available.
-
Donald Stufft yazdı
Include an 'extra_requires' for bcrypt
-
Claude Paroz yazdı
Refs #22456.
-
Claude Paroz yazdı
3857 is now the official EPSG code for the Google spherical mercator projection and some recent versions of GDAL do not recognize 900913 any longer. Thanks Tim Graham for the report and initial patch.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
This is a bit faster than ours, which is good, because it lets you increase the iteration counts. This will be used on Python 3.4+, and, pending the acceptance of PEP466, on newer Python 2.7s.
-
Andrew Gorcester yazdı
Changed the migration autodetector to remove models last so that FK and M2M fields will not be left as dangling references. Added a check in the migration state renderer to error out in the presence of dangling references instead of leaving them as strings. Fixed a bug in the sqlite backend to handle the deletion of M2M fields with "through" models properly (i.e., do nothing successfully). Thanks to melinath for report, loic for tests and andrewgodwin and charettes for assistance with architecture.
-
Tim Graham yazdı
Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor of installing sqlparse." This reverts commit 071c9337. This introduced a regression on MySQL and custom SQL is deprecated.
-
chriscauley yazdı
Thanks tomwys for the suggestion.
-
Ben Davis yazdı
Thanks EvilDMP for the suggestions.
-
- 16 Nis, 2014 7 kayıt (commit)
-
-
Justin Hamade yazdı
Thanks maciej.pawlisz for the report, and charettes for the review.
-
Mariano Rezk yazdı
-
Simon Charette yazdı
-
Motiejus Jakštys yazdı
-
Tim Graham yazdı
-
Jordi Yeh yazdı
The published commnand was not working when the user did not have the git client set-up with the public-key. Changed the contributing guide to clone it from https instead.
-
Tim Graham yazdı
Thanks Eugenio Cano-Manuel.
-