summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-22Negligible changes to django.template -- removed a useless docstring, convert...Adrian Holovaty
2007-12-22Removed lexer_factory() and parser_factory() functions in django.template, si...Adrian Holovaty
2007-12-22Removed a comment in django/template/__init__.py that suggests we would do 'c...Adrian Holovaty
2007-12-22Negligible formatting changes to django/template/__init__.py -- fixed some sp...Adrian Holovaty
2007-12-22Changed an '== None' to 'is None' in Template.__init__()Adrian Holovaty
2007-12-22Moved the various Debug classes in django.template to a new module, debug.py,...Adrian Holovaty
2007-12-21Set Oracle stmtcachesize to 20 instead of 0 for a performance boost.Matt Boersma
2007-12-21Fixed #6249 -- Fixed error in docs/syndication_feeds.txt example. Thanks, dar...Adrian Holovaty
2007-12-20Rearranged an Oracle ALTER statement so it is run only once per new connectio...Matt Boersma
2007-12-19Removed some reverse string craziness from the regroup template tag argument ...Gary Wilson Jr
2007-12-19Fixed #6139 -- When sending email, made sure that the "to" and "bcc" sequence...Malcolm Tredinnick
2007-12-19Fixed #5670 -- Changed the validation of the UK postcode widget to allow for ...Malcolm Tredinnick
2007-12-19Fixed #6208 -- Updated Dutch translation. Thanks, arien and v.oostveen@idca.nl.Malcolm Tredinnick
2007-12-19Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile...Malcolm Tredinnick
2007-12-19Edited docs/testing.txt changes from [6929]Adrian Holovaty
2007-12-19Fixed #6238 -- Bumped up the length of data displayed in databrowse slightly....Malcolm Tredinnick
2007-12-19Edited docs/middleware.txt changes from [6852]Adrian Holovaty
2007-12-19Edited docs/localflavor.txt changes from [6849]Adrian Holovaty
2007-12-19Fixed comma splices in PendingDeprecationWarnings of form_for_model and form_...Adrian Holovaty
2007-12-19Added note to docs/form_for_model.txt (from [6844]) explaining this is deprec...Adrian Holovaty
2007-12-19Changed the ImportError message from [6832] to improve wordingAdrian Holovaty
2007-12-19Added 'New in Django development version' note to docs/sessions.txt setdefaul...Adrian Holovaty
2007-12-17Fixed #6119 -- Documented HttpRequest.get_host(). Thanks, PJCrosier.Malcolm Tredinnick
2007-12-17Fixed #6197 -- Added (optional) formfield_callback argument to ModelForms.__n...Malcolm Tredinnick
2007-12-17Fixed #5596 -- Changed the static view for the development server so that Dja...Malcolm Tredinnick
2007-12-17Typo fix.Malcolm Tredinnick
2007-12-17Fixed [6932] so that "django-admin.py help dumpdata" works again.Malcolm Tredinnick
2007-12-17Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (whichMalcolm Tredinnick
2007-12-17Fixed #6212 -- Give models.NullBooleanField the right default newforms field....Malcolm Tredinnick
2007-12-17Fixed #6200 -- Made the core tests independent of the value of LOGIN_URL, sin...Malcolm Tredinnick
2007-12-17Fixed #5044 -- Added Latvian character map for Javascript slug generation. P...Malcolm Tredinnick
2007-12-17Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessaryMalcolm Tredinnick
2007-12-17Fixed #6136 -- Updated the localflavor documentation. Patch from Nick Efford.Malcolm Tredinnick
2007-12-17Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if requ...Malcolm Tredinnick
2007-12-17Split up the documentation of the test database and the test output.Malcolm Tredinnick
2007-12-17Fixed a Python 2.3 problem from [6927].Malcolm Tredinnick
2007-12-17Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. ...Malcolm Tredinnick
2007-12-17Fixed #5871 -- Factored out the validation errors in localflavor form fields....Malcolm Tredinnick
2007-12-17Fixed #5561 -- Added link to the contenttypes documentation into the add_ons ...Malcolm Tredinnick
2007-12-17Fixed #6174 -- Documentation fix for [6912]. Pointed out by Russell Cloran.Malcolm Tredinnick
2007-12-17Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv.Malcolm Tredinnick
2007-12-17Fixed #6110 -- Mark the python format serializer as for internal use only. T...Malcolm Tredinnick
2007-12-17Generic relations should not try to drop their related table in "sqlreset".Malcolm Tredinnick
2007-12-13Changed ModelForms to allow inheritance as long as their model attributes are...Joseph Kocherhans
2007-12-13Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac...Joseph Kocherhans
2007-12-11Fixed #6151 -- Added some code formatting to the `floatformat` template filte...Gary Wilson Jr
2007-12-11Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `An...Gary Wilson Jr
2007-12-11Minor style fixes.Gary Wilson Jr
2007-12-11Fixed copy-and-paste view of error page to not indent the first line of insta...Gary Wilson Jr
2007-12-11Fixed imports to adhere to django coding style.Gary Wilson Jr