summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-04[2.1.x] Bumped version for 2.1.5 release.2.1.5Tim Graham
2019-01-03[2.1.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in t...Tom Hacohen
2019-01-02[2.1.x] Added __init__.py for db_utils tests.Tim Graham
2019-01-02[2.1.x] Fixed typo in docs/ref/migration-operations.txt.Jozef
2019-01-02[2.1.x] Pinned Pillow != 5.4.0 in test requirements.Tim Graham
2019-01-01[2.1.x] Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called...Tim Graham
2018-12-29[2.1.x] Added examples to HttpRequest.build_absolute_uri() docs.Adam Johnson
2018-12-27[2.1.x] Updated OWASP Top 10 link to the latest version.Vedran Karačić
2018-12-27[2.1.x] Fixed broken links to PyYAML page.CHI Cheng
2018-12-24[2.1.x] Added import locations to contrib.postgres aggregates and validators ...Marten Kenbeek
2018-12-20[2.1.x] Fixed #30015 -- Ensured request body is properly consumed for keep-al...Konstantin Alekseev
2018-12-20[2.1.x] Removed unused imports in tests/test_runner/tests.py.Tim Graham
2018-12-17[2.1.x] Fixed #30023 -- Prevented SQLite schema alterations while foreign key...Simon Charette
2018-12-12[2.1.x] Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson
2018-12-07[2.1.x] Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.Simon Charette
2018-12-06[2.1.x] Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work fo...Rodrigo
2018-12-05[2.1.x] Refs #30013 -- Fixed SchemaEditor.quote_value() test for mysqlclient ...Tim Graham
2018-12-05[2.1.x] Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with m...Tim Graham
2018-12-04[2.1.x] Added stub release notes for 2.1.5 release.Carlton Gibson
2018-12-03[2.1.x] Post-release version bump.Carlton Gibson
2018-12-03[2.1.x] Bumped version for 2.1.4 release.2.1.4Carlton Gibson
2018-12-03[2.1.x] Added release date for 2.1.4.Carlton Gibson
2018-12-03[2.1.x] Fixed #29930 -- Allowed editing in admin with view-only inlines.Carlton Gibson
2018-12-03[2.1.x] Added release date for 1.11.17.Carlton Gibson
2018-11-29[2.1.x] Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru
2018-11-28[2.1.x] Fixed #29929 -- Fixed admin view-only change form crash when using Mo...Basil Dubyk
2018-11-28[2.1.x] Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regardin...Tim Graham
2018-11-27[2.1.x] Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham
2018-11-27[2.1.x] Corrected Aggregate docs to reflect that it accepts multiple expressi...Simon Charette
2018-11-26[2.1.x] Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich
2018-11-25[2.1.x] Fixed typo in patch_logger() docstring.takaaki shimbo
2018-11-23[2.1.x] Fixed typo in docs/topics/i18n/translation.txt.andreage
2018-11-20[2.1.x] Fixed #29849 -- Fixed keep-alive support in runserver.Florian Apolloner
2018-11-17[2.1.x] Doc'd purpose of "Database backend API" backwards incompatible change...Tim Graham
2018-11-17[2.1.x] Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.Tim Graham
2018-11-16[2.1.x] Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz
2018-11-16[2.1.x] Removed release date for 2.0.10 and 1.11.17.Tim Graham
2018-11-15[2.1.x] Fixed #29864 -- Added link targets for low-level cache API.Prabakaran Kumaresshan
2018-11-15[2.1.x] Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/commo...Mathew Payne
2018-11-14[2.1.x] Fixed typo in docs/ref/middleware.txt.Daniel Musketa
2018-11-13[2.1.x] Fixed #29940 -- Recommended using the ORM rather than raw SQL.Katie McLaughlin
2018-11-12[2.1.x] Doc'd PermissionsMixin's usage of User.is_active and is_superuser.Tobias Bengfort
2018-11-12[2.1.x] Corrected docs regarding RegisterLookupMixin subclasses.Sergey Fedoseev
2018-11-10[2.1.x] Updated some links to https and new locations.Mads Jensen
2018-11-10[2.1.x] Removed dead links to botbot.me.Tim Graham
2018-11-10[2.1.x] Removed obsolete and flaky GeoIP tests.Tom Forbes
2018-11-09[2.1.x] Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttyp...Tim Graham
2018-11-09[2.1.x] Fixed signing.dumps() example for Python 3.minusf
2018-11-08[2.1.x] Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.mentix02
2018-11-03[2.1.x] Fixed inconsistent indentation in docs/ref/contrib/auth.txt.Tobias Bengfort