summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2018-10-27Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham
2018-10-22Fixed #29876 -- MySQL does not support SPATIAL fields in unique indices.Florian Apolloner
2018-10-11Fixed #29832 -- Updated Roboto font to v2.137.Mac Chapman
2018-10-10Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.Jon Dufresne
2018-10-09Fixed #29829 -- Remove unused code in contrib.sites.models._simple_domain_nam...Hasan Ramezani
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-05Refs #27795 -- Removed force_bytes() usage in contrib/staticfiles/storage.py.Jon Dufresne
2018-10-03Refs #27795 -- Removed force_bytes() usage in sessions.Jon Dufresne
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-10-02Simplified contrib.admin.utils.unquote().Sergey Fedoseev
2018-10-02Refs #27795 -- Removed force_bytes() usage in admindocs.Jon Dufresne
2018-10-02Fixed #29711 -- Added a system check for uniquness of admin actions' __name__.Przemysław Buczkowski
2018-10-01Simplified contrib.admin.utils.quote().Sergey Fedoseev
2018-10-01Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user...Tim Graham
2018-10-01Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...Carlton Gibson
2018-09-29Updated translations from TransifexClaude Paroz
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-27Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a ...Paweł Kołodziej
2018-09-26Fixed #29782 -- Added better error message when filtering queryset with Anony...Ramon Saraiva
2018-09-26Fixed #29683 -- Added view permission to docs.Stephen James
2018-09-26Refs #27795 -- Removed force_bytes() usage in contrib/auth/handlers/modwsgi.py.Jon Dufresne
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-25Removed unneeded list() calls in list.extend() argument.Sergey Fedoseev
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-09-17Removed unused admin_url and root_path context variables in admindocs.Tim Graham
2018-09-17Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz
2018-09-17Simplified ListMixin.sort().Sergey Fedoseev
2018-09-13Removed shadowing of built-in hash() function.Andrey Kostakov
2018-09-11Fixed #29746 -- Fixed misleading FlatpageForm URL help text if APPEND_SLASH i...Tom Carrick
2018-08-30Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't ...Tim Graham
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-08-23Fixed #29570 -- Added check that MEDIA_URL isn't in STATIC_URL.Alejandro Dubrovsky
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
2018-08-20Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATE...Rodrigo
2018-08-20Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...Tim Graham
2018-08-20Fixed #29690 -- Fixed aligned <ul> positioning for RTL languages in admin.Taha Jahangir
2018-08-20Removed redundant 'model' argument in admin checks.Jon Dufresne
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