| Age | Commit message (Expand) | Author |
| 2008-01-06 | Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel. | Malcolm Tredinnick |
| 2008-01-06 | The "first" filter can return an unsafe string for safe input ( {{"<"|firs... | Malcolm Tredinnick |
| 2008-01-05 | Reverted 'regroup' template tag changes from [6956], as they caused bug #6271... | Adrian Holovaty |
| 2008-01-04 | Fixed #6254: Made fetchone() in the oracle backend correctly convert | Ian Kelly |
| 2008-01-04 | Fixed the Oracle backend mangling colorized unique_together SQL. | Ian Kelly |
| 2008-01-03 | Middleware regression test fixes: | Gary Wilson Jr |
| 2008-01-02 | Fixed #6299 -- Fixed an indentation error in django/core/mail.py introduced i... | Adrian Holovaty |
| 2008-01-02 | Fixed #5887 -- Consolidated some duplicate code in SafeMIMEText and SafeMIMEM... | Adrian Holovaty |
| 2008-01-02 | Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and ... | Adrian Holovaty |
| 2008-01-02 | Fixed #6247 -- Added CsrfMiddleware to docs/middleware.txt. Thanks, Uninen | Adrian Holovaty |
| 2008-01-02 | Fixed #6252 -- Clarified the --settings option in docs/django-admin.txt. Than... | Adrian Holovaty |
| 2008-01-02 | Fixed #6287 -- Fixed typos in docs/sites.txt. Thanks, arien and Horst Gutmann | Adrian Holovaty |
| 2008-01-02 | Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a sing... | Adrian Holovaty |
| 2007-12-23 | Corrected a typo in the debug page -- 'Share this traceback on a public Web s... | Adrian Holovaty |
| 2007-12-22 | Renamed 'reversed' variable to 'is_reversed' in ForLoop template tag implemen... | Adrian Holovaty |
| 2007-12-22 | Negligible cleanups to django.template.context | Adrian Holovaty |
| 2007-12-22 | Negligible changes to django.template -- removed a useless docstring, convert... | Adrian Holovaty |
| 2007-12-22 | Removed lexer_factory() and parser_factory() functions in django.template, si... | Adrian Holovaty |
| 2007-12-22 | Removed a comment in django/template/__init__.py that suggests we would do 'c... | Adrian Holovaty |
| 2007-12-22 | Negligible formatting changes to django/template/__init__.py -- fixed some sp... | Adrian Holovaty |
| 2007-12-22 | Changed an '== None' to 'is None' in Template.__init__() | Adrian Holovaty |
| 2007-12-22 | Moved the various Debug classes in django.template to a new module, debug.py,... | Adrian Holovaty |
| 2007-12-21 | Set Oracle stmtcachesize to 20 instead of 0 for a performance boost. | Matt Boersma |
| 2007-12-21 | Fixed #6249 -- Fixed error in docs/syndication_feeds.txt example. Thanks, dar... | Adrian Holovaty |
| 2007-12-20 | Rearranged an Oracle ALTER statement so it is run only once per new connectio... | Matt Boersma |
| 2007-12-19 | Removed some reverse string craziness from the regroup template tag argument ... | Gary Wilson Jr |
| 2007-12-19 | Fixed #6139 -- When sending email, made sure that the "to" and "bcc" sequence... | Malcolm Tredinnick |
| 2007-12-19 | Fixed #5670 -- Changed the validation of the UK postcode widget to allow for ... | Malcolm Tredinnick |
| 2007-12-19 | Fixed #6208 -- Updated Dutch translation. Thanks, arien and v.oostveen@idca.nl. | Malcolm Tredinnick |
| 2007-12-19 | Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile... | Malcolm Tredinnick |
| 2007-12-19 | Edited docs/testing.txt changes from [6929] | Adrian Holovaty |
| 2007-12-19 | Fixed #6238 -- Bumped up the length of data displayed in databrowse slightly.... | Malcolm Tredinnick |
| 2007-12-19 | Edited docs/middleware.txt changes from [6852] | Adrian Holovaty |
| 2007-12-19 | Edited docs/localflavor.txt changes from [6849] | Adrian Holovaty |
| 2007-12-19 | Fixed comma splices in PendingDeprecationWarnings of form_for_model and form_... | Adrian Holovaty |
| 2007-12-19 | Added note to docs/form_for_model.txt (from [6844]) explaining this is deprec... | Adrian Holovaty |
| 2007-12-19 | Changed the ImportError message from [6832] to improve wording | Adrian Holovaty |
| 2007-12-19 | Added 'New in Django development version' note to docs/sessions.txt setdefaul... | Adrian Holovaty |
| 2007-12-17 | Fixed #6119 -- Documented HttpRequest.get_host(). Thanks, PJCrosier. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6197 -- Added (optional) formfield_callback argument to ModelForms.__n... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5596 -- Changed the static view for the development server so that Dja... | Malcolm Tredinnick |
| 2007-12-17 | Typo fix. | Malcolm Tredinnick |
| 2007-12-17 | Fixed [6932] so that "django-admin.py help dumpdata" works again. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (which | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6212 -- Give models.NullBooleanField the right default newforms field.... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6200 -- Made the core tests independent of the value of LOGIN_URL, sin... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5044 -- Added Latvian character map for Javascript slug generation. P... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessary | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6136 -- Updated the localflavor documentation. Patch from Nick Efford. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if requ... | Malcolm Tredinnick |