summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Grammar cleanups for recent documentation and docstring changes.Adrian Holovaty2005-11-133-14/+38
* fixes #109 - added translation possibilities for date and time formats (and u...Georg Bauer2005-11-1234-199/+426
* fixes #764 - the TokenParser now respects string parameters to filters that c...Georg Bauer2005-11-121-0/+7
* added the LANGUAGES setting to the settings documentationGeorg Bauer2005-11-121-0/+10
* updated i18n documentation for the LANGUAGES settingGeorg Bauer2005-11-121-0/+12
* fixes #750 - languages for language-selection can now be restricted by settin...Georg Bauer2005-11-121-19/+26
* fixed #777 and #775 - updated bn and sk translationsGeorg Bauer2005-11-124-182/+191
* Fixed #778 -- Improved isExistingURL validator not to raise ValidationError f...Adrian Holovaty2005-11-121-1/+5
* Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made t...Adrian Holovaty2005-11-122-1/+3
* Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. T...Adrian Holovaty2005-11-121-6/+0
* Fixed #774 -- Fixed typos in docs/authentication.txt. Thanks, footless and jb...Adrian Holovaty2005-11-121-2/+2
* More small tweaks to docs/syndication_feeds.txtAdrian Holovaty2005-11-121-15/+17
* Fixed ReST bug in docs/syndication_feeds.txtAdrian Holovaty2005-11-121-1/+1
* Fixed ReST bugs in docs/syndication_feeds.txtAdrian Holovaty2005-11-121-12/+16
* Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty2005-11-128-303/+822
* Added 'Install Python' section to docs/install.txtAdrian Holovaty2005-11-121-0/+10
* fixed the "recent actions" list not pointing to the objects detail page - bac...Georg Bauer2005-11-121-1/+1
* Added README.TXT to contrib.redirects and contrib.flatpagesAdrian Holovaty2005-11-122-0/+16
* fix a problem that masks errors in settings files for some users - in those c...Georg Bauer2005-11-111-8/+8
* Added INSTALLED_APPS to global_settings. It's an empty tuple by default.Adrian Holovaty2005-11-112-1/+4
* updated sk translation and updated all messagefiles for new filenames/linenum...Georg Bauer2005-11-1132-2410/+2606
* added a little tool to fix message-ID duplicates after subversion merges (.po...Georg Bauer2005-11-111-0/+26
* updated french translationGeorg Bauer2005-11-112-1010/+990
* Implemented quote_name() for ado_mssql DB backend. Thanks, Jakub Labath and E...Adrian Holovaty2005-11-111-2/+3
* Fixed #766 -- Custom methods in admin.list_display can now have an allow_tags...Adrian Holovaty2005-11-111-1/+7
* Changed django-admin.py to display help if invoked with no arguments. Thanks,...Adrian Holovaty2005-11-111-1/+1
* Added a link to docs/outputting_csv.txtAdrian Holovaty2005-11-111-1/+2
* Fixed ReST missing link in docs/outputting_csv.txtAdrian Holovaty2005-11-111-1/+1
* Added docs/outputting_csv.txtAdrian Holovaty2005-11-111-0/+118
* fixes #765, #767 and #770 - new sk, cs and zh_CN translations. thx vlado, Rad...Georg Bauer2005-11-116-287/+197
* Small bugfix to flatpages URLconf from [1166]Adrian Holovaty2005-11-111-2/+2
* BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty2005-11-1121-123/+310
* Added SITE_ID to docs/settings.txtAdrian Holovaty2005-11-111-0/+9
* Added INSTALLED_APPS to docs/settings.txtAdrian Holovaty2005-11-111-0/+11
* Entries in INSTALLED_APPS can now be of the form "django.contrib.*", which Jacob Kaplan-Moss2005-11-111-0/+13
* Updated docs/middleware.txt to say exception middleware is applied in reverse...Adrian Holovaty2005-11-111-1/+2
* Updated middleware.txt to note that response middleware is applied in reverseAdrian Holovaty2005-11-111-1/+2
* Fixed #763 -- cache system now catches OSError for os.remove() call. Thanks, ...Adrian Holovaty2005-11-101-1/+1
* and now the actual translation files for bengali ...Georg Bauer2005-11-102-0/+987
* fixes #762 - new bengali translation. Thx. b.ghoseGeorg Bauer2005-11-1031-255/+316
* Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don...Adrian Holovaty2005-11-103-16/+44
* Added unit tests to disprove #724Adrian Holovaty2005-11-101-7/+26
* Fixed #686 -- django-admin.py sqlreset and sqlclear no longer assume the admi...Adrian Holovaty2005-11-091-2/+21
* Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute.Adrian Holovaty2005-11-095-77/+94
* Fixed #758 -- HTML-escaped admin log items in admin index template. Thanks, T...Adrian Holovaty2005-11-091-1/+1
* Factored FORM_FIELD_ID_PREFIX out into a get_id() method in formfields.py -- ...Adrian Holovaty2005-11-091-14/+17
* Added unit tests to confirm #683 -- a new custom_columns model exampleAdrian Holovaty2005-11-092-1/+54
* Fixed dateformat unit test that was failing -- the test was incorrect.Adrian Holovaty2005-11-091-3/+1
* Changed dateformat unit tests so that they use the en-us language. They were ...Adrian Holovaty2005-11-091-2/+4
* Fixed #761; thanks, EugeneJacob Kaplan-Moss2005-11-091-1/+1