- 03 Şub, 2015 6 kayıt (commit)
-
-
Preston Timmons yazdı
-
Anssi Kääriäinen yazdı
The method is mainly intended for use with UUIDField. For UUIDField we want to call the field's default even when primary key value is explicitly set to None to match the behavior of AutoField. Thanks to Marc Tamlyn and Tim Graham for review.
-
Tim Graham yazdı
Thanks jekka-ua for the report and patch.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
Specifically in rendering shortcuts, template responses, and class-based views that return template responses. Also added a test for render_to_response(status=...) which was missing from fdbfc980. Thanks Tim and Carl for the review.
-
- 02 Şub, 2015 7 kayıt (commit)
-
-
Tim Graham yazdı
This function is unused since dce820ff after being introduced in 718a5ba1
-
Matt Westcott yazdı
Fixed #24255 -- Specifed 'fields' parameter in modelformset_factory / inlineformset_factory examples.
-
Tim Graham yazdı
This function is unused since 6fe2b001
-
Tim Graham yazdı
-
Tim Graham yazdı
This method is unused since f567d04b
-
Tim Graham yazdı
This method was inadvertently reintroduced in f59fd15c
-
Tim Graham yazdı
This method is unused since 337d102b
-
- 01 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 31 Ock, 2015 3 kayıt (commit)
-
-
Tim Graham yazdı
Needed for tests for migrations handling of database defaults.
-
Tim Graham yazdı
This method is unused since 8717b066.
-
Tim Graham yazdı
-
- 30 Ock, 2015 7 kayıt (commit)
-
-
Claude Paroz yazdı
-
Tim Graham yazdı
This reverts commit da79ccca. This optimized the unsuccessful case at the expense of the successful one.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Loic Bistuer yazdı
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
-
Andrei Kulakov yazdı
-
Tim Graham yazdı
-
- 29 Ock, 2015 6 kayıt (commit)
-
-
Samuel Colvin yazdı
-
Simon Charette yazdı
An explicit `__exact` lookup in the related managers filters was interpreted as a reference to a foreign `exact` field. Thanks to Trac alias zhiyajun11 for the report, Josh for the investigation, Loïc for the test name and Tim for the review.
-
Matt yazdı
-
Tim Graham yazdı
-
Reza Mohammadi yazdı
Reference: http://lh.2xlibre.net/locale/fa_IR/
-
Tim Graham yazdı
-
- 28 Ock, 2015 5 kayıt (commit)
-
-
Tim Graham yazdı
Django imports threading in many other places without fallback.
-
Tim Graham yazdı
-
Jon Dufresne yazdı
-
Emin Mastizada yazdı
-
Tim Graham yazdı
-
- 27 Ock, 2015 5 kayıt (commit)
-
-
Josh Smeaton yazdı
Removed unused method and updated docstrings.
-
Josh Smeaton yazdı
-
Josh Smeaton yazdı
-
Raul Cumplido yazdı
Thanks Tom Christie for the report and review.
-
Loic Bistuer yazdı
-