summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-23[1.2.X] Bump to 1.2.4 for security release.1.2.4James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-23[1.2.X] Rolled back r146331, r14640 (partially) and r14625 so 1.2.X docs are ↵Ramiro Morales
still buildable with Sphinx 0.6.x for the benefit of downstream packagers shipping stable releases of Django. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-23[1.2.X] Fixed a couple of broken internal links in the documentation.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-22[1.2.X] Added some reST markup to avoid a warning during docs compilation.Russell Keith-Magee
Backport of r15022 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-22[1.2.X] Fixed #14439 -- Improved documentation for running the GeoDjango ↵Justin Bronn
test suite. Backport of r15015 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21[1.2.X] Fixed #10420 -- GeoDjango tests are run as part of Django tests when ↵Justin Bronn
using spatial database backends with `runtests.py`. Backport of r15013 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21[1.2.X] Fixed #14301 -- Further refine changes made in r14217 to support ↵Jannis Leidel
non-ASCII characters in email addresses. Thanks, Claude Peroz and Andi Albrecht. Backport from trunk (r15006). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21[1.2.X] Fixed #4976 -- Stopped humanize template tags to raise a TypeError ↵Jannis Leidel
if passed a value of ``None``. Thanks, Simon G. and Adam Vandenberg. Backport from trunk (r15000). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15004 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21[1.2.X] Fixed #13782 -- Added CSS for errors in textareas and multiple ↵Jannis Leidel
fields in one line. Thanks, julien. Backport from trunk (r14999). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15003 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21[1.2.X] Fixed #14910 -- Clarified the order of precedence of loading ↵Jannis Leidel
translation catalogues. Thanks, vanschelven. Backport from trunk (r14998). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15002 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21[1.2.X] Fixed #13743 -- Fixed CommentsAdmin to not blow up if the ↵Jannis Leidel
delete_selected action is disabled. Thanks, Daniel Lindsley. Backport from trunk (r14996). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15001 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-19[1.2.X] Fixed a Python 2.5 syntax error. Backport of [14983].Alex Gaynor
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed a couple of tests migrated to unit tests in r14279 so they ↵Ramiro Morales
actually and correctly exercise the functionality under test. Backport of [14981] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14982 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES ↵Alex Gaynor
correctly and ZAPostCodeField didn't respect *args or **kwargs (such as required=False). Also converted South African localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14956]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Uruguayan localflavor doctests into unittests. We have ↵Alex Gaynor
alwyas been at war with doctests. Thanks to Idan Gazit. Backport of [14955]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted United States localflavor doctests into unittests. We ↵Alex Gaynor
have always been at war with doctests. Thanks to Idan Gazit. Backport of [14954]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted United Kingdom localflavor doctests into unittests. We ↵Alex Gaynor
have always been at war with doctests. Thanks to Idan Gazit. Backport of [14953]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Slovak localflavor doctests into unitttests. We have ↵Alex Gaynor
always been at war with doctests. Thanks to Idan Gazit. Backport of [14952]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed #14864, #14864 -- ROCIFField didn't accept values starting ↵Alex Gaynor
with RO, as it was supposed to, and ROCNPField, ROIBANField, and ROPhoneNumberField didn't handle all EMPTY_VALUES correctly. Also converted Romanian localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14951]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Portuguese localflavor doctests into unittests. We have ↵Alex Gaynor
always been at war with doctests. Thanks to Idan Gazit. Backport of [14950]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed #14860 -- PLPESELField, PLNIPField, and PLREGONField didn't ↵Alex Gaynor
handle all EMPTY_VALUES correctly. Also converted teh Polish localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14949]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14973 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Dutch localflavor doctests to unittests. We have always ↵Alex Gaynor
been at war with doctests. Thanks to Idan Gazit. Backport of [14948]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Kuwaiti localflavor doctests to unittests. We have always ↵Alex Gaynor
been at war with doctests. Thanks to Idan Gazit. Backport of [14947]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Japanese localflavor doctests to unittests. We have ↵Alex Gaynor
always been at war with doctests. Thanks to Idan Gazit. Backport of [14946]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed #14859 -- ITSocialSecurityNumberField and ITVatNumberField ↵Alex Gaynor
didn't handle all EMPTY_VALUES gracefully. Also converted the Italias localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14945]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14969 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Icelandic localflavor doctests to unittests. We have ↵Alex Gaynor
always been at war with doctests. Thanks to Idan Gazit. Backport of [14944]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Irish localflavor doctests to unittests. We have always ↵Alex Gaynor
been at war with doctests. Thanks to Idan Gazit. Backport of [14942]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Indonesian localflavor doctests to unittests. We have ↵Alex Gaynor
always been a war with doctests. Thanks to Idan Gazit. Backport of [14941]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14966 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted generic localflavor doctests to unittests. We have always ↵Alex Gaynor
been at war with doctests. Thanks to Idan Gazit. Backport of [14940]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted French localflavor doctests into unittests. We have ↵Alex Gaynor
always been at war with doctests. Thanks to Idan Gazit. Backport of [14939]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Finnish localflavor doctests to unittests. We have always ↵Alex Gaynor
been at war with doctests. Thanks to Idan Gazit. Backport of [14938]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Spanish localflavor doctests to unittests. We have always ↵Alex Gaynor
been at war with doctests. Thanks to Idan Gazit. Backport of [14937]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14962 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Chilean localflavor doctests to unittests. We have always ↵Alex Gaynor
been at war with doctests. Thanks to Idan Gazit. Backport of [14936]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Swiss localflavor doctests to unittests. Thanks to Idan ↵Alex Gaynor
Gazit for the patch. Backport of [14935]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Canadian localflavor doctests to unittests. We have ↵Alex Gaynor
always been at war with doctests. Thanks to Idan Gazit. Backport of [14934]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted the Brazillian localflavor doctests to unittests. We have ↵Alex Gaynor
always been at war with doctests. Thanks to Idan Gazit. Backport of [14933]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Converted Australian localfavor doctests into unittests. We have ↵Alex Gaynor
always been at war with doctests. Thanks to Idan Gazit for the patch. Backport of [14931], git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed #14919 - test isolation issue with ↵Luke Plant
model_inheritance.ModelInheritanceTests.test_multiple_table and views.DefaultsTests.test_csrf_token_in_404 test_csrf_token_in_404 was assuming DEBUG = False, and test_multiple_table was leaving DEBUG = True. Both issues have been fixed. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed the ModelMultipleChoiceFieldTests to pass even on DB backends ↵Karen Tracey
that do not reuse pk values after rollback. r14928 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed test_runner tests on 1.2.X branch to not atempt to use new ↵Karen Tracey
unittest support that does not exist there. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed #14676 - Document that the removetags filter is ↵Timo Graham
case-sensitive. Thanks peterh32 for the report and elbarto for the patch. Backport of r14925 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed #6434 - Add clarifying note about auto_now and auto_now_add. ↵Timo Graham
thank adamv for the patch. Backport of r14923 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-14[1.2.X] Fixed #14848 - change example verbose name to match convention. ↵Timo Graham
thanks madisv for the suggestion. Backport of r14917 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-13[1.2.X] Fixed #14897 -- fixed some synax highlighting in the formset ↵Alex Gaynor
documentation. Thanks to marcusf for the patch. Backport of [14912]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14913 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-13[1.2.X] Fixed #13726 -- Further refine changes made in r12384 and r13069 for ↵Jannis Leidel
using non-English source languages in JavaScript translation catalogues. Thanks, Ramiro. Backport from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-13[1.2.X] Fixed #12735 and #14892 -- Fixed support for the latest IPython ↵Jannis Leidel
(development) version in the shell management command. Backport from trunk (r14895). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-13[1.2.X] Fixed #14446 -- Prevented the password reset confirmation view to be ↵Jannis Leidel
cached. Thanks, Paul and Gabriel. Backport from trunk (r14890). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-13[1.2.X] Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page ↵Jannis Leidel
number given to an admin change list exceeds the number of the last page. Thanks, mk. Backport from trunk (r14889). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14908 bcc190cf-cafb-0310-a4f2-bffc1f526a37