summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [2.1.x] Bumped version for 2.1.6 release.2.1.6Carlton Gibson2019-02-111-1/+1
* [2.1.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat....Carlton Gibson2019-02-115-1/+69
* [2.1.x] Removed extra characters in docs header underlines.Mariusz Felisiak2019-02-087-9/+9
* [2.1.x] Added stub release notes for security releases.Carlton Gibson2019-02-074-2/+18
* [2.1.x] Fixed duplicate word in docs/releases/2.0.txt.Daniel Hahler2019-02-041-1/+1
* [2.1.x] Used extlinks for GitHub commits.Tim Graham2019-02-013-173/+172
* [2.1.x] Corrected output of Prefetch.to_attr example.Sergey Fedoseev2019-01-311-1/+1
* [2.1.x] Fixed E117 and F405 flake8 warnings.Mariusz Felisiak2019-01-302-1/+2
* [2.1.x] Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient...Mariusz Felisiak2019-01-191-1/+1
* [2.1.x] Refs #30097 -- Fixed typos in InlineModelAdmin.has_add_permission() d...Tim Graham2019-01-172-2/+2
* [2.1.x] Refs #29004 -- Prevented inspectdb tests from flushing all tables data.Simon Charette2019-01-141-1/+1
* [2.1.x] Relaxed assertions to fix GIS test failures on Oracle 18c.Mariusz Felisiak2019-01-142-8/+13
* [2.1.x] Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission...MaximZemskov2019-01-114-3/+32
* [2.1.x] Added stub 2.1.6 release notes.Tim Graham2019-01-082-0/+13
* [2.1.x] Added CVE-2019-3498 to the security release archive.Tim Graham2019-01-041-0/+13
* [2.1.x] Post-release version bump.Tim Graham2019-01-041-1/+1
* [2.1.x] Bumped version for 2.1.5 release.2.1.5Tim Graham2019-01-041-1/+1
* [2.1.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in t...Tom Hacohen2019-01-036-11/+56
* [2.1.x] Added __init__.py for db_utils tests.Tim Graham2019-01-021-0/+0
* [2.1.x] Fixed typo in docs/ref/migration-operations.txt.Jozef2019-01-021-1/+1
* [2.1.x] Pinned Pillow != 5.4.0 in test requirements.Tim Graham2019-01-021-1/+1
* [2.1.x] Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called...Tim Graham2019-01-013-1/+24
* [2.1.x] Added examples to HttpRequest.build_absolute_uri() docs.Adam Johnson2018-12-291-4/+9
* [2.1.x] Updated OWASP Top 10 link to the latest version.Vedran Karačić2018-12-271-1/+1
* [2.1.x] Fixed broken links to PyYAML page.CHI Cheng2018-12-273-3/+3
* [2.1.x] Added import locations to contrib.postgres aggregates and validators ...Marten Kenbeek2018-12-242-1/+5
* [2.1.x] Fixed #30015 -- Ensured request body is properly consumed for keep-al...Konstantin Alekseev2018-12-205-5/+51
* [2.1.x] Removed unused imports in tests/test_runner/tests.py.Tim Graham2018-12-201-4/+1
* [2.1.x] Fixed #30023 -- Prevented SQLite schema alterations while foreign key...Simon Charette2018-12-178-39/+89
* [2.1.x] Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson2018-12-121-1/+1
* [2.1.x] Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.Simon Charette2018-12-073-0/+10
* [2.1.x] Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work fo...Rodrigo2018-12-061-1/+4
* [2.1.x] Refs #30013 -- Fixed SchemaEditor.quote_value() test for mysqlclient ...Tim Graham2018-12-051-1/+2
* [2.1.x] Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with m...Tim Graham2018-12-053-4/+4
* [2.1.x] Added stub release notes for 2.1.5 release.Carlton Gibson2018-12-042-0/+14
* [2.1.x] Post-release version bump.Carlton Gibson2018-12-031-1/+1
* [2.1.x] Bumped version for 2.1.4 release.2.1.4Carlton Gibson2018-12-031-1/+1
* [2.1.x] Added release date for 2.1.4.Carlton Gibson2018-12-031-1/+1
* [2.1.x] Fixed #29930 -- Allowed editing in admin with view-only inlines.Carlton Gibson2018-12-034-1/+116
* [2.1.x] Added release date for 1.11.17.Carlton Gibson2018-12-031-1/+1
* [2.1.x] Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru2018-11-291-0/+5
* [2.1.x] Fixed #29929 -- Fixed admin view-only change form crash when using Mo...Basil Dubyk2018-11-284-1/+32
* [2.1.x] Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regardin...Tim Graham2018-11-281-3/+3
* [2.1.x] Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham2018-11-272-0/+7
* [2.1.x] Corrected Aggregate docs to reflect that it accepts multiple expressi...Simon Charette2018-11-272-7/+7
* [2.1.x] Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich2018-11-261-2/+3
* [2.1.x] Fixed typo in patch_logger() docstring.takaaki shimbo2018-11-251-1/+1
* [2.1.x] Fixed typo in docs/topics/i18n/translation.txt.andreage2018-11-231-1/+1
* [2.1.x] Fixed #29849 -- Fixed keep-alive support in runserver.Florian Apolloner2018-11-205-21/+81
* [2.1.x] Doc'd purpose of "Database backend API" backwards incompatible change...Tim Graham2018-11-171-0/+3