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
/
templates
Age
Commit message (
Expand
)
Author
2013-07-21
[1.6.x] Fixed #13696 -- ensured inline pk field is rendered
Karen Tracey
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
2013-06-19
Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.
Loic Bistuer
2013-06-19
Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...
Loic Bistuer
2013-06-16
Fixed #20464 -- Added a `total_error_count` method on formsets.
Baptiste Mispelon
2013-06-03
Fixed #20532 -- Reverse auth views by name, not by path.
Gavin Wahl
2013-05-27
Fixed #12491 -- Tweak checkbox widget help text alignment on the admin.
Ramiro Morales
2013-05-25
Fixed #20455 -- Do not use ngettext for undefined plurals
Marc Egli
2013-03-22
Fixed #16350 -- Forced capitalization in template.
Aymeric Augustin
2013-02-24
Loaded cycle and firstof from future in built-in templates. Refs #17906.
Aymeric Augustin
2013-02-23
Fixed #19758 -- Avoided leaking email existence through the password reset form.
Horst Gutmann
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-12-16
Fixed #19469 -- Removed opts.get_ordered_objects() and related code
Anssi Kääriäinen
2012-12-08
Fixed #19439 -- Removed unused template tag library in change_password.html
Claude Paroz
2012-12-06
Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines
Marc Aymerich
2012-12-02
Fixed #17050 -- Added some CSS class names to the admin index pages to facili...
Julien Phalip
2012-11-20
Fixed #19331 (again) use the right admin named URL.
Ramiro Morales
2012-11-20
Fixed #19331 -- Added missing trailing slash in auth admin template
Claude Paroz
2012-11-17
Fixed #19226 -- Applied linebreaksbr to read-only fields in admin
Claude Paroz
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-10-02
Fixed #19056 -- Ensure admin change password template doesn't rely on usernam...
Russell Keith-Magee
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-24
Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...
Ramiro Morales
2012-09-08
Moved the admin inline JS to new JS files for cleanliness.
Travis Swicegood
2012-08-26
Made model instance history admin view link not hard-coded. Refs #15294.
Ramiro Morales
2012-07-03
Fixed incorrect URL to object on delete confirmation and history page
Luke Plant
2012-06-18
Fixed #18444 -- Replace hard coded "View on Site" URLs
Daniel Hepper
2012-06-18
Fixed #18450 -- Removed default values for i18n JavaScript URLs in Admin temp...
Daniel Hepper
2012-06-16
Fixed #18420 -- Prevented the admin JS from crashing when the main form conta...
Julien Phalip
2012-06-10
Corrected way to get URL of object in admin history template
Luke Plant
2012-06-08
Merge pull request #123 from apollo13/ticket18381
Aymeric Augustin
2012-06-07
Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...
Daniel Hepper
2012-06-07
Don't escape object ids when passing to the contenttypes.shortcut view.
Florian Apolloner
2012-06-03
Remove the summary attribute of the table
Samuel Sutch
2012-04-29
Fixed template syntax error, introduced in pull request #17
Mike Yumatov
2012-04-29
Fixed #17967: Hide "Change Password" link in admin if user.has_usable_passwor...
Aviral Dasgupta
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-02-19
Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...
Julien Phalip
2012-01-23
Reverted [17378] until a public API is available for application labels.
Ramiro Morales
2012-01-19
Fixed translatability of application names in admin app.
Ramiro Morales
2011-12-24
Added a password reset link to default admin login page if a password reset U...
Luke Plant
2011-12-19
Stopped unconditionally reversing admin model add/change URLs.
Ramiro Morales
2011-12-01
Updated uses of i18n.blocktrans template tag to use the new more compact synt...
Ramiro Morales
2011-10-26
Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_...
Julien Phalip
2011-10-10
Fixed #9460 -- Added template blocks for submit buttons rows in admin app mod...
Ramiro Morales
2011-10-10
Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...
Julien Phalip
2011-09-24
Simplified the admin changelist multi-sort interface specifically by removing...
Julien Phalip
2011-09-22
Fixed #16912 -- Fixed breadcrumb styling in a couple of admin pages, broken s...
Ramiro Morales
[next]