Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db
Commit message (Expand)AuthorAgeFilesLines
* Refs #25629 -- Added `arity` class attribute to `Func` ex...Sergey Fedoseev2015-11-023-10/+11
* Refs #25618 -- Removed detection of south migrations in l...Tim Graham2015-10-281-15/+1
* 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-265-11/+11
* Fixed #25470 -- Avoided unnecessary, expensive DATETIME t...Mariusz Felisiak2015-10-221-10/+8
* Moved an inner function in db.migrations.state to avoid r...Simon Charette2015-10-201-20/+24
* Refs #18012 -- Accounted for reverse proxy relations in m...Simon Charette2015-10-201-4/+12
* 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 #22705 -- Fixed QuerySet.bulk_create() on models wi...Tim Graham2015-10-091-0/+3
* 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
* Refs #12118 -- Allowed "mode=memory" in SQLite test datab...Riccardo Magliocchetti2015-10-061-3/+5
* 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
* Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak2015-09-271-17/+35
* Fixed #25196 -- Normalized database representations in te...Ville Skyttä2015-09-255-22/+38
* 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
* Refs #24351 -- Removed support for the old allow_migrate(...Tim Graham2015-09-241-23/+1
* Fixed #25453 -- Reworded makemigration's ask_not_null_alt...Benjamin Wohlwend2015-09-231-2/+2
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-229-53/+157
* Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin2015-09-211-7/+0
* 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