summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne2020-05-1412-122/+15
* Corrected indentation in test case.Carlton Gibson2020-05-141-2/+4
* Added Selenium test coverage for actions.js.Jon Dufresne2020-05-141-3/+84
* Fixed #31584 -- Fixed crash when chaining values()/values_list() after Exists...Mariusz Felisiak2020-05-145-5/+9
* Completed lorem tag test coverage.David Smith2020-05-141-1/+23
* Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne2020-05-147-3/+52
* Refs #31034 -- Documented admin requires django.template.context_processors.r...Jon Dufresne2020-05-143-1/+14
* Fixed #31568 -- Fixed alias reference when aggregating over multiple subqueries.Simon Charette2020-05-143-2/+26
* Fixed #31566 -- Fixed aliases crash when chaining values()/values_list() afte...Simon Charette2020-05-143-2/+31
* Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak2020-05-1410-36/+17
* Added stub release notes for 2.2.13.Mariusz Felisiak2020-05-142-0/+13
* Removed unused Downcoder.chars.Jon Dufresne2020-05-131-2/+1
* Fixed #31576 -- Fixed selenium tests with headless mode.Mariusz Felisiak2020-05-131-0/+3
* Fixed #31580 -- Added error messages on distinct() following union(), interse...Hasan Ramezani2020-05-132-0/+2
* Removed redundant assertions in fixtures tests.François Freitag2020-05-132-6/+0
* Renamed PROJ.4 to PROJ.Claude Paroz2020-05-1316-48/+48
* Used :envvar: role and .. envvar:: directive in various docs.Nick Pope2020-05-1315-49/+65
* Used :mimetype: role in various docs.Nick Pope2020-05-137-19/+25
* Used :pep: role in various docs.Nick Pope2020-05-137-22/+20
* Removed unused fixture2.xml from fixtures_model_package tests.François Freitag2020-05-131-11/+0
* Disabled management commands output with verbosity 0 in various tests.François Freitag2020-05-133-13/+6
* Updated logging calls to use arguments instead of string interpolation.François Freitag2020-05-132-2/+2
* Fixed numbered list in admin overview docs.Jon Dufresne2020-05-131-1/+1
* Increased the default PBKDF2 iterations for Django 3.2.Mariusz Felisiak2020-05-133-5/+6
* Advanced deprecation warnings for Django 3.2.Mariusz Felisiak2020-05-133-3/+17
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-1339-299/+2
* Added stub release notes for 3.2.Mariusz Felisiak2020-05-133-4/+247
* Bumped version; master is now 3.2 pre-alpha.Mariusz Felisiak2020-05-132-3/+3
* Updated man page for Django 3.1 alpha.Mariusz Felisiak2020-05-121-28/+124
* Cosmetic edits to docs/releases/3.1.txt.Mariusz Felisiak2020-05-121-12/+13
* Removed empty sections from 3.1 release notes.Mariusz Felisiak2020-05-121-61/+0
* Refs #30678 -- Added support for GDAL 3.1.Sergey Fedoseev2020-05-122-2/+3
* Fixed #31569 -- Confirmed support for GEOS 3.8.Mariusz Felisiak2020-05-121-1/+2
* Fixed #30678 -- Added support for GDAL 3.Claude Paroz2020-05-1211-94/+140
* Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-1211-78/+94
* Updated JS admin translation catalog.Claude Paroz2020-05-111-58/+58
* Updated source translation catalogs.Claude Paroz2020-05-113-332/+331
* Corrected indentation of #main div in admin base template.Tom Carrick2020-05-111-23/+20
* Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick2020-05-1117-44/+337
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-1136-92/+92
* Simplified GDAL version parsing.Sergey Fedoseev2020-05-111-13/+6
* Optimized Model and QuerySet pickling version comparison.Adam Johnson2020-05-114-29/+37
* Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne2020-05-118-9/+62
* Switched unittest.TestCase to SimpleTestCase in template_tests/test_nodelist.py.Jon Dufresne2020-05-111-5/+4
* Fixed #31548 -- Fixed URLValidator crash on non-strings.Yash Saini2020-05-082-1/+5
* Added URLValidator test for missing scheme.Yash Saini2020-05-081-0/+1
* Fixed #31528 -- Made collectstatic management command run staticfiles checks.Hasan Ramezani2020-05-082-0/+14
* Refs #27661 -- Added Tags.staticfiles.Mariusz Felisiak2020-05-082-1/+2
* Fixed tests isolation in logging_tests.François Freitag2020-05-081-24/+8
* Fixed #31157 -- Fixed displaying read-only JSONField values in admin.dbxnr2020-05-082-0/+19