1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/docs/ref
Jon Dufresne ba31b01034
Fixed #31747 -- Fixed model enumeration via admin URLs.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2021-01-12 14:37:56 +01:00
..
class-based-views Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context." 2020-08-24 11:37:59 +02:00
contrib Fixed #31747 -- Fixed model enumeration via admin URLs. 2021-01-12 14:37:56 +01:00
files Fixed typo in docs/ref/files/storage.txt. 2020-12-21 07:34:45 +01:00
forms Fixed typo in docs/ref/forms/widgets.txt. 2020-12-15 21:12:26 +01:00
models Removed unused import in docs/ref/models/expressions.txt. (#13879) 2021-01-12 10:51:38 +01:00
templates Fixed typo in docs/ref/templates/builtins.txt. 2021-01-04 07:34:53 +01:00
applications.txt Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
checks.txt Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code. 2021-01-12 11:22:13 +01:00
clickjacking.txt
csrf.txt Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. 2020-10-07 10:03:10 +02:00
databases.txt Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. 2020-12-30 09:01:56 +01:00
django-admin.txt Removed redundant sentence in 'check' management command docs. 2020-12-14 06:31:53 +01:00
exceptions.txt Mentioned ASGI handler in SuspiciousOperation docs. 2020-09-09 09:05:28 +02:00
index.txt
middleware.txt Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
migration-operations.txt
paginator.txt Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range(). 2020-08-06 12:38:56 +02:00
request-response.txt Fixed #29356 -- Clarified docs for QueryDict.getlist() default. 2020-10-08 14:19:51 +02:00
schema-editor.txt Fixed outdated notes in SchemaEditor docs. 2020-10-20 09:49:05 +02:00
settings.txt Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS. 2021-01-04 07:49:30 +01:00
signals.txt Refs #31502 -- Made minor edits to Model._state docs. 2020-07-16 20:50:53 +02:00
template-response.txt Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
unicode.txt
urlresolvers.txt Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404. 2020-09-07 06:54:19 +02:00
urls.txt
utils.txt Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores. 2020-05-29 06:47:51 +02:00
validators.txt Improved RegexValidator docs. 2020-06-30 12:44:10 +02:00
views.txt