summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2006-07-01Added USE_I18N setting, which lets you turn off internationalization overhead...Adrian Holovaty
2006-06-30Fixed #2275 -- Added footer hook to admin base.html templateAdrian Holovaty
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-06-26Fixed #2157 -- Admin doc views now work if django.contrib.sites isn't installedAdrian Holovaty
2006-06-22Fixed #2199: deleting objects with generic foreign keys in the admin now work...Jacob Kaplan-Moss
2006-06-19Refs #1834 -- Documented include_admin_script tag in admin interface. Thanks toMalcolm Tredinnick
2006-06-18Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registrati...Adrian Holovaty
2006-06-16Added AllValuesFilterSpec to admin changelist filters, which lets you put any...Adrian Holovaty
2006-06-14Fixed #2152 -- Now HTML-escaping user.first_name in admin/base.html templateAdrian Holovaty
2006-06-13Fixed #2148 -- Now escaping ForeignKey fields correctly in Django admin chang...Adrian Holovaty
2006-06-12fixed #2128: updated BiDi supportGeorg Bauer
2006-06-08Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiroAdrian Holovaty
2006-06-07Fixed #2100 -- Made some remaining parts of the admin changelist translatable...Adrian Holovaty
2006-06-06fixed #2089: added language bidirectional support and updated the admin to us...Georg Bauer
2006-06-05Added more visible borders to form buttons.Wilson Miner
2006-06-05Fixed #2084 -- Removed admin-site 'documentation / change password / log out'...Adrian Holovaty
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-06-02Fixed #1635 -- Admin-site related-object popup no longer fails for edit_inlin...Adrian Holovaty
2006-06-02Fixed #1999 -- Sidebar widths are now specified in ems and will scale up with...Wilson Miner
2006-06-02Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to ...Wilson Miner
2006-06-02Fixed #2063 -- Made admin date_hierarchy i18n-friendly by using the new YEAR_...Adrian Holovaty
2006-06-02Fixed #2055 -- Lengthened form labels on login screen to accommodate longer t...Wilson Miner
2006-06-02Fixed #744 -- Added icon to display null boolean values in admin changelists.Wilson Miner
2006-06-01Negligible spacing change to admin/templates/admin/field_line.htmlAdrian Holovaty
2006-06-01Negligible spacing change to admin/views/main.pyAdrian Holovaty
2006-06-01Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChrisAdrian Holovaty
2006-05-31Fixed bug in admin where it would redirect infinitely if invalid lookup param...Adrian Holovaty
2006-05-31Fixed #2006 -- Admin now quotes strings in breadcrumbs and filters. Thanks, m...Adrian Holovaty
2006-05-31Fixed #2050 -- Fixed raw_id_admin display in admin. Thanks, Christopher LenzAdrian Holovaty
2006-05-31Fixed #2023 -- 'View on site' now works with non-integer primary keys.Adrian Holovaty
2006-05-29Fixed #2029 - models now sorted by verbose_name_plural in get_admin_app_list ...Luke Plant
2006-05-26Fixed #1403 -- 'Add' green plus sign no longer appears in admin change forms ...Adrian Holovaty
2006-05-22Fixed #1959 -- Fixed typo in django/contrib/admin/views/doc.pyAdrian Holovaty
2006-05-22Fixed #1835 -- FilePathField no longer breaks admin model documentation. Than...Adrian Holovaty
2006-05-18Made a few small tweaks to admin doc pages.Jacob Kaplan-Moss
2006-05-16Fixed #1834 -- Added docstrings to admin template tags. Thanks, ubernostrumAdrian Holovaty
2006-05-15Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe...Adrian Holovaty
2006-05-09Added padding fix to container to address reported display issues in Safari.Wilson Miner
2006-05-06Changed the admin index to sort models alphabetically.Luke Plant
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-05Fixed #1699 -- Fixed JavaScript error in admin site with raw_id_admin and dat...Adrian Holovaty
2006-05-05Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha...Adrian Holovaty
2006-05-04Fixed #1583: django.contrib.admin.templatetags.admin_list no longer imports f...Jacob Kaplan-Moss
2006-05-04Fixed bug in admin: raw_id_admin fields weren't displaying their old values n...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2006-04-10Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer er...Adrian Holovaty
2006-03-02Fixed #1431 -- Removed unneeded line in contrib.admin.templatetags.admin_list...Adrian Holovaty