- 27 Mar, 2015 4 kayıt (commit)
-
-
Moritz Sichert yazdı
-
Caroline Simpson yazdı
Added a django.template logger without a default handler. Added logging if there is an exception while resolving variables in a template.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 26 Mar, 2015 4 kayıt (commit)
-
-
Matt Seymour yazdı
-
Marco Fucci yazdı
Added support for multiple m2m fields with the same 'to' model and with related_name set to '+'.
-
Bas Peschier yazdı
-
Bas Peschier yazdı
This introduces a force_append_slash argument for request.get_full_path() which is used by RedirectFallbackMiddleware and CommonMiddleware when handling redirects for settings.APPEND_SLASH.
-
- 25 Mar, 2015 12 kayıt (commit)
-
-
Bertrand Bordage yazdı
`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid comma-separated integer lists.
-
Tim Graham yazdı
-
Andrei Kulakov yazdı
-
Alex Hill yazdı
-
Alex Hill yazdı
This adds a new method, Apps.lazy_model_operation(), and a helper function, lazy_related_operation(), which together supersede add_lazy_relation() and make lazy model operations the responsibility of the App registry. This system no longer uses the class_prepared signal.
-
David Seddon yazdı
-
Raúl Cumplido yazdı
-
Fabio Natali yazdı
-
Anssi Kääriäinen yazdı
Field.rel is now deprecated. Rel objects have now also remote_field attribute. This means that self == self.remote_field.remote_field. In addition, made the Rel objects a bit more like Field objects. Still, marked ManyToManyFields as null=True.
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
Previously related fields didn't implement get_lookup, instead related fields were treated specially. This commit removed some of the special handling. In particular, related fields return Lookup instances now, too. Other notable changes in this commit is removal of support for annotations in names_to_path().
-
- 24 Mar, 2015 8 kayıt (commit)
-
-
Michael Blatherwick yazdı
-
Tim Graham yazdı
Thanks Tuttle for the report and draft patch, and Carl Meyer for help and review.
-
Riccardo Magliocchetti yazdı
Consolidated it in one file and move the DOM related stuff to the template so it is easily overridable. To override the popup behavior you need to add handlers for the custom events triggered in the admin_change_form_document_ready template block.
-
David Szotten yazdı
If Field.choices is provided as an iterator, consume it in __init__ instead of using itertools.tee (which ends up holding everything in memory anyway). Fixes a bug where deconstruct() was consuming the iterator but bypassing the call to `tee`.
-
Carolina yazdı
-
Matt Seymour yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
It's unused since f0f327bb.
-
- 23 Mar, 2015 8 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
andy matthews yazdı
-
Baptiste Mispelon yazdı
-
Michael Blatherwick yazdı
-
TomV yazdı
-
Bas Peschier yazdı
-
Varun Sharma yazdı
-
Bas Peschier yazdı
When reversing, only outer parameters are used if captured parameters are nested. Added tests to check the edge cases and documentation for the behavior with an example to avoid it.
-
- 22 Mar, 2015 4 kayıt (commit)
-
-
Berker Peksag yazdı
-
Iacopo Spalletti yazdı
Edited localflavor doc to point to the external package documentation, leaving just the 'How to migrate' section in Django.
-
Alain IVARS yazdı
-
Josh Smeaton yazdı
-