summaryrefslogtreecommitdiff
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 forgotten file from r13441.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-13[soc2010/query-refactor] Merged up to trunk r13425.Alex Gaynor
2010-07-01[soc2010/query-refactor] Remove some nastiness from db_type()Alex Gaynor
2010-07-01[soc2010/query-refactor] Fixed a number of issues under postgresql.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-18[soc2010/query-refactor] Fix an amusing typo (didn't break anything, was just...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] Cleaned up a TODO in the flush management command, ...Alex Gaynor
2010-06-14[soc2010/query-refactor] Merged up to trunk r13350.Alex Gaynor
2010-06-09[soc2010/query-refactor] Fixed update on MongoDB.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] Added a file with a running list of considerations b...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] Cleaned up the implementation of compiler's has_resu...Alex Gaynor
2010-06-07[soc2010/query-refactor] Moved has_results (implementation of exists()) onto ...Alex Gaynor
2010-06-07[soc2010/query-refactor] Small change so that insertions with an explicit pri...Alex Gaynor
2010-06-07[soc2010/query-refactor] Refactor, and implement a few more methods to get mo...Alex Gaynor
2010-06-07[soc2010/query-refactor] Implement a few methods to the point of tests actual...Alex Gaynor
2010-06-07[soc2010/query-refactor] Altered the base database backend class to not have ...Alex Gaynor
2010-06-07[soc2010/query-refactor] Merged up to trunk r13328.Alex Gaynor
2010-05-27Created SoC query-refactor branch.Jacob Kaplan-Moss
2010-05-24Bump to 1.2.1.1.2.1James Bennett
2010-05-23Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...Jannis Leidel
2010-05-22Fixed #13590 - Made CSRF failure page styling consistent with Django's defaul...Luke Plant