summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2006-06-12Fixed #2139 -- Changed Redirect repr to strAdrian Holovaty
2006-06-12fixed #2128: updated BiDi supportGeorg Bauer
2006-06-08Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiroAdrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian 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-06Made template names in django.contrib.auth.views passable as template_name ar...Adrian Holovaty
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-04Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Tha...Adrian Holovaty
2006-06-04Added django.contrib.humanize, a set of template tags for adding a 'human tou...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 #1991 -- Changed AuthenticationForm to disallow users with is_active=Fa...Adrian Holovaty
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-01Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ...Adrian Holovaty
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-01Changed auth.Permission.__str__() to use str() of self.content_type, not repr()Adrian 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-31Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO...Adrian 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-26Fixed #1985 -- Got CurrentSiteManager workingAdrian Holovaty
2006-05-26Fixed #1981 -- Fixed bug in feeds.py for commentsAdrian Holovaty
2006-05-26Fixed #1997 -- Changed comments.py views to use relative URL for redirects. T...Adrian Holovaty
2006-05-22Fixed some bugs in django/contrib/sites/managers and added some error checkingAdrian Holovaty
2006-05-22Added django.contrib.sites.managers, which contains CurrentSiteManager. Thank...Adrian Holovaty
2006-05-22Fixed #1959 -- Fixed typo in django/contrib/admin/views/doc.pyAdrian Holovaty
2006-05-22Fixed #849 -- Improved login_required view decorator to save query-string par...Adrian 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-15Fixed #1864 -- Changed ContentType repr to strAdrian Holovaty
2006-05-11Fixed CsrfMiddleware post processing so that it in the presence of multipleLuke Plant
2006-05-11Fixed #1827 - added 'id' attribute to generated CSRF hidden field. Good call...Luke Plant
2006-05-11Changed Site model to use str, not reprAdrian Holovaty
2006-05-11Fixed #1837 -- Gave FlatPage a strAdrian Holovaty
2006-05-09Added padding fix to container to address reported display issues in Safari.Wilson Miner
2006-05-08Added CsrfMiddleware to contrib, and documentation.Luke Plant
2006-05-06Changed the admin index to sort models alphabetically.Luke Plant