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
Age
Commit message (
Expand
)
Author
2006-04-25
magic-removal: Added unit tests to ensure related manager descriptors extend ...
Russell Keith-Magee
2006-04-23
magic-removal: Changed unit tests to run with DEBUG = False
Adrian Holovaty
2006-04-18
magic-removal: Fixed #1198 -- Modified handling of escape characters in filte...
Russell Keith-Magee
2006-04-13
magic-removal: Merged to [2695]
Adrian Holovaty
2006-04-12
magic-removal: Merged to [2687]
Adrian Holovaty
2006-04-11
magic-removal: Fixed #1565 -- in_bulk() now returns empty dictionary if passe...
Adrian Holovaty
2006-04-05
magic-removal: Added tests for bug #1535 (currently failing)
Luke Plant
2006-04-04
magic-removal: Added an 'ordering' option on a model in order to make test de...
Luke Plant
2006-03-26
magic-removal: Fixed assignment notation on descriptors for one-to-one fields.
Russell Keith-Magee
2006-03-13
magic-removal: Added first bit of validation-aware models. Model objects now ...
Adrian Holovaty
2006-03-12
magic-removal: Modified descriptor to return None rather than raising DoesNot...
Russell Keith-Magee
2006-03-12
magic-removal: Added descriptor code for assignment of related object sets (R...
Russell Keith-Magee
2006-03-08
magic-removal: added a couple of constructor tests for model_inheritance.
Joseph Kocherhans
2006-03-08
magic-removal: model inheirtance can now be more than 1 level deep.
Joseph Kocherhans
2006-03-08
magic-removal: Fixed #1479. I tried to track down the *real* problem to no av...
Joseph Kocherhans
2006-03-08
magic-removal: added trivial tests for model inheritance.
Joseph Kocherhans
2006-03-04
magic-removal: Implemented 'laziness' for QuerySet slicing, to restore functi...
Luke Plant
2006-03-03
magic-removal: Improved clarity of a test (now possible due to ordering on mo...
Luke Plant
2006-03-03
magic-removal: Updated unit tests to reflect changes in validation errors int...
Russell Keith-Magee
2006-03-02
magic-removal: Fixed typo in modeltests/transactions/models.py docstring
Adrian Holovaty
2006-03-01
Fixed #1434 -- added tests for ObjectPaginator (thanks, Matt)
Jacob Kaplan-Moss
2006-03-01
magic-removal: added transaction support to Django! see transactions.txt (in...
Jacob Kaplan-Moss
2006-02-28
magic-removal: removed "follow" tests since follow is going away and isn't wo...
Jacob Kaplan-Moss
2006-02-28
magic-removal: Added fixes to OneToOne descriptors and RelatedObjects to get ...
Russell Keith-Magee
2006-02-28
magic-removal: Fixed #1407 -- Added a __set__ method for the single object de...
Russell Keith-Magee
2006-02-28
magic-removal: Refs #1407 -- Added remove() and clear() methods for ForeignKe...
Russell Keith-Magee
2006-02-28
Fixed a little typo in the lookup tests.
Jacob Kaplan-Moss
2006-02-28
Fixed custom_methods test which was using __ne lookup that no longer exists.
Jacob Kaplan-Moss
2006-02-27
Added QuerySet.exclude() which does the opposite of QuerySet.filter(). As a ...
Jacob Kaplan-Moss
2006-02-27
magic-removal: fixed #1409
Joseph Kocherhans
2006-02-27
magic-removal: Modified behavior of add() for ForeignKey descriptors to take ...
Russell Keith-Magee
2006-02-25
magic-removal: Merged to [2392]
Adrian Holovaty
2006-02-25
magic-removal: Merged to [2387]
Adrian Holovaty
2006-02-25
magic-removal: Removed legacy init_minimal calls. Unit test framework works a...
Adrian Holovaty
2006-02-24
magic-removal: Fixes #1346 -- Added ability for m2m relations to self to be o...
Russell Keith-Magee
2006-02-24
magic-removal: Refs #1346 -- Added unit tests for expected behaviour of self ...
Russell Keith-Magee
2006-02-22
magic-removal: Added 'ordering' to models in m2m tests to make them more dete...
Luke Plant
2006-02-18
magic-removal: Merged to [2338]
Adrian Holovaty
2006-02-17
magic-removal: Removed last references to OLD_get_accessor_name, and added un...
Russell Keith-Magee
2006-02-16
magic-removal: Fixes #1343 -- Modified model validator to only validate the m...
Russell Keith-Magee
2006-02-14
magic-removal: Fixed #1219 -- Added implementation of bulk delete, and factor...
Russell Keith-Magee
2006-02-07
magic-removal: Fixed use of return value of cursor.execute() in m2m add() and...
Luke Plant
2006-02-06
magic-removal: Fixed #1305 -- Added new unit test group for reverse lookup qu...
Russell Keith-Magee
2006-02-05
magic-removal: Deferred import of django.db.models to allow --settings option...
Russell Keith-Magee
2006-02-05
magic-removal: elimated 'module._MODELS' and replaced with a register function,
Luke Plant
2006-02-04
magic-removal: Fixed some incorrect tests in many_to_many
Luke Plant
2006-02-04
magic-removal: Added (failing) tests for m2m .add() (the 'other' end) and m2m...
Luke Plant
2006-02-04
magic-removal: Fixed bug in m2m_multiple model unit tests. Down to 10 unit-te...
Adrian Holovaty
2006-02-04
magic-removal: Added support for QuerySet.latest() and Manager.latest(), and ...
Adrian Holovaty
2006-02-03
magic-removal: Fixed errors in many_to_one_null model unit tests
Adrian Holovaty
[next]