lukeplant [Mon, 5 Jul 2010 16:26:12 +0000]
Small corrections/improvements to DB optimization docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13419
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
lukeplant [Wed, 30 Jun 2010 22:30:37 +0000]
Added proper code comments for the HTTPS CSRF protection.
Refs #13489 which noticed a vague comment - thanks pmclanahan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13405
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
lukeplant [Thu, 24 Jun 2010 11:10:58 +0000]
Fixed error in AnonymousUser docs since [12316]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13401
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Wed, 23 Jun 2010 20:03:41 +0000]
Fixed #13799, a test failure on Postgres. Thanks, Alex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13400
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jbronn [Wed, 23 Jun 2010 17:34:57 +0000]
Fixed #13671, #13748 -- Fixed errata and minor updates to GeoDjango docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13398
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jbronn [Wed, 23 Jun 2010 17:17:22 +0000]
Fixed #13779 -- Can now discover GDAL 1.7 from debian-based packages. Thanks to Leo for bug report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13396
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
lukeplant [Wed, 23 Jun 2010 13:14:30 +0000]
Fixed #12803 - Added styling for 'error' and 'warning' messages in admin.
Thanks to bboli and sebastian_noack for the report, DrMeers for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13393
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 21 Jun 2010 12:19:32 +0000]
Added skeleton 1.3 release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13366
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 21 Jun 2010 12:09:25 +0000]
Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to clouserw for the suggestion, and darkrho for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13365
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 21 Jun 2010 11:48:45 +0000]
Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 development branch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13363
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Sat, 19 Jun 2010 21:14:56 +0000]
Django is now 1.3 pre-alpha.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13362
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Sat, 19 Jun 2010 21:07:33 +0000]
Fixed #10843: the textile tests now pass against the latest textile library.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13360
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
kmtracey [Thu, 17 Jun 2010 23:50:51 +0000]
Fixed #13785: Corrected some misplaced and missing parentheses. Thanks LucianU.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13356
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
kmtracey [Thu, 17 Jun 2010 18:29:27 +0000]
Fixed #13778: Removed a stray colon in a code example. Thanks canassa.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13355
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 11 Jun 2010 01:37:10 +0000]
Fixed #13739 -- Updated release notes to make a note of the changes to Field.db_type.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13350
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Thu, 10 Jun 2010 11:45:29 +0000]
Refs #8901 -- Reverted r13328 because the patch imposes a minimum version requirement of Postgres 8.0; we can't impose that on Django 1.2, so we need to wait until the 1.3 is branched before we can apply this change.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13348
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
lukeplant [Tue, 8 Jun 2010 14:35:48 +0000]
Fixed #13716 - the CSRF get_token function stopped working for views with csrf_view_exempt
This was a regression caused by the the CSRF changes in 1.2.
Thanks to edevil for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13336
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 7 Jun 2010 15:47:19 +0000]
Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identifiers exceed the maximum identifier length. Thanks to adam@zuerchertech.com for the report, and Matt Hoskins for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13328
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
zgoda [Mon, 7 Jun 2010 14:47:10 +0000]
Fixed #13577 - wrong thousands separator in Polish formats file. Thanks sero for report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13327
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
kmtracey [Mon, 7 Jun 2010 03:08:33 +0000]
Fixed #13676: Corrected some links into the Python docs. Thanks carljm and Tryphon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13326
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
kmtracey [Mon, 7 Jun 2010 03:01:06 +0000]
Fixed #13657: Moved global declaration before assignments to avoid a syntax warning. Thanks Alex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13325
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 7 Jun 2010 02:11:58 +0000]
Fixed #13700 -- Converted m2m_through_regress tests to unittests, removing another flush call. Thanks to Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13324
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Sat, 5 Jun 2010 13:07:21 +0000]
Fixed #13698 -- Removed trailing whitespace from regressiontests/utils/timesince. Officially, I'm doing this because trailing whitespace is bad, but apparently it also causes test failures for some people (for reasons we can't narrow down), so there's a double win.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13323
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Sat, 5 Jun 2010 12:53:51 +0000]
Corrected pre-Python 2.6 syntax incompatibility from r13319. Thanks to Karen Tracey for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13322
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Sat, 5 Jun 2010 06:37:52 +0000]
Fixed #13697 -- Modified multiple_database test to avoid a failure observed under Python 2.6.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13321
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Sat, 5 Jun 2010 05:32:05 +0000]
Migrated multiple_database tests to use new stdout argument on management commands, rather than monkeypatching stdout.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13320
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Sat, 5 Jun 2010 05:26:04 +0000]
Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another set of expensive flush calls. Thanks to Eric Holscher for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13319
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
lukeplant [Thu, 3 Jun 2010 18:50:04 +0000]
Fixed #10758 - sys.exc_info() should not be stored on a local variable
Thanks piotr.findeisen for report, kevinh for patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13318
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
kmtracey [Wed, 2 Jun 2010 17:57:10 +0000]
Fixed #13685: Correct the default value for EMAIL_BACKEND listed in the settings ref.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13316
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Fri, 28 May 2010 17:25:43 +0000]
Fixed #13624: added SIGNATURE to the list of settings to hide on debug pages.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13315
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Fri, 28 May 2010 16:39:52 +0000]
Fixed #13572: copies of QueryDicts now have their encoding set correctly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13314
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Fri, 28 May 2010 16:27:09 +0000]
Converted httpwrappers tests to unittest.
We have always been at war with doctests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13313
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Fri, 28 May 2010 15:03:12 +0000]
Fixed #13597, a small typo in the admin docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13312
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 28 May 2010 13:46:12 +0000]
Fixed #13656 -- Ensure that the management commands use the right database for transaction start/end commands. Thanks to Alex Gaynor for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13311
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
kmtracey [Fri, 28 May 2010 11:46:03 +0000]
Fixed #13653: Fixed django.utils.hashcompat to support running on Python 2.4 with standalone hashlib.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13310
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 28 May 2010 11:15:36 +0000]
Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a flush, which speeds up the tests overall.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13309
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 28 May 2010 09:52:24 +0000]
Fixed #13638 -- Refactored the serializers_regress tests to avoid the use of flush, and make better use of the transactional capabilities of django.test.TestCase. Thanks to Alex Gaynor for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13308
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ubernostrum [Mon, 24 May 2010 19:10:30 +0000]
Bump to 1.2.1.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13302
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Sun, 23 May 2010 10:38:23 +0000]
Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 when localization is enabled. Thanks for the report and patch, magnus.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13301
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
lukeplant [Sat, 22 May 2010 18:42:16 +0000]
Fixed #13590 - Made CSRF failure page styling consistent with Django's default error page styling.
Thanks to alefteris for suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13300
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 21 May 2010 14:25:26 +0000]
Refs #13573 -- Modified the key technique added in r13295 to be more robust against potential key collisions while keeping key names human-readable. Thanks to Alex for being finicky.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13299
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Fri, 21 May 2010 14:09:25 +0000]
Fixed #13577 -- Updated Polish formats file. Thanks, ludwik.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13298
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Fri, 21 May 2010 14:08:49 +0000]
Fixed #13569 -- Fixed createsuperuser management command to work with the new relaxed requirements for usernames.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13297
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Fri, 21 May 2010 14:07:54 +0000]
Fixed #13560 -- Fixed localization of widgets.
Particularly this fixes the SplitDateTimeField and the AdminDateWidget by localizating the widget's value in its render method instead of the form field. Thanks to David Danier for the report and Russell for help with the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13296
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 21 May 2010 08:54:15 +0000]
Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13295
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
kmtracey [Wed, 19 May 2010 12:35:02 +0000]
Fixed #13566, a typo in the 1.2 release notes. Thanks johnthedebs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13294
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Wed, 19 May 2010 03:25:42 +0000]
Fixed #13563, a typo in the GeoDjango tutorial.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13293
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Mon, 17 May 2010 22:28:44 +0000]
Fixed a couple of typos in the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13291
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Mon, 17 May 2010 18:51:50 +0000]
Updated the docs conf.py to have the correct version number.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13287
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ubernostrum [Mon, 17 May 2010 18:21:18 +0000]
Trunk is now 1.2.1 pre-alpha.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13286
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ubernostrum [Mon, 17 May 2010 17:57:07 +0000]
Add in the section on Python 2.3 compatibility.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13284
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ubernostrum [Mon, 17 May 2010 17:42:14 +0000]
Flip PyPI classifier from beta to stable.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13279
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ubernostrum [Mon, 17 May 2010 17:31:49 +0000]
Bump version and download info to 1.2.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13276
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ubernostrum [Mon, 17 May 2010 16:48:32 +0000]
A final *final* clarification in the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13274
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ubernostrum [Mon, 17 May 2010 16:47:16 +0000]
Some final clarifications in the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13273
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Mon, 17 May 2010 16:32:37 +0000]
Slight fixes to related fields reference to avoid conflicting target names
with the queryset docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13272
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jacob [Mon, 17 May 2010 16:32:29 +0000]
Some heavy refactoring to the 1.2 release notes.
Don't bury the lede, folks!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13271
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ramiro [Mon, 17 May 2010 13:57:15 +0000]
Fixed a couple of es_AR translation errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13270
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 17 May 2010 00:27:37 +0000]
Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13269
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Sun, 16 May 2010 20:48:45 +0000]
Fixed #13545 -- Updated Norwegian nynorsk (nn) translation. Thanks, Håvard Grimelid.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13268
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Sun, 16 May 2010 20:48:19 +0000]
Added notes about the two new date format specifiers (``c`` and ``u``) added in 1.2. Thanks for the patch, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13267
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Sun, 16 May 2010 15:54:10 +0000]
Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 uses "T" as the separator between the date and the time value to increase real world usefulness.
While the ISO standard permits the use of a space instead of "T" for readability, it does have an impact on standards like HTML5 which rely on specific rules made in RFC 3339.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13266
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Sat, 15 May 2010 00:19:01 +0000]
Fixed #13544 -- Updated Norwegian bokmal translation. Thanks, Jon Lønne.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13265
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 14 May 2010 11:42:59 +0000]
Removed the 'under development' marker from the 1.1.2 release notes; a little too late, but better than never.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13263
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 14 May 2010 11:41:15 +0000]
Minor fixes to 1.2 release docs. Thanks to Ramiro Morales for noticing the version number problem.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13262
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 14 May 2010 11:27:00 +0000]
Fixed #13540 -- Corrected typo in 1.2 release docs. Thanks to erw for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13261
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Fri, 14 May 2010 09:13:32 +0000]
Fixed #13536 - Updated French translation. Thanks, David Larlet.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13260
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ubernostrum [Fri, 14 May 2010 06:51:42 +0000]
Update 1.2 release notes in anticipation of final release.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13259
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Fri, 14 May 2010 01:51:14 +0000]
Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13254
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Thu, 13 May 2010 13:42:24 +0000]
Updated the English language files to match the strings in the 1.2 release.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13252
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Thu, 13 May 2010 13:42:01 +0000]
Updated German translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13251
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Thu, 13 May 2010 13:29:31 +0000]
Fixed #13514 -- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13250
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
lukeplant [Thu, 13 May 2010 11:11:27 +0000]
Corrected 'name' of functions wrapped with method_decorator
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13249
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
kmtracey [Wed, 12 May 2010 22:53:23 +0000]
Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13247
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
kmtracey [Wed, 12 May 2010 13:34:05 +0000]
Fixed doc markup error that resulted in no anchor tag for the model admin queryset method.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13245
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Wed, 12 May 2010 13:29:57 +0000]
Fixed #13502 -- Updated Arabic translation. Thanks to okhayat.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13244
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Wed, 12 May 2010 13:24:38 +0000]
Fixed #13529 -- Corrected ModelAdmin example. Thanks to stephane@actinetwork.com for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13242
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Wed, 12 May 2010 11:56:42 +0000]
Fixed #13524 -- Added backwards compatibility and feature notes regarding admin inlines and formsets. Thanks to Ramiro Morales and Gabriel Hurley.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13241
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Wed, 12 May 2010 11:07:50 +0000]
Fixed #13517 -- Added Latvian L10N description. Thanks to fest.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13240
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Wed, 12 May 2010 11:00:12 +0000]
Fixed #13486 -- Corrected handling of %I in admin javascript version of strftime. Thanks to Bufke for the report, and jmil for the solution.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13239
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
ramiro [Tue, 11 May 2010 21:46:39 +0000]
Updated es_AR translation. Complete as of r13237.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13238
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Tue, 11 May 2010 14:43:24 +0000]
Fixed #13523 -- Updated Russian translation. Thanks to Alexey Boriskin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13237
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Tue, 11 May 2010 14:12:08 +0000]
Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to timo for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13235
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Tue, 11 May 2010 13:40:17 +0000]
Fixed #13521 -- Corrected javascript comparisons determining when to show and hide the 'add another' inline button. Thanks to darkrho for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13234
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Tue, 11 May 2010 13:07:09 +0000]
Fixed #13522 -- Updated Indonesian translation. Thanks to gchandrasa.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13233
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Tue, 11 May 2010 13:06:03 +0000]
Fixed #13513 -- Ensured that queries collecting deleted objects are issued on the right database, especially when dealing with m2m intermediate tables. Thanks to gavoja for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13232
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Tue, 11 May 2010 06:10:58 +0000]
Fixed #13520 -- Updated Finnish translation. Thanks to Aku Kotkavuo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13231
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Mon, 10 May 2010 22:00:39 +0000]
Fixed #13515 -- Updated Irish translation of Javascript catalog. Thanks, Michael Thornhill.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13230
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
jezdez [Mon, 10 May 2010 22:00:17 +0000]
Fixed #13517 -- Updated Latvian translation. Thanks, Reinis Veips.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13229
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
aljosa [Mon, 10 May 2010 17:12:36 +0000]
updated croatian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13228
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 14:07:05 +0000]
Fixed #11908 -- Clarified the role and usage of the ManagementForm in formsets. Thanks to timo for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13222
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 14:06:09 +0000]
Fixed #12001 -- Modified the example of form validation to use the form's error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13221
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 14:05:16 +0000]
Fixed #12135 -- Clarified custom template tag example. Thanks to EvilDMP for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13220
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 14:04:16 +0000]
Refs #12288 -- Clarified that application names must be unique. Thanks to Piotr Czachur for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13219
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 14:03:11 +0000]
Fixed #12505 -- Clarified the use of the extra argument in formsets. Thanks to Andreas for the report, and timo for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13218
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 13:17:12 +0000]
Fixed #12517 -- Corrected get_prep_lookup example in custom field docs. Thanks to django@pressure.net.nz for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13213
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 13:16:08 +0000]
Fixed #12621 -- Corrected grammar error in custom template tag docs. Thanks to beemzet for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13212
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 13:14:19 +0000]
Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13211
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 13:12:53 +0000]
Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13210
bcc190cf-cafb-0310-a4f2-
bffc1f526a37
russellm [Mon, 10 May 2010 13:11:09 +0000]
Fixed #13002 -- Corrected description of the default form base class in InlineModelAdmin classes. Thanks to stijn@typograaf.be for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13209
bcc190cf-cafb-0310-a4f2-
bffc1f526a37