Commit Graph

6649 Commits

Author SHA1 Message Date
Jacob Kaplan-Moss fd0c4bb76e [1.0.X] Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Travis Swicegood.
Backport of r10223 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 21:14:39 +00:00
Jacob Kaplan-Moss 766ff97208 Blocked some more revs from 1.0.X. Isn't this fun?
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 20:49:37 +00:00
Jacob Kaplan-Moss d41cfde686 Marked some more revs as integrated into 1.0.X.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 20:48:06 +00:00
Joseph Kocherhans 00087ef006 [1.0.X] Fixed #9863. A ForeignKey with editable=False to the parent in an inline no longer raises an exception. Thanks to keithb for the test case and Alex Gaynor for the patch. Backport of r10239 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10287 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 20:39:54 +00:00
Joseph Kocherhans 1e0acd537b [1.0.X] Forms in model formsets and inline formsets can now be deleted even if they don't validate. Related to #9587. Backport of r10283 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 20:30:05 +00:00
Jacob Kaplan-Moss 7f90c2cc56 Mark [10193] as integrated.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 20:04:55 +00:00
Jacob Kaplan-Moss c1691cc519 Blocked some commits from [1.0.X]
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 20:03:23 +00:00
Jacob Kaplan-Moss 93ffbd027f [1.0.X] Mark [10007] as merged.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 19:46:05 +00:00
Jacob Kaplan-Moss 606c5a7e7e [1.0.X] Fixed #10184: QueryDicts with multiple values can now be safely pickled. Thanks, Alex Gaynor.
Backport of [10240] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 19:34:08 +00:00
James Bennett 76fd191bfd [1.0.X] Fixed #9012: Changed inappropriate title of models documentation. Backport of [10276] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 18:15:01 +00:00
James Bennett 550dd62300 [1.0.X] Fixed #10367: Added note to generic-relation docs explaining when it's necessary to pass in field names to create a reverse relation. Backport of [10273] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10274 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 17:14:48 +00:00
James Bennett 8c776637b2 [1.0.X] Fixed #10306: Corrected form action in auth login example. Backport of [10269] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 17:01:42 +00:00
Gary Wilson Jr a352bf2145 [1.0.X]: Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski.
Backport of r10267 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 16:58:24 +00:00
Gary Wilson Jr 24a359f078 [1.0.X]: Fixed #10120 -- Added a `return` to a doc example, patch from andrews.
Backport of r10265 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 16:52:47 +00:00
Gary Wilson Jr e4e38e85c2 [1.0.X]: Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma.
Backport of r10263 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 16:46:33 +00:00
Gary Wilson Jr 5967cbb045 [1.0.X]: Fixed #10332 -- Added new provinces to IT localflavor, patch from gogna.
Backport of r10261 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 16:41:29 +00:00
Gary Wilson Jr d073efa0bb [1.0.X]: Fixed #10375 -- Added documentation about the default format strings used for the `date` and `time` filters when no format string is passed to the filter, based on patch from kgrandis.
Backport of r10259 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 16:35:35 +00:00
Gary Wilson Jr b3b541b68e [1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield.
Backport of r10256 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 16:09:22 +00:00
Justin Bronn f6524d9c1f [1.0.X] Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks, mattxbart.
Backport of r10254 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 16:02:44 +00:00
Gary Wilson Jr 510a16679d [1.0.X]: Fixed #10575 -- Fixed wording in database docs, patch from rduffield.
Backport of r10252 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 15:42:58 +00:00
Gary Wilson Jr 09daf300c5 [1.0.X]: Fixed #10577 -- Fixed doc typo, patch from Zoramite.
Backport of r10250 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 15:40:34 +00:00
Jarek Zgoda abe640c735 [1.0.X] Updated Polish translation
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 08:01:24 +00:00
Gary Wilson Jr 955ec63c5e [1.0.X]: Fixed #10667 -- Added missing sys import.
Backport of r10244 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 07:25:09 +00:00
Gary Wilson Jr 68aa33f901 [1.0.X]: Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com.
Backport of r10242 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31 07:16:25 +00:00
Gary Wilson Jr 9d808c14a5 [1.0.X]: Fixed #9946 -- Removed redundant mention of needing to define `list_display`.
Backport of r10237 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 23:33:08 +00:00
Gary Wilson Jr 9bbf94112f [1.0.X]: Fixed #9978 -- Fixed a KeyError exception that was being raised when using the logout method on the test client on an unauthenticated user, based on patch from ericholscher.
Backport of r10228 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 23:20:10 +00:00
Joseph Kocherhans 22ac97b17c [1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on a patch by Massimo Scamarcia. Backport of r10227 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10232 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 22:56:05 +00:00
James Bennett 86842e21f4 [1.0.X] Ensure Django's test suite is included when we build release packages. Backport of [10230] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 22:55:56 +00:00
Gary Wilson Jr f9582c8f52 [1.0.X]: Fixed #9130 -- Fixed typo in comment, thanks scel.
Backport of r10220 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 22:11:36 +00:00
Joseph Kocherhans f7e52d449a [1.0.X] Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked for deletion. Backport of r10206 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 22:03:20 +00:00
Gary Wilson Jr 3543e128df [1.0.X]: Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` object, based on patch from ericholscher.
Backport of r10217 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 22:01:40 +00:00
Gary Wilson Jr 546d764a36 [1.0.X]: Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work when both values involved are date objects, thanks to morty and mboersma for the patch.
Backport of r10215 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 21:35:09 +00:00
Gary Wilson Jr b49e39152b [1.0.X]: Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks KayEss.
Backport of r10213 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 21:01:08 +00:00
Gary Wilson Jr 487a7fdcce [1.0.X]: Fixed #10094 -- Fixed the `include` and `extends` template tags to work with filenames with spaces, patch from mcroydon.
Backport of r10211 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 20:33:42 +00:00
Gary Wilson Jr daae84a8e0 [1.0.X]: Fixed #10079 -- Moved settings import inside the function that uses it so that the module can be imported without needing settings, thanks kcarnold and mcroydon.
Backport of r10209 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 20:16:43 +00:00
Gary Wilson Jr ef28364365 [1.0.X]: Fixed a few class references in the model field docs.
Backport of r10207 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 19:55:29 +00:00
Gary Wilson Jr 10a3e41c8a [1.0.X]: Fixed #10076 -- Documented invalid arguments for `FileField`, based on patch from timo.
Backport of r10204 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 19:35:36 +00:00
Gary Wilson Jr 387bd8f386 [1.0.X]: Fixed #9944 -- Fixed a URL in tutorial four that was changed in the "Decoupling the URLconfs" section at the end of tutorial three, patch from programmerq.
Backport of r10202 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 19:01:30 +00:00
Gary Wilson Jr 46e37d20d4 [1.0.X]: Fixed #9914 -- Fixed field class name in models docs, patch from timo.
Backport of r10200 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 18:44:35 +00:00
Gary Wilson Jr 46292cdc71 [1.0.X]: Fixed #9853 -- Added information to the model date/time fields to note the Python objects used to represent them.
Backport of r10198 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 18:32:49 +00:00
Gary Wilson Jr 412e1d59c9 [1.0.X]: Fixed some long lines and removed trailing whitespace.
Backport of r10195 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 17:10:24 +00:00
Gary Wilson Jr 54d6fe97e9 [1.0.X]: Fixed #8462 -- Made `length` and `length_is` template filters fail silently when given a value that has undefined length and added tests for both filters. Based on patch from marcelor, rob, and SmileyChris.
Backport of r10193 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 16:48:24 +00:00
Gary Wilson Jr 4a5a21d10c [1.0.X]: Made the template tests error output a bit more pretty.
Backport of r10191 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 16:08:57 +00:00
Justin Bronn 8f996105ec [1.0.X] Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo Soto for ticket & patch.
Backport of r10188 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 03:36:35 +00:00
Gary Wilson Jr ae5f451741 [1.0.X]: Removed an inadvertent raise statement added in [8777] and added the printing of tracebacks for template tests that raise an unhandled exception.
Backport of r10183 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-29 23:40:04 +00:00
Nicola Larosa 5e0a45d739 [1.0.X] Updated Italian translation
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-29 21:25:50 +00:00
Ian Kelly cdbc225e0b [1.0.X] Fixed an issue with unicode being mangled in Oracle when the database character set is non-unicode. Backport of r10175 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10176 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-27 19:52:47 +00:00
Russell Keith-Magee 2e05920401 [1.0.X] Fixed a breakage with ManyToManyFields in admin caused by r10140. Refs #9994.
Merge of r10170 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-25 11:00:20 +00:00
Malcolm Tredinnick dce8fdbc68 [1.0.X] Made a couple of cross-references in the model fields documentaiton consistent.
Backport of r10007 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24 23:02:36 +00:00
Karen Tracey fff55111b6 [1.0.X] Updated svnmerge metadata to indicate 10078 was backported to the branch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10166 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24 18:32:26 +00:00