summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2014-07-02Fixed typo in docs/ref/models/instances.txtTim Graham
2014-07-01Fixed #19501 -- added Model.from_db() methodAnssi Kääriäinen
2014-06-18Fixed #22778 -- Added a model Meta option to define default_related_name.Renaud Parent
2014-06-18Fixed #14481 -- Documented implicit "through" class created by ManyToManyField.Jorge C. Leitão
2014-06-17Fixed #22819 -- Renamed output_type -> output_field in query expression API.Tim Graham
2014-06-15Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-12Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-06-04Fixed #22710 -- Amended aggregation note for empty QuerySetsGuillaume Pannatier
2014-06-02Unicode method on model should return unicodeRyan Nowakowski
2014-05-30Fixed #22710 -- Documented aggregation behavior for empty QuerySets.Guillaume Pannatier
2014-05-25Fixed typo in docs/ref/models/custom-lookups.txt.Matthew Schinckel
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-05-16Fixed #21798 -- Added check for DateTime mutually exclusive optionsDaniel Pyrathon
2014-05-14Fix typo that disabled code example highlightingÉric Araujo
2014-04-30Fixed #19195 -- Allow explicit ordering by a relation `_id` field.Simon Charette
2014-04-30Fixed #22537 -- Add tests and improved docs for field subclass with choices.Mike Fogel
2014-04-25Fixed #22493 - Added warnings to raw() and extra() docs about SQL injectionMoayad Mardini
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-18Fixed #22473 -- Emphasized that Model.clean() is not called from Model.save().Tim Graham
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-10Documentation fixes for the select_for_update change.Shai Berger
2014-04-10Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-08Fixed #22405 -- Fixed string error in models/queries docs.Anubhav Joshi
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-24Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.Adam Kaliński
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-21Fixed minor syntax error in Queryset docsBryan Helmig
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-07Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed #22145 -- Clarified docs on Field.blank and Field.null options.navneet suman
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-17Fixed #22023 -- Raised an error for values() followed by defer() or only().Artur Frysiak
2014-02-15Fixed #21884 -- Mentioned that exact is the defaut QuerySet lookup typechomik
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-09Removed double word in model docsClaude Paroz
2014-02-08Removed extra backquote in field docsClaude Paroz
2014-02-08Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-23Fixed #21865 -- Incorrect signs in documented example.Marc Tamlyn
2014-01-23Fixed #21864 -- Fixed missing quote in custom lookup example.Baptiste Mispelon
2014-01-23Fixed some punctuation; thanks Chris Jerdonek.Tim Graham