summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2014-08-13Removed tabs from an admin CSS file.Trey Hunner
2014-08-13Simplified admin delete confirmation templates using {% elif %}.areski
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2014-08-12Fixed #23262 -- Made SelectFilter2.js move items on enter Key press.Collin Anderson
2014-08-04Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.Stanislas Guerra
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-07-13Added a newline to appease flake8Alex Gaynor
2014-07-12Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2014-07-09Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz
2014-07-05Fixed various minor doc typos / references.Daniel Hahler
2014-06-26Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.Riccardo Magliocchetti
2014-06-23Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin's initi...Uriel Corfa
2014-06-16Use __first__ not __latest__ for unknown app dependenciesAndrew Godwin
2014-06-15Fixed #22563: Added migration to admin, fixed a few more loader issues.Andrew Godwin
2014-06-13Fixed #6327 -- Added has_module_permission method to BaseModelAdminMaxime Turcotte
2014-06-10Fixed #22792 -- Updated checks for list_display_links in model adminGreg Chapple
2014-06-09Converted Django scripts to argparseClaude Paroz
2014-06-05Fixed #22746 -- Removed background property from pre/code in admin CSS.Konstantin Koroviev
2014-06-02Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with c...Tim Graham
2014-05-19Updated translation catalogsClaude Paroz
2014-05-16Fixed #22266 - quote PK before redirecting away from add_view (django.contrib...Stas Rudakou
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-05-07Restored site header text in password reset view.Ramiro Morales
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-04-07Fixed #21084 -- Used proxy model's content type for admin log entries.Tim Graham
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-31Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
2014-03-31Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-29Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham
2014-03-28Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte
2014-03-25Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.Ben Davis
2014-03-22Made m2m fields form help_text munging specific to admin widgets.Ramiro Morales
2014-03-22Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
2014-03-21Removed reading of legacy admin popup GET parameter.Tim Graham
2014-03-21Removed backward compatible shims to rename get_query_set and similar queryse...Tim Graham
2014-03-11Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.Tim Graham
2014-03-09Prevented admin from importing auth.User.Aymeric Augustin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-08Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-03-06Fixed issues and added new scripts to urlify.jsBaptiste Mispelon
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-04Cleaned up a repr() hack that caused problems on Python3.Russell Keith-Magee
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-03-03Edited contrib.admin check messages for grammar and consistency.Russell Keith-Magee
2014-03-01Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz