1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/topics
2011-05-06 13:29:24 +00:00
..
db
forms
http Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmith for the sugggestion. 2011-05-01 20:08:55 +00:00
i18n
auth.txt Fixed #15827 - Documented that OneToOneField in Profile should be named 'user'; thanks lawgon. 2011-05-04 23:44:26 +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 Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth for the report; jonash for the patch. 2011-04-24 23:53:24 +00:00
pagination.txt
serialization.txt Fixed #15889 -- when trying to access to access a serializer that doesn't exist, raise a new SerializerDoesNotExist exception. Thanks to Mathieu Agopian for the patch. 2011-04-26 16:49:32 +00:00
settings.txt
signals.txt
templates.txt
testing.txt Added TestCase.settings context manager to easily override settings in test methods. 2011-05-06 13:29:24 +00:00