Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/base.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #18012 -- Removed the now unused proxied_children mo...Simon Charette2015-10-121-1/+0
* Fixed #25296 -- Prevented model related object cache poll...Raphael Merx2015-09-201-0/+3
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-271-28/+32
* Fixed #14217 -- Added validation for field name collision...sarthakmeh2015-08-251-1/+7
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-101-0/+24
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-3/+8
* Fixed #16891 -- Made Model/QuerySet.delete() return the n...Alexander Sosnovskiy2015-05-221-1/+1
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-021-7/+2
* Fixed #24578 -- Fixed crash with QuerySet.update() on FK ...Tim Graham2015-04-091-1/+1
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-12/+11
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-16/+16
* Renamed ForeignObject.related_field to target_fieldAnssi Kääriäinen2015-03-251-2/+2
* Fixed #24479 -- Added system check to prevent both orderi...Jon Dufresne2015-03-211-4/+11
* Fixed #15579 -- Added ability to delete only child models...Andriy Sokolovskiy2015-03-171-2/+2
* Fixed #24418 -- Prevented crash in refresh_from_db with n...Claude Paroz2015-02-271-1/+1
* Fixed #24328 -- cleaned up Options._get_fields() implemen...Anssi Kääriäinen2015-02-201-1/+2
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-1/+1
* Disallowed importing concrete models without an application.Aymeric Augustin2015-02-101-35/+9
* Removed unnecessary parentheses in model check messages.Tim Graham2015-02-091-16/+20
* Fixed #24249 -- Improved field shadowing validation in mo...Aron Podrigal2015-02-091-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+16
* Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal2015-02-041-2/+2
* Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen2015-02-031-0/+3
* Advanced deprecation warnings for Django 1.9.Tim Graham2015-01-191-2/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-31/+38
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-5/+3
* Fixed #24007 -- Ensure apps registry's ready before unpic...Claude Paroz2014-12-171-0/+2
* Changed internal storing of abstract and concrete manager...Markus Holtermann2014-12-151-2/+1
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-281-1/+67
* Fixed #21794 -- Removed deprecation warning for abstract ...Carl Meyer2014-11-191-6/+4
* Fixed #21612 -- Made QuerySet.update() respect to_fieldKaren Tracey2014-11-161-2/+2
* Fixed #22967 -- Made Model._do_update consistentJozef Knaperek2014-11-121-2/+8
* Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with mod...Tim Graham2014-09-091-14/+5
* Limited lines to 119 characters in django/Tim Graham2014-09-051-6/+20
* Fixed name of database connection featureShai Berger2014-07-141-1/+1
* Fixed #19501 -- added Model.from_db() methodAnssi Kääriäinen2014-07-011-0/+10
* Fixed problem introduced with #refs 13711.Anubhav Joshi2014-06-231-1/+1
* Fixed #13711 -- Model check added to ensure that auto-gen...Anubhav Joshi2014-06-171-1/+72
* Fixed #21430 -- Added a RuntimeWarning when unpickling Mo...Anubhav Joshi2014-06-111-1/+20
* Fixed #22690 -- Added a check for proxy models containing...Craig de Stigter2014-06-021-3/+16
* Fixed #22711 -- Adjusted ordering checks to allow implici...Vincent-Vega2014-06-011-1/+9
* Fixed typo.Tim Graham2014-05-161-1/+1
* Fixed #18389 -- Fixed the way contribute_to_class is calledVlad Starostin2014-05-161-1/+3
* Fixed #22539 -- Copied exclude argument in Model.full_cle...Yehonatan Daniv2014-05-011-0/+2
* Use the new implementation of `six.with_metaclass`.Simon Charette2014-04-291-11/+1
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-1/+1
* Fixed #22356 -- Added a check to make sure unique_togethe...Marc Egli2014-04-141-0/+13
* Fixed #22236 -- Removed inappropriate usage of signalsClaude Paroz2014-04-051-5/+6
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-2/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-4/+5