summaryrefslogtreecommitdiff
path: root/django/contrib/databrowse/datastructures.py
AgeCommit message (Expand)Author
2012-12-29Removed django.contrib.databrowse.Aymeric Augustin
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-12[py3] Made __repr__ return str with Python 3Claude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Removed redundant __str__ methods.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-09-22Fixed #16565 -- Fixed a databrowse error on null foreign key, even though dat...Paul McMillan
2010-01-01Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...Jannis Leidel
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
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-08-19Fixed #4125 -- Added some small fixes to contrib.databrowse: fixed calendar v...Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
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