summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2007-11-03queryset-refactor: Merged from trunk up to [6635].Malcolm Tredinnick
2007-11-03queryset-refactor: Merged from trunk up to [6623].Malcolm Tredinnick
2007-10-24queryset-refactor: Added the ability to apply parameters to the selectMalcolm Tredinnick
2007-10-23queryset-refactor: Added a convenience all() method to Querysets. Refs #3739Malcolm Tredinnick
2007-10-23queryset-refactor: Fixed an order_by() regression. It must override anyMalcolm Tredinnick
2007-10-23queryset-refactor: Merged from trunk up to [6595].Malcolm Tredinnick
2007-10-15queryset-refactor: Changed post_delete signal behaviour back to match trunk'sMalcolm Tredinnick
2007-10-15queryset-refactor: Fixed a broken select_related test from [6521].Malcolm Tredinnick
2007-10-15queryset-refactor: Fixed a possibility of shooting oneself in the foot andMalcolm Tredinnick
2007-10-15queryset-refactor: Added a test to show that #5261 is no longer a problem. Re...Malcolm Tredinnick
2007-10-15queryset-refactor: Added ~ support to Q-objects. Based heavily on a patch fromMalcolm Tredinnick
2007-10-15queryset-refactor: Made the use of values() for ForeignKey fields consistentMalcolm Tredinnick
2007-10-15queryset-refactor: Made sure the ordering columns in a distinct() query onlyMalcolm Tredinnick
2007-10-15queryset-refactor: Added a test to show that #3037 is really fixed. Refs #3037.Malcolm Tredinnick
2007-10-15queryset-refactor: Fixed a couple of typos that were messing up extra(select=...Malcolm Tredinnick
2007-10-15queryset-refactor: Added an order_by parameter to extra(). Refs #2076.Malcolm Tredinnick
2007-10-14queryset-refactor: Fixed a large bag of order_by() problems.Malcolm Tredinnick
2007-10-14queryset-refactor: Fixed handling of extra(tables=...). In passing, this solvesMalcolm Tredinnick
2007-10-14queryset-refactor: Added a test to show we can now query for empty reverseMalcolm Tredinnick
2007-10-14queryset-refactor: Removed unneeded import.Malcolm Tredinnick
2007-10-14queryset-refactor: Made all the changes needed to have count() work properlyMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed the optimization that potentially removes the finalMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed the SQL construction when excluding items acrossMalcolm Tredinnick
2007-10-14queryset-refactor: Create a new join when merging two QuerySets that use a 1-mMalcolm Tredinnick
2007-10-14queryset-refactor: Removed a test that can be better (and simply) fixed on trunkMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed a problem in the isnull=True handling.Malcolm Tredinnick
2007-10-14querset-refactor: Fixed a bunch of little things as a result of working on theMalcolm Tredinnick
2007-10-14queryset-refactor: integrate select_related() into SQL generation.Malcolm Tredinnick
2007-10-08queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick
2007-09-20queryset-refactor: Merged to [6381]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6300]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6250]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6220]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6197]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6190]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6155]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6140]Adrian Holovaty
2007-09-13Fixed some more join and lookup tests.Malcolm Tredinnick
2007-09-13Added missing file.Malcolm Tredinnick
2007-09-13Created some tests to show ORM queries that are problematic.Malcolm Tredinnick
2007-09-11Removed duplicate form tests added in the [changeset:5609 unicode merge].Gary Wilson Jr
2007-09-08Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si...Gary Wilson Jr
2007-09-08Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_len...Gary Wilson Jr
2007-09-04Removed trailing whitespace.Gary Wilson Jr
2007-09-04Removed import that snuck into [6044].Gary Wilson Jr
2007-09-04Cleaned up some imports.Gary Wilson Jr
2007-09-04Added test for unknown non-field error.Gary Wilson Jr
2007-09-03Fixed #5330 -- Added a fixture file that was missing from [6039]. Russell Keith-Magee
2007-09-03Removed some duplication in the Django `TestCase` methods by introducing a `t...Gary Wilson Jr
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee