| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ↵ | David Wobrock | 2023-04-18 | 1 | -1/+1 |
| | | | | | relation on PostgreSQL. | ||||
| * | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 5 | -81/+107 |
| | | |||||
| * | Fixed #32951 -- Removed Query.where_class & co. | Nick Pope | 2021-07-22 | 2 | -3/+3 |
| | | | | | Unused since 3caf957ed5eaa831a485abcb89f27266dbf3e82b. | ||||
| * | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | 2020-02-04 | 2 | -7/+4 |
| | | |||||
| * | Removed invalid Meta.ordering in a test model. | Tim Graham | 2018-08-22 | 1 | -1/+0 |
| | | | | | It never worked and was never used. | ||||
| * | Fixed hanging indentation in various code. | Mariusz Felisiak | 2018-03-16 | 1 | -1/+2 |
| | | |||||
| * | Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) ↵ | Nicolas Delaby | 2017-09-22 | 1 | -5/+21 |
| | | | | | | support. Thanks Anssi Kääriäinen for contributing to the patch. | ||||
| * | Refs #16043 -- Refactored internal fields value cache. | Paulo | 2017-08-10 | 1 | -2/+2 |
| | | | | | | | | * Removed all hardcoded logic for _{fieldname}_cache. * Added an internal API for interacting with the field values cache. Thanks carljm and MarkusH for support. | ||||
| * | Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. | Jon Dufresne | 2017-06-01 | 1 | -1/+1 |
| | | |||||
| * | Decreased max_length for char fields unless absolutely needed. (#8485) | Florian Apolloner | 2017-05-10 | 1 | -1/+1 |
| | | |||||
| * | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | 2017-01-25 | 2 | -3/+3 |
| | | |||||
| * | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette | 2017-01-19 | 1 | -1/+1 |
| | | |||||
| * | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz | 2017-01-18 | 3 | -9/+0 |
| | | |||||
| * | Refs #25415 -- Fixed invalid models in the test suite. | Adam Chainz | 2016-09-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed #26515 -- Fixed Query.trim_joins() for nested ForeignObjects. | darius BERNARD | 2016-05-19 | 2 | -2/+42 |
| | | |||||
| * | Refs #16508 -- Renamed the current "virtual" fields to "private". | Michal Petrucha | 2016-04-13 | 1 | -2/+2 |
| | | | | | | | | The only reason why GenericForeignKey and GenericRelation are stored separately inside _meta is that they need to be cloned for every model subclass, but that's not true for any other virtual field. Actually, it's only true for GenericRelation. | ||||
| * | Fixed #26153 -- Reallowed Q-objects in ↵ | Anssi Kääriäinen | 2016-02-11 | 1 | -0/+13 |
| | | | | | ForeignObject.get_extra_descriptor_filter(). | ||||
| * | Fixed #25972 -- Restored support for the isnull lookup with ForeignObject. | Tomo Otsuka | 2015-12-24 | 1 | -6/+7 |
| | | |||||
| * | Renamed descriptor classes for related objects. | Aymeric Augustin | 2015-09-21 | 2 | -8/+7 |
| | | | | | | | | | | | | | The old names were downright confusing. Some seemed to mean the opposite of what the class actually did. The new names follow a consistent nomenclature: (Forward|Reverse)(ManyToOne|OneToOne|ManyToMany)Descriptor. I mentioned combinations that do not exist in the docstring in order to help people who would search for them in the code base. | ||||
| * | Fixed #25064 -- Allowed empty join columns. | Alex Hill | 2015-08-15 | 2 | -1/+102 |
| | | |||||
| * | Moved foreign_object models.py into a module. | Tim Graham | 2015-08-14 | 3 | -0/+219 |
