django1/django/contrib/databrowse
Adrian Holovaty df2b19cc17 Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to SmileyChris, Chris Green, Fredrik Lundh and others for patches and design help
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7946 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-18 03:47:27 +00:00
..
plugins Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to SmileyChris, Chris Green, Fredrik Lundh and others for patches and design help 2008-07-18 03:47:27 +00:00
templates/databrowse Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and variables in cycle values. Thanks to SmileyChris and Chris McAvoy for their work on this. 2007-09-14 02:49:21 +00:00
__init__.py Added django.contrib.databrowse 2007-04-16 21:56:10 +00:00
datastructures.py Fixed #6356 -- Added a mark_safe() call that was missed in a url() method. Thanks, tangerine. 2008-02-03 01:52:45 +00:00
sites.py Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
urls.py Added django.contrib.databrowse 2007-04-16 21:56:10 +00:00
views.py Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00