Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #25320 -- Reverted ManyToManyField.null to False fo...Tim Graham2015-09-011-3/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-314-4/+0
* Fixed #25252 -- Added friendly error message on incorrect...Y3K2015-08-311-0/+4
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-273-41/+69
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-272-12/+3
* Fixed #14217 -- Added validation for field name collision...sarthakmeh2015-08-251-1/+7
* Fixed #24951 -- Fixed AssertionError in delete queries in...Tim Graham2015-08-201-1/+1
* Fixed #24986 -- Added support for annotations in DISTINCT...Valentina Mukhamedzhanova2015-08-152-3/+15
* Fixed #25064 -- Allowed empty join columns.Alex Hill2015-08-151-10/+20
* Made Options.get_base_chain() always return a list.Valentina Mukhamedzhanova2015-08-142-6/+6
* Fixed #25172 -- Fixed check framework to work with multip...Ion Scerbatiuc2015-08-131-2/+6
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-102-8/+25
* Removed unused Field.get_flatchoices() method.Tim Graham2015-08-031-8/+0
* Adjusted SQLCompiler.get_order_by()'s docstring return va...risicle2015-07-281-1/+1
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1...Tim Graham2015-07-281-11/+32
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-12/+67
* Fixed #25095 -- Fixed annotate() + values() group by bugMitchell Kotler2015-07-271-2/+2
* Fixed #12768 -- Fixed QuerySet.raw() regression on FK wit...Matt Johnson2015-07-241-3/+3
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-1/+6
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-7/+13
* Fixed #24923 -- errored out nicely when using aggregates ...Anssi Kääriäinen2015-07-131-0/+5
* Fixed #25081 -- Prevented DISTINCT ON ordering from being...Simon Charette2015-07-091-1/+1
* Fixed #25054 -- Added app_label to swapped model Attribut...Chris Lamb2015-07-021-3/+7
* Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz2015-07-021-4/+9
* Fixed #18247 -- Added cast to NUMERIC for Decimals on sqliteMichael Tänzer2015-07-011-0/+9
* Fixed #24911 -- Made BaseManager.get_queryset() allow cus...Jonas Degrave2015-06-301-1/+1
* Removed unused condition for the abstract model in ensure...Andriy Sokolovskiy2015-06-301-4/+1
* Fixed #23791 -- Corrected object type check for pk__in=qsAnssi Kääriäinen2015-06-294-20/+54
* Sorted imports in __init__.py files.Tim Graham2015-06-273-33/+39
* Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple2015-06-271-7/+10
* Fixed #25016 -- Reallowed non-ASCII values for ForeignKey...薛丞宏2015-06-261-4/+12
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-249-26/+26
* Fixed #24940 -- Made model managers hashableMarkus Holtermann2015-06-191-0/+3
* Fixed #24873 -- Prevented nested Prefetch objects from be...Gagaro2015-06-181-1/+6
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-3/+2
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-1/+2
* Fixed #24912 -- Fixed prefetch_related failure for UUIDFi...Brian King2015-06-151-1/+4
* Fixed #24859 -- Made QuerySet.get() with UUIDField raise ...Cole Maclean2015-06-071-7/+11
* Fixed #24744 - Fixed relabeled_clone for the TransformAndriy Sokolovskiy2015-06-061-1/+6
* Fixed #24924 -- Join promotion for multiple Case expressionsMark Lavin2015-06-051-3/+1
* Minor edits to Greatest/Least docs; refs #24767.Tim Graham2015-06-051-4/+2
* Refs #24833 -- Forwardported some of "Fixed Case expressi...Andriy Sokolovskiy2015-06-051-6/+6
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-051-0/+42
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-051-2/+5
* Fixed #24677 -- Made TextField.to_python() return a string.Rolo2015-06-041-2/+5
* Fixed #24866 -- Added Now() database functionAdam Chainz2015-06-021-1/+17
* Fixed #24831 -- Fixed pickling queryset with prefetch_rel...Andriy Sokolovskiy2015-06-021-0/+5
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-0/+16
* Fixed #24699 -- Added aggregate support for DurationField...Josh Smeaton2015-05-311-0/+18
* Fixed #24835 -- Fixed QuerySet.exists() after an annotati...Paweł Marczewski2015-05-261-0/+3