| Age | Commit message (Expand) | Author |
| 2007-07-15 | Changed imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-07-15 | Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deep... | Gary Wilson Jr |
| 2007-07-15 | Fixed #4877 -- Fixed typo in testing documentation, patch from John Shaffer. | Gary Wilson Jr |
| 2007-07-15 | Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an... | Gary Wilson Jr |
| 2007-07-15 | Clarified the documentation on the steps that happen during a save, and how r... | Russell Keith-Magee |
| 2007-07-14 | Negligible capitalization fix in test/client.py docstring | Adrian Holovaty |
| 2007-07-14 | Edited docs/db-api.txt changes from [5658] | Adrian Holovaty |
| 2007-07-14 | Fixed #4870 -- Removed unneeded import and fixed a docstring in an example. | Malcolm Tredinnick |
| 2007-07-14 | Fixed #4731 -- Changed management.setup_environ() so that it no longer assumes | Malcolm Tredinnick |
| 2007-07-14 | Fixed a problem with translatable strings from [5686]. | Malcolm Tredinnick |
| 2007-07-14 | Fixed #4862 -- Fixed invalid Javascript creation in popup windows in admin. | Malcolm Tredinnick |
| 2007-07-14 | Fixed #4863 -- Removed comment references to a no-longer present link. Pointed | Malcolm Tredinnick |
| 2007-07-14 | Fixed #4869 -- Added a note that syncdb does not alter existing tables. Thanks, | Malcolm Tredinnick |
| 2007-07-13 | Documented the 'commit' argument to save() methods on forms created via form_... | Adrian Holovaty |
| 2007-07-13 | Refs #2591 -- Removed int conversion and try/except since the value in the si... | Gary Wilson Jr |
| 2007-07-13 | Fixed #4556 -- Stylistic changes to [5500]. Thanks, glin@seznam.cz. | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path value. | Malcolm Tredinnick |
| 2007-07-13 | Added author credit for [5686]. Refs #4469. | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4469 -- Added slightly more informative error messages to max- and | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4865 -- Replaced a stray generator comprehension with a list | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4861 -- Removed some duplicated logic from the newforms RegexField by | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4846 -- Fixed some Python 2.3 encoding problems in the admin interface. | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4842 -- Added slightly more robust error reporting. Thanks, Thomas | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4839 -- Added __repr__ methods to URL classes that show the pattern they | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation. | Malcolm Tredinnick |
| 2007-07-13 | Fixed #2591 -- Fixed a problem with inspectdb with psycopg2 (only). Patch from | Malcolm Tredinnick |
| 2007-07-13 | Fixed #3505 -- Added handling for the error raised when the user forgets the ... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4526 -- Modified the test Client login method to fail when a user is i... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4538 -- Split the installation instructions to differentiate between i... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, ... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4522 -- Clarified the allowed filter arguments on the time and date fi... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4502 -- Clarified reference to view in tutorial. Thanks for the sugges... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4775 -- Added some missing Hungarian accents to the urlify.js LATIN_MA... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4768 -- Converted timesince and dateformat to use explicit floor divis... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4764 -- Added reference to Locale middleware in middleware docs. Thank... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4755 -- Modified newforms MultipleChoiceField to use list comprehensio... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4722 -- Clarified discussion about PYTHONPATH in modpython docs. Thank... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4640 -- Fixed import to stringfilter in docs. Proposed solution to mov... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4627 -- Added details on MacPorts packaging of Django. Thanks, Paul Bi... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4763 -- Minor typo in cache documentations. Thanks, dan@coffeecode.net. | Russell Keith-Magee |
| 2007-07-12 | Fixed #4745 -- Updated docs to point out that 0 is not a valid SITE_ID when r... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens <m... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4837 -- Updated Debian packaging details. Thanks for the suggestion, Y... | Russell Keith-Magee |
| 2007-07-12 | Fixed #3768 -- Disabled NullBooleanField PK serialization test. We can't and ... | Russell Keith-Magee |
| 2007-07-12 | Fixed #3770 -- Remove null=True tag from OneToOne serialization test. OneToOn... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ... | Russell Keith-Magee |
| 2007-07-12 | Improved syndication feed framework to use RequestSite if the sites framework... | Adrian Holovaty |
| 2007-07-12 | Added RequestSite class to sites framework | Adrian Holovaty |
| 2007-07-12 | Added helpful error message to SiteManager.get_current() if the user hasn't s... | Adrian Holovaty |
| 2007-07-12 | Edited changes to docs/tutorial04.txt from [5649] | Adrian Holovaty |