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
2005-10-11
i18n: merged r815:r843 from trunk
Georg Bauer
2005-10-06
i18n: merged r776:r786 from trunk
Georg Bauer
2005-10-04
i18n: merged r722:774 from trunk
Georg Bauer
2005-09-25
Fixed small typo in docs/db-api.txt. Thanks, Rachel
Adrian Holovaty
2005-09-25
Fixed ReST bugs in [689]
Adrian Holovaty
2005-09-25
Fixed ReST bugs in [688]
Adrian Holovaty
2005-09-25
Beefed up docs/db-api.txt, adding a section for each automatic module-level A...
Adrian Holovaty
2005-08-25
Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...
Adrian Holovaty
2005-08-09
Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself....
Adrian Holovaty
2005-08-05
Small formatting improvement to docs/db-api.txt
Adrian Holovaty
2005-08-05
Added 'How this is possible' section to docs/db-api.txt, describing keyword a...
Adrian Holovaty
2005-08-01
Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the...
Adrian Holovaty
2005-07-26
Fixed #166 -- Added an 'in' lookup type to the database API
Adrian Holovaty
2005-07-26
Added 'ne' lookup type to docs/db-api
Adrian Holovaty
2005-07-26
Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...
Adrian Holovaty
2005-07-22
Fixed #153 -- Changed docs to use new ordering syntax
Adrian Holovaty
2005-07-19
Fixed #67 -- Human-readable name is now optional in model fields. If a second...
Adrian Holovaty
2005-07-19
Fixed ReST formatting bug in db-api.txt
Adrian Holovaty
2005-07-19
Added support for istartswith and iendswith in database API
Adrian Holovaty
2005-07-15
Yes yes yes -- more documentation improvements
Jacob Kaplan-Moss
2005-07-15
Fixed #3 -- Made OneToOneField act like ForeignKey and ManyToManyField. This ...
Adrian Holovaty
2005-07-15
Made a bunch of doc improvements
Jacob Kaplan-Moss
2005-07-14
Fixed a couple of bugs in the docs.
Jacob Kaplan-Moss
2005-07-14
Made some changes to db-api docs
Adrian Holovaty
2005-07-13
Moved django-docs to just plain docs
Jacob Kaplan-Moss