- 05 Haz, 2014 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
Several database backends struggle with binary data. This change minimizes the risk of unrelated tests failures when binary fields trigger errors. Forward-port of 2e4bcb9b from stable/1.7.x.
-
Aymeric Augustin yazdı
This allows these tests to run on databases that reject duplicate NULL values in unique fields e.g. SQL Server. Forward port of 4fb50a9a from stable/1.7.x.
-
Zbigniew Siciarz yazdı
-
- 04 Haz, 2014 5 kayıt (commit)
-
-
Guillaume Pannatier yazdı
Thanks smeaton for report and Joël Rochat for spell check
-
Tim Graham yazdı
Thanks django at patjack.co.uk.
-
Anubhav Joshi yazdı
Thanks peterbe for the report.
-
gyx1000 yazdı
Thanks danielsamuels for the report
-
Claude Paroz yazdı
Thanks David Fischer for the report and Moayad Mardini for the review.
-
- 03 Haz, 2014 7 kayıt (commit)
-
-
Alexandr Shurigin yazdı
-
Tim Graham yazdı
-
INADA Naoki yazdı
-
Egor Semiguzov yazdı
-
Tim Graham yazdı
Unicode method on model should return unicode
-
Tim Graham yazdı
-
Ryan Nowakowski yazdı
The example of a __unicode__ model method should return a unicode value instead of a string.
-
- 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 7 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.
-
-