index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
Age
Commit message (
Expand
)
Author
2007-07-04
unicode: Added a comment to the example in [5602].
Malcolm Tredinnick
2007-07-04
unicode: Changed one Model.__str__ test to verify that old-style code still
Malcolm Tredinnick
2007-07-01
unicode: Merged changes from trunk up to [5579].
Malcolm Tredinnick
2007-06-03
unicode: Merged from trunk up to [5418].
Malcolm Tredinnick
2007-06-01
unicode: Merged from trunk up to [5398].
Malcolm Tredinnick
2007-05-31
unicode: Changed all tests and documentation to use __unicode__ instead of
Malcolm Tredinnick
2007-05-28
unicode: Fixed a problem when models had non-ASCII bytestrings for their
Malcolm Tredinnick
2007-05-25
unicode: Added a unicode-aware version of urlencode. Since we now have a
Malcolm Tredinnick
2007-05-23
unicode: Fixed a number of problems where lazily translated objects were not
Malcolm Tredinnick
2007-05-21
unicode: Merged from trunk up to [5308].
Malcolm Tredinnick
2007-05-14
unicode: Added test to verify fix of #3492.
Malcolm Tredinnick
2007-05-14
unicode: Merged from trunk to [5237].
Malcolm Tredinnick
2007-05-13
unicode: Merged from trunk up to [5213].
Malcolm Tredinnick
2007-05-12
unicode: Added some more unicode conversions in django.db.models.*.
Malcolm Tredinnick
2007-05-11
unicode: Merged changes from trunk up to [5182].
Malcolm Tredinnick
2007-05-05
unicode: Merged from trunk up to [5150].
Malcolm Tredinnick
2007-04-28
unicode: Merged from trunk up to [5121].
Malcolm Tredinnick
2007-04-26
unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls into
Malcolm Tredinnick
2007-04-22
unicode: Fixed #3996. Added check for model-specific __unicode__ method to
Malcolm Tredinnick
2007-04-09
unicode: Merged with trunk up to [4970].
Malcolm Tredinnick
2007-04-09
unicode: Converted the template output and database I/O interfaces to
Malcolm Tredinnick
2007-03-31
Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks to
Malcolm Tredinnick
2007-03-23
Removed formatting from the select_related test title.
Jacob Kaplan-Moss
2007-03-23
Renumbered all the doctest examples so that they are ordered correctly on the...
Jacob Kaplan-Moss
2007-03-22
Fixes #3212 -- Added code to test client to allow posting of multi-form value...
Russell Keith-Magee
2007-03-20
Fixed tests that broke after [4756].
Malcolm Tredinnick
2007-03-13
Modified expected output of one fixture doctest to make it non unix-specific.
Russell Keith-Magee
2007-03-13
Modified the internal dumpdata implementation to return the dumped data, rath...
Russell Keith-Magee
2007-03-01
Fixes #2333 -- Added test fixtures framework.
Russell Keith-Magee
2007-02-28
Added a "depth" argument to select_related() to control how many "levels" of ...
Jacob Kaplan-Moss
2007-02-26
Fixed a few Python2.3-related bugs in the tests (see #3396). A few more left,...
Jacob Kaplan-Moss
2007-02-26
Fixed #3390: the serializer can now contain forward references. Thanks, Russ.
Jacob Kaplan-Moss
2007-02-26
Fixed #3172: Model.validate() no longer raises TypeErrors on empty Date*Field...
Jacob Kaplan-Moss
2007-02-21
Changed database PhoneNumberField to use USPhoneNumberField as its newforms f...
Adrian Holovaty
2007-02-21
Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long...
Adrian Holovaty
2007-02-20
Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr...
Adrian Holovaty
2007-02-20
Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ...
Adrian Holovaty
2007-02-17
Fixed #3160 -- Added the ability to control the content type in a test client...
Russell Keith-Magee
2007-02-14
Changed __year lookup to use a BETWEEN SQL statement instead of comparing the...
Adrian Holovaty
2007-02-12
#fixed #2256 -- Made count() interact with slicing on QuerySets. Patch from
Malcolm Tredinnick
2007-02-11
Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...
Russell Keith-Magee
2007-02-10
Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga...
Adrian Holovaty
2007-02-10
Fixed #2348 -- Improved error reporting when query filter arguments are
Malcolm Tredinnick
2007-02-09
Added a ``session`` attribute to the test Client, to make it easier to test i...
Russell Keith-Magee
2007-01-29
Fixed Python 2.4-ism in modeltests/test_client. Thanks for the find, Robert ...
Jacob Kaplan-Moss
2007-01-29
Fixed #3389 -- Many-to-many sets can now be assigned with primary key values
Adrian Holovaty
2007-01-28
newforms: Changed database Field formfield() methods to pass help_text to the...
Adrian Holovaty
2007-01-28
Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f...
Adrian Holovaty
2007-01-27
Fixed a flaw in the serializers that prevented OneToOneFields being serialize...
Russell Keith-Magee
2007-01-25
Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specifica...
Russell Keith-Magee
[next]