summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.Nick Pope2019-01-142-3/+6
* Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes2019-01-133-6/+31
* Refs #28643 -- Added Reverse database function.Nick Pope2019-01-122-4/+24
* Fixed #30062 -- Added support for unique conditional constraints.Paveł Tyślacki2019-01-121-0/+14
* Refs #29738 -- Allowed registering serializers with MigrationWriter.can2019-01-112-0/+32
* Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optio...MaximZemskov2019-01-112-2/+6
* Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana2019-01-112-1/+21
* Documented ping_google()'s ping_url argument.Sanyam Khurana2019-01-111-6/+10
* Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette2019-01-103-8/+20
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-103-16/+83
* Fixed typos in docs/ref/models/constraints.txt.Tim Graham2019-01-101-3/+4
* Refs #28643 -- Added NullIf database function.Mads Jensen2019-01-103-0/+24
* Added Armenian languageClaude Paroz2019-01-101-1/+1
* Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon2019-01-093-2/+19
* Corrected whitespace in docs/ref/contrib/auth.txt.Tim Graham2019-01-091-19/+18
* Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.Hasan Ramezani2019-01-091-0/+1
* Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette2019-01-092-1/+25
* Refs #23748 -- Added AutoField introspection for SQLite.Nick Pope2019-01-091-1/+2
* Added stub 2.1.6 release notes.Tim Graham2019-01-082-0/+13
* Added CVE-2019-3498 to the security release archive.Tim Graham2019-01-041-0/+13
* Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the defau...Tom Hacohen2019-01-034-4/+44
* Fixed typo in docs/ref/migration-operations.txt.Jozef2019-01-021-1/+1
* Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with no...Tim Graham2019-01-011-0/+4
* Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...Paveł Tyślacki2019-01-011-7/+9
* Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of...Paveł Tyślacki2018-12-291-0/+6
* Added examples to HttpRequest.build_absolute_uri() docs.Adam Johnson2018-12-291-4/+9
* Followed style guide for model attribute ordering.Matt Wiens2018-12-272-14/+12
* Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...Jon Dufresne2018-12-271-0/+5
* Updated OWASP Top 10 link to the latest version.Vedran Karačić2018-12-271-1/+1
* Fixed broken links to PyYAML page.CHI Cheng2018-12-272-2/+2
* Added import locations to contrib.postgres aggregates and validators docs.Marten Kenbeek2018-12-242-1/+5
* Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope2018-12-242-12/+7
* Fixed #20098 -- Added a check for model Meta.db_table collisions.Sanyam Khurana2018-12-241-0/+2
* Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope2018-12-223-5/+5
* Fixed #30055 -- Dropped support for SQLite < 3.8.3.Tim Graham2018-12-222-1/+3
* Refs #29928 -- Adjusted release notes of SQLite test constraint checking.Simon Charette2018-12-221-3/+7
* Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag2018-12-215-11/+47
* Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments.Carlton Gibson2018-12-201-0/+4
* Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.Dakota Hawkins2018-12-192-0/+16
* Fixed #29928 -- Enabled deferred constraint checks on SQLite 3.20+.Simon Charette2018-12-171-0/+5
* Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...Simon Charette2018-12-152-0/+6
* Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson2018-12-121-1/+1
* Added blank line in docs/releases/2.2.txt.Jon Dufresne2018-12-091-0/+1
* Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.Simon Charette2018-12-072-0/+8
* Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend2018-12-062-1/+11
* Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for atomic...Rodrigo2018-12-061-1/+4
* Bumped mysqlclient requirement to >= 1.3.13.Tim Graham2018-12-062-1/+4
* Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...Tim Graham2018-12-051-5/+0
* Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...Tim Graham2018-12-051-1/+1
* Added stub release notes for 2.1.5 release.Carlton Gibson2018-12-042-0/+14