- 03 Haz, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 02 Haz, 2014 5 kayıt (commit)
-
-
Bryce Nesbitt yazdı
-
Nick Presta yazdı
Thanks Daniel Pope for the suggestion.
-
Tim Graham yazdı
Thanks Rudolph for the report.
-
Craig de Stigter yazdı
Removed the FieldError raised by ModelBase.__new__ in this case.
-
Tim Graham yazdı
This reverts commit 9d1987d7.
-
- 01 Haz, 2014 8 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the report and Simon Charette for the review.
-
Vincent-Vega yazdı
refs #19195.
-
Simon Charette yazdı
Thanks to Trac alias tbartelmess for the report and the test project.
-
Fabio Rueda yazdı
-
Jonathan Lindén yazdı
-
José L. Patiño yazdı
-
Aymeric Augustin yazdı
Fixed #20550 -- Added ability to preserve test db between runs
-
Florian Apolloner yazdı
This reverts commit cb9c9a7b.
-
- 31 May, 2014 2 kayıt (commit)
-
-
Alex Gaynor yazdı
Note that the stdlib's version of pbkdf2_hmac will also be used in the upcoming Python 2.7.8 release
-
Alex Gaynor yazdı
-
- 30 May, 2014 3 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Moayad Mardini yazdı
Thanks apollo13 for the review.
-
Guillaume Pannatier yazdı
Thanks matklad for the report.
-
- 29 May, 2014 12 kayıt (commit)
-
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-
Andrew Godwin yazdı
Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
-
Andrew Godwin yazdı
-
Moayad Mardini yazdı
`makemigrations` will automatically create the package specified in `MIGRATION_MODULES` if it doesn't already exist. Thanks ovidiuc4 for the report.
-
Andrew Godwin yazdı
Making SQL management commands migration aware.
-
-
Antonis Christofides yazdı
Thanks Simon Charette and Tim Graham for the reviews.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Andrew Godwin yazdı
Fixed #22720 -- Migrations attempt to create _order twice.
-
- 28 May, 2014 8 kayıt (commit)
-
-
-
-
Shai Berger yazdı
-
Florian Apolloner yazdı
Python 2.7.7 includes compare_digest in the hmac module, but it requires both arguments to have the same type. This is usually not a problem on Python 3 since everything is text, but we have mixed unicode and str on Python 2 -- hence make sure everything is bytes before feeding it into compare_digest.
-
Guillaume Pannatier yazdı
Thanks danielsamuels for the report
-
Shai Berger yazdı
While at it, fixed a problem in returning empty values (still with BinaryField/Oracle/Python3).
-
Greg Chapple yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for the report.
-
- 27 May, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-