Russell Keith-Magee
|
87cd047123
|
[1.2.X] Fixed #14084 -- Updated French translation. Thanks to stephaner.
Backport of r13580 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-23 13:39:58 +00:00 |
|
Russell Keith-Magee
|
2bbcb1a821
|
[1.2.X] Fixed #13951 -- Corrected docstring in formtools wizard. Thanks to suzaku for the report, and lrekucki for the patch.
Backport of r13630 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-23 08:12:17 +00:00 |
|
Russell Keith-Magee
|
e47520b8ba
|
[1.2.X] Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the patch.
Backport of r13628 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-23 08:08:46 +00:00 |
|
Russell Keith-Magee
|
0472978da5
|
[1.2.X] Fixed #3051 -- Documented the requirements for standalone testing. Thanks to Daniel Roseman for the draft text.
Backport of r13626 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-23 07:54:07 +00:00 |
|
Russell Keith-Magee
|
e5c4ba6151
|
[1.2.X] Fixed #14147 -- Added documentation metadata for new assertQuerysetEqual test method. Thanks to djoume for the report.
Backport of r13624 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-23 07:15:14 +00:00 |
|
Russell Keith-Magee
|
1a2464c069
|
[1.2.X] Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks to Alex Gaynor for the patch.
Backport of r13622 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-23 07:06:10 +00:00 |
|
Russell Keith-Magee
|
49c5c07568
|
[1.2.X] Fixed #13140 -- Ensure that request headers are preserved through redirect chains in the test client. Thanks to David Novakovic for the report.
Backport of r13620 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-21 03:02:47 +00:00 |
|
Russell Keith-Magee
|
5c6fe321fe
|
[1.2.X] Fixed #14148 -- Ensure the admin_script tests always use an absolute path; PyPy (and sometimes CPython) return relative paths for __file__. Thanks to Alex Gaynor for the report and patch.
Backport of r13618 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-21 02:56:05 +00:00 |
|
Russell Keith-Magee
|
1c3e3d3dba
|
[1.2.X] Fixed #12574 -- Removed an unnecessary exception catch from the system runtest script, which could hide failing tests. Thanks to CarlFK for the report, and Ramiro Morales for the polish.
Backport of r13616 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13617 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-20 15:06:09 +00:00 |
|
Russell Keith-Magee
|
c3b13d8f03
|
[1.2.X] Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gaynor for the patch.
Backport of r13614 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-20 14:29:57 +00:00 |
|
Russell Keith-Magee
|
3fc9d7e390
|
[1.2.X] Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb method is defined on the router. Thanks to Xavier Ordoquy for the report.
Backport of r13612 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13613 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-20 14:07:02 +00:00 |
|
Russell Keith-Magee
|
1d291ff733
|
[1.2.X] Clarified some markup in the discussion of fixture loading in testcases.
Backport of r13610 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-20 07:15:16 +00:00 |
|
Jacob Kaplan-Moss
|
936203434e
|
[1.2.X] Fixed #14141: docs now use the :doc: construct for links between documents.
Thanks, Ramiro Morales.
Backport of [13608] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-19 19:31:56 +00:00 |
|
Russell Keith-Magee
|
c9016c15a9
|
[1.2.X] Fixed #14123 -- Made AdminDocs tests optional, based on the availability of docutils. Thanks to PaulM for the original report, and Łukasz Rekucki for narrowing down the cause.
Backport of r13606 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-19 13:12:52 +00:00 |
|
Jannis Leidel
|
5588870529
|
[1.2.X] Fixed #14111 -- Updated Sphinx version recommendation in documentation. Thanks, Ramiro Morales and Paul McMillan.
Backport of r13604 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-18 16:35:48 +00:00 |
|
Jannis Leidel
|
d9bba6b13f
|
[1.2.X] Fixed #14033 -- Fixed another problem with xrefs and Sphinx 1.X in the Django doc extension. Thanks for the report and patch, Ramiro Morales and Georg Brandl.
Backport of r13602 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-18 16:32:25 +00:00 |
|
Karen Tracey
|
6fd09c600f
|
[1.2.X] Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.
r13600 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13601 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-18 02:44:58 +00:00 |
|
Russell Keith-Magee
|
14fa7f9907
|
[1.2.X] Fixed #14102 -- Ensure that fields that have been excluded from a form aren't included in the unique_for_* checks, either. Thanks to Travis Cline for the report and fix.
Backport of r13598 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13599 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-17 07:08:26 +00:00 |
|
Russell Keith-Magee
|
1e3ed71ca6
|
[1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer.
Backport of r13595 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-16 06:51:15 +00:00 |
|
Russell Keith-Magee
|
13953badb7
|
[1.2.X] Fixed #13796 -- Ensure that builtin tags and filters are included in admin documentation views.
Backport of r13588 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13589 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 13:43:13 +00:00 |
|
Russell Keith-Magee
|
e4a8b6c3f9
|
[1.2.X] Corrected some alphabetization and dupe issues in the AUTHORS file.
Backport of r13586 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 13:02:03 +00:00 |
|
Russell Keith-Magee
|
8a006e1819
|
[1.2.X] Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/ManyToManyField can use a a callable default that returns a model instance/queryset. #13679 was a regression in behavior; the other two tickets are pleasant side effects. Thanks to 3point2 for the report.
Backport of r13577 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:07:25 +00:00 |
|
Karen Tracey
|
653da2dceb
|
[1.2.X] Fixed #14100: Corrected spelling error in description of user_email. Thanks tom_simpson.
r13574 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13575 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-12 10:50:22 +00:00 |
|
Russell Keith-Magee
|
ff51df013a
|
[1.2.X] Fixed #10952 -- Corrected the documentation for the behavior of password reset forms and views. Thanks to danielhepper for the report and initial patch, timo for the patch update.
Backport of r13556 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13563 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 15:02:21 +00:00 |
|
Russell Keith-Magee
|
c7c59bc24f
|
[1.2.X] Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and truncatewords_html filters. Thanks to Ben Spaulding for the report and patch.
Backport of r13555 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 15:02:01 +00:00 |
|
Russell Keith-Magee
|
0ea661cb12
|
[1.2.X] Fixed #11047 -- Clarified the explanation of arguments to GenericForeignKey. Thanks to psmith and timo for their work on the patch.
Backport of r13554 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 15:01:38 +00:00 |
|
Russell Keith-Magee
|
d176d112b9
|
[1.2.X] Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks to claudep for the report.
Backport of r13553 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13560 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 15:01:17 +00:00 |
|
Russell Keith-Magee
|
9e33599bc3
|
[1.2.X] Fixed #11882 -- Added documentation for formfield_for_manytomany. Thanks to Rob Hudson, timo and Simon Meers for their work on the patch.
Backport of r13552 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 15:00:54 +00:00 |
|
Russell Keith-Magee
|
15ca40d555
|
[1.2.X] Fixed #13627 -- Added instructions on how to reset your Trac password. Thanks to zerok for the suggestion.
Backport of r13551 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 15:00:29 +00:00 |
|
Russell Keith-Magee
|
0fda7c8a2b
|
[1.2.X] Fixed #11748 -- Clarified the ways that search_field can be used. Thanks to Michael Richardson for the patch.
Backport of r13550 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 15:00:03 +00:00 |
|
Russell Keith-Magee
|
7c05d23af1
|
[1.2.X] Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch.
Backport of r13548 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:27:15 +00:00 |
|
Russell Keith-Magee
|
94528b9067
|
[1.2.X] Fixed #14076 -- Updated Danish translation. Thanks to finngruwier.
Backport of r13546 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:18:47 +00:00 |
|
Russell Keith-Magee
|
e2d7d52c33
|
[1.2.X] Fixed #8567 -- Clarified the process of instantiating FormWizards. Thanks to ClaesBas for the suggestion, and ElliotM and timo for draft text.
Backport of r13543 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 07:58:58 +00:00 |
|
Russell Keith-Magee
|
3309c39438
|
[1.2.X] Fixed #7284 -- Provided an example for the use of the search_fields clause on ModelAdmin. Thanks to rbell01824@earthlink.net for the suggestion, and Simon Meers for the initial patch.
Backport of r13542 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 07:58:38 +00:00 |
|
Russell Keith-Magee
|
e990a2cbc4
|
[1.2.X] Fixed #13516 -- Added an internal type definition for AutoFields, so that subclassed fields are handled correctly by the SQL generator. Thanks to manfre for the report and patch.
Backport of r13540 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 07:39:19 +00:00 |
|
Russell Keith-Magee
|
8b70c75ed6
|
[1.2.X] Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr for the report.
Backport of r13531 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:48:31 +00:00 |
|
Russell Keith-Magee
|
e7b009ce05
|
[1.2.X] Fixed #13661 -- Corrected example in the serialization docs. Thanks to jabapyth for the report.
Backport of r13530 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:48:11 +00:00 |
|
Russell Keith-Magee
|
049a246cc4
|
[1.2.X] Fixed #13687 -- Corrected request/response docs that mistakenly suggested __getitem__ and __delitem__ were case sensitive. Thanks to master for the report.
Backport of r13529 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:47:51 +00:00 |
|
Russell Keith-Magee
|
490bd7f9bc
|
[1.2.X] Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report.
Backport of r13528 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:47:31 +00:00 |
|
Russell Keith-Magee
|
b1c621bea4
|
[1.2.X] Fixed #13727 -- Corrected alphabetical sorting in settings docs. Thanks to adamv.
Backport of r13527 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:47:10 +00:00 |
|
Russell Keith-Magee
|
849c6079b4
|
[1.2.X] Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky for the report.
Backport of r13526 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:46:50 +00:00 |
|
Russell Keith-Magee
|
486b0dfb21
|
[1.2.X] Fixed #14070 -- Updated Serbian translations. Thanks to janos.
Backport of r13524 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:19:29 +00:00 |
|
Russell Keith-Magee
|
0ffbd44097
|
[1.2.X] Updated es_AR translation (via Ramiro)
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:16:28 +00:00 |
|
Russell Keith-Magee
|
3ccc25b10c
|
[1.2.X] Fixed #11159 -- Added mimetype detection to the test client for file uploads. Thanks to notanumber for the report and patch, and lomin for the test case.
Backport of r13517 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-06 17:16:19 +00:00 |
|
Jannis Leidel
|
fc3c72a47b
|
[1.2.X] Updated German translation.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13516 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-06 16:56:24 +00:00 |
|
Russell Keith-Magee
|
fac923a301
|
[1.2.X] Fixed #14069 -- Updated Czech translation. Thanks to Tuttle.
Backport of r13513 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13515 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-06 16:56:05 +00:00 |
|
Russell Keith-Magee
|
5d1dcfbfa5
|
[1.2.X] Added __init__.py file that was left out of [13505].
Backport of r13507 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-06 16:25:19 +00:00 |
|
Russell Keith-Magee
|
e2fbe478bd
|
[1.2.X] Fixed #13495 -- Refactored the localflavor test directory to provide the placeholder structure for other flavors. Thanks to chronos for the report and patch.
Backport of r13505 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-06 16:19:23 +00:00 |
|
Russell Keith-Magee
|
c543f079ff
|
[1.2.X] Fixed #14014 -- Ensure that the "save and add another" button for users actually does what it says. Thanks to Ramiro for the report.
Backport of r13503 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-06 16:09:28 +00:00 |
|
Russell Keith-Magee
|
7930d8c477
|
[1.2.X] Fixed #14012 -- Corrected the handling of the create user popup dialog in the admin. Thanks to gk@lka.hu for the report, and Ramiro Morales for the patch.
Backport of r13051 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-06 14:59:13 +00:00 |
|