summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backendZackary Troop2018-04-282-2/+29
* Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.priyanshsaxena2018-04-272-0/+19
* Fixed #29367 -- Fixed model state on objects with a primary key created with ...Oscar Esgalha2018-04-272-0/+12
* Fixed #27480 -- Added cache.touch().Nicolas Noé2018-04-279-4/+121
* Removed urllib2 reference in file storage testsClaude Paroz2018-04-271-2/+3
* Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...Claude Paroz2018-04-252-1/+15
* Fixed "invalid escape sequence" warning in runtests.py.Tim Graham2018-04-241-1/+1
* Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...Claude Paroz2018-04-233-3/+31
* Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.François Freitag2018-04-232-0/+14
* Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient.François Freitag2018-04-233-14/+25
* Fixed #29349 -- Doc'd the default behavior of router.allow_relation().Stefan R. Filipek2018-04-231-0/+3
* Fixed typos in docs/topics/auth/passwords.txt.adamth2018-04-231-3/+3
* Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.Hasan Ramezani2018-04-223-22/+22
* Fixed #29295 -- Fixed management command crash when using subparsers.Hasan Ramezani2018-04-214-7/+32
* Fixed #29247 -- Allowed blank model field choice to be defined in nested choi...orlnub1232018-04-202-2/+14
* Moved tests for model Field.get_choices().Tim Graham2018-04-202-12/+14
* Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom2018-04-1910-57/+54
* Fixed #29313 -- Doc'd how to use F() to sort null values.drd00132018-04-191-0/+17
* Fixed #28600 -- Added prefetch_related() support to RawQuerySet.Adnan Umer2018-04-193-2/+66
* Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.Adnan Umer2018-04-193-8/+16
* Fixed #29339 -- Added result caching to RawQuerySet.Adnan Umer2018-04-194-4/+25
* Fixed #28574 -- Added QuerySet.explain().Tom2018-04-1915-0/+253
* Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...Nick Pope2018-04-193-2/+58
* Clarified wording in tutorial text.Burhanuddin Baharuddin2018-04-191-4/+3
* Refs #23890 -- Removed numpy deprecation warning silencing.Tim Graham2018-04-181-12/+0
* Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template strings ...Tim Graham2018-04-181-0/+7
* Fixed a test failure with the latest GeoIP2 database.Tim Graham2018-04-171-3/+3
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-1732-65/+60
* Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...Jon Dufresne2018-04-175-13/+40
* Added a test for a settings error message.Tim Graham2018-04-171-1/+2
* Simplified Oracle's DatabaseOperations.cache_key_culling_sql() with LIMIT/OFF...Mariusz Felisiak2018-04-171-5/+1
* Fixed #29253 -- Made method_decorator(list) copy attributes.Chris Jerdonek2018-04-162-65/+80
* Fixed inconsistent formatting in tests/modeladmin/test_checks.py.Tim Graham2018-04-161-2/+4
* Updated decorators test to use subTest().Chris Jerdonek2018-04-161-9/+9
* Fixed #29274 -- Increased the number of common passwords from 1k to 20k.GS-142018-04-163-5/+9
* Fixed #29330 -- Fixed crash when pickling BaseExpression.Daniel Miller2018-04-162-0/+11
* Fixed typo in docs/topics/i18n/translation.txt.Ben Menesini2018-04-151-1/+1
* Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor2018-04-1316-5/+134
* Fixed #29322 -- Made admin check all ModelAdmin fieldsets for duplicates.Matthias Kestenholz2018-04-132-4/+18
* Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak2018-04-134-4/+21
* Fixed #29320 -- Added an exception when an annotation alias matches a Foreign...Flávio Juvenal2018-04-122-1/+10
* Fixed schema test failure when running tests in reverse.Tim Graham2018-04-121-0/+1
* Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue2018-04-1210-7/+37
* Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...Jeremy Bowman2018-04-115-4/+61
* Tested altering a unique field when a reverse M2M relation exists.Jeremy Bowman2018-04-111-1/+37
* Fixed typo in docs/topics/db/managers.txt.Luoxzhg2018-04-111-1/+1
* Fixed #29301 -- Made management command --help display command-specific argum...David Foster2018-04-112-1/+10
* Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards incompatib...Tim Graham2018-04-101-0/+11
* Fixed mistakes in docs/topics/db/examples/many_to_one.txt.Luoxzhg2018-04-101-2/+2
* Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.Alasdair Nicol2018-04-103-13/+14