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
/
static
Age
Commit message (
Expand
)
Author
2012-11-03
Fixed #17549 -- Added a clickable link for URLFields in admin change list.
Ulrich Petri
2012-09-08
Moved the admin inline JS to new JS files for cleanliness.
Travis Swicegood
2012-09-07
wrap long words in field labels on admin forms, closes #18755
Dan Loewenherz
2012-07-07
Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter h...
Julien Phalip
2012-06-16
Updated the admin's minified JS files.
Julien Phalip
2012-06-16
Fixed #18477 -- Fixed colspan value when a TabularInline form contains valida...
Julien Phalip
2012-06-05
Merge branch 'master' of https://github.com/django/django
martin.bohacek
2012-06-05
Ticket #17804 fix.
martin.bohacek
2012-05-20
Regenerated the minified versions of the admin actions and admin inlines Java...
Jannis Leidel
2012-05-18
Merge pull request #24 from marcneuwirth/master
Adrian Holovaty
2012-05-16
Swap out to === for the true comparison to avoid possible coercion issues
Travis Swicegood
2012-05-16
Add missing semi-colons
Travis Swicegood
2012-05-16
Remove `var` declaration---this variable is already delcared as an argument
Travis Swicegood
2012-05-16
Make sure these functions don't bleed into the global scope
Travis Swicegood
2012-05-12
Removed 'return false' in favor of preventDefault.
Marc Neuwirth
2012-05-10
Fixed #17518 -- CSS glitch in StackedInline.
Aymeric Augustin
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-01-02
Improved the labels and help texts in the admin filter widget.
Julien Phalip
2011-12-24
Added a password reset link to default admin login page if a password reset U...
Luke Plant
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-09
Checking in latest results of running Google Closure Compiler on the admin JS...
Adrian Holovaty
2011-12-09
Fixed #17218 -- Fixed bug with SelectFilter where the 'to' box had a height=0...
Adrian Holovaty
2011-12-09
Changed admin/js/collapse.js to take advantage of jQuery chaining in three pl...
Adrian Holovaty
2011-12-09
Removed way-outdated comment in SelectFilter2.js admin JS file. And we should...
Adrian Holovaty
2011-11-01
Fixed #5704 - Admin popup windows won't close when using application/xhtml as...
Luke Plant
2011-10-22
Fixed #17064 -- Improved the UX for the admin's time and date picker widgets ...
Julien Phalip
2011-10-13
Fixed a padding issue in admin tabular inline headers.
Julien Phalip
2011-10-13
Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...
Julien Phalip
2011-10-09
Fixed #17019 -- Fixed a minor margin issue in multi-field admin form rows for...
Julien Phalip
2011-09-24
Simplified the admin changelist multi-sort interface specifically by removing...
Julien Phalip
2011-09-19
Fixed #16659 -- Made the admin's date drilldown links in the changelist have ...
Julien Phalip
2011-09-16
Reverted the change in r16683, which, while fixing an alignment issue in IE7 ...
Julien Phalip
2011-09-13
Fixed #4198 -- Fixed a small styling issue in the admin calendar widget. Than...
Julien Phalip
2011-08-31
Fixed #16059 -- Improved the usability of the admin's vertical and horizontal...
Julien Phalip
2011-08-26
Further improved on the work done in r16622 by making the help text icons loo...
Julien Phalip
2011-08-25
Fixed a small admin CSS issue where the "Save and continue editing" and "Save...
Julien Phalip
2011-08-22
Removed unused admin Javascript functions from source.
Malcolm Tredinnick
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
[prev]