summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2007-11-28queryset-refactor: Merged from trunk up to [6724].Malcolm Tredinnick
2007-11-18queryset-refactor: Merged from trunk up to [6689].Malcolm Tredinnick
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: Merged from trunk up to [6595].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: 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-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-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
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-08-26Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim...Gary Wilson Jr
2007-08-20Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pul...Malcolm Tredinnick
2007-08-19Fixed #5087 -- Fixed support for TextField filtering with Oracle. Thanks, Ian...Malcolm Tredinnick
2007-08-19Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula.Malcolm Tredinnick
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty
2007-08-12Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page....Malcolm Tredinnick
2007-08-12Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden...Malcolm Tredinnick