summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak2018-11-263-4/+11
* Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich2018-11-261-2/+3
* Refs #23801 -- Made integer field max_length warning show correct field type.Nick Pope2018-11-231-1/+2
* Fixed typo in docs/topics/i18n/translation.txt.andreage2018-11-231-1/+1
* Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak2018-11-211-0/+7
* Fixed #29953 -- Added CSS class to column headers in tabular inlines.redodo2018-11-201-1/+2
* Refs #29849 -- Forwardported 2.1.4 release note.Tim Graham2018-11-201-0/+3
* Corrected docs and removed unused code for got_request_exception signal's sen...Tim Graham2018-11-201-1/+1
* Refs #29722 -- Added introspection of partitions for PostgreSQL.Nick Pope2018-11-192-1/+16
* Fixed #29478 -- Added support for mangled names to cached_property.Thomas Grainger2018-11-192-6/+44
* Doc'd purpose of "Database backend API" backwards incompatible changes section.Tim Graham2018-11-172-0/+6
* Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.Tim Graham2018-11-173-5/+6
* Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz2018-11-163-2/+10
* Removed release date for 2.0.10 and 1.11.17.Tim Graham2018-11-162-4/+4
* Fixed #29864 -- Added link targets for low-level cache API.Prabakaran Kumaresshan2018-11-152-6/+31
* Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...Mathew Payne2018-11-151-1/+3
* Used auto-numbered lists in documentation.François Freitag2018-11-1536-173/+169
* Fixed #29939 -- Increased Group.name max_length to 150 characters.Timothy Allen2018-11-142-2/+8
* Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.Basil Dubyk2018-11-141-0/+5
* Fixed typo in docs/ref/middleware.txt.Daniel Musketa2018-11-141-1/+1
* Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.Mariusz Felisiak2018-11-132-0/+17
* Fixed #29940 -- Recommended using the ORM rather than raw SQL.Katie McLaughlin2018-11-131-5/+21
* Fixed #29641 -- Added support for unique constraints in Meta.constraints.Simon Charette2018-11-132-1/+27
* Generalized check constraint docs for other constraints.Simon Charette2018-11-134-15/+14
* Refs #29641 -- Refactored database schema constraint creation.Simon Charette2018-11-131-0/+7
* Doc'd PermissionsMixin's usage of User.is_active and is_superuser.Tobias Bengfort2018-11-121-6/+9
* Corrected docs regarding RegisterLookupMixin subclasses.Sergey Fedoseev2018-11-121-1/+1
* Updated some links to https and new locations.Mads Jensen2018-11-106-11/+11
* Removed dead links to botbot.me.Tim Graham2018-11-101-3/+1
* Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt.Tim Graham2018-11-091-1/+2
* Fixed #29934 -- Added sqlparse as a require dependency.Tim Graham2018-11-093-5/+9
* Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.Matthias Kestenholz2018-11-092-4/+23
* Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.mentix022018-11-081-2/+2
* Fixed #25251 -- Made data migrations available in TransactionTestCase when us...romgar2018-11-062-0/+16
* Fixed inconsistent indentation in docs/ref/contrib/auth.txt.Tobias Bengfort2018-11-031-29/+30
* Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.Mice Pápai2018-11-021-2/+2
* Updated expected date for 2.1.4 release.Carlton Gibson2018-11-011-3/+3
* Fixed #27994 -- Documented ManifestFilesMixin.Theofanis Despoudis2018-11-011-0/+8
* Added stub release notes for 2.1.4 release.Carlton Gibson2018-11-012-0/+13
* Added release date for 2.1.2 release.Carlton Gibson2018-11-011-1/+1
* Fixed #22390 -- Doc'd possible server restart required in tutorial 6.Tim Graham2018-10-311-3/+11
* Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...Tim Graham2018-10-311-0/+4
* Capitalized SecurityMiddleware headers for consistency with other headers.Artur Juraszek2018-10-301-2/+2
* Fixed #29547 -- Added support for partial indexes.Mads Jensen2018-10-292-1/+47
* Fixed code highlighting in docs/ref/contrib/staticfiles.txt.Tim Graham2018-10-291-15/+25
* Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for fore...Tim Graham2018-10-281-0/+3
* Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham2018-10-276-14/+22
* Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.Mariusz Felisiak2018-10-251-0/+3
* Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.Sergey Fedoseev2018-10-251-0/+3
* Fixed #29879 -- Added CSRF_COOKIE_HTTPONLY to CSRF AJAX docs.Mayank Singhal2018-10-252-9/+16