| Age | Commit message (Expand) | Author |
| 2007-11-04 | `floatformat` template filter docstring changes: | Gary Wilson Jr |
| 2007-11-04 | Added examples to the `pluralize` template filter's docstring. | Gary Wilson Jr |
| 2007-11-04 | For readability, use _() as an alias to mark translatable strings. | Malcolm Tredinnick |
| 2007-11-04 | Style and import fixes. | Gary Wilson Jr |
| 2007-11-04 | Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch... | Gary Wilson Jr |
| 2007-11-03 | Made use of `itertools.cycle` for the `cycle` template tag. | Gary Wilson Jr |
| 2007-10-31 | Removed unused variable. | Gary Wilson Jr |
| 2007-10-31 | Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie... | Gary Wilson Jr |
| 2007-10-29 | Fixed imports, indention, and a long line. | Gary Wilson Jr |
| 2007-10-29 | Style fixes. | Gary Wilson Jr |
| 2007-10-28 | Corrected a typo and made some style fixes. | Gary Wilson Jr |
| 2007-10-28 | Fixed #3457 -- Allow overridding of error messages for newforms Fields. | Gary Wilson Jr |
| 2007-10-28 | Removed duplicate decimal import. | Gary Wilson Jr |
| 2007-10-27 | Wrapped some long lines and orginized imports. | Gary Wilson Jr |
| 2007-10-27 | Fixed #5824 -- For the `startapp` command, pass the true project name to the ... | Gary Wilson Jr |
| 2007-10-27 | Added to docstring of `setup_environ` about what the function returns. | Gary Wilson Jr |
| 2007-10-27 | Fixed #5798 -- Added a missing translation marker. Thanks, maru. | Malcolm Tredinnick |
| 2007-10-27 | Fixed #5799 -- Apparently it's not enough to have all the right letters in a | Malcolm Tredinnick |
| 2007-10-26 | i18n security fix. Details will be posted shortly to the Django mailing lists... | Jacob Kaplan-Moss |
| 2007-10-23 | Added a BaseDatabaseOperations.last_executed_query() hook, which allows a dat... | Adrian Holovaty |
| 2007-10-23 | Removed a bunch of DOS line endings. Somehow I didn't convert this correctly in | Malcolm Tredinnick |
| 2007-10-22 | Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks, | Malcolm Tredinnick |
| 2007-10-22 | Fixed #5183 -- Added __deepcopy__, pop() and popitem() to SortedDict. Based on | Malcolm Tredinnick |
| 2007-10-21 | Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length header | Malcolm Tredinnick |
| 2007-10-21 | Fixed "django-admin.py --version" so that it doesn't print the version string | Malcolm Tredinnick |
| 2007-10-21 | Fixed #3265 -- Made it a validation error to have field names with trailing | Malcolm Tredinnick |
| 2007-10-21 | Fixed a bug in the db cache backend introduced in [6572]. | Malcolm Tredinnick |
| 2007-10-21 | Fixed #5560 -- Improved the way we create __str__ and __unicode__ methods in | Malcolm Tredinnick |
| 2007-10-21 | Fixed #5664 -- Added a Jython workaround for some assumptions in the signal | Malcolm Tredinnick |
| 2007-10-21 | Fixed #5712 -- Added more robustness to source code display in the debug view... | Malcolm Tredinnick |
| 2007-10-21 | Fixed #5732 -- Catch all possible errors when importing a URLConf file. This | Malcolm Tredinnick |
| 2007-10-21 | Modified the test harness to respect the LANGUAGE_CODE setting. Also changed | Malcolm Tredinnick |
| 2007-10-21 | Fixed #2920 -- Removed _() from builtins. | Malcolm Tredinnick |
| 2007-10-21 | Changed the location of language codes to match the project settings file fro... | Malcolm Tredinnick |
| 2007-10-21 | Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul... | Malcolm Tredinnick |
| 2007-10-21 | Removed unwanted import that snuck into [6578]. | Malcolm Tredinnick |
| 2007-10-21 | Changed the default form presentation of datetime values to not include the | Malcolm Tredinnick |
| 2007-10-21 | DateTimeField can now clean values that come from SplitDateTimeWidget. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5785 -- Updated Catalan and Spanish translations. Thanks, Marc Garcia. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4831 -- Added an "add" cache key method, for parity with memcached's | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4123 -- Changed the firstof template tag to correctly handle a literal | Malcolm Tredinnick |
| 2007-10-20 | Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5475 -- Added the Luhn check algorithm to django.utils.checksums so that | Malcolm Tredinnick |
| 2007-10-20 | Fixed #899 -- Use model field default values as formfield initial values in | Malcolm Tredinnick |
| 2007-10-20 | Added datetime.date to the things ignored by strings_only in [6406]. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4982 -- Fixed handling of '%' symbols in 'blocktrans' blocks. Thanks, | Malcolm Tredinnick |
| 2007-10-20 | Changed newforms.CheckboxInput widget to return False as its value when not | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4729 -- Restored functionality to the Session class so that popping a | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4902 -- Added some missing Czech uppercase characters to urlify.js. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5200 -- Added some more functionality to the Polish localflavor. Thanks, | Malcolm Tredinnick |