index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
Age
Commit message (
Expand
)
Author
2013-05-21
Slightly reworded 'last()' docs.
Selwin Ong
2013-05-21
Fixed #19326 -- Added first() and last() methods to QuerySet
Selwin Ong
2013-05-19
Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_...
Pablo Recio
2013-05-19
Merge pull request #1129 from frog32/master
Marc Tamlyn
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2013-05-18
Merge branch 'allow-any-iterable-for-choices'
Donald Stufft
2013-05-18
Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'
Erik Romijn
2013-05-18
Fixed #20430 - Enable iterable of iterables for model choices
Donald Stufft
2013-05-18
Fixed #20408 -- Clarified that values_list() doesn't return a list.
Aymeric Augustin
2013-05-14
Merge pull request #1039 from cannona/master
Tim Graham
2013-05-14
Fixing a minor spelling mistake in the queryset documentation
Wilfred Hughes
2013-05-12
Fixed #20397 - Cleaned up issue with quotation marks in documentation
Simeon Visser
2013-05-08
Fixed test failures on MySQL.
Aymeric Augustin
2013-05-03
Added clarification to the docs, pointing out that unique_for_date only consi...
Aaron Cannon
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-11
Fixed #20243 - Clarified when RelatedManager.remove() exists.
Tim Graham
2013-04-11
remove confusing phrase from DecimalField docs
Andrew Badr
2013-03-24
Fixed #15124 -- Changed the default for BooleanField.
Aymeric Augustin
2013-03-22
Added missing markup to docs.
Tim Graham
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-03-15
Fixed #20053 -- Fix `index_together` documentation
Johan Charpentier
2013-03-14
Fixed #16649 -- Refactored save_base logic
Anssi Kääriäinen
2013-03-11
Fixed broken link in binary fields doc.
Ramiro Morales
2013-03-10
Fixed #20018: Added backtick to fix reference
Jonathan Loy
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Adde two "versionadded" markers, thanks to mYk for noticing.
Alex Gaynor
2013-03-07
Added a ManyToManyField(db_constraint=False) option, this allows not creating...
Alex Gaynor
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-20
Clarified the language used in the documentation. Thanks to Mike Smith for th...
Alex Gaynor
2013-02-20
Added a db_constraint option to ForeignKeys.
Alex Gaynor
2013-02-16
Fixed #19824 - Corrected the class described for Field.primary_key from Integ...
Tim Graham
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-01-20
Added missing versionadded 1.6 to docs of earliest()
Anssi Kääriäinen
2013-01-20
Fixed #17813 -- Added a .earliest() method to QuerySet
Nick Sandford
2013-01-15
Fixed #19605 - Removed unused url imports from doc examples.
Tim Graham
2013-01-11
Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...
Nick Sandford
2013-01-07
Created special PostgreSQL text indexes when unique is True
Claude Paroz
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Removed django.contrib.localflavor.
Aymeric Augustin
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-25
Fixed more broken links. refs #19516
Tim Graham
2012-11-27
Fixed #19374 -- Typo in docs/ref/models/instances.txt.
Jason Yan
2012-11-22
Fixed #18974 - Warned against using models.permalink
Tim Graham
2012-11-22
Documented behavior of get_or_create when multiple objects are returned.
Tim Graham
2012-11-18
Update docs/ref/models/querysets.txt
Anton Danilchenko
2012-11-07
Fixed invalid ipv4 mapped ipv6 addresses in docs
Danilo Bargen
2012-11-05
Fixed #15591 - Clarified interaction between ModelForm and model validation.
Tim Graham
[next]