summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-03[1.0.X] Fixed #8903 -- Corrected rendering of admin inline formsets (tabular ↵Russell Keith-Magee
and stacked) when the inline model has a custom non-autofield primary key. Thanks to dgouldin for the patch. Merge of r10666 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.X] Updated svnmerge properties for recent changesRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ↵Russell Keith-Magee
and '0' as valid inputs. Thanks to psagers for the patch. This is required to support the use of non-default form widgets such as RadioSelect when the data comes from MySQL, which uses 1/0 to represent booleans. Merge of r10660 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.x] Fixed #10367 -- Corrected an example in the documentation for ↵Russell Keith-Magee
GenericRelation. Thanks to George Song for the patch. Merge of r10659 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.X] Updated svnmerge properties for recent changesRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.X] Fixed #9206 -- Clarified documentation of transaction handling in ↵Russell Keith-Magee
raw SQL, and error recovery for Postgres. Thanks to Richard Davies for the suggestion and draft text. Merge of r10655 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.X] Fixed #10954 -- Corrected error in docs example describing extending ↵Russell Keith-Magee
the JSON serializer. Thanks to Glenn for the report. Merge of r10654 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10656 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form ↵Russell Keith-Magee
values to be callables. Thanks to fas for the report and patch. Merge of r10652 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-30[1.0.X] Updated svnmerge propertiesRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-30[1.0.X] Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ↵Russell Keith-Magee
ModelForm handling. Thanks to Alex Gaynor for the patch. Merge of r10646 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-28Updated svnmerge properties for recent checkinsRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-28[1.0.X] Fixed #10082 -- Modified BaseFormSet so that ordering checks work ↵Russell Keith-Magee
when the formset is empty. Thanks to Petr Marhoun for the report and test case, and bmathieu for the fix. Merge of r10643 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-28[1.0.X] Updated German translation, thanks zerok and bartTCJannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-24[1.0.X] Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.Justin Bronn
Backport of r10631 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-23[1.0.X] Fixed #10163: add an artificial ordering to querysets used by ↵Jacob Kaplan-Moss
formsets, thus ensuring that POSTed data "lines up" correctly every time. Thanks to Karen Tracey for pointing in the right direction here. This is a backport of [10625] from trunk, in a sense. In 1.1 I added a `QuerySet.ordered` property to deal with the logic of determining whether a queryset has ordering, but we can't add new features on a bugfix branch. So here in 1.0-land, the logic has to live in the formset. This smells, but it's better than having a bug. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-23[1.0.X] Fixed a needless list() coercion in in ChangeList. Refs #10163. ↵Jacob Kaplan-Moss
Backport of [10624] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-22[1.0.X] Fixed the tests from [9438] to work consistantly across databases. ↵Jacob Kaplan-Moss
In particular, it was failing on newer versions of PostgreSQL after [10586]. Backport of [10626] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-22[1.0.X] Blocked r10621 from merge to branch, and updated svnmerge-integrated ↵Karen Tracey
to reflect all changesets that have been merged. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-22[1.0.X] Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` ↵Jacob Kaplan-Moss
atributes of custom `ModelForm`s. Thanks, Alex Gaynor. Backport of r10619 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Fixed #10884 - more lenient regexp for matching forms in CSRF ↵Luke Plant
post-processing Thanks to Ryszard Szopa for the report and fix Backport of r10617 git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10618 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.Justin Bronn
Backport of r10615 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Fixed various Oracle errata and test failures present in this branch ↵Justin Bronn
(including not going to 11). Backport of Oracle-related changes from trunk in r10197. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Fixed #10791 -- The GeoDjango test runner now respects the ↵Justin Bronn
`--noinput` command-line option, thanks to seanl for ticket & patch. Backport of r10601 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10613 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Fixed #9651: fixed save_as with inline forms. Thanks, kmike and ↵Karen Tracey
Mnewman. Backport of r10353 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Fixed #10693: updated params in the docs. Karen Tracey
r10324 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Unblocked r10324 and 10353. These changesets are applicable to the ↵Karen Tracey
branch as well. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10610 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.Matt Boersma
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Added a test from Jamie Gennis to ensure #9848 doesn't reappear.Karen Tracey
The bug itself was fixed at some point in the past months (there have been a few improvements to update() recently). Fixed #9848. (Merge of r10528 from trunk. Per comment in #9848 the fix was in r9967, which was backported in r9968, thus it seems right to backport the new test as well.) git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Fixed #10601 -- Fixed edit inline display in admin for right-to-left ↵Karen Tracey
locales. r10524 from trunk. Also updated svnmerge metadata to reflect other changesets that have already been applied to the branch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Blocked a bunch of changesets related to new function from merge to ↵Karen Tracey
branch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-20[1.0.X] Fixed #10364 -- Correctly identify test spatial database creation ↵Justin Bronn
errors to the user. Backport of r10603 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10604 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-19[1.0.X] Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.Malcolm Tredinnick
Patch from Koen Biermans. Backport of r10599 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-19[1.0.X] Fixed #10773 -- Fixed some damage I did to the French in r10509.Malcolm Tredinnick
Patch from Karen Tracey. Backport of r10595 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-18[1.0.X] Fixed #10694: correctly check permissions in the change password ↵Jacob Kaplan-Moss
admin. Thanks, jturnbull. Backport of r10591 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-18[1.0.X] Fixed #10002: inline file uploads now correctly display prior data. ↵Jacob Kaplan-Moss
Thanks, dgouldin. Backport of r10588 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10589 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-18[1.0.X] Fixed #9122: generic inline formsets now respect exclude and ↵Jacob Kaplan-Moss
max_num. Thanks, Alex Robbins. Backport of [10586] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-18[1.0.X] Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, ↵Jacob Kaplan-Moss
Bernd Schlapsi. Backport of [10584] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-18[1.0.X\ Fixed #10156: `ModelMultipleChoiceField.clean` now does a single ↵Jacob Kaplan-Moss
query instead of O(N). Thanks, Alex Gaynor. Also, I ported a few more doctests to unittests. Backport of r10582 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-17[1.0.X] Fixed introspection test case which caused "ORA-00972: identifier is ↵Matt Boersma
too long" errors against Oracle. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16Updated svnmerge properties for 1.0.X branchRussell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL ↵Russell Keith-Magee
analog of #9890). Thanks to kratorius for the report and fix. Merge of r10574 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #9890 -- Modified the regex validation for email addresses to ↵Russell Keith-Magee
match RFC822/1035. Thanks to ozgur for the report, and kratorius for the patch. Merge of 10573 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10576 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10779 -- Corrected description of an example in the files ↵Russell Keith-Magee
docs. Thanks to timo for the patch. Merge of r10567 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10776 -- Added metadata targets for the contrib.admin docs, ↵Russell Keith-Magee
and used one of those targets to clarify the SlugField docs. Thanks to ernop for the suggestion, and timo for the patch. Merge of r10564 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10704 -- Resurrected documentation for {% else %} clause on ↵Russell Keith-Magee
{% ifchanged %}, lost during docs refactor. Thanks to Tarken for the report. Merge of r10563 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to ↵Russell Keith-Magee
prairiedogg for the report. Merge of r10561 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-13[1.0.X] Fixed #10458 -- Corrected the `next_month` and `previous_month` ↵Russell Keith-Magee
context variables provided with the generic month_archive view. The value returned now matches the docstring and the generic views documentation. Thanks to fperetti for the report and initial patch. Merge of r10556 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-13[1.0.X] Fixed #9522 -- Modified handling of values in base serializer so ↵Russell Keith-Magee
that field subclasses can define their own value_to_string() method for serialization. Thanks to Alex Koshelev for the report and initial patch. Merge of r10554 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-13[1.0.X] Fixed #9804 -- Corrected the introspection of sequence names. This ↵Russell Keith-Magee
was causing problems when flushing tables that had many-to-many relations through an inherited table. Thanks to jdimov for the report. Merge of r10552 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-13[1.0.X] Fixed #10237 -- Corrected the handling of self-referential m2m ↵Russell Keith-Magee
fields when using multi-table inheritance. Thanks to Justin Lilly for the report and patch. Merge of r10550 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10551 bcc190cf-cafb-0310-a4f2-bffc1f526a37