| Age | Commit message (Expand) | Author |
| 2005-11-11 | Changed django-admin.py to display help if invoked with no arguments. Thanks,... | Adrian Holovaty |
| 2005-11-11 | Added a link to docs/outputting_csv.txt | Adrian Holovaty |
| 2005-11-11 | Fixed ReST missing link in docs/outputting_csv.txt | Adrian Holovaty |
| 2005-11-11 | Added docs/outputting_csv.txt | Adrian Holovaty |
| 2005-11-11 | fixes #765, #767 and #770 - new sk, cs and zh_CN translations. thx vlado, Rad... | Georg Bauer |
| 2005-11-11 | Small bugfix to flatpages URLconf from [1166] | Adrian Holovaty |
| 2005-11-11 | BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ... | Adrian Holovaty |
| 2005-11-11 | Added SITE_ID to docs/settings.txt | Adrian Holovaty |
| 2005-11-11 | Added INSTALLED_APPS to docs/settings.txt | Adrian Holovaty |
| 2005-11-11 | Entries in INSTALLED_APPS can now be of the form "django.contrib.*", which | Jacob Kaplan-Moss |
| 2005-11-11 | Updated docs/middleware.txt to say exception middleware is applied in reverse... | Adrian Holovaty |
| 2005-11-11 | Updated middleware.txt to note that response middleware is applied in reverse | Adrian Holovaty |
| 2005-11-10 | Fixed #763 -- cache system now catches OSError for os.remove() call. Thanks, ... | Adrian Holovaty |
| 2005-11-10 | and now the actual translation files for bengali ... | Georg Bauer |
| 2005-11-10 | fixes #762 - new bengali translation. Thx. b.ghose | Georg Bauer |
| 2005-11-10 | Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don... | Adrian Holovaty |
| 2005-11-10 | Added unit tests to disprove #724 | Adrian Holovaty |
| 2005-11-09 | Fixed #686 -- django-admin.py sqlreset and sqlclear no longer assume the admi... | Adrian Holovaty |
| 2005-11-09 | Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute. | Adrian Holovaty |
| 2005-11-09 | Fixed #758 -- HTML-escaped admin log items in admin index template. Thanks, T... | Adrian Holovaty |
| 2005-11-09 | Factored FORM_FIELD_ID_PREFIX out into a get_id() method in formfields.py -- ... | Adrian Holovaty |
| 2005-11-09 | Added unit tests to confirm #683 -- a new custom_columns model example | Adrian Holovaty |
| 2005-11-09 | Fixed dateformat unit test that was failing -- the test was incorrect. | Adrian Holovaty |
| 2005-11-09 | Changed dateformat unit tests so that they use the en-us language. They were ... | Adrian Holovaty |
| 2005-11-09 | Fixed #761; thanks, Eugene | Jacob Kaplan-Moss |
| 2005-11-09 | Improved docs/authentication.txt to note that messages only work with registe... | Adrian Holovaty |
| 2005-11-09 | Renamed enclosure_url, enclosure_length and enclosure_mime_type to give them ... | Adrian Holovaty |
| 2005-11-09 | Small formatting fix to docs/settings.txt -- MIDDLEWARE_CLASSES example was s... | Adrian Holovaty |
| 2005-11-09 | fixed german translation | Georg Bauer |
| 2005-11-09 | updated german language file | Georg Bauer |
| 2005-11-09 | updated .po/.mo files for new message IDs and new line numbers | Georg Bauer |
| 2005-11-09 | added ro and cy to the LANGUAGES setting | Georg Bauer |
| 2005-11-09 | fixes #747 - new welsh translation. Thx Esaj. | Georg Bauer |
| 2005-11-09 | fixes #756 - added new romanian translation (thx. tibimicu). | Georg Bauer |
| 2005-11-09 | Added django.core.rss.Feed -- the new RSS interface. Refs #329. | Adrian Holovaty |
| 2005-11-09 | Changed RSS urlconf to accept any character for param -- not just slashes and... | Adrian Holovaty |
| 2005-11-08 | Finished docs/authentication.txt | Adrian Holovaty |
| 2005-11-07 | Added 'Serving the admin files' section in docs/modpython.txt | Adrian Holovaty |
| 2005-11-07 | Updated install.txt and modpython.txt to note required Apache and mod_python ... | Adrian Holovaty |
| 2005-11-07 | Changed register_tag example in docs/templates_python.txt to be consistent wi... | Adrian Holovaty |
| 2005-11-07 | Fixed typo in docs/i18n.txt. Thanks, Esaj | Adrian Holovaty |
| 2005-11-07 | Fixed #748 -- Improved error handling in make-messages.py. It no longer clobb... | Adrian Holovaty |
| 2005-11-07 | Fixed #669 -- core.Site objects are now editable in the admin | Adrian Holovaty |
| 2005-11-07 | Added Slovak (sk) translation. Thanks, Vlado | Adrian Holovaty |
| 2005-11-06 | Added note about CacheMiddleware to docs/i18n.txt. | Adrian Holovaty |
| 2005-11-06 | Fixed #742 -- Implemented 't' dateformat. Thanks, radek. | Adrian Holovaty |
| 2005-11-06 | Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings. | Adrian Holovaty |
| 2005-11-06 | Fixed ReST bug in templates.txt | Adrian Holovaty |
| 2005-11-06 | Fixed ReST bug in templates.txt | Adrian Holovaty |
| 2005-11-06 | Changed headers in docs/templates.txt to match style from other documentation | Adrian Holovaty |