summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Refs #13573 -- Modified the key technique added in r13295 to be more robust ↵Russell Keith-Magee2010-05-211-3/+6
| | | | | | 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
* Fixed #13577 -- Updated Polish formats file. Thanks, ludwik.Jannis Leidel2010-05-211-8/+22
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13569 -- Fixed createsuperuser management command to work with the ↵Jannis Leidel2010-05-212-1/+10
| | | | | | new relaxed requirements for usernames. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13560 -- Fixed localization of widgets.Jannis Leidel2010-05-217-35/+43
| | | | | | 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
* Fixed #13573 -- Corrected problem with template caching when template ↵Russell Keith-Magee2010-05-214-7/+35
| | | | | | 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
* Fixed #13566, a typo in the 1.2 release notes. Thanks johnthedebs.Karen Tracey2010-05-191-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13563, a typo in the GeoDjango tutorial.Jacob Kaplan-Moss2010-05-191-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a couple of typos in the release notes.Jacob Kaplan-Moss2010-05-171-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated the docs conf.py to have the correct version number.Jacob Kaplan-Moss2010-05-171-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13287 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Trunk is now 1.2.1 pre-alpha.James Bennett2010-05-171-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Add in the section on Python 2.3 compatibility.James Bennett2010-05-171-0/+26
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Flip PyPI classifier from beta to stable.James Bennett2010-05-171-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump version and download info to 1.2.1.2James Bennett2010-05-172-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* A final *final* clarification in the release notes.James Bennett2010-05-171-5/+6
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13274 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Some final clarifications in the release notes.James Bennett2010-05-171-12/+17
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13273 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Slight fixes to related fields reference to avoid conflicting target namesJacob Kaplan-Moss2010-05-171-62/+69
| | | | | | with the queryset docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Some heavy refactoring to the 1.2 release notes.Jacob Kaplan-Moss2010-05-171-423/+514
| | | | | | Don't bury the lede, folks! git-svn-id: http://code.djangoproject.com/svn/django/trunk@13271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a couple of es_AR translation errors.Ramiro Morales2010-05-172-5/+5
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for ↵Russell Keith-Magee2010-05-171-1/+1
| | | | | | the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13545 -- Updated Norwegian nynorsk (nn) translation. Thanks, Håvard ↵Jannis Leidel2010-05-164-378/+352
| | | | | | Grimelid. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added notes about the two new date format specifiers (``c`` and ``u``) added ↵Jannis Leidel2010-05-162-5/+24
| | | | | | 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
* Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 ↵Jannis Leidel2010-05-163-3/+3
| | | | | | | | 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
* Fixed #13544 -- Updated Norwegian bokmal translation. Thanks, Jon Lønne.Jannis Leidel2010-05-154-529/+497
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed the 'under development' marker from the 1.1.2 release notes; a ↵Russell Keith-Magee2010-05-141-6/+4
| | | | | | little too late, but better than never. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Minor fixes to 1.2 release docs. Thanks to Ramiro Morales for noticing the ↵Russell Keith-Magee2010-05-141-7/+7
| | | | | | version number problem. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13540 -- Corrected typo in 1.2 release docs. Thanks to erw for the ↵Russell Keith-Magee2010-05-141-1/+1
| | | | | | report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13536 - Updated French translation. Thanks, David Larlet.Jannis Leidel2010-05-144-122/+175
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Update 1.2 release notes in anticipation of final release.James Bennett2010-05-141-92/+119
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw ↵Russell Keith-Magee2010-05-141-6/+7
| | | | | | for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated the English language files to match the strings in the 1.2 release.Jannis Leidel2010-05-134-541/+1623
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated German translation.Jannis Leidel2010-05-132-43/+47
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13514 -- Corrected the process of loading multiple javascript ↵Russell Keith-Magee2010-05-1322-15/+191
| | | | | | 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
* Corrected 'name' of functions wrapped with method_decoratorLuke Plant2010-05-131-1/+3
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.Karen Tracey2010-05-124-5/+5
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed doc markup error that resulted in no anchor tag for the model admin ↵Karen Tracey2010-05-121-1/+1
| | | | | | queryset method. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13502 -- Updated Arabic translation. Thanks to okhayat.Russell Keith-Magee2010-05-122-664/+1424
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13529 -- Corrected ModelAdmin example. Thanks to ↵Russell Keith-Magee2010-05-121-1/+1
| | | | | | stephane@actinetwork.com for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13524 -- Added backwards compatibility and feature notes regarding ↵Russell Keith-Magee2010-05-126-17/+114
| | | | | | 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
* Fixed #13517 -- Added Latvian L10N description. Thanks to fest.Russell Keith-Magee2010-05-121-8/+26
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13240 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13486 -- Corrected handling of %I in admin javascript version of ↵Russell Keith-Magee2010-05-121-3/+9
| | | | | | 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
* Updated es_AR translation. Complete as of r13237.Ramiro Morales2010-05-112-117/+114
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13523 -- Updated Russian translation. Thanks to Alexey Boriskin.Russell Keith-Magee2010-05-115-938/+1593
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to ↵Russell Keith-Magee2010-05-112-20/+20
| | | | | | timo for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13521 -- Corrected javascript comparisons determining when to show ↵Russell Keith-Magee2010-05-112-3/+3
| | | | | | 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
* Fixed #13522 -- Updated Indonesian translation. Thanks to gchandrasa.Russell Keith-Magee2010-05-112-12/+12
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13233 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13513 -- Ensured that queries collecting deleted objects are issued ↵Russell Keith-Magee2010-05-113-4/+120
| | | | | | 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
* Fixed #13520 -- Updated Finnish translation. Thanks to Aku Kotkavuo.Russell Keith-Magee2010-05-114-315/+376
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13515 -- Updated Irish translation of Javascript catalog. Thanks, ↵Jannis Leidel2010-05-102-34/+67
| | | | | | Michael Thornhill. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13517 -- Updated Latvian translation. Thanks, Reinis Veips.Jannis Leidel2010-05-104-870/+1983
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* updated croatian translationAljosa Mohorovic2010-05-103-547/+1336
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13228 bcc190cf-cafb-0310-a4f2-bffc1f526a37