summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.90-bugfixes: fix for backport in [4418]stable/0.90.xJames Bennett2007-01-301-2/+2
* 0.90-bugfixes: Backporting [4244] for those using legacy Django with psycopg1James Bennett2007-01-241-0/+33
* 0.90-bugfixes: backport [2238]. Refs #1148James Bennett2007-01-022-5/+3
* 0.90-bugfixes: changes in the README to provide more useful info on the branc...James Bennett2006-09-051-24/+35
* 0.90-bugfixes: fix a problem on mod_python that could result in stale DB conn...James Bennett2006-09-051-4/+3
* 0.90-fixes: Fixed minor security hole in compile-messages.py. See trunk patch...James Bennett2006-08-161-1/+8
* Created 0.90-bugfixes branch, for bug fixes to version 0.90. Currently it's a...Adrian Holovaty2006-08-160-0/+0
* Tagged 0.90 releaseJacob Kaplan-Moss2005-11-160-0/+0
* Fixed #808 -- Fixed typo in docs/forms.txt. Thanks, limodouAdrian Holovaty2005-11-161-1/+1
* Changed tutorial02 not to say redirects and flatpages are includedAdrian Holovaty2005-11-161-2/+2
* Added links to auth docs in docs/templates_python.txtAdrian Holovaty2005-11-161-2/+6
* Updated setup.py to include locales and *.TXT in package_data. Changed versio...Adrian Holovaty2005-11-161-2/+22
* Upgraded ez_setup.py from 0.6a5 to 0.6a7Adrian Holovaty2005-11-161-1/+5
* Changed 'django-admin.py startapp' application template to use views.py inste...Adrian Holovaty2005-11-165-28/+33
* Changed FormWrapper.fields (from [1253]) to be a property, so that it's only ...Adrian Holovaty2005-11-161-1/+9
* Small style cleanup of docs/generic_views.txtAdrian Holovaty2005-11-161-11/+12
* Fixed #587 - iteration through formfields in a FormWrapper is now allowed (th...Jacob Kaplan-Moss2005-11-151-0/+1
* fixes #804 - updated slovak translationGeorg Bauer2005-11-152-36/+31
* added danish translation to the settings documentationGeorg Bauer2005-11-151-0/+1
* added new danish translationGeorg Bauer2005-11-1539-374/+1557
* Added django.views.generic.simple.redirect_to view for issuing simple redirec...Jacob Kaplan-Moss2005-11-152-9/+65
* Added django.views.generic.simple.direct_to_template which renders a given te...Jacob Kaplan-Moss2005-11-151-0/+9
* Fixed #796 -- Gave AnonymousUser a has_module_perms method.Adrian Holovaty2005-11-151-0/+3
* Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped in...Jacob Kaplan-Moss2005-11-151-2/+15
* added missing docstring to the blocktrans template tagGeorg Bauer2005-11-151-0/+17
* Followup faq change to [1237]Adrian Holovaty2005-11-151-1/+1
* Added extra paragraphs to 'Why did you write all of Django from scratch' FAQ ...Adrian Holovaty2005-11-151-0/+10
* Fixed bug in postgresql backend that prevented the user of passwords with spa...Jacob Kaplan-Moss2005-11-151-1/+1
* Added NOINDEX tag to debug 500 page (for robots)Jacob Kaplan-Moss2005-11-141-0/+1
* Added "pretty" error pages to be used when DEBUG is True.Jacob Kaplan-Moss2005-11-142-26/+446
* fixes #790 and #791 - updated cs and sk translationsGeorg Bauer2005-11-144-274/+97
* fixes bug with blocktrans and parameters not actually doing the translation (...Georg Bauer2005-11-141-2/+2
* added the missing icenlandic message file (didn't svn add last time and didn'...Georg Bauer2005-11-142-0/+1013
* Fixed #787 -- High-level syndication framework now picks up author details. A...Adrian Holovaty2005-11-143-3/+123
* Improved Atom feed-generating framework to output <link rel='self'>. Added a ...Adrian Holovaty2005-11-144-6/+28
* Fixed #784 -- Atom feeds now use RFC3339 datetime formatAdrian Holovaty2005-11-141-2/+5
* Fixed #786 -- Atom feeds now put links in a href element. Thanks, mattycakesAdrian Holovaty2005-11-141-1/+1
* Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...Adrian Holovaty2005-11-149-116/+295
* Fixed #783 -- Added AnonymousUser.id = None. Thanks, EABinGAAdrian Holovaty2005-11-132-0/+3
* Added Icelandic and Swedish translations to docs/settings.txt LANGUAGES sectionAdrian Holovaty2005-11-131-0/+2
* Fixed #782 -- Fixed broken link in docs/overview.txt. Thanks, frederikAdrian Holovaty2005-11-131-1/+1
* Added 'Safety and security' section to docs/design_philosophies.txtAdrian Holovaty2005-11-131-2/+17
* fixes #751, added new icelandic translation (thx Dagur), updated the serbian ...Georg Bauer2005-11-1335-169/+236
* added swedish to the global settings LANGUAGESGeorg Bauer2005-11-1335-1422/+1490
* fixes #751 - new swedish translation. thx Robin.Georg Bauer2005-11-132-0/+1010
* Fixed #780 -- Fixed typo in docs/modpython.txt. Thanks, jhernandezAdrian Holovaty2005-11-131-1/+1
* Moved db.quote_name from a model-level function to a method of DatabaseWrappe...Adrian Holovaty2005-11-135-21/+20
* Added 'Limiting access to generic views' section to docs/authentication.txtAdrian Holovaty2005-11-131-0/+15
* Changed slightly misleading example in docs/sessions.txt to use baggage-less ...Adrian Holovaty2005-11-131-6/+6
* Fixed typo in docs/tutorial03.txt. Thanks, Dave HodderAdrian Holovaty2005-11-131-3/+3