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
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-25
Updated translation catalogs
Claude Paroz
2013-05-25
Fixed #20455 -- Do not use ngettext for undefined plurals
Marc Egli
2013-05-21
Fixed #17308 -- Enabled the use of short_description on properties in the admin.
Wiktor Kolodziej
2013-05-19
Made 2d309a70 compatible with Python 3.
Aymeric Augustin
2013-05-19
Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.
Bozidar Benko
2013-05-19
Fixed #12674 -- provide a way to override admin validation
Honza Kral
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-05-09
Further removal of static admin validation that can fail erroneously
Luke Plant
2013-05-09
Removed fragile admin validation of fields on ModelForm
Luke Plant
2013-05-02
Updated translation templates and removed en translations
Claude Paroz
2013-04-14
Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.
Matthew Tretter
2013-04-08
Merge pull request #938 from darklow/ticket_20111
Jannis Leidel
2013-04-08
Fix #20111 Added more precise message level for succcess and warning messages
Kaspars Sprogis
2013-04-06
Explicitly removes dismissCalendar
Andrew Jesaitis
2013-04-06
Explicitly removes dismissClock
Andrew Jesaitis
2013-03-28
Fixed spelling errors
Gavin Wahl
2013-03-28
Fixed spelling of "consistent" in admin/options.py
Rocky Meza
2013-03-28
Updated translation templates
Claude Paroz
2013-03-28
Added Burmese language
Claude Paroz
2013-03-28
Added Ossetic language
Claude Paroz
2013-03-28
Updated translations from Transifex
Claude Paroz
2013-03-25
Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.
Adam Wentz
2013-03-25
Moved removeChildren to core.js
Andrew Jesaitis
2013-03-25
Moved cancelEventPropagation into core.js
Andrew Jesaitis
2013-03-25
Removed quickElement from calendar.js
Andrew Jesaitis
2013-03-22
Fixed #16350 -- Forced capitalization in template.
Aymeric Augustin
2013-03-20
Fixed #19972 -- Fixed overflow issue in admin changelist pages.
Florian Apolloner
2013-03-19
Merge pull request #931 from catalanojuan/fix-admin-log-dependency-on-user-id...
Preston Holmes
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-19
Fixed #20088 -- Changed get_admin_log not to depend on User id field
Juan Catalano
2013-03-18
Fixed #19327 -- Added handling of double login attempts in admin.
Deric Crago
2013-03-17
Fixed #19550 -- Made the filtered select widget wider in the admin.
Aymeric Augustin
2013-03-15
Fixed #20055 -- Add url, email, and number input types to admin CSS.
Baptiste Mispelon
2013-03-11
Switched the admin to use @transaction.atomic.
Aymeric Augustin
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-06
Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status.
Igor Támara
2013-03-04
Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...
Juan Pedro Fisanotti
2013-03-04
Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...
Javier Mansilla
2013-03-02
Fixed #19177 -- Better layout for admin login form field labels.
Pedro Mourelle
2013-02-26
Merged contrib translations from 1.5 branch
Claude Paroz
2013-02-25
Fixed #19854 -- Turn Django's own Selenium tests off by default.
Carl Meyer
2013-02-24
Add column-<field_name> classes to the admin list
Diederik van der Boor
2013-02-24
Loaded cycle and firstof from future in built-in templates. Refs #17906.
Aymeric Augustin
2013-02-24
Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2n...
Wiktor Kolodziej
2013-02-23
Removed superfluous cookie check from auth login.
Preston Holmes
2013-02-23
Merge pull request #778 from viciu/19609
Honza Král
2013-02-23
Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletes
Honza Kral
[next]