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
/
instances.txt
Age
Commit message (
Expand
)
Author
2016-12-17
Made cosmetic edits to the "What happens when you save?" docs.
Tim Graham
2016-10-07
Doc'd that model instances with pk=None don't compare equal.
Adam Chainz
2016-08-12
Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_prop...
Tim Graham
2016-06-21
Fixed #26787 -- Documented deleting and reloading of model instance fields.
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-18
Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.
Marti Raudsepp
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-03
Fixed typo in docs/ref/models/instances.txt
Qile Wang
2015-09-25
Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_com...
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-08-13
Fixed #24988 -- Documented passing a dictionary of ValidationErrors to Valida...
Adam Brenecki
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-03
Fixed mistake in Model.from_db() example.
Luke
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-08
Fixed #24763 -- Moved DoesNotExist exception to model docs.
David Krisch
2015-03-17
Fixed #15579 -- Added ability to delete only child models in multi-table inhe...
Andriy Sokolovskiy
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-21
Fixed #23865 -- documented how to assign errors to a field in Model.clean()
Alasdair Nicol
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-10-28
Fixed spelling errors in docs.
Tim Graham
2014-10-06
Fixed #23602 -- Add comment on get_absolute_url regarding user input
Markus Holtermann
2014-07-10
Removed docs for @permalink decorator.
Tim Graham
2014-07-02
Fixed typo in docs/ref/models/instances.txt
Tim Graham
2014-07-01
Fixed #19501 -- added Model.from_db() method
Anssi Kääriäinen
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-06-02
Unicode method on model should return unicode
Ryan Nowakowski
2014-05-14
Fix typo that disabled code example highlighting
Éric Araujo
2014-04-18
Fixed #22473 -- Emphasized that Model.clean() is not called from Model.save().
Tim Graham
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2013-09-06
Consolidated documentation for F() and Q()
evildmp
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-30
Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-22
Fixed model.__eq__ and __hash__ for no pk value cases
Anssi Kääriäinen
2013-08-21
Documentation -- Corrected error about Model.full_clean()
Kevin Christopher Henry
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-19
Fixed #20777 -- Admin proxy model deletion regression
Anssi Kääriäinen
2013-08-19
Made Model.__eq__ consider proxy models equivalent
Anssi Kääriäinen
2013-08-05
Fixed #20859 - Clarified Model.clean() example.
Jimmy Song
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-06-21
Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager.
James Bennett
[next]