Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/fields
Commit message (Expand)AuthorAgeFilesLines
* 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-262-5/+5
* Fixed #25560 -- Made empty string related_name invalid.Simon Charette2015-10-162-2/+2
* 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
* Fixed #18012 -- Propagated reverse foreign keys from prox...Simon Charette2015-10-122-2/+2
* 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 #21042 -- Allowed accessing FileDescriptor on the m...Tim Graham2015-10-011-3/+1
* Refs #21414 -- Removed Field.related per deprecation time...Tim Graham2015-09-241-10/+1
* Refs #9893 -- Removed shims for lack of max_length suppor...Tim Graham2015-09-241-15/+1
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-241-63/+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-211-164/+1
* 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
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+15
* Removed obsolete TODO about moving CommaSeparatedIntegerF...Tim Graham2015-09-011-1/+0
* 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-311-1/+0
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-272-13/+37
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-271-11/+2
* 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-101-8/+1
* Removed unused Field.get_flatchoices() method.Tim Graham2015-08-031-8/+0
* 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-281-9/+59
* 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 #23791 -- Corrected object type check for pk__in=qsAnssi Kääriäinen2015-06-291-1/+4
* Sorted imports in __init__.py files.Tim Graham2015-06-271-18/+21
* Fixed #25016 -- Reallowed non-ASCII values for ForeignKey...薛丞宏2015-06-261-4/+12
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-244-11/+11
* 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 #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 #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 #24818 -- Prevented models.CharField from accepting...Alasdair Nicol2015-05-191-6/+2
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-5/+5
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-5/+5