summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
2018-06-10Prevented unexpected link in settings docsClaude Paroz
2018-06-09Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().Tim Graham
2018-06-09Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spat...Claude Paroz
2018-06-09Refs #29483 -- Relaxed WGS 84 check regexClaude Paroz
2018-06-08Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé
2018-06-08Refactored naturaltime to use a class-based formatterClaude Paroz
2018-06-08Fixed typo in docs/releases/2.0.7.txt.Mariusz Felisiak
2018-06-08Added stub release notes for 2.0.6.Carlton Gibson
2018-06-07Fixed #29474 -- Simplified BaseInlineFormset.save_new().Tim Graham
2018-06-07Added a missing test for createsuperuser management command.Hasan Ramezani
2018-06-07Removed unused HttpRequest._post_parse_error attribute.Josh Schneier
2018-06-06Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz
2018-06-06Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.Tim Graham
2018-06-06Fixed MySQL QuerySet.explain() test when running tests in reverse.Tim Graham
2018-06-06Refs #29451 -- Used quote_name for column names in tests.Carlton Gibson
2018-06-05Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
2018-06-05Refs #29451 -- Quoted MySQL column names in tests.Tom Forbes
2018-06-05Refs #29353 -- Removed duplicated logic in StaticFilesHandler.get_response().Claude Paroz
2018-06-04Fixed #29374 -- Ordered date filter's format strings by category.Brenton Cleeland
2018-06-03Fixed #10827 -- Ensured ContentTypes are created before permission creation.Claude Paroz
2018-06-03Fixed #29385 -- Made admindocs ModelDetailView show model properties.humbertotm
2018-06-02Fixed #29430 -- Clarified send_mail()'s fail_silently docs.Subhav Gautam
2018-06-01Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham
2018-06-01Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham
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