summaryrefslogtreecommitdiff
path: root/django/contrib/databrowse
AgeCommit message (Expand)Author
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty
2008-08-25Fixed #8519: report the correct class in databrowse's `AlreadyRegistered` err...Jacob Kaplan-Moss
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-18Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...Adrian Holovaty
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2008-02-03Fixed #6356 -- Added a mark_safe() call that was missed in a url() method. T...Malcolm Tredinnick
2007-12-19Fixed #6238 -- Bumped up the length of data displayed in databrowse slightly....Malcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-09-14Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...Russell Keith-Magee
2007-08-19Fixed #4125 -- Added some small fixes to contrib.databrowse: fixed calendar v...Malcolm Tredinnick
2007-07-26Fixed #4971 -- Fixed some escaping and quoting problems in the databrowse con...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-20Fixed #4584 -- Fixed improper </div> nesting in databrowse object_detail.html...Adrian Holovaty
2007-04-17Fixed #4060 -- Databrowse no longer requires admin site to be installedAdrian Holovaty
2007-04-17Fixed #4058 -- Fixed AttributeError in databrowse with USE_I18N=TrueAdrian Holovaty
2007-04-16Added django.contrib.databrowseAdrian Holovaty