Russell Keith-Magee
|
d33736b3ee
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-20 15:03:11 +00:00 |
Russell Keith-Magee
|
1bf25e9bc6
|
Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gaynor for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-20 14:28:42 +00:00 |
Russell Keith-Magee
|
c2e3ba3ba0
|
Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb method is defined on the router. Thanks to Xavier Ordoquy for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-20 13:57:24 +00:00 |
Russell Keith-Magee
|
e0387f7abe
|
Clarified some markup in the discussion of fixture loading in testcases.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13610 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-20 07:09:58 +00:00 |
Jacob Kaplan-Moss
|
728effcfbd
|
Fixed #14141: docs now use the :doc: construct for links between documents.
Thanks, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-19 19:27:44 +00:00 |
Russell Keith-Magee
|
a352154e42
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-19 13:11:24 +00:00 |
Jannis Leidel
|
806c30cd63
|
Fixed #14111 -- Updated Sphinx version recommendation in documentation. Thanks, Ramiro Morales and Paul McMillan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13604 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-18 16:34:50 +00:00 |
Jannis Leidel
|
7098f8444e
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13602 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-18 16:31:15 +00:00 |
Karen Tracey
|
68aff2f7be
|
Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-18 02:42:01 +00:00 |
Russell Keith-Magee
|
015d85aee6
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-17 07:07:28 +00:00 |
Russell Keith-Magee
|
810ed2b22b
|
Fixed #14118 -- Removed a reference to the "Python" serializer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-16 06:41:48 +00:00 |
Russell Keith-Magee
|
842ceb5fe6
|
Fixed #14002 -- Modified filesize filter to ensure strings are translatable. Thanks to claudep for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-16 04:42:44 +00:00 |
Russell Keith-Magee
|
01720c979a
|
Added file missing from r13590.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 15:50:46 +00:00 |
Russell Keith-Magee
|
859fc020a7
|
Fixed #5350 -- Added fallback to default 404/500 handlers when they're not explicitly specified (or imported) in a urls.py file. Thanks to Thomas Güttler for the report and initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 14:27:35 +00:00 |
Russell Keith-Magee
|
7e52bb2bc3
|
Fixed #13796 -- Ensure that builtin tags and filters are included in admin documentation views.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13588 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 13:41:56 +00:00 |
Russell Keith-Magee
|
05f5217551
|
Corrected some alphabetization and dupe issues in the AUTHORS file
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:57:37 +00:00 |
Russell Keith-Magee
|
db04b24e06
|
Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file sizes. Thanks to Aaron T. Myers for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:57:16 +00:00 |
Russell Keith-Magee
|
047d161164
|
Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file sizes. Thanks to Aaron T. Myers for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13584 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:45:15 +00:00 |
Russell Keith-Magee
|
4835d86203
|
Fixed #13699 -- Updated Catalan translation. Thanks to txels.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:33:31 +00:00 |
Russell Keith-Magee
|
b61e7754ca
|
Fixed #13905 -- Updated Basque translation. Thanks to Aitzol Naberan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:32:22 +00:00 |
Russell Keith-Magee
|
7b62523b95
|
Fixed #14079 -- Updated Norwegian Nynorsk translation. Thanks to Håvard Grimelid.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:19:44 +00:00 |
Russell Keith-Magee
|
6732c98101
|
Fixed #14084 -- Updated French translation. Thanks to stephaner.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13580 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:19:19 +00:00 |
Russell Keith-Magee
|
597e03cd74
|
Fixed #14096 -- Corrected Python 2.4 syntax issue. Thanks to PaulM for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:11:02 +00:00 |
Russell Keith-Magee
|
b3dc3a0106
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-14 12:05:41 +00:00 |
Karen Tracey
|
d69cdc6d70
|
Fixed #14100: Corrected spelling error in description of user_email. Thanks tom_simpson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-12 10:48:24 +00:00 |
Ramiro Morales
|
a004ac6eef
|
Fixed typos in es_AR translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-11 12:02:40 +00:00 |
Russell Keith-Magee
|
0a753297c8
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:57:44 +00:00 |
Russell Keith-Magee
|
806f3b26f8
|
Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and truncatewords_html filters. Thanks to Ben Spaulding for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:57:24 +00:00 |
Russell Keith-Magee
|
103f7f83eb
|
Fixed #11047 -- Clarified the explanation of arguments to GenericForeignKey. Thanks to psmith and timo for their work on the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13554 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:56:59 +00:00 |
Russell Keith-Magee
|
50e3aa03e6
|
Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks to claudep for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:56:38 +00:00 |
Russell Keith-Magee
|
6ac4aba918
|
Fixed #11882 -- Added documentation for formfield_for_manytomany. Thanks to Rob Hudson, timo and Simon Meers for their work on the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:56:16 +00:00 |
Russell Keith-Magee
|
7aa7943434
|
Fixed #13627 -- Added instructions on how to reset your Trac password. Thanks to zerok for the suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13551 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:55:54 +00:00 |
Russell Keith-Magee
|
1a9e0f70ea
|
Fixed #11748 -- Clarified the ways that search_field can be used. Thanks to Michael Richardson for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13550 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:55:31 +00:00 |
Russell Keith-Magee
|
2dc2ed87e5
|
Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:26:07 +00:00 |
Russell Keith-Magee
|
973fb63e4f
|
Fixed #14076 -- Updated Danish translation. Thanks to finngruwier.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 14:17:14 +00:00 |
Russell Keith-Magee
|
5d1627ff6e
|
Fixed #8567 -- Clarified the process of instantiating FormWizards. Thanks to ClaesBas for the suggestion, and ElliotM and timo for draft text.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13543 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 07:57:35 +00:00 |
Russell Keith-Magee
|
bafe9fdef2
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 07:57:15 +00:00 |
Russell Keith-Magee
|
244e7b9334
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 07:38:27 +00:00 |
Russell Keith-Magee
|
72dc12ed06
|
Rationalized the verbosity levels (including introducing a new super-verbose level) for syncdb, test and loaddata.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 06:58:14 +00:00 |
Russell Keith-Magee
|
7e06065d8b
|
Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gmandx for the suggestion, and Andrew Godwin for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 06:27:52 +00:00 |
Russell Keith-Magee
|
458e3a3ff9
|
Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:44:38 +00:00 |
Russell Keith-Magee
|
92a15532ba
|
Fixed #13661 -- Corrected example in the serialization docs. Thanks to jabapyth for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:44:17 +00:00 |
Russell Keith-Magee
|
54e70e842e
|
Fixed #13687 -- Corrected request/response docs that mistakenly suggested __getitem__ and __delitem__ were case sensitive. Thanks to master for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:43:56 +00:00 |
Russell Keith-Magee
|
5dee1066a5
|
Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:43:35 +00:00 |
Russell Keith-Magee
|
0331913a77
|
Fixed #13727 -- Corrected alphabetical sorting in settings docs. Thanks to adamv.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13527 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:43:14 +00:00 |
Russell Keith-Magee
|
14fa3b7e24
|
Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:42:50 +00:00 |
Russell Keith-Magee
|
9a63264b09
|
Fixed #14070 -- Updated Serbian translations. Thanks to janos.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 02:18:03 +00:00 |
Luke Plant
|
10906fa75d
|
Fixed #8426 - 'helptext' CSS class - hopefully for real this time.
This file was missing from [13519]
Thanks to mattmcc for the catch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-07 01:29:23 +00:00 |
Ramiro Morales
|
b71f990a9c
|
Tweaked r13520 translation update (one forgtten fuzzy string).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-06 19:15:58 +00:00 |
Ramiro Morales
|
998daa897f
|
Updated es_AR translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-06 19:01:18 +00:00 |