summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2018-08-18Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.mackong
2018-08-17Fixed #29686 -- Made UserAdmin.user_change_password() pass user to has_change...Alexander Todorov
2018-08-17Fixed #29612 -- Added GenericRelation prefetch_related() cache invalidation.Tom Forbes
2018-08-17Fixed #29663 -- Made admin change view redirect to changelist with view permi...Jon Dufresne
2018-08-17Added ModelAdmin._response_post_save() to avoid code duplication.Jon Dufresne
2018-08-16Refs #8936 -- Added ModelAdmin.has_view_or_change_permission().Jon Dufresne
2018-08-15Fixed #29644 -- Made SearchQuery.__str__() reflect negation and grouping.Tom Forbes
2018-08-10Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the ...Clément Mangin
2018-08-07Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().Josh Schneier
2018-08-06Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma
2018-08-05Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...Josh Schneier
2018-08-04Made createsuperuser code more DRY.Josh Schneier
2018-08-04Fixed #29628 -- Made createsuperuser validate password against username and r...Josh Schneier
2018-08-02Refs #27869 -- Added PostgreSQL version check for GinIndex support.Nick Pope
2018-08-02Refs #25809, #28990 -- Added PostgreSQL version check for BrinIndex support.Nick Pope
2018-08-02Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope
2018-08-02Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope
2018-08-02Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.Nick Pope
2018-08-02Fixed #26974 -- Added HashIndex to django.contrib.postgres.Nick Pope
2018-08-01Fixed typos in comments and docs.luz.paz
2018-08-01Updated contrib translations from TransifexClaude Paroz
2018-07-27Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.Melvyn Sopacua
2018-07-27Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.vinay karanam
2018-07-21Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields.Simon Charette
2018-07-20Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.Claude Paroz
2018-07-18Removed duplicate words in various comments.Mariusz Felisiak
2018-07-13Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann
2018-07-13Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz
2018-07-10Fixed #29045 -- Fixed admin CSS so that select multiple elements honor the HT...Jonah Bishop
2018-07-10Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.Jon Dufresne
2018-07-09Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...Simon Charette
2018-07-09Refs #27472 -- Fixed crash during pickling of empty GEOS point.Sergey Fedoseev
2018-07-06Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.Mushtaq Ali
2018-07-02Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...Tim Graham
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-29Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.Claude Paroz
2018-06-28Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst
2018-06-28Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...Tim Graham
2018-06-21Fixed #18620 -- Made ContentTypes shortcut view prefer current site if availa...Paulo
2018-06-21Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.Sergey Fedoseev
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-15Fixed #29487 -- Accounted for object level permissions when calculating chang...Paulo
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-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-11Fixed #29464 -- Silenced post-process messages in collectstatic's default ver...Arthur Silva