summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2018-06-25Fixed #29447 -- Made RelatedManager.set() pass bulk argument to clear().Alexandr Tatarinov
2018-06-25Fixed #29518 -- Added validation for sqlmigrate's app_label argument.oliver
2018-06-25Refs #29516 -- Reverted inadvertent change in Model.__init__().Tim Graham
2018-06-25Fixed #29517 -- Rephrased error message when passing incorrect kwarg to model...Federico Bond
2018-06-22Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header.Tim Graham
2018-06-21Fixed #18620 -- Made ContentTypes shortcut view prefer current site if availa...Paulo
2018-06-21Removed views.i18n.null_javascript_catalog().Tim Graham
2018-06-21Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.Sergey Fedoseev
2018-06-20Refs #29506 -- Added validation for squashmigrations' app_label option.Claude Paroz
2018-06-20Fixed #29506 -- Added validation for migrate's app_label option.Claude Paroz
2018-06-20Refs #29469 -- Reused get_app_config() error message in makemigrations error.Claude Paroz
2018-06-20Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester
2018-06-20Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
2018-06-20Fixed #29503 -- Made __in lookup keep order of values in query.Nick Pope
2018-06-20Fixed #29507 -- Added Oracle support for Envelope GIS function.Sergey Fedoseev
2018-06-18Fixed #29502 -- Allowed users with the view permission to use autocomplete_fi...Carlton Gibson
2018-06-18Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-17Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...Mariusz Felisiak
2018-06-16Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ma...humbertotm
2018-06-16Fixed #29469 -- Added a helpful makemigrations error if app_label contains dots.oliver
2018-06-16Fixed #29492 -- Improved compilemessages speedClaude Paroz
2018-06-15Fixed #29487 -- Accounted for object level permissions when calculating chang...Paulo
2018-06-15Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after R...Jeff
2018-06-15Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_permissi...Henk Kahlfuß
2018-06-14Refs #29428 -- Fixed admin check crash when using a query expression in Model...Tim Graham
2018-06-14Fixed #29428 -- Fixed admin changelist crash when using a query expression wi...Tim Graham
2018-06-13Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...Claude Paroz
2018-06-13Refs #29419, #8936 -- Removed change permission requirement for admin actions.Carlton Gibson
2018-06-12Fixed #29483 -- Confirmed support for GDAL 2.3.Tim Graham
2018-06-12Restored django.test.utils.patch_logger() for backwards compatibility.Jon Dufresne
2018-06-11Fixed #29452 -- Fixed makemessages setting charset of .pot files.Bartosz Grabski
2018-06-11Fixed #29464 -- Silenced post-process messages in collectstatic's default ver...Arthur Silva
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
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-08Refactored naturaltime to use a class-based formatterClaude Paroz
2018-06-07Fixed #29474 -- Simplified BaseInlineFormset.save_new().Tim Graham
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-05Refs #29353 -- Removed duplicated logic in StaticFilesHandler.get_response().Claude Paroz
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-01Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-05-31Fixed #29460 -- Added support for GEOS 3.6.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-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