1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/ref
Nick Pope d526b07784 Fixed #26974 -- Added HashIndex to django.contrib.postgres.
Thanks Akshesh Doshi for the initial implementation.
2018-08-02 10:39:18 -04:00
..
class-based-views
contrib Fixed #26974 -- Added HashIndex to django.contrib.postgres. 2018-08-02 10:39:18 -04:00
files Fixed word choice in ContentFile example. 2018-07-07 17:20:02 -04:00
forms
models Fixed typos in comments and docs. 2018-08-01 16:09:22 -04:00
templates Fixed typo in docs/ref/templates/builtins.txt. 2018-07-04 13:15:35 -04:00
applications.txt
checks.txt Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
clickjacking.txt
csrf.txt Removed duplicate words in docs. 2018-07-18 11:24:06 -04:00
databases.txt Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite. 2018-07-25 18:08:57 -04:00
django-admin.txt
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
request-response.txt
schema-editor.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Refs #24733 -- Documented arguments for custom error views. 2018-07-31 17:02:40 -04:00
utils.txt Fixed utils.html.escape()'s docs with regards to string coercion. 2018-07-18 14:15:42 -04:00
validators.txt Fixed argument name for validators inheriting from BaseValidator. 2018-06-30 18:58:35 -04:00
views.txt