summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-01-09Corrected whitespace in docs/ref/contrib/auth.txt.Tim Graham
2019-01-09Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.Hasan Ramezani
2019-01-09Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette
2019-01-09Refs #23748 -- Added AutoField introspection for SQLite.Nick Pope
2019-01-08Added stub 2.1.6 release notes.Tim Graham
2019-01-04Added CVE-2019-3498 to the security release archive.Tim Graham
2019-01-03Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the defau...Tom Hacohen
2019-01-02Fixed typo in docs/ref/migration-operations.txt.Jozef
2019-01-01Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with no...Tim Graham
2019-01-01Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...Paveł Tyślacki
2018-12-29Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of...Paveł Tyślacki
2018-12-29Added examples to HttpRequest.build_absolute_uri() docs.Adam Johnson
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-12-27Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...Jon Dufresne
2018-12-27Updated OWASP Top 10 link to the latest version.Vedran Karačić
2018-12-27Fixed broken links to PyYAML page.CHI Cheng
2018-12-24Added import locations to contrib.postgres aggregates and validators docs.Marten Kenbeek
2018-12-24Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope
2018-12-24Fixed #20098 -- Added a check for model Meta.db_table collisions.Sanyam Khurana
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