Commit History

Author SHA1 Message Date
  Akshesh 6a8372e6ec Fixed #26808 -- Added Meta.indexes for class-based indexes. 8 years ago
  Tim Graham 3aaf6cf0f3 Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs. 8 years ago
  Tim Graham ba246bd5fe Fixed inconsistent indentation in docs/ref/models/options.txt 8 years ago
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 years ago
  Loïc Bistuer ed0ff913c6 Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers. 8 years ago
  Simon Charette 64aba7a8ab Fixed #26438 -- Fixed multiple .objects typos in the docs. 9 years ago
  Tim Graham c0181f2c1f Fixed #26310 -- Documented that a queryset ordering must be specified to ensure ordered results. 9 years ago
  chenesan b84f5ab4ec Fixed #26230 -- Made default_related_name affect related_query_name. 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Tim Graham 7c0850028f Documented a limitation of Options.required_db_features. 9 years ago
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
  johannes.linke 27c839e0fc Fixed #24881 -- Clarified Meta.order_with_respect_to documentation 9 years ago
  Luis Del Giudice 69ddc1b3da Fixed #24693 -- Added label and label_lower property to Model._meta 9 years ago
  Claude Paroz 8097e54832 Fixed #23879 -- Allowed model migration skip based on feature/vendor 10 years ago
  Aymeric Augustin 1b8af4cfa0 Disallowed importing concrete models without an application. 10 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 years ago
  Florian Apolloner 1ee9507eb3 Fixed a vesionadded directive. 10 years ago
  Berker Peksag 5c517ec218 Fixed versionchanged indentation in docs/. 10 years ago
  Renaud Parent 87d0a3384c Fixed #22778 -- Added a model Meta option to define default_related_name. 10 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 years ago
  Anubhav Joshi bb2ca9fe6c Fixed #22172 -- Allowed index_together to be a single list (rather than list of lists).. 11 years ago
  Claude Paroz 95ede98e60 Removed double word in model docs 11 years ago
  Loic Bistuer 8847a0c601 Fixed #16192 -- Made unique error messages in ModelForm customizable. 11 years ago
  Aymeric Augustin 1386075f62 Updated release notes on app_label. 11 years ago
  Loic Bistuer 27f04e79b1 Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs. 11 years ago
  Shai Berger 317040a73b Fixed #13245: Explained Oracle's behavior w.r.t db_table 11 years ago
  Tim Graham fb51c9a0f2 Fixed spelling; refs #16895. 11 years ago
  e0ne cbf08c6b0c Fixed #16895 -- Warned about cost of QuerySet ordering 11 years ago
  Tim Graham a89c856a7a Fixed typo in docs/ref/models/options.txt 11 years ago
  Anssi Kääriäinen e973ee6a98 Fixed #20988 -- Added model meta option select_on_save 11 years ago