summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
AgeCommit message (Expand)Author
2008-04-24queryset-refactor: Changed the way order_by() and distinct() interact.Malcolm Tredinnick
2008-04-24queryset-refactor: Added a note about using already present tables inMalcolm Tredinnick
2008-04-24queryset-refactor: Renamed the Queryset method valueslist() to values_list.Malcolm Tredinnick
2008-04-23queryset-refactor: Removed a warning about "experimental API", since there'sMalcolm Tredinnick
2008-04-01queryset-refactor: Merged from trunk up to [7388].Malcolm Tredinnick
2008-03-20queryset-refactor: Fixed up extra(select=...) calls with parameters so that theMalcolm Tredinnick
2008-03-19queryset-refactor: Implemented a way to differentiate between filtering on aMalcolm Tredinnick
2008-03-18queryset-refactor: Undo [7220] and allow ordering on multi-valued field.Malcolm Tredinnick
2008-03-12queryset-refactor: Refactored the way values() works so that it works properlyMalcolm Tredinnick
2008-03-11queryset-refactor: Reorganised Model.save() to differentiate between public a...Malcolm Tredinnick
2008-03-11queyrset-refactor: Added error reporting if somebody tries to order by a mult...Malcolm Tredinnick
2008-02-23queryset-refactor: Added valuelist() method to querysets. Refs #2482.Malcolm Tredinnick
2008-02-23queryset-refactor: Implemented the reverse() method on querysets.Malcolm Tredinnick
2008-02-23queryset-refactor: Implemented slicing to end of querysets.Malcolm Tredinnick
2008-02-20queryset-refactor: Merged from turnk up to [7135] because I need some stuff.Malcolm Tredinnick
2008-01-28queryset-refactor: Added an update method to QuerySets, since it's needed forMalcolm Tredinnick
2008-01-28queryset-refactor: Added a way to clear all default ordering from a queryset,Malcolm Tredinnick
2007-12-09queryset-refactor: Allow specifying of specific relations to follow inMalcolm Tredinnick
2007-11-30queryset-refactor: Interpret qs.filter(foo=None) to be the same as qs.filter(...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-15queryset-refactor: Added a bunch of "new in development version" markers forMalcolm Tredinnick
2007-10-15queryset-refactor: Added ~ support to Q-objects. Based heavily on a patch fromMalcolm Tredinnick
2007-10-15queryset-refactor: Made the use of values() for ForeignKey fields consistentMalcolm Tredinnick
2007-10-15queryset-refactor: Updated documentation to describe the new order_by() andMalcolm Tredinnick
2007-10-14queryset-refactor: Re-added a docs change that was accidentally lost in the m...Malcolm Tredinnick
2007-10-08queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick
2007-09-15queryset-refactor: Merged to [6340]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6300]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6190]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6130]Adrian Holovaty
2007-09-13Added a note about not using 'pk' as a field name for a non-primary-key field.Malcolm Tredinnick
2007-08-31Made negligible capitalization fix to docs/db-api.txtAdrian Holovaty
2007-08-25Removed incorrect link that slipped in docs/db-api.txt in [6010]Adrian Holovaty
2007-08-25Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and Smile...Adrian Holovaty
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-08-05Changed some more links to be relative in the documentation. I had a couple ...Gary Wilson Jr
2007-08-04Changed several documentation links to be relative.Gary Wilson Jr
2007-08-01Fixed #5037 -- Fixed use of wrong field type in a db-api docs example, thanks...Gary Wilson Jr
2007-07-25Added 'New in Django development version' to docs/db-api.txt change from [5746]Adrian Holovaty
2007-07-22Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al...Gary Wilson Jr
2007-07-16Fixed #4851 -- Fixed description of an example query in `db-api` docs.Gary Wilson Jr
2007-07-15Edited docs/db-api.txt changes from [5700]Adrian Holovaty
2007-07-15Clarified the documentation on the steps that happen during a save, and how r...Russell Keith-Magee
2007-07-14Edited docs/db-api.txt changes from [5658]Adrian Holovaty
2007-07-12Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-30Edited docs/db-api.txt changes from [5555]Adrian Holovaty
2007-06-27Fixed #4712: added mention of Oracle in docs from [5555]. Thanks, Tom.Jacob Kaplan-Moss