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