summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-01-300.90-bugfixes: fix for backport in [4418]stable/0.90.xJames Bennett
2007-01-240.90-bugfixes: Backporting [4244] for those using legacy Django with psycopg1James Bennett
2007-01-020.90-bugfixes: backport [2238]. Refs #1148James Bennett
2006-09-050.90-bugfixes: fix a problem on mod_python that could result in stale DB conn...James Bennett
2006-08-160.90-fixes: Fixed minor security hole in compile-messages.py. See trunk patch...James Bennett
2005-11-16Changed 'django-admin.py startapp' application template to use views.py inste...Adrian Holovaty
2005-11-16Changed FormWrapper.fields (from [1253]) to be a property, so that it's only ...Adrian Holovaty
2005-11-15Fixed #587 - iteration through formfields in a FormWrapper is now allowed (th...Jacob Kaplan-Moss
2005-11-15fixes #804 - updated slovak translationGeorg Bauer
2005-11-15added new danish translationGeorg Bauer
2005-11-15Added django.views.generic.simple.redirect_to view for issuing simple redirec...Jacob Kaplan-Moss
2005-11-15Added django.views.generic.simple.direct_to_template which renders a given te...Jacob Kaplan-Moss
2005-11-15Fixed #796 -- Gave AnonymousUser a has_module_perms method.Adrian Holovaty
2005-11-15Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped in...Jacob Kaplan-Moss
2005-11-15added missing docstring to the blocktrans template tagGeorg Bauer
2005-11-15Fixed bug in postgresql backend that prevented the user of passwords with spa...Jacob Kaplan-Moss
2005-11-14Added NOINDEX tag to debug 500 page (for robots)Jacob Kaplan-Moss
2005-11-14Added "pretty" error pages to be used when DEBUG is True.Jacob Kaplan-Moss
2005-11-14fixes #790 and #791 - updated cs and sk translationsGeorg Bauer
2005-11-14fixes bug with blocktrans and parameters not actually doing the translation (...Georg Bauer
2005-11-14added the missing icenlandic message file (didn't svn add last time and didn'...Georg Bauer
2005-11-14Fixed #787 -- High-level syndication framework now picks up author details. A...Adrian Holovaty
2005-11-14Improved Atom feed-generating framework to output <link rel='self'>. Added a ...Adrian Holovaty
2005-11-14Fixed #784 -- Atom feeds now use RFC3339 datetime formatAdrian Holovaty
2005-11-14Fixed #786 -- Atom feeds now put links in a href element. Thanks, mattycakesAdrian Holovaty
2005-11-14Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...Adrian Holovaty
2005-11-13Fixed #783 -- Added AnonymousUser.id = None. Thanks, EABinGAAdrian Holovaty
2005-11-13fixes #751, added new icelandic translation (thx Dagur), updated the serbian ...Georg Bauer
2005-11-13added swedish to the global settings LANGUAGESGeorg Bauer
2005-11-13fixes #751 - new swedish translation. thx Robin.Georg Bauer
2005-11-13Moved db.quote_name from a model-level function to a method of DatabaseWrappe...Adrian Holovaty
2005-11-13Grammar cleanups for recent documentation and docstring changes.Adrian Holovaty
2005-11-12fixes #109 - added translation possibilities for date and time formats (and u...Georg Bauer
2005-11-12fixes #764 - the TokenParser now respects string parameters to filters that c...Georg Bauer
2005-11-12fixes #750 - languages for language-selection can now be restricted by settin...Georg Bauer
2005-11-12fixed #777 and #775 - updated bn and sk translationsGeorg Bauer
2005-11-12Fixed #778 -- Improved isExistingURL validator not to raise ValidationError f...Adrian Holovaty
2005-11-12Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made t...Adrian Holovaty
2005-11-12Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty
2005-11-12fixed the "recent actions" list not pointing to the objects detail page - bac...Georg Bauer
2005-11-12Added README.TXT to contrib.redirects and contrib.flatpagesAdrian Holovaty
2005-11-11fix a problem that masks errors in settings files for some users - in those c...Georg Bauer
2005-11-11Added INSTALLED_APPS to global_settings. It's an empty tuple by default.Adrian Holovaty
2005-11-11updated sk translation and updated all messagefiles for new filenames/linenum...Georg Bauer
2005-11-11added a little tool to fix message-ID duplicates after subversion merges (.po...Georg Bauer
2005-11-11updated french translationGeorg Bauer
2005-11-11Implemented quote_name() for ado_mssql DB backend. Thanks, Jakub Labath and E...Adrian Holovaty
2005-11-11Fixed #766 -- Custom methods in admin.list_display can now have an allow_tags...Adrian Holovaty
2005-11-11Changed django-admin.py to display help if invoked with no arguments. Thanks,...Adrian Holovaty
2005-11-11fixes #765, #767 and #770 - new sk, cs and zh_CN translations. thx vlado, Rad...Georg Bauer