1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref
navneet suman 3390550f6f Fixed #22145 -- Clarified docs on Field.blank and Field.null options.
Thanks skipjack at peru.com for the suggestion.
2014-02-25 20:59:34 -05:00
..
class-based-views Fixed docs typos. 2014-02-25 10:28:32 -05:00
contrib Fixed docs typos. 2014-02-25 10:28:32 -05:00
files
forms Fixed #21654 -- Documented a use-case for Form.errors.as_data(). 2014-02-14 06:52:50 -05:00
models Fixed #22145 -- Clarified docs on Field.blank and Field.null options. 2014-02-25 20:59:34 -05:00
templates Fixed #21881 -- Clarify behavior of {% ssi %} template tag. 2014-02-23 12:00:24 +01:00
applications.txt Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready(). 2014-02-15 13:50:31 -05:00
checks.txt Fixed docs typos. 2014-02-25 10:28:32 -05:00
clickjacking.txt
databases.txt
django-admin.txt Fixed docs typos. 2014-02-25 10:28:32 -05:00
exceptions.txt Fixed docs typos. 2014-02-25 10:28:32 -05:00
index.txt Fixed warnings when building the documentation. 2014-02-22 21:43:50 +01:00
middleware.txt
migration-operations.txt Add reference documentation for operations and stubs for schemaeditor. 2014-02-12 18:53:35 +00:00
request-response.txt Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded responses. 2014-02-14 18:25:19 -05:00
schema-editor.txt Add reference documentation for operations and stubs for schemaeditor. 2014-02-12 18:53:35 +00:00
settings.txt Fixed docs typos. 2014-02-25 10:28:32 -05:00
signals.txt Fixed docs typos. 2014-02-25 10:28:32 -05:00
template-response.txt
unicode.txt
urlresolvers.txt Fixed #22063 -- Added reference to NoReverseMatch from the reverse() documentation 2014-02-23 13:45:52 +01:00
urls.txt
utils.txt Fixed #22120 -- Documented persistent activation of languages and cleaned up language session key use 2014-02-22 18:29:06 +01:00
validators.txt
views.txt