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