Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models
Commit message (Expand)AuthorAgeFilesLines
* Refs #25629 -- Added `arity` class attribute to `Func` ex...Sergey Fedoseev2015-11-023-10/+11
* Fixed #25609 -- Fixed regression in related field nested ...Ian Foote2015-10-271-1/+4
* Revert "Fixed #25417 -- Added a field check for invalid d...Simon Charette2015-10-271-17/+0
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-272-1/+8
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-264-10/+10
* Fixed #25563 -- Cached deferred models in their proxied m...Simon Charette2015-10-201-4/+5
* Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton2015-10-171-6/+9
* Fixed #25560 -- Made empty string related_name invalid.Simon Charette2015-10-162-2/+2
* Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton2015-10-141-1/+1
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-141-5/+5
* Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton2015-10-131-6/+19
* Refs #18012 -- Removed the now unused proxied_children mo...Simon Charette2015-10-122-2/+0
* Refs #18012 -- Made proxy and concrete model reverse fiel...Simon Charette2015-10-122-11/+5
* Fixed #23076, #25505 -- Fixed deletion of intermediate pr...Simon Charette2015-10-121-1/+1
* Refs #18012 -- Removed special casing for proxy models de...Simon Charette2015-10-121-10/+1
* Fixed #18012 -- Propagated reverse foreign keys from prox...Simon Charette2015-10-123-5/+12
* Fixed #24687 -- Added select_related() validation for nes...Tim Graham2015-10-101-1/+1
* Fixed #14368 -- Allowed setting a reverse OneToOne relati...Tim Graham2015-10-091-18/+28
* Fixed #25503 -- Fixed system check crash on ForeignKey to...Mariusz Felisiak2015-10-071-1/+4
* Fixed #25508 -- Modified QuerySet.__repr__() to disambigu...Tim Graham2015-10-061-1/+1
* Removed obsolete (since Python 2.3) __safe_for_unpickling...Tim Graham2015-10-051-5/+0
* Fixed #21042 -- Allowed accessing FileDescriptor on the m...Tim Graham2015-10-011-3/+1
* Removed unused Aggregate.input_field.Tim Graham2015-09-241-4/+0
* Refs #14030 -- Removed more backwards compatiblity for ol...Tim Graham2015-09-241-32/+0
* Refs #21414 -- Removed Field.related per deprecation time...Tim Graham2015-09-241-10/+1
* Refs #14030 -- Removed backwards compatiblity for old-sty...Tim Graham2015-09-242-189/+0
* Refs #9893 -- Removed shims for lack of max_length suppor...Tim Graham2015-09-241-15/+1
* Removed SQLCompiler.__call__() per deprecation timeline.Tim Graham2015-09-241-13/+0
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-241-156/+3
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-242-64/+0
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-224-36/+138
* Documented "rel objects".Aymeric Augustin2015-09-211-0/+11
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-212-36/+41
* Added comments in related instances descriptors.Aymeric Augustin2015-09-211-6/+23
* Documented related models descriptors.Aymeric Augustin2015-09-211-14/+141
* Fixed #22341 -- Split django.db.models.fields.related.Aymeric Augustin2015-09-213-1191/+1213
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-216-330/+309
* Fixed #25296 -- Prevented model related object cache poll...Raphael Merx2015-09-201-0/+3
* Fixed #25160 (again) -- Moved data loss check on reverse ...Aymeric Augustin2015-09-191-6/+0
* Fixed #25417 -- Added a field check for invalid default v...Simon Charette2015-09-181-0/+17
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-0/+6
* Removed the unused JoinPromoter.outer_votes attribute.Simon Charette2015-09-171-8/+6
* Fixed #25377 -- Changed Count queries to execute COUNT(*)...Adam Chainz2015-09-142-2/+10
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+15
* Fixed typos in django/db/models/query.py docstrings.Nick Pope2015-09-071-2/+2
* Fixed #24525 -- Fixed AssertionError in some complex quer...Tim Graham2015-09-051-1/+2
* Fixed #19263 -- Fixed crash when filtering using __in and...Tim Graham2015-09-041-1/+4
* Fixed #25058 -- Added GenericRelations with related_query...sarthakmeh2015-09-031-5/+2
* Fixed #25335 -- Fixed regression where QuerySet.iterator(...Gavin Wahl2015-09-031-14/+14
* Removed obsolete TODO about moving CommaSeparatedIntegerF...Tim Graham2015-09-011-1/+0