summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorsoc2010/query-refactorAlex Gaynor2010-08-09144-1993/+8821
* [soc2010/query-refactor] Improved the ListField implementation, and added an...Alex Gaynor2010-08-096-4/+137
* [soc2010/query-refactor] Added a forgotten file from r13441.Alex Gaynor2010-07-201-0/+21
* [soc2010/query-refactor] Added a ListField, currently only works on MongoDB.Alex Gaynor2010-07-203-12/+79
* [soc2010/query-refactor] Provide a more useful error message on disjunctions.Alex Gaynor2010-07-192-1/+8
* [soc2010/query-refactor] On unsupported operations raise a useful exception.Alex Gaynor2010-07-194-18/+71
* [soc2010/query-refactor] Implemented deletion. Thanks to Josh Ourisman for p...Alex Gaynor2010-07-174-2/+27
* [soc2010/query-refactor] Ensure that calling close() doesn't blow up if a con...Alex Gaynor2010-07-172-2/+9
* [soc2010/query-refactor] Fixed querying for objects by their related objects ...Alex Gaynor2010-07-132-0/+4
* [soc2010/query-refactor] Implemented F() expressions for MongoDB.Alex Gaynor2010-07-134-5/+47
* [soc2010/query-refactor] Merged up to trunk r13425.Alex Gaynor2010-07-136-12/+10
* [soc2010/query-refactor] Remove some nastiness from db_type()Alex Gaynor2010-07-014-9/+13
* [soc2010/query-refactor] Fixed a number of issues under postgresql.Alex Gaynor2010-07-013-8/+9
* [soc2010/query-refactor] Merged up to trunk r13405.Alex Gaynor2010-07-018-26/+47
* [soc2010/query-refactor] Implemented __regex and __iregex.Alex Gaynor2010-06-222-1/+35
* [soc2010/query-refactor] Implemented __in.Alex Gaynor2010-06-222-0/+27
* [soc2010/query-refactor] Added tests for slicing and count.Alex Gaynor2010-06-221-0/+3
* [soc2010/query-refactor] Fixed Querysets in MongoDB with a limit of 0.Alex Gaynor2010-06-222-4/+8
* [soc2010/query-refactor] Implemented __gt.Alex Gaynor2010-06-222-0/+33
* [soc2010/query-refactor] Fixed __isnull.Alex Gaynor2010-06-222-4/+39
* [soc2010/query-refactor] Implemented values (and values_list).Alex Gaynor2010-06-213-6/+54
* [soc2010/query-refactor] Implemented slicing, also found a bug in MongoDB/PyM...Alex Gaynor2010-06-212-2/+32
* [soc2010/query-refactor] Implemented order_by, also fixed a typo in "The Beat...Alex Gaynor2010-06-212-4/+35
* [soc2010/query-refactor] Clean up the implementation of lookup_type, added mo...Alex Gaynor2010-06-212-19/+16
* [soc2010/query-refactor] Cleaned up implementation of negation in MongoDB, an...Alex Gaynor2010-06-215-33/+34
* [soc2010/query-refactor] Merged up to trunk r13366.Alex Gaynor2010-06-2114-25/+164
* [soc2010/query-refactor] Implemented __lt lookups for MongoDB.Alex Gaynor2010-06-192-2/+30
* [soc2010/query-refactor] Implemented not equal (exclude(foo=bar)) in the ORM ...Alex Gaynor2010-06-193-9/+66
* [soc2010/query-refactor] Fix an amusing typo (didn't break anything, was just...Alex Gaynor2010-06-181-1/+1
* [soc2010/query-refactor] Introduced tests to show that ForeignKeys work corre...Alex Gaynor2010-06-162-1/+21
* [soc2010/query-refactor] Implemented count() (and by extension the Count() ag...Alex Gaynor2010-06-145-6/+44
* [soc2010/query-refactor] Cleaned up a TODO in the flush management command, ...Alex Gaynor2010-06-1411-26/+52
* [soc2010/query-refactor] Merged up to trunk r13350.Alex Gaynor2010-06-146-105/+34
* [soc2010/query-refactor] Fixed update on MongoDB.Alex Gaynor2010-06-093-2/+14
* [soc2010/query-refactor] Implement querying, thereby providing that update wa...Alex Gaynor2010-06-092-0/+20
* [soc2010/query-refactor] MongoDB backend can now update saved objects.Alex Gaynor2010-06-094-0/+60
* [soc2010/query-refactor] Added a file with a running list of considerations b...Alex Gaynor2010-06-091-0/+5
* [soc2010/query-refactor] Introced NativeAutoField, also started with some bas...Alex Gaynor2010-06-098-20/+75
* [soc2010/query-refactor] Merged up to trunk r13336.Alex Gaynor2010-06-092-4/+32
* [soc2010/query-refactor] Cleaned up the implementation of compiler's has_resu...Alex Gaynor2010-06-071-12/+11
* [soc2010/query-refactor] Moved has_results (implementation of exists()) onto ...Alex Gaynor2010-06-073-15/+15
* [soc2010/query-refactor] Small change so that insertions with an explicit pri...Alex Gaynor2010-06-071-0/+2
* [soc2010/query-refactor] Refactor, and implement a few more methods to get mo...Alex Gaynor2010-06-074-1/+45
* [soc2010/query-refactor] Implement a few methods to the point of tests actual...Alex Gaynor2010-06-072-1/+54
* [soc2010/query-refactor] Altered the base database backend class to not have ...Alex Gaynor2010-06-079-10/+26
* [soc2010/query-refactor] Merged up to trunk r13328.Alex Gaynor2010-06-0729-1315/+1426
* Created SoC query-refactor branch.Jacob Kaplan-Moss2010-05-270-0/+0
* Bump to 1.2.1.1.2.1James Bennett2010-05-242-2/+2
* Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...Jannis Leidel2010-05-232-0/+7
* Fixed #13590 - Made CSRF failure page styling consistent with Django's defaul...Luke Plant2010-05-221-5/+25