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-03-09
[1.7.x] Fixed #24461 -- Fixed XSS issue in ModelAdmin.readonly_fields
Baptiste Mispelon
2014-12-17
[1.7x.] Fixed #23497 -- Made admin system checks run for custom AdminSites.
Mosson, Andrew
2014-12-12
[1.7.x] Fixed #23857 -- Fixed admin crash with "save as new" and deleting inl...
Tim Graham
2014-12-11
[1.7.x] Fixed typo in admin deprecation message.
Markus Amalthea Magnuson
2014-12-02
[1.7.x] Fixed #23934 -- Fixed regression in admin views obj parameter.
Kamil Braun
2014-11-25
[1.7.x] Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-11-25
[1.7.x] Fixed #23898 -- Added missing context to admin's deleted_selected view.
Redouane Zait
2014-11-03
[1.7.x] Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-10-10
[1.7.x] Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.
Konrad Świat
2014-10-06
[1.7.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...
Emmanuelle Delescolle
2014-09-30
[1.7.x] Updated translations from Transifex
Claude Paroz
2014-09-08
[1.7.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.
Simon Charette
2014-08-28
[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Claude Paroz
2014-08-27
[1.7.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...
Simon Charette
2014-08-27
[1.7.x] Fixed #23075 -- Added documentation on novalidate attribute and made ...
Erik Romijn
2014-08-20
[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.
Simon Charette
2014-08-20
[1.7.x] Fetched translations from Transifex
Claude Paroz
2014-07-14
[1.7.x] Added a newline to appease flake8
Alex Gaynor
2014-07-12
[1.7.x] Fixed #22939 -- Delayed admin_static backend detection
Claude Paroz
2014-07-05
[1.7.x] Fixed various minor doc typos / references.
Daniel Hahler
2014-06-23
[1.7.x] Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin...
Uriel Corfa
2014-06-16
[1.7.x] Use __first__ not __latest__ for unknown app dependencies
Andrew Godwin
2014-06-15
[1.7.x] Fixed #22563: Added migration to admin, fixed a few more loader issues.
Andrew Godwin
2014-06-10
[1.7.x] Fixed #22792 -- Updated checks for list_display_links in model admin
Greg Chapple
2014-06-02
[1.7.x] Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on field...
Tim Graham
2014-05-19
[1.7.x] Updated translation catalogs
Claude Paroz
2014-05-16
[1.7.x] Fixed #22266 - quote PK before redirecting away from add_view (django...
Stas Rudakou
2014-05-15
[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...
Anders Steinlein
2014-05-07
[1.7.x] Restored site header text in password reset view.
Ramiro Morales
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-21
[1.7.x] Corrected many style guide violations that the newest version of flak...
Alex Gaynor
2014-04-10
[1.7.x] Fixed #22195 -- Used constants to define built-in tags for check fram...
Tim Graham
2014-04-07
[1.7.x] Fixed #21084 -- Used proxy model's content type for admin log entries.
Tim Graham
2014-03-31
[1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves.
Tim Graham
2014-03-31
[1.7.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.
Loic Bistuer
2014-03-25
[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overri...
Ben Davis
2014-03-22
[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fields
Claude Paroz
2014-03-11
Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.
Tim Graham
2014-03-09
Prevented admin from importing auth.User.
Aymeric Augustin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...
Russell Keith-Magee
2014-03-06
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-03-06
Fixed issues and added new scripts to urlify.js
Baptiste Mispelon
2014-03-05
Fixed #22207 -- Added support for GenericRelation reverse lookups
Gabe Jackson
2014-03-04
Cleaned up a repr() hack that caused problems on Python3.
Russell Keith-Magee
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().
Greg Chapple
2014-03-03
Edited contrib.admin check messages for grammar and consistency.
Russell Keith-Magee
2014-03-01
Fixed #22137 -- Made Widget.is_hidden a read-only property
Claude Paroz
2014-02-22
Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...
Bas Peschier
[next]