| Age | Commit message (Expand) | Author |
| 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-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 | Fixed #6238 -- Bumped up the length of data displayed in databrowse slightly.... | Malcolm Tredinnick |
| 2007-12-19 | Fixed comma splices in PendingDeprecationWarnings of form_for_model and form_... | Adrian Holovaty |
| 2007-12-19 | Changed the ImportError message from [6832] to improve wording | Adrian Holovaty |
| 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 | 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 #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 #6134 -- Allow an on-disk SQLite database to be used for tests, if requ... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. ... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5871 -- Factored out the validation errors in localflavor form fields.... | Malcolm Tredinnick |
| 2007-12-17 | Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6110 -- Mark the python format serializer as for internal use only. T... | Malcolm Tredinnick |
| 2007-12-17 | Generic relations should not try to drop their related table in "sqlreset". | Malcolm Tredinnick |
| 2007-12-13 | Changed ModelForms to allow inheritance as long as their model attributes are... | Joseph Kocherhans |
| 2007-12-13 | Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac... | Joseph Kocherhans |
| 2007-12-11 | Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `An... | Gary Wilson Jr |
| 2007-12-11 | Minor style fixes. | Gary Wilson Jr |
| 2007-12-11 | Fixed copy-and-paste view of error page to not indent the first line of insta... | Gary Wilson Jr |
| 2007-12-11 | Fixed imports to adhere to django coding style. | Gary Wilson Jr |
| 2007-12-11 | Fixed #6158 -- Display PYTHONPATH on the debug error page. Thanks, annacoder. | Gary Wilson Jr |
| 2007-12-11 | Fixed #6107 -- Updated Catalan translation from Marc Fargas. | Malcolm Tredinnick |
| 2007-12-11 | Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel... | Ian Kelly |
| 2007-12-11 | Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on... | Malcolm Tredinnick |
| 2007-12-09 | Fixed #6147 -- Typo fix (that amazingly didn't stop the code working) in the ... | Malcolm Tredinnick |
| 2007-12-09 | Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749. | Malcolm Tredinnick |
| 2007-12-05 | Fixed #6132: note to self: when you add new template tags, you need to rememb... | Jacob Kaplan-Moss |
| 2007-12-05 | Fixed #6063 -- Caught one place in HttpResponse that was not returning a str | Malcolm Tredinnick |
| 2007-12-04 | Changed wording of post-to-dpaste link based on a suggestion from Mordy Ovits | Adrian Holovaty |
| 2007-12-04 | Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle tim... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ... | Jacob Kaplan-Moss |
| 2007-12-04 | Added a test for [6889] | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #6082: file-based sessions now verify that SESSION_FILE_PATH is a valid... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #6116: mark-safe the admin changelist table class. Thanks, zlobnyi anti... | Jacob Kaplan-Moss |