- 10 May, 2014 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Previously, known related objects overwrote related objects loaded though select_related. This could cancel the effect of select_related when it was used over more than one level. Thanks boxm for the bug report and timo for bisecting the regression.
-
Aymeric Augustin yazdı
Thanks Shai for the thorough review.
-
Stephen Burrows yazdı
Made explicit lack of microsecond handling by built-in datetime form fields. Used that explicitness to appropriately nix microsecond values in bound fields. Thanks Claude Paroz for the review.
-
- 09 May, 2014 6 kayıt (commit)
-
-
Claude Paroz yazdı
-
Malcolm Box yazdı
Refactored cache expiry logic for Locmemcache to make consistent across all places where accessed, and correctly handle None as expiry time.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
David Szotten yazdı
Compare parameters instead of re.pattern instances, and add the other parameters to the comparison. Also add a __ne__ to make assertNotEqual work properly.
-
- 08 May, 2014 9 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Oracle and SQL Server don't have exactly the same limitations. It's worth treating them differently.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
This reduces the number of explicit vendor checks.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
-
Andrew Godwin yazdı
-
Ramiro Morales yazdı
It's the one shown when the optional integration described in https://docs.djangoproject.com/en/dev/ref/contrib/admin/#adding-a-password-reset-feature is used. Follow-up to commits 6f470650 and 1d42a86e, together they fix different small UI regressions after a962286b. Refs #21293.
-
- 07 May, 2014 11 kayıt (commit)
-
-
Alex Gaynor yazdı
Insert space
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
You're not allowed to do this after you've made migrations; see ticket for more details.
-
Markus Amalthea Magnuson yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
- 06 May, 2014 5 kayıt (commit)
-
-
Tim Graham yazdı
Thanks david.fischer.ch at gmail.com for the report.
-
Claude Paroz yazdı
Refs #20610.
-
Claude Paroz yazdı
In some cases, this could lead to migrations written with Python 2 being incompatible with Python 3. Thanks Tim Graham for the report and Loïc Bistuer for the advices.
-
Claude Paroz yazdı
Refs #22564.
-
Ben Davis yazdı
-
- 05 May, 2014 5 kayıt (commit)
-
-
Tom yazdı
This change is required after the introduction of SessionAuthenticationMiddleware to the default middleware
-
Loic Bistuer yazdı
Thanks Anubhav Joshi and Tim Graham for the reviews.
-
Anssi Kääriäinen yazdı
Ordering by reverse foreign key was broken by custom lookups patch (commit 20bab2cf). Thanks to everybody who helped solving this issue. Special thanks to Trac alias takis for reporting this.
-
Tim Graham yazdı
-
Jakub Roztocil yazdı
When custom lookups were added, converting the search lookup to use the new Lookup infrastructure wasn't done. Some changes were needed to the added test, main change done by committer was ensuring the test works on MySQL versions prior to 5.6.
-