summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-11-02[2.1.x] Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.Mice Pápai
2018-11-01[2.1.x] Updated expected date for 2.1.4 release.Carlton Gibson
2018-11-01[2.1.x] Fixed #27994 -- Documented ManifestFilesMixin.Theofanis Despoudis
2018-11-01[2.1.x] Added stub release notes for 2.1.4 release.Carlton Gibson
2018-11-01[2.1.x] Post-release version bump.Carlton Gibson
2018-11-01[2.1.x] Bumped version for 2.1.3 release.2.1.3Carlton Gibson
2018-11-01[2.1.x] Added release date for 2.1.3 release.Carlton Gibson
2018-10-31[2.1.x] Fixed #22390 -- Doc'd possible server restart required in tutorial 6.Tim Graham
2018-10-31[2.1.x] Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try...Tim Graham
2018-10-28[2.1.x] Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing ...Tim Graham
2018-10-25[2.1.x] Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.Sergey Fedoseev
2018-10-25[2.1.x] Fixed #29879 -- Added CSRF_COOKIE_HTTPONLY to CSRF AJAX docs.Mayank Singhal
2018-10-24[2.1.x] Fixed F841 flake8 warning.Mariusz Felisiak
2018-10-24[2.1.x] Ignored flake8 W504 warnings.Mariusz Felisiak
2018-10-23[2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23[2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-10-22[2.1.x] Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2018-10-21[2.1.x] Removed "encoding" description in GIS tutorial.Atul Varma
2018-10-19[2.1.x] Fixed #29774 -- Fixed django-admin shell hang on startup.Adam Allred
2018-10-19[2.1.x] Fixed #29858 -- Clarified docs regarding CSRF token header name.Tim Graham