summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-03-22Added Idan to committers.txt. Wahoo!Idan Gazit
2011-03-21Tweaked title level in custom file storage systems documentation.Ramiro Morales
2011-03-20Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translati...Jannis Leidel
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-20Fixed #15618 -- Fixed regression introduced in r15848 regarding not properly ...Jannis Leidel
2011-03-19Fixed #15565: Ensure terminal echo is on after reloader reloads (something tu...Karen Tracey
2011-03-19Fixed #15632 -- Ignore unrelated content in template multi-line comment block...Ramiro Morales
2011-03-19Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ...Russell Keith-Magee
2011-03-18Fixed staticfiles test that was broken on Windows due to the result of the st...Jannis Leidel
2011-03-18Added staticfiles test case for filenames with medial capitals.Jannis Leidel
2011-03-18Refined exception message to make sure we don't confuse users.Jannis Leidel
2011-03-18Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked in...Russell Keith-Magee
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...Ramiro Morales
2011-03-17Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now ...Justin Bronn
2011-03-17Fixed #15621 -- Fixed potentially confusing error message in db backend loadi...Adrian Holovaty
2011-03-17Fixed #15627 -- Use constant time comparison for password checks. Thanks to h...Russell Keith-Magee
2011-03-17Fixed #15628 -- Made the admin error email more useful when there isn't a req...Russell Keith-Magee