- 16 Kas, 2014 7 kayıt (commit)
-
-
Erik Romijn yazdı
-
Josh Smeaton yazdı
-
Julien Phalip yazdı
Fixes a race condition in the documentation. The example for django.contrib.admin.ModelAdmin.get_form was modifying self.exclude. However, since ModelAdmin instances are global and have no thread- or request-locality, this is not safe for concurrent requests. This updated documentation demonstrates a safe method to override admin forms on a per-request basis.
-
Marc Tamlyn yazdı
Fixed #23585 - Corrected internal comment.
-
Marc Tamlyn yazdı
Fixed #23690 - fixed examples of manual rendering of form fields
-
Tim Graham yazdı
-
Simon Charette yazdı
-
- 15 Kas, 2014 25 kayıt (commit)
-
-
Claude Paroz yazdı
-
Peter Sagerson yazdı
The example for django.contrib.admin.ModelAdmin.get_form modifies self.exclude. However, since ModelAdmin instances are global and have no thread- or request-locality, this is not safe for concurrent requests.[1] This updated documentation demonstrates a safe method to override admin forms on a per-request basis. [1] https://groups.google.com/forum/#!topic/django-users/AmoUDtEefyA
-
Andreas Madsack yazdı
Fixed #23808 -- Documented that migrations table is created when using runserver without migrating first.
-
Danilo Bargen yazdı
-
Berker Peksag yazdı
-
Fabio Natali yazdı
-
Carl Meyer yazdı
Fixes #23837: Replace list with deque in migration-planner for improved performance.
-
Claude Paroz yazdı
Thanks Reinout van Rees for the review.
-
Yigit Guler yazdı
-
Andrew Godwin yazdı
-
Erik Romijn yazdı
-
Marc Tamlyn yazdı
fixed #23834 -- added test and fix to check for default null on ArrayField
-
Niels Kouwenhoven yazdı
-
Yigit Guler yazdı
-
Daan Vielen yazdı
-
Tim Graham yazdı
This commit broke the tests on Python 3. This reverts commit 13d613f8.
-
Josh Smeaton yazdı
-
Andrew Godwin yazdı
Fixed #23827 -- TZ behavior in Storage API ref doc
-
Andrew Godwin yazdı
Use topological sort for migration operation dependency resolution
-
Klaas van Schelven yazdı
rather than an ad-hoc algorithm
-
Grzegorz Slusarek yazdı
Removed misleading comment and provide correct one, explaining idea behind hardcoded CSRF template context processor.
-
nmundar yazdı
Documentation for rendering form fields manually is now updated to use fields id_for_label instead of hardcoded values with additional mention of label_tag for alternative generation of complete label tag.
-
James Aylett yazdı
This is derived from the current behaviour of FileSystemStorage. Note that since this was not previously documented, other implementations may not currently conform.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 14 Kas, 2014 1 kayıt (commit)
-
-
Michael Manfre yazdı
Fixed #16358 - Made memcache backend delete old value on a failure to set.
-
- 13 Kas, 2014 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Adam DePue yazdı
The issue was fixed on master in e9103402 so this just forwardports the test and release notes from stable/1.7.x. Forwardport of 2d12a599 from stable/1.7.x
-