1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/docs/ref
2020-04-10 12:00:27 +02:00
..
class-based-views Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context. 2020-03-23 08:11:14 +01:00
contrib Fixed Sphinx warnings on duplicate object descriptions. 2020-04-07 09:48:52 +02:00
files Removed unnecessary code-block directives in various docs. 2019-12-23 14:47:13 +01:00
forms Refs #10427 -- Corrected BoundField.css_classes() signature in docs. 2020-04-10 07:37:54 +02:00
models Fixed #28184 -- Allowed using a callable for FileField and ImageField storage. 2020-04-08 11:26:17 +02:00
templates Fixed highlightlang deprecation warning on Sphinx 1.8+. 2020-04-07 09:48:52 +02:00
applications.txt Clarified AppConfig.ready() docs example. 2020-01-22 13:45:22 +01:00
checks.txt Fixed #31351 -- Added system checks for partial indexes and unique constraints support. 2020-04-10 12:00:27 +02:00
clickjacking.txt
csrf.txt Prevented (and corrected) single backtick usage in docs. 2020-04-01 14:55:11 +02:00
databases.txt Corrected docs spelling of PgBouncer. 2020-04-01 14:55:11 +02:00
django-admin.txt Fixed #31402 -- Added migrate --check option. 2020-03-26 20:12:39 +01:00
exceptions.txt Refs #31224 -- Doc'd async adapter functions. 2020-03-13 07:13:44 +01:00
index.txt
middleware.txt
migration-operations.txt Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL. 2020-04-01 10:58:41 +02:00
paginator.txt
request-response.txt Prevented (and corrected) single backtick usage in docs. 2020-04-01 14:55:11 +02:00
schema-editor.txt Removed obsolete references to South database migrations. 2020-03-23 11:55:58 +01:00
settings.txt Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option. 2020-03-27 06:32:42 +01:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #30864 -- Doc'd classproperty decorator. 2020-03-31 10:46:48 +02:00
validators.txt
views.txt