0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/ref
2022-05-16 06:46:53 +02:00
..
class-based-views Updated note about ListView pagination example in CBV docs. 2022-04-19 21:38:49 +02:00
contrib Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone. 2022-05-16 06:46:53 +02:00
files
forms Fixed #32559 -- Added 'step_size’ to numeric form fields. 2022-05-12 14:16:52 +02:00
models Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc(). 2022-05-12 11:30:03 +02:00
templates Fixed #33639 -- Enabled cached template loader in development. 2022-04-19 12:13:27 +02:00
applications.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
checks.txt Fixed #30581 -- Added support for Meta.constraints validation. 2022-05-10 11:22:23 +02:00
clickjacking.txt
csrf.txt Refs #28592 -- Created a new CSRF how-to document. 2022-03-17 06:53:53 +01:00
databases.txt Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4. 2022-05-04 06:28:51 +02:00
django-admin.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
exceptions.txt
index.txt
logging.txt
middleware.txt Corrected CSRF reference in middleware docs. 2022-03-17 06:03:10 +01:00
migration-operations.txt Refs #27064 -- Added RenameIndex migration operation. 2022-05-12 20:44:03 +02:00
paginator.txt
request-response.txt Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_age argument. 2022-03-07 07:57:14 +01:00
schema-editor.txt Refs #27064 -- Added RenameIndex migration operation. 2022-05-12 20:44:03 +02:00
settings.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
signals.txt Changed some words to use inline markup. 2022-03-10 10:18:31 +01:00
template-response.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
unicode.txt Updated Oracle docs links to Oracle 21c. 2022-03-29 09:41:57 +02:00
urlresolvers.txt Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
urls.txt
utils.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
validators.txt Fixed #32559 -- Added 'step_size’ to numeric form fields. 2022-05-12 14:16:52 +02:00
views.txt