summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-12-22Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope
2018-12-22Fixed #30055 -- Dropped support for SQLite < 3.8.3.Tim Graham
2018-12-22Refs #29928 -- Adjusted release notes of SQLite test constraint checking.Simon Charette
2018-12-21Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag
2018-12-20Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments.Carlton Gibson
2018-12-19Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.Dakota Hawkins
2018-12-17Fixed #29928 -- Enabled deferred constraint checks on SQLite 3.20+.Simon Charette
2018-12-15Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...Simon Charette
2018-12-12Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson
2018-12-09Added blank line in docs/releases/2.2.txt.Jon Dufresne
2018-12-07Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.Simon Charette
2018-12-06Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend
2018-12-06Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for atomic...Rodrigo
2018-12-06Bumped mysqlclient requirement to >= 1.3.13.Tim Graham
2018-12-05Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...Tim Graham
2018-12-05Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...Tim Graham
2018-12-04Added stub release notes for 2.1.5 release.Carlton Gibson
2018-12-03Added release date for 2.1.4.Carlton Gibson
2018-12-03Fixed #29930 -- Allowed editing in admin with view-only inlines.Carlton Gibson
2018-12-03Added release date for 1.11.17.Carlton Gibson
2018-11-29Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru
2018-11-28Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin...Basil Dubyk
2018-11-28Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regarding when t...Tim Graham
2018-11-27Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham
2018-11-27Corrected Aggregate docs to reflect that it accepts multiple expressions.Simon Charette
2018-11-26Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak
2018-11-26Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich
2018-11-23Refs #23801 -- Made integer field max_length warning show correct field type.Nick Pope
2018-11-23Fixed typo in docs/topics/i18n/translation.txt.andreage
2018-11-21Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak
2018-11-20Fixed #29953 -- Added CSS class to column headers in tabular inlines.redodo
2018-11-20Refs #29849 -- Forwardported 2.1.4 release note.Tim Graham
2018-11-20Corrected docs and removed unused code for got_request_exception signal's sen...Tim Graham
2018-11-19Refs #29722 -- Added introspection of partitions for PostgreSQL.Nick Pope
2018-11-19Fixed #29478 -- Added support for mangled names to cached_property.Thomas Grainger
2018-11-17Doc'd purpose of "Database backend API" backwards incompatible changes section.Tim Graham
2018-11-17Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.Tim Graham
2018-11-16Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz
2018-11-16Removed release date for 2.0.10 and 1.11.17.Tim Graham
2018-11-15Fixed #29864 -- Added link targets for low-level cache API.Prabakaran Kumaresshan
2018-11-15Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...Mathew Payne
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-11-14Fixed #29939 -- Increased Group.name max_length to 150 characters.Timothy Allen
2018-11-14Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.Basil Dubyk
2018-11-14Fixed typo in docs/ref/middleware.txt.Daniel Musketa
2018-11-13Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.Mariusz Felisiak
2018-11-13Fixed #29940 -- Recommended using the ORM rather than raw SQL.Katie McLaughlin
2018-11-13Fixed #29641 -- Added support for unique constraints in Meta.constraints.Simon Charette
2018-11-13Generalized check constraint docs for other constraints.Simon Charette
2018-11-13Refs #29641 -- Refactored database schema constraint creation.Simon Charette