summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP ON TZ CHANGES git statusselenium-updatesCarlton Gibson2021-09-072-10/+31
* Lint take 3.Carlton Gibson2021-09-022-7/+9
* Fix lint errors.Carlton Gibson2021-09-021-1349/+1415
* Updated tests for Selenium 4.0.0.Carlton Gibson2021-09-029-1570/+1603
* Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...Daniyal Abbasi2021-09-023-18/+37
* Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on Python 3....Mariusz Felisiak2021-09-021-4/+1
* Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.Stefanos I. Tsaklidis2021-09-022-1/+8
* Fixed #33044 -- Reallowed editable install into user site directory.Carlton Gibson2021-09-011-0/+5
* Fixed #33073 -- Fixed queryset crash with aggregation and empty/extra queryse...David Wobrock2021-09-012-1/+15
* Fixed #33080 -- Preserved nullability of textual fields on Oracle.Mariusz Felisiak2021-09-012-2/+25
* Fixed typo in tests/schema/tests.py docstrings.Mariusz Felisiak2021-09-011-2/+2
* Fixed #32768 -- Added Vary header when redirecting to prefixed i18n pattern.Alex Hayward2021-09-012-2/+11
* Fixed #32309 -- Added --exclude option to startapp/startproject management co...sage2021-09-014-1/+100
* Refs #32309 -- Added test for excluding hidden directories in startproject co...sage2021-09-012-0/+19
* Added stub release notes for Django 3.2.8.Mariusz Felisiak2021-09-012-0/+13
* Added release date for 3.2.7.Mariusz Felisiak2021-09-011-2/+2
* Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak2021-08-312-1/+36
* Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja2021-08-316-12/+105
* Refs #25264 -- Added test for command --help output with default options and ...Jan Szoja2021-08-311-0/+25
* Refs #25264 -- Doc's that not all default options are supported by every mana...Jan Szoja2021-08-311-3/+7
* Refs #33061 -- Removed unnecessary BaseMemcachedCache.decr().Mariusz Felisiak2021-08-311-23/+7
* Fixed #33061 -- Fixed handling nonexistent keys with negative deltas in incr(...Sondre Lillebø Gundersen2021-08-312-6/+10
* Refs #33061 -- Added DummyCache.incr()/decr() tests for nonexistent keys with...Sondre Lillebø Gundersen2021-08-311-0/+4
* Fixed #24900 -- Allowed migrating backward to squashed migrations.Jacob Walls2021-08-303-0/+46
* Refs #24900 -- Added MigrationLoader test for applying squashed migrations.Jacob Walls2021-08-301-0/+21
* Fixed #32992 -- Restored offset extraction for fixed offset timezones.Carlton Gibson2021-08-303-3/+32
* Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks re...Eugene Morozov2021-08-304-5/+27
* Fixed #32900 -- Improved migrations questioner prompts.Mateo Radman2021-08-272-50/+64
* Refs #32900 -- Added makemigrations tests for messages in interactive mode.Mateo Radman2021-08-271-0/+111
* Refs #32900 -- Added test for ignoring the default value in InteractiveMigrat...Mateo Radman2021-08-271-0/+8
* Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...Hasan Ramezani2021-08-273-3/+24
* Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith2021-08-279-264/+258
* Corrected BaseDatabaseSchemaEditor.execute() signature in docs.Mariusz Felisiak2021-08-271-1/+1
* Made sentence about Model consistent in docs.Zainab Amir2021-08-262-7/+7
* Refs #29898 -- Changed fields in ProjectState's relation registry to dict.Mariusz Felisiak2021-08-263-27/+30
* Fixed #33046 -- Added note about using length of cached result by QuerySet.co...Can Sarıgöl2021-08-261-0/+3
* Refs #32919 -- Simplified Lexer.create_token() by reorganizing blocks.Chris Jerdonek2021-08-251-21/+27
* Refs #32919 -- Added assertion for token start in Lexer.create_token().Chris Jerdonek2021-08-251-3/+3
* Refs #29898 -- Made ProjectState encapsulate alterations in relations registry.Manav Agarwal2021-08-252-20/+474
* Used backend vendors in custom model fields docs.Mariusz Felisiak2021-08-241-2/+3
* Fixed #32552 -- Added logger argument to DiscoverRunner.Chris Jerdonek2021-08-244-22/+61
* Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.Tim Graham2021-08-245-8/+10
* Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen2021-08-2311-21/+22
* Refs #29898 -- Refactored out ProjectState.resolve_model_relations()/resolve_...Manav Agarwal2021-08-201-16/+35
* Fixed #33017 -- Fixed storage engine introspection on MySQL.Matjaz Gregoric2021-08-202-5/+38
* Optimized DatabaseSchemaEditor._field_should_be_indexed() on MySQL.Matjaz Gregoric2021-08-201-3/+4
* Fixed #33025 -- Avoided accessing the database connections in Query.build_loo...Keryn Knight2021-08-191-2/+5
* Removed reference to nonexistent collectstatic --exclude-dirs option.Chris Jerdonek2021-08-191-3/+3
* Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ...Chris Jerdonek2021-08-193-3/+12
* Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.Jonny Park2021-08-192-1/+7