summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().Hasan Ramezani2020-03-201-2/+8
* Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...Rohit2020-03-201-3/+7
* Fixed #31285 -- Fixed inherited Meta.ordering of "-pk".Jon Dufresne2020-03-191-3/+3
* Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk632020-03-191-8/+22
* Removed unused default value None to matches_patterns().Jon Dufresne2020-03-191-2/+2
* Used modern idiom in collectstatic command.Jon Dufresne2020-03-191-1/+1
* Refs #29548 -- Mentioned MariaDB in database system checks.Mariusz Felisiak2020-03-191-7/+16
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-1810-170/+617
* Refs #31055 -- Made long column names checks support databases aware.Mariusz Felisiak2020-03-181-3/+5
* Simplified settings' BASE_DIR definition with pathlib.Path.parent.Adam Johnson2020-03-181-1/+1
* Fixed #31371 -- Increased User.first_name max_length to 150 characters.Ryan Petrello2020-03-182-1/+17
* Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.Simon Charette2020-03-184-2/+11
* Removed unused return values in SelectFilter2.js.Jon Dufresne2020-03-171-4/+1
* Simplified SelectFilter2 with Element.closest().Jon Dufresne2020-03-171-9/+1
* Fixed #31172 -- Added note to translators for yesno filter.Hasan Ramezani2020-03-171-0/+1
* Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon2020-03-161-2/+3
* Fixed #31363 -- Added support for negative integers to intword template filter.jay201620162020-03-161-3/+4
* Fixed #31361 -- Fixed invalid action="" in admin forms.Jon Dufresne2020-03-162-2/+2
* Refs #31340 -- Simplified SearchQuery by making it subclass Func.Baptiste Mispelon2020-03-131-23/+16
* Removed unnecessary SearchQuery._combine().Baptiste Mispelon2020-03-131-5/+0
* Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...David Smith2020-03-121-5/+16
* Fixed typo in django/utils/crypto.py.Mariusz Felisiak2020-03-111-1/+1
* Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz2020-03-113-7/+26
* Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz2020-03-101-3/+72
* Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...Jon Dufresne2020-03-095-25/+18
* Fixed #31347 -- Checked allow_migrate() in CreateExtension operation.Hasan Ramezani2020-03-091-2/+7
* Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.David Wobrock2020-03-092-21/+29
* Refs #31318 -- Optimized sqlmigrate by using MigrationLoader.David Wobrock2020-03-091-8/+7
* Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.David Wobrock2020-03-093-19/+19
* Optimized a bit handle() of sqlmigrate management command.David Wobrock2020-03-061-2/+2
* Refs #31304 -- Made __search lookup default to its rhs' config.Simon Charette2020-03-061-1/+2
* Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().shankarj672020-03-061-0/+11
* Refs #31224 -- Added autoconversion of test async methods.Andrew Godwin2020-03-051-0/+7
* Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...Abhijeet Viswa2020-03-051-2/+2
* Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani2020-03-052-11/+13
* Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne2020-03-057-32/+30
* Refs #30489 -- Made from_pgraster()/to_pgraster() use BANDTYPE_FLAG_HASNODATA...Ivor Bosloper2020-03-042-10/+14
* Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().aryan2020-03-041-0/+10
* Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak2020-03-042-10/+19
* Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg2020-03-031-0/+53
* Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.Mariusz Felisiak2020-03-032-5/+8
* Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...Mariusz Felisiak2020-03-031-1/+14
* Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().Claude Paroz2020-03-021-3/+19
* Refs #26064 -- Avoided unnecessary list slicing in migration optimizer.Simon Charette2020-03-021-1/+1
* Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.0072020-02-281-3/+3
* Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...Hans Aarne Liblik2020-02-281-0/+3
* Fixed #31311 -- Removed unneeded escapes in validator regexes.kimbo2020-02-281-3/+3
* Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...Cristobal Mackenzie2020-02-281-1/+1
* Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...Matheus Cunha Motta2020-02-281-2/+2
* Fixed #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning.007gzs2020-02-272-0/+34