index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2008-10-05
[1.0.X] Fixed #9259 -- Fixed a validation error for Spanish identity card num...
Malcolm Tredinnick
2008-10-05
[1.0.X] Add internationalisation support to the comment templates. Fixed #886...
Malcolm Tredinnick
2008-10-05
[1.0.x] Fixed #8803 -- Allow authenticated users without first_name/last_name...
Malcolm Tredinnick
2008-10-05
[1.0.X] Altered a failing url template tag test to work more reliably.
Malcolm Tredinnick
2008-09-30
[1.0.X] Fixed another case of reverse URL resolving that wasn't working.
Malcolm Tredinnick
2008-09-28
Fixed Queryset.dates() in the presence of extra-select columns.
Malcolm Tredinnick
2008-09-27
Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),
Malcolm Tredinnick
2008-09-27
Fixed #9171 -- Fixed a few places where we were assuming lists instead of
Malcolm Tredinnick
2008-09-22
Fixed a missing variable initialisation deep in the Query bowels.
Malcolm Tredinnick
2008-09-18
Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...
Malcolm Tredinnick
2008-09-17
Fixed #8865 -- Improved the robustness of some file path tests.
Malcolm Tredinnick
2008-09-16
Fixed #9073 -- Fixed a unit test that broke after [9002]. Thanks, kratorius
Adrian Holovaty
2008-09-11
A bug from queryset-refactor days: although the Query class has "group_by" and
Malcolm Tredinnick
2008-09-03
Fixed #7588 -- Inherit fields from concrete ancestor classes via abstract base
Malcolm Tredinnick
2008-09-03
Changed the tests added in r8898 very slightly so that they don't return
Malcolm Tredinnick
2008-09-03
Fixed #8825 -- Fixed a small error model field setup (on the model class) from
Malcolm Tredinnick
2008-09-03
Fixed #8819 -- Don't include two copies of extra-select columns in the query.
Malcolm Tredinnick
2008-09-03
Fixed #8669 -- Use a consistent version of create() across the board for
Malcolm Tredinnick
2008-09-02
Security fix. Announcement forthcoming.
Jacob Kaplan-Moss
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-09-02
Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...
Jacob Kaplan-Moss
2008-09-02
Fixed #8795: unique_together validation no longer fails on model forms that e...
Jacob Kaplan-Moss
2008-09-02
Fixed #7154 -- Inherit all model managers from abstract base classes.
Malcolm Tredinnick
2008-09-02
Fixed #8787 -- Fixed failing admin_widgets tests. This fixes ManyToManyRawIdW...
Brian Rosner
2008-09-02
Fixed #8196 -- Make the model_form tests also pass if you don't have PIL
Malcolm Tredinnick
2008-09-02
Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions and
Malcolm Tredinnick
2008-09-01
Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.
Malcolm Tredinnick
2008-09-01
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...
Brian Rosner
2008-09-01
Fixed #8770: made some tests more robust under MySQL. Thanks, Alex Gaynor.
Jacob Kaplan-Moss
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-09-01
Fixed #7975 -- Callable defaults in inline model formsets now work correctly....
Brian Rosner
2008-09-01
Fixed #8763: added an explicit ordering to the generic_relations test so that...
Jacob Kaplan-Moss
2008-09-01
Fixed #8076: fixed `get_(next/previous)_by_date` when used with subclasses. T...
Jacob Kaplan-Moss
2008-09-01
Repaired an oversight from [8772] that let made certain types of fields with ...
Jacob Kaplan-Moss
2008-09-01
Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...
Jacob Kaplan-Moss
2008-09-01
Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, it ...
Jacob Kaplan-Moss
2008-09-01
Revert [8799]. That wasn't ready for prime-time yet -- thanks, git-svn!
Jacob Kaplan-Moss
2008-09-01
A failing test for #8354
Jacob Kaplan-Moss
2008-09-01
Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan S...
Russell Keith-Magee
2008-09-01
Fixed #7512 -- Fixed an oversight when I first fixed ordering on nullable
Malcolm Tredinnick
2008-09-01
Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields
Malcolm Tredinnick
2008-08-31
Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently
Malcolm Tredinnick
2008-08-31
Enforce max_num=1 on inline model formsets that have a unique foreign key to ...
Brian Rosner
2008-08-31
Fixed #6967: `ModelForm`s now validate choices. Thanks, mattmcc -- the failin...
Jacob Kaplan-Moss
2008-08-31
Added a `TypedChoiceField` which acts just like `ChoiceField`, except that it
Jacob Kaplan-Moss
2008-08-31
Fixed #7027: template tags now corectly break tokens around strings marked fo...
Jacob Kaplan-Moss
2008-08-31
Added a couple of extra tests to ensure url tag robustness. These are an
Malcolm Tredinnick
2008-08-31
Fixed #8725 -- Handle empty URL patterns in reverse().
Malcolm Tredinnick
2008-08-31
Fixed #5216 -- Fixed a case of a string not being a unicode string.
Malcolm Tredinnick
2008-08-31
A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...
Malcolm Tredinnick
[next]