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-07-18
Fixed JavaScript "no-octal-escape" violations.
Tim Graham
2015-07-18
Fixed JavaScript "no-multi-spaces" violations.
Tim Graham
2015-07-18
Fixed JavaScript "space-infix-ops" violations.
Tim Graham
2015-07-18
Fixed JavaScript "key-spacing" violations.
Tim Graham
2015-07-18
Fixed JavaScript "comma-spacing" violations.
Tim Graham
2015-07-18
Fixed JavaScript space-before-function-paren violations.
Tim Graham
2015-07-18
Fixed JavaScript "curly" violations.
Tim Graham
2015-07-17
Refs #25073 -- Copied recently added verbose_names to migrations.
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-17
Allowed installing closure with pip for admin JavaScript compression.
Tim Graham
2015-07-13
Fixed #25117 -- Added Romanian char map for Javascript slug generation
Razvan Andrei Ionescu
2015-07-12
Fixed #25073 -- Added verbose_name to contrib's model fields that were missin...
Szilveszter Farkas
2015-07-03
Fixed #25032 -- Removed double redirect in admin login.
Jan Pazdziora
2015-07-02
Fixed #25053 -- Made admin templates use |safe with password help_text
Adam Taylor
2015-07-02
Fixed #24908 -- Fixed duplicate readonly field rendering.
jpic
2015-06-29
Removed unreachable code
Andriy Sokolovskiy
2015-06-27
Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...
Trey Hunner
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-22
Refs #25006 -- Added a '6 p.m.' option to the admin's time picker.
Tim Graham
2015-06-18
Fixed #24962 -- Added newline to characters escaped by contrib.admin.utils.qu...
Tim Graham
2015-06-11
Fixed #24968 -- Removed bad horizontal scrollbar appearing on admin changelis...
Fabrizio Ettore Messina
2015-06-07
Moved jQuery to a vendor/jquery subdirectory.
Trey Hunner
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-05-28
Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.li...
Tim Graham
2015-05-19
Fixed #24784 -- Fixed visibility regression in admin's FK widget.
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-11
Fixed #24553 -- Added the list of available applications to AdminSite.each_co...
Riccardo Magliocchetti
2015-05-07
Used LogEntry methods to check LogEntry action_flag in __str__
Piotr Jakimiak
2015-05-06
Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relat...
Samuel Paccoud
2015-05-02
Fixed #23387 -- Kept "Save as new" button after validation errors in admin.
Adam Zapletal
2015-05-01
Fixed #24676 -- Fixed help text positioning in ``contrib.admin`` filter_* wid...
Tim Graham
2015-04-30
Updated translations from Transifex
Claude Paroz
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-04-15
Removed code duplication between AdminSite.index() and app_index().
Riccardo Magliocchetti
2015-04-14
Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin.
Eric Rouleau
2015-04-08
Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...
Tim Graham
2015-04-08
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-04-01
Fetched updated contrib translations from Transifex
Claude Paroz
2015-03-30
Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.
Tim Graham
2015-03-27
Fixed #18773 -- Added logging for template variable resolving
Caroline Simpson
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-24
Fixed #24405 -- Made admin related object JavaScript overridable
Riccardo Magliocchetti
2015-03-23
Removed redundant model instantiation in contrib.admin; refs #11390.
TomV
2015-03-20
Fixed #24490 -- Set LogEntry.change_message when adding an object.
Karl Hobley
2015-03-20
Fixed #24285 -- Made for_user argument optional for {% get_admin_log %} tag
Yair Chuchem
2015-03-19
Fixed #24417 -- Added ModelAdmin.get_list_select_related()
Loek van Gent
2015-03-12
Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -
Tim Graham
2015-03-11
Fixed #24467 -- Removed conditional inclusion of actions.js & prepopulate.js.
Anton Danilchenko
2015-03-07
Fixed #23993 -- Added form.media to the admin login template.
david
[next]