index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
Age
Commit message (
Expand
)
Author
2015-04-01
[1.8.x] Fetched updated contrib translations from Transifex
Claude Paroz
2015-03-04
[1.8.x] Fixed #24426 -- Displayed admin actions panel when show_full_result_c...
Tim Graham
2015-03-04
[1.8.x] Used format_html() in contrib.admin.utils for consistency.
Tim Graham
2015-03-03
[1.8.x] Removed outdated docstring for get_admin_url().
Mathias André
2015-02-25
[1.8.x] Fixed #24411 -- Avoided dict key/method clash in admin delete views.
Tim Graham
2015-02-23
[1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_opts
Anssi Kääriäinen
2015-02-14
[1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-12
[1.8.x] Fixed #24333 -- Fixed admin history view crash with non-integer slug.
Tim Graham
2015-02-11
[1.8.x] Refs #14497 -- Handled empty readonly admin FileFields
Collin Anderson
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
[1.8.x] Caught all exceptions raised by Engine.get_default().
Aymeric Augustin
2015-02-04
[1.8.x] Fixed #14497 -- Improved admin widget for "read only" FileFields
Riccardo Magliocchetti
2015-02-01
[1.8.x] Removed InlineAdminForm.field_count()
Tim Graham
2015-01-17
[1.8.x] Updated en translation catalogs
Claude Paroz
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2015-01-12
Avoided exceptions in a non-critical check in the admin.
Aymeric Augustin
2015-01-12
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2015-01-12
Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't ...
Muthiah Annamalai
2015-01-12
Made Django's templates get their own LANGUAGE_* variables.
Collin Anderson
2015-01-10
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-31
Fixed #22295 -- Replaced permission check for displaying admin user-tools
Thomas Tanner
2014-12-31
Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().
Berker Peksag
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-26
Fixed #23948 -- Moved password help text from the template to the form.
Tim Graham
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-22
Upgrade jQuery from 1.11.1 to 1.11.2
Collin Anderson
2014-12-17
Fixed #23497 -- Made admin system checks run for custom AdminSites.
Mosson, Andrew
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-12
Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline.
Tim Graham
2014-12-12
Fixed template tag braces spacing.
Kevin Marsh
2014-12-11
Fixed typo in admin deprecation message.
Markus Amalthea Magnuson
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-12-02
Fixed #23934 -- Fixed regression in admin views obj parameter.
Kamil Braun
2014-11-29
Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().
Berker Peksag
2014-11-25
Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...
Simon Charette
2014-11-25
Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-11-25
Fixed #23898 -- Added missing context to admin's deleted_selected view.
Redouane Zait
2014-11-23
Removed direct references to template-related settings.
Aymeric Augustin
2014-11-15
Fixed #23793 -- Clarified password reset messages.
Yigit Guler
2014-11-11
Fixed #23750 -- Allowed core.checks.register to be used as a function
averybigant
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-10-23
Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.origi...
a1tus
2014-10-10
Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.
Konrad Świat
2014-10-06
Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Emmanuelle Delescolle
2014-09-30
Updated translations from Transifex
Claude Paroz
2014-09-30
Fixed #7361 -- Added cancel link to admin delete views.
Nick Sandford
[next]