summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
2010-08-09[soc2010/query-refactor] Improved the ListField implementation, and added an...Alex Gaynor
2010-07-20[soc2010/query-refactor] Added a ListField, currently only works on MongoDB.Alex Gaynor
2010-07-19[soc2010/query-refactor] Provide a more useful error message on disjunctions.Alex Gaynor
2010-07-19[soc2010/query-refactor] On unsupported operations raise a useful exception.Alex Gaynor
2010-07-17[soc2010/query-refactor] Implemented deletion. Thanks to Josh Ourisman for p...Alex Gaynor
2010-07-17[soc2010/query-refactor] Ensure that calling close() doesn't blow up if a con...Alex Gaynor
2010-07-13[soc2010/query-refactor] Fixed querying for objects by their related objects ...Alex Gaynor
2010-07-13[soc2010/query-refactor] Implemented F() expressions for MongoDB.Alex Gaynor
2010-07-01[soc2010/query-refactor] Merged up to trunk r13405.Alex Gaynor
2010-06-22[soc2010/query-refactor] Implemented __regex and __iregex.Alex Gaynor
2010-06-22[soc2010/query-refactor] Implemented __in.Alex Gaynor
2010-06-22[soc2010/query-refactor] Added tests for slicing and count.Alex Gaynor
2010-06-22[soc2010/query-refactor] Fixed Querysets in MongoDB with a limit of 0.Alex Gaynor
2010-06-22[soc2010/query-refactor] Implemented __gt.Alex Gaynor
2010-06-22[soc2010/query-refactor] Fixed __isnull.Alex Gaynor
2010-06-21[soc2010/query-refactor] Implemented values (and values_list).Alex Gaynor
2010-06-21[soc2010/query-refactor] Implemented slicing, also found a bug in MongoDB/PyM...Alex Gaynor
2010-06-21[soc2010/query-refactor] Implemented order_by, also fixed a typo in "The Beat...Alex Gaynor
2010-06-21[soc2010/query-refactor] Clean up the implementation of lookup_type, added mo...Alex Gaynor
2010-06-21[soc2010/query-refactor] Cleaned up implementation of negation in MongoDB, an...Alex Gaynor
2010-06-21[soc2010/query-refactor] Merged up to trunk r13366.Alex Gaynor
2010-06-19[soc2010/query-refactor] Implemented __lt lookups for MongoDB.Alex Gaynor
2010-06-19[soc2010/query-refactor] Implemented not equal (exclude(foo=bar)) in the ORM ...Alex Gaynor
2010-06-16[soc2010/query-refactor] Introduced tests to show that ForeignKeys work corre...Alex Gaynor
2010-06-14[soc2010/query-refactor] Implemented count() (and by extension the Count() ag...Alex Gaynor
2010-06-14[soc2010/query-refactor] Merged up to trunk r13350.Alex Gaynor
2010-06-09[soc2010/query-refactor] Implement querying, thereby providing that update wa...Alex Gaynor
2010-06-09[soc2010/query-refactor] MongoDB backend can now update saved objects.Alex Gaynor
2010-06-09[soc2010/query-refactor] Introced NativeAutoField, also started with some bas...Alex Gaynor
2010-06-09[soc2010/query-refactor] Merged up to trunk r13336.Alex Gaynor
2010-06-07[soc2010/query-refactor] Merged up to trunk r13328.Alex Gaynor
2010-05-23Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...Jannis Leidel
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-05-21Fixed #13573 -- Corrected problem with template caching when template directo...Russell Keith-Magee
2010-05-16Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u...Jannis Leidel
2010-05-13Fixed #13514 -- Corrected the process of loading multiple javascript translat...Russell Keith-Magee
2010-05-12Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...Russell Keith-Magee
2010-05-11Fixed #13513 -- Ensured that queries collecting deleted objects are issued on...Russell Keith-Magee
2010-05-10Fixed #13509 -- Modified the comment tests so that signal cleanup doesn't rel...Russell Keith-Magee
2010-05-04Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cl...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-05-04Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo...Russell Keith-Magee
2010-05-02Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...Jannis Leidel
2010-05-02Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.Jannis Leidel
2010-04-30Fixed #12851 -- Another attempt at fixing select_related() with inherited mod...Russell Keith-Magee
2010-04-30Fixed #12851 -- Corrected the loading of values when select_related() is used...Russell Keith-Magee
2010-04-28Fixed a bug preventing cursor variables from being passed as bind parameters ...Ian Kelly
2010-04-28Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L...Russell Keith-Magee
2010-04-28Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a...Russell Keith-Magee