summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-01Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-06-01Added release date for 2.0.6 release.Carlton Gibson
2018-06-01Corrected typo in outputting-csv.txt.Dr. Shubham Dipt
2018-05-31Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-31Refs #29416 -- Fixed GeoExpressionsTests.test_multiple_annotation() on MySQL ...Mariusz Felisiak
2018-05-31Added stub release notes for 1.11.14.Tim Graham
2018-05-29Fixed #28892 -- Allowed admin navbar height to expand if needed.Sara Heins
2018-05-29Refs #28748 -- Reallowed lazy model field choices.Tim Graham
2018-05-29Relaxed a GDAL raster test.Tim Graham
2018-05-29Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noi...Dohyeon Kim
2018-05-28Added 'caches' to django.core.cache.__all__.Wang Dongxiao
2018-05-27Fixed #29230 -- Fixed nested prefetches that clash with descriptors.Paulo
2018-05-27Added test for createsuperuser's handling of KeyboardInterrupt.Hasan Ramezani
2018-05-27Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL whe...Mariusz Felisiak
2018-05-27Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
2018-05-27Removed obsolete BaseHandler attributes.Daniel Hepper
2018-05-27Remove documenation for non-existent middleware (#9998)Daniel Hepper
2018-05-26Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_...Tim Graham
2018-05-26Fixed #29432 -- Allowed passing an integer to the slice template filter.ryabtsev
2018-05-26Fixed #29415 -- Fixed detection of custom URL converters in included patterns.Xaroth Brook
2018-05-26Refs #27098 -- Removed unused introspection queries.Markus Holtermann
2018-05-26Fix typo in 2.0 release notes (#9986)Ian Foote
2018-05-25Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
2018-05-25Mentioned SuccessMessageMixin in generic editing views docs.Claude Paroz
2018-05-25Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...Ryan Rubin
2018-05-24Documented DeletionMixin.delete().Claude Paroz
2018-05-23Fixed #29417 -- Corrected two admin page titles for view-only users.Ramiro Morales
2018-05-21Added help for common 404 error in tutorial 1.Daniel Roseman
2018-05-20Fixed #29421 -- Improved Romanian locale formatsBogdan Mateescu
2018-05-18Fixed #29414 -- Restored form inputs on admin inlines when the user doesn't h...Paulo Alvarado
2018-05-18Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...bakabiko
2018-05-18Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of related ...Tim Graham
2018-05-18Fixed typo in docs/releases/2.1.txt.Tim Graham
2018-05-17Bumped version to 2.2 in docs.Tim Graham
2018-05-17Increased the default PBKDF2 iterations for Django 2.2.Tim Graham
2018-05-17Advanced deprecation warnings for Django 2.2.Tim Graham
2018-05-17Added stub 2.2 release notes.Tim Graham
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-17Removed empty sections from 2.1 release notes.Tim Graham
2018-05-17Bumped version; master is now 2.2 pre-alpha.Tim Graham
2018-05-17Updated man page for Django 2.1 alpha.Tim Graham
2018-05-17Updated translation catalogsClaude Paroz
2018-05-16Fixed #29410 -- Added project_urls to setup.py.Philip James
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-16Added missing word to render_to_response deprecation warning.Richard Morrison
2018-05-15Added assertion for admin change form's "save and continue editing" message.Tim Graham
2018-05-15Add clarifying section about historical migration modelsAndrew Godwin
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
2018-05-14Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby
2018-05-14Refs #28834 -- Moved ancestor field cached value fallback to related fields d...Paulo