Claude Paroz c7b97ac3a7 Added missing backtick in instances docs. 5 years ago
..
class-based-views c2c27867ef Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views. 5 years ago
contrib 372eaa395f Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters. 5 years ago
files 5e00bd1f77 Removed unnecessary code-block directives in various docs. 5 years ago
forms ffcf1a8ebf Fixed #31118 -- Made FileInput to avoid the required attribute when initial data exists. 5 years ago
models c7b97ac3a7 Added missing backtick in instances docs. 5 years ago
templates d291c72bf2 Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags. 5 years ago
applications.txt 3930ec1bf2 Fixed #31062 -- Doc'd asgi.py in tutorials and project templates. 5 years ago
checks.txt 8b3e714ecf Fixed #30980 -- Improved error message when checking uniqueness of admin actions' __name__. 5 years ago
clickjacking.txt e8ad265ac8 Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_exempt. 5 years ago
csrf.txt 3fe5d0128b Rewrote CSRF JavaScript example without jQuery. 5 years ago
databases.txt c06492dd87 Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL. 5 years ago
django-admin.txt 20debf01bd Fixed typo in docs/ref/django-admin.txt. 5 years ago
exceptions.txt 89abecc75d Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones. 5 years ago
index.txt d37ea5f09b Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 5 years ago
middleware.txt 103a6f4307 Fixed some typos in comments and docs. 5 years ago
migration-operations.txt 06909fe084 Fixed #28273 -- Doc'd fast nullable column creation with defaults. 5 years ago
paginator.txt 17595407ca Fixed #14218 -- Added Paginator.__iter__(). 5 years ago
request-response.txt 56071826bb Refs #30752 -- Doc'd error reporting related optional request attributes. 5 years ago
schema-editor.txt 416c584cab Removed versionadded/changed annotations for 2.2. 5 years ago
settings.txt 13e4abf83e Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports. 5 years ago
signals.txt 632d7bbd3d Fixed typo in docs/ref/signals.txt. 5 years ago
template-response.txt 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
unicode.txt 198a2a9381 Removed unnecessary /static from links to PostgreSQL docs. 6 years ago
urlresolvers.txt 416c584cab Removed versionadded/changed annotations for 2.2. 5 years ago
urls.txt 422b875c65 Documented arguments for custom 500 error view. 5 years ago
utils.txt b2bd08bb7a Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ". 5 years ago
validators.txt ff1b19da67 Fixed #31029 -- Used more specific links to RFCs. 5 years ago
views.txt 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago