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
/
databrowse
Age
Commit message (
Expand
)
Author
2012-12-29
Removed django.contrib.databrowse.
Aymeric Augustin
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-12
[py3] Made __repr__ return str with Python 3
Claude 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-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-01-28
Added basic tests for databrowse. Refs #5968.
Aymeric Augustin
2012-01-28
Fixed #5968 -- Allowed (un-)registering with databrowse several models at once.
Aymeric Augustin
2011-09-22
Fixed #16565 -- Fixed a databrowse error on null foreign key, even though dat...
Paul McMillan
2011-09-22
Fixed #16907 -- Deprecate databrowse.
Paul McMillan
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-09
Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...
Jannis Leidel
2011-04-20
Switched to HTML5 doctype in all Django supplied templates.
Luke Plant
2011-04-02
Fixed #15717 -- Updated databrowse to use class-based generic date views. Tha...
Russell Keith-Magee
2010-10-10
Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when
Ramiro Morales
2010-08-06
Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...
Russell Keith-Magee
2010-01-01
Fixed #12443 - Don't use thousand separators on year numbers.
Jannis Leidel
2010-01-01
Fixed #12480 - Use month variable for headline text.
Jannis Leidel
2010-01-01
Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...
Jannis Leidel
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2008-09-08
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...
Adrian Holovaty
2008-08-25
Fixed #8519: report the correct class in databrowse's `AlreadyRegistered` err...
Jacob Kaplan-Moss
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-18
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...
Adrian Holovaty
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2008-02-03
Fixed #6356 -- Added a mark_safe() call that was missed in a url() method. T...
Malcolm Tredinnick
2007-12-19
Fixed #6238 -- Bumped up the length of data displayed in databrowse slightly....
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-09-14
Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...
Russell Keith-Magee
2007-08-19
Fixed #4125 -- Added some small fixes to contrib.databrowse: fixed calendar v...
Malcolm Tredinnick
2007-07-26
Fixed #4971 -- Fixed some escaping and quoting problems in the databrowse con...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-20
Fixed #4584 -- Fixed improper </div> nesting in databrowse object_detail.html...
Adrian Holovaty
2007-04-17
Fixed #4060 -- Databrowse no longer requires admin site to be installed
Adrian Holovaty
2007-04-17
Fixed #4058 -- Fixed AttributeError in databrowse with USE_I18N=True
Adrian Holovaty
2007-04-16
Added django.contrib.databrowse
Adrian Holovaty