- 07 Haz, 2014 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Unai Zalakain yazdı
``HttpRequest.build_absolute_uri()`` now correctly handles paths starting with ``//``. ``WSGIRequest`` now doesn't remove all the leading slashes either, because ``http://test/server`` and http://test//server`` aren't the same thing (RFC2396). Thanks to SmileyChris for the initial patch.
-
Tim Graham yazdı
Thanks santiagobasulto for the suggestion.
-
Aymeric Augustin yazdı
Prevented unlimited memory consumption when running background tasks with DEBUG=True. Thanks Rob, Alex, Baptiste, and others.
-
Simon Charette yazdı
-
Tim Graham yazdı
sphinx 1.2+ adds this text itself.
-
- 06 Haz, 2014 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
Fixed #20550 -- Added keepdb argument to destroy_test_db
-
Claude Paroz yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
Fixes #22605, #22735; also lays the ground for some other fixes.
-
Andrew Godwin yazdı
Fixed #22725 - Migration.run_before does nothing
-
- 05 Haz, 2014 12 kayıt (commit)
-
-
Aymeric Augustin yazdı
Forward-port of c9aedce0 from stable/1.7.x.
-
Aymeric Augustin yazdı
Forward-port of 1238f92c from stable/1.7.x.
-
Greg Chapple yazdı
-
Susan Tan yazdı
Thanks Florian for the bug report, luyikei for the initial code patch, and Bouke for the code review feedback.
-
Éric Araujo yazdı
-
Anubhav Joshi yazdı
This prevents silent data loss. Thanks Aymeric Augustin for the initial patch and Loic Bistuer for the review.
-
Moayad Mardini yazdı
Thanks clime for the report.
-
Konstantin Koroviev yazdı
-
Aymeric Augustin yazdı
Previously this was conflated with another Oracle-specific behavior.
-
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 3 kayıt (commit)
-
-
Bryce Nesbitt yazdı
-
Nick Presta yazdı
Thanks Daniel Pope for the suggestion.
-
Tim Graham yazdı
Thanks Rudolph for the report.
-