| Age | Commit message (Expand) | Author |
| 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 |
| 2007-10-20 | Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com and | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5734 -- Fixed an omission where we weren't passing the "safe" argument | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5762 -- Quoted the portions that make up the URL when appending | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5778 -- Changed the way we detect if a string is non-ASCII when creating | Malcolm Tredinnick |
| 2007-10-20 | Slightly changed the way we handle non-UTF-8 encoded URIs (see [6475]). Made it | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5562 -- Changed settings of Expires heading when expiring a cookie to | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4969 -- Changed content retrieval in HttpResponse to be more robust in | Malcolm Tredinnick |
| 2007-10-20 | Changed the way we handle HTTP headers internally so that they appear | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4724 -- Added support for configurable session cookie paths. Helps with | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5757 -- Updated Croation translation. Thanks, Aljosa Mohorovic. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5696 -- Updated Argentinean Spanish translation. Thanks, Ramiro Morales. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5694 -- Updated Hebrew translation. Thanks, Meir Kriheli. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5678 -- Added Polish transliteration to urlify.js. Thanks, | Malcolm Tredinnick |
| 2007-10-20 | Fixed a markup problem in the docstring for the "if" tag. This was showing up | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'... | Malcolm Tredinnick |
| 2007-10-20 | Changed HttpResponse.get() to lower case the header value before looking it u... | Malcolm Tredinnick |
| 2007-10-19 | Fixed docstring style. | Gary Wilson Jr |
| 2007-10-19 | Django coding style fixes. | Gary Wilson Jr |
| 2007-10-14 | Fixed #5710 -- Fixed a missing table name quoting in the postgresql backend, ... | Gary Wilson Jr |
| 2007-10-14 | Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples to... | Gary Wilson Jr |
| 2007-10-14 | Added module docstring and corrected order of imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-10-13 | Removed unneeded use of `len()` in a couple expressions. | Gary Wilson Jr |
| 2007-10-13 | Removed an unused import and a duplicate import. | Gary Wilson Jr |
| 2007-10-13 | Removed trailing whitespace. | Gary Wilson Jr |
| 2007-10-13 | Added docstring to `copy_helper` function. | Gary Wilson Jr |
| 2007-10-13 | Removed unused itertools import and organized imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-10-13 | Some Django coding style fixes. | Gary Wilson Jr |
| 2007-10-13 | Fixed #5738 -- Fixed bug with defective Unicode strings in a URL | Adrian Holovaty |
| 2007-10-06 | Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`. | Gary Wilson Jr |
| 2007-10-06 | Fixed typo in comment. | Gary Wilson Jr |
| 2007-10-04 | Fixed #5641 -- Handle lazy translations correctly when used as default argume... | Malcolm Tredinnick |
| 2007-10-04 | Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287. | Malcolm Tredinnick |
| 2007-10-04 | Changed some Widget subclasses to be consistent about how they handle the pas... | Malcolm Tredinnick |
| 2007-10-04 | Added a __deepcopy__() method to the Widget class in order to avoid a number ... | Malcolm Tredinnick |