summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-30Removed Django 1.2 compatibility fallback for form wizard hashLuke Plant
2011-03-30Removed Django 1.2 compatibility fallback for password reset hashLuke Plant
2011-03-30Removed deprecated CsrfResponseMiddleware, and corresponding tests and docsLuke Plant
2011-03-30Removed Django 1.1 fallback for CSRF checks.Luke Plant
2011-03-30Added stub release notes for 1.4Luke Plant
2011-03-30Fixed integer overflows that occurred when `OFTReal` fields were treated as `...Justin Bronn
2011-03-30Fixed tests broke in r15926.Justin Bronn
2011-03-30Re-added a few compatibility modules that were removed in r15927 to lower the...Jannis Leidel
2011-03-29Fixed #15710 - removed "that that" typos.Timo Graham
2011-03-28Removed totally unused setting.Luke Plant
2011-03-28Remove a license that no long applies to any code, and add a comment for the ...Alex Gaynor
2011-03-28Fixed #15679 - regression in HttpRequest.POST and raw_post_data access.Luke Plant
2011-03-28Fixed #15702 -- Corrected problem in test suite introduced by Python 2.4 chan...Russell Keith-Magee
2011-03-28Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 chan...Russell Keith-Magee
2011-03-28Move the Python 2.5 specific tests out of their own special files now that 2....Alex Gaynor
2011-03-28Removed a Python 2.4 try/except no longer necessary in django.utils.translati...Adrian Holovaty
2011-03-28Made a bunch of simplifications now that we don't support Python 2.4Adrian Holovaty
2011-03-28Simplified sqlite backend ImproperlyConfigured check now that we don't suppor...Adrian Holovaty
2011-03-28Removed no-longer-valid comment about Python 2.3 and 2.4 in formtools/utils.pyAdrian Holovaty
2011-03-28Simplified django.utils.feedgenerator.get_tag_uri now that we don't require P...Adrian Holovaty
2011-03-28Changed setup.py classifiers to use a better indentation styleAdrian Holovaty
2011-03-28Removed Python 2.4 classifier from setup.pyAdrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2011-03-28Fixed #6636 -- Added template blocks to admin change_form.html template for f...Adrian Holovaty
2011-03-27Fixed #15664 - Removed extra parens in commit_on_success example.Timo Graham
2011-03-26Fixed #15647 -- Changed in_bulk() not to type check its input, which now allo...Adrian Holovaty
2011-03-26Fixed #9158 -- Changed django-admin.py help to be printed to stdout instead o...Adrian Holovaty
2011-03-26Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonashAdrian Holovaty
2011-03-26Fixed #15672 -- Fixed bug in core/handlers/wsgi.py where we were referring to...Adrian Holovaty
2011-03-26Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNm...Adrian Holovaty
2011-03-26Fixed #15642 -- Removed redundant imports in http/__init__.py. Thanks, jammonAdrian Holovaty
2011-03-25Commit hook test.Jacob Kaplan-Moss
2011-03-24Corrected another part of the staticfiles docs which was missed in r15913. Re...Jannis Leidel
2011-03-24Fixed #15681 -- Fixed a documentation error regarding the default value of th...Jannis Leidel
2011-03-24Ensure stdin is a tty before handing it to termios, so as to prevent prolems ...Karen Tracey
2011-03-24Moved versionadded below heading for "Localized names of languages".Simon Meers
2011-03-24Bumped django_next_version so that "New in Django 1.3" links appear correctly.Simon Meers
2011-03-23Fixed a few typos in the 1.3 release notes.Simon Meers
2011-03-23Bump everything for 1.3.1.3James Bennett
2011-03-23One final final tweak to 1.3 release notes.James Bennett
2011-03-23Finalize 1.3 release notes.James Bennett
2011-03-22Made the English in r15897 much betterer.Russell Keith-Magee
2011-03-22Fixed #15527 -- Added a explanatory note about the SQL debug log. Thanks to b...Russell Keith-Magee
2011-03-22Fixed typo in forms API documentation.Simon Meers
2011-03-22Fixed #15657 -- added the required `form` parameter to the method signatures ...Gabriel Hurley
2011-03-22Corrected a number of mislinked crossrefs and added a few new crossref target...Gabriel Hurley
2011-03-22Minor markup and organization fixes to docs to correct Sphinx errors.Russell Keith-Magee
2011-03-22Update release notes and other docs for impending 1.3.James Bennett
2011-03-22Added Idan to primary authors.Idan Gazit