django/docs/ref
Mariusz Felisiak 52fec5d18f
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
2018-10-11 11:43:16 +02:00
..
class-based-views Corrected ModelFormMixin.form_invalid() signature in docs. 2018-08-27 20:52:33 -04:00
contrib Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
files
forms Emphasized that TemplatesSetting must be used to override widget templates. 2018-09-11 15:14:53 -04:00
models Emphasized that ForeignKey.on_delete doesn't create a SQL constraint. 2018-10-10 14:56:50 -04:00
templates Refs #20910 -- Replaced snippet directive with code-block. 2018-09-10 13:00:34 -04:00
applications.txt
checks.txt Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField. 2018-10-02 19:17:23 -04:00
clickjacking.txt
csrf.txt Removed duplicate words in docs. 2018-07-18 11:24:06 -04:00
databases.txt Fixed #29836 -- Bumped required cx_Oracle to 6.0. 2018-10-11 11:43:16 +02:00
django-admin.txt Refs #29722 -- Added introspection of materialized views for PostgreSQL. 2018-10-02 14:02:04 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
request-response.txt
schema-editor.txt
settings.txt Improved tone in docs/ref/settings.txt. 2018-10-04 11:35:19 -04:00
signals.txt
template-response.txt
unicode.txt Refs #27778 -- Removed "The database API" section from "Unicode data" docs. 2018-10-04 09:10:20 -04:00
urlresolvers.txt
urls.txt Refs #24733 -- Documented arguments for custom error views. 2018-07-31 17:02:40 -04:00
utils.txt Refs #27795 -- Removed force_bytes() usage from django/utils/http.py. 2018-10-10 14:38:22 -04:00
validators.txt
views.txt