0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/topics
2011-10-13 11:00:08 +00:00
..
db Fixed #16937 - added QuerySet.prefetch_related to prefetch many related objects. 2011-10-05 23:14:52 +00:00
forms
http Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse and middleware handling. Refs #16004. Thanks ptone. 2011-10-11 22:21:14 +00:00
i18n Removed a couple of notes associated with deprecated utilities from the localization document to unclutter it a bit. 2011-10-13 11:00:08 +00:00
auth.txt Removed use of non-standard indentation rules in docs, and the custom transform that supported them. 2011-10-10 17:32:33 +00:00
cache.txt
class-based-views.txt
conditional-view-processing.txt
email.txt
files.txt
generic-views-migration.txt
generic-views.txt
index.txt
install.txt
logging.txt
pagination.txt
security.txt
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt Removed use of non-standard indentation rules in docs, and the custom transform that supported them. 2011-10-10 17:32:33 +00:00
testing.txt Fixed #17011 - Made override_settings modify a decorated class in-place rather than creating a dynamic subclass, so as to avoid infinite recursion when used with super(). Thanks jsdalton for the report and patch. 2011-10-08 08:16:17 +00:00