summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-09Fixed #9057 -- Added default_permissions model meta option.Tim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-07Merge pull request #1453 from chrismedrela/ticket20484-improvementPreston Holmes
2013-08-07Fixed #20484 again -- added note to field documentationChristopher Medrela
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-08-05Fixed #20859 - Clarified Model.clean() example.Jimmy Song
2013-08-04Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_re...Daniele Procida
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-08-01Removed unused model option "admin"Tim Graham
2013-07-31Fixed #20649 -- Allowed blank field display to be defined in the initial list...Alex Couper
2013-07-31Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.Loic Bistuer
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-26Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-16Fixed #14007 -- Added model discovery in models module without the need to sp...Tim Graham
2013-07-12Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora
2013-07-12Fixed #17528 -- Documented that add() and remove() with a many-to-many relati...Tim Graham
2013-07-12Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-05Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only supporte...Tim Graham
2013-07-04Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique con...Tim Graham
2013-06-28Removed 'depth' .select_related() argument as per deprecation TL.Ramiro Morales
2013-06-27Docs for related_query_nameAndrew Godwin
2013-06-21Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager.James Bennett
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-05-30Fixed #16856 - Added a way to clear select_related.Tim Graham
2013-05-28Fixed #20228 - Documented unique_for_date and exclude behavior.Tim Graham
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-27Fix #20505: Typo in BinaryField documentation.Baptiste Mispelon
2013-05-21Slightly reworded 'last()' docs.Selwin Ong
2013-05-21Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong
2013-05-19Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_...Pablo Recio
2013-05-19Merge pull request #1129 from frog32/masterMarc Tamlyn
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-05-18Merge branch 'allow-any-iterable-for-choices'Donald Stufft
2013-05-18Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'Erik Romijn
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
2013-05-18Fixed #20408 -- Clarified that values_list() doesn't return a list.Aymeric Augustin
2013-05-14Merge pull request #1039 from cannona/masterTim Graham
2013-05-14Fixing a minor spelling mistake in the queryset documentationWilfred Hughes
2013-05-12Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
2013-05-08Fixed test failures on MySQL.Aymeric Augustin
2013-05-03Added clarification to the docs, pointing out that unique_for_date only consi...Aaron Cannon
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-11Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2013-04-11remove confusing phrase from DecimalField docsAndrew Badr
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-03-22Added missing markup to docs.Tim Graham