django/docs/ref
Nick Pope 06c5d3fafc Fixed -- Added Random database function. 2020-10-02 06:58:03 +02:00
..
class-based-views Fixed -- Reverted "Fixed -- Deprecated TemplateView passing URL kwargs into context." 2020-08-24 11:37:59 +02:00
contrib Fixed -- Doc'd how to modify served files' content types on Windows. 2020-10-01 13:32:26 +02:00
files Fixed -- Made TemporaryFileUploadHandler handle interrupted uploads. 2020-09-30 10:30:43 +02:00
forms Fixed -- Doc'd empty_value for CharField subclasses. 2020-09-25 12:36:33 +02:00
models Fixed -- Added Random database function. 2020-10-02 06:58:03 +02:00
templates Fixed -- Doc'd circular template inheritance 2020-08-05 11:36:14 +02:00
applications.txt Fixed -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
checks.txt Fixed -- Added support for database collations to Char/TextFields. 2020-09-21 18:24:56 +02:00
clickjacking.txt Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
csrf.txt Refs -- Replaced var with const/let in documentation JS. 2020-06-24 12:20:57 +02:00
databases.txt Fixed -- Allowed select_for_update(of) on MySQL 8.0.1+. 2020-07-13 10:15:43 +02:00
django-admin.txt Fixed typo in docs/ref/django-admin.txt. 2020-08-18 06:28:30 +02:00
exceptions.txt Mentioned ASGI handler in SuspiciousOperation docs. 2020-09-09 09:05:28 +02:00
index.txt Fixed -- Moved django.core.paginator documentation to API Reference. 2019-07-04 11:04:39 +02:00
middleware.txt Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
migration-operations.txt Fixed -- Allowed specifying migration filename in Operation. 2020-05-28 11:42:53 +02:00
paginator.txt Fixed -- Extracted admin pagination to Paginator.get_elided_page_range(). 2020-08-06 12:38:56 +02:00
request-response.txt Fixed -- Doc'd HttpResponse.get()/items(). 2020-10-01 09:44:40 +02:00
schema-editor.txt Removed obsolete references to South database migrations. 2020-03-23 11:55:58 +01:00
settings.txt Fixed -- Made test database creation sync apps models when migrations are disabled. 2020-09-23 10:54:04 +02:00
signals.txt Refs -- Made minor edits to Model._state docs. 2020-07-16 20:50:53 +02:00
template-response.txt Fixed -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
unicode.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
urlresolvers.txt Fixed -- Made technical 404 debug page display the tried URL patterns for Http404. 2020-09-07 06:54:19 +02:00
urls.txt Fixed -- Deprecated django.conf.urls.url(). 2020-05-05 07:34:34 +02:00
utils.txt Fixed -- 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 Fixed -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00