django/docs/ref
Nick Pope 6d4efa8e6a Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
Keeps precision instead of forcing DecimalField to FloatField.
2019-01-14 14:39:46 -05:00
..
class-based-views
contrib Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optional. 2019-01-11 18:02:43 -05:00
files Fixed word choice in ContentFile example. 2018-07-07 17:20:02 -04:00
forms
models Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin. 2019-01-14 14:39:46 -05:00
templates
applications.txt
checks.txt
clickjacking.txt
csrf.txt
databases.txt Refs #28643 -- Added NullIf database function. 2019-01-10 12:10:12 -05:00
django-admin.txt Fixed #27685 -- Added watchman support to the autoreloader. 2019-01-13 20:33:47 -05:00
exceptions.txt Removed versionadded/changed annotations for 1.11. 2017-09-22 12:51:18 -04:00
index.txt
middleware.txt
migration-operations.txt Fixed typo in docs/ref/migration-operations.txt. 2019-01-02 17:56:25 -05:00
request-response.txt Added examples to HttpRequest.build_absolute_uri() docs. 2018-12-29 19:44:45 -05:00
schema-editor.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt Fixed #28766 -- Added ResolverMatch.route. 2018-12-06 18:05:40 -05:00
urls.txt
utils.txt
validators.txt
views.txt