loic84

(loic84)

Most Active Role

Reporter

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (63) Reporter (43) Owner (22) Commenter (152) Summary Component
21461 21461 4 Add pre_update and post_update signals Database layer (models, ORM)
14891 14891 1 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
20932 20932 1 Issues with model Manager and inheritance. Database layer (models, ORM)
16286 16286 Models virtual fields and ModelForms Database layer (models, ORM)
17001 17001 9 Allow usage of custom querysets in prefetch_related Database layer (models, ORM)
21516 21516 1 Update the import path for the FormSet classes and factories in documentation. Documentation
21489 21489 2 Expose FormSet on the django.forms package. Forms
22341 22341 1 Split django.db.models.fields.related into multiple modules. Database layer (models, ORM)
20625 20625 18 Custom Chainable QuerySets Database layer (models, ORM)
20597 20597 1 Replace admin icons images by inline SVG contrib.admin
19617 19617 1 mixins on ModelForms Forms
18681 18681 2 get_fieldsets not hooked in properly contrib.admin
20885 20885 2 Clarify who is in copy for the various mailboxes of the foundation. *.djangoproject.com
19972 19972 2 Changelist tables that are larger than the viewport slip under the filter sidebar contrib.admin
27 27 1 Single form field for multiple database fields Forms
22462 22462 4 Loading issue of models declared in tests.py due to a combination of AdminConfig, System checks, and Model._meta caching. Core (Other)
8620 8620 3 ModelForm.Meta.exclude only excludes model fields, not form fields Forms
22649 22649 SchemaEditor.quote_value is very fragile. Migrations
22626 22626 1 SQLite's DatabaseSchemaEditor.quote_value trips on buffer and memoryview instances Database layer (models, ORM)
22650 22650 2 Regression from f51c1f59 with select_related + prefetch_related Database layer (models, ORM)
22572 22572 1 @override_settings(ROOT_URLCONF) doesn't clear urlresolvers._urlconfs. Testing framework
22350 22350 2 Django 1.7 migration files do not support Python 3.2 Migrations
21410 21410 6 Error when trying to ignore reverse relationships with related_name using the "+" Database layer (models, ORM)
22360 22360 1 Two admin_views tests are non-deterministic on Python 3.4 (dependent on dictionary key iteration order ) Python 3
22318 22318 2 Adding Form.has_error() to easily check if a given error has happened. Forms
22005 22005 2 PendingDeprecationWarning with management commands. Uncategorized
17413 17413 5 Serialization or getting non-HTML version of form errors is not easy Forms
22221 22221 1 Wrong join promotion on ManyToManyField to self with an intermediate model. Database layer (models, ORM)
14549 14549 3 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
21893 21893 2 Migrations RunPython operations seem to trip on MTI models. Migrations
21581 21581 3 collecstatic --clear is too lax about warning users contrib.staticfiles
21892 21892 Remove "string based" RunPython operations. Migrations
20199 20199 6 Allow ModelForm to override error messages defined in model fields. Forms
21595 21595 4 Automatically call as_view() when urlpatterns encounter a CBV. Core (URLs)
21853 21853 1 Manager.__module__ holds a wrong value. Database layer (models, ORM)
21846 21846 1 Admin's NestedObjects doesn't support related_name with %(app_label)s or %(class)s. contrib.admin
21323 21323 2 Allow migrations.Operation to control their output. Migrations
20867 20867 5 Allow Form.clean() to target specific fields when raising ValidationError. Forms
21010 21010 1 ModelState.fields contain fields from parents in MTI. Migrations
21546 21546 1 ValueError when tracing runserver. Core (Management commands)
21545 21545 2 runserver goes into an infinite loop after first request on OSX. Core (Management commands)
21169 21169 4 Deletion in custom reverse managers Database layer (models, ORM)
21479 21479 Favor 'migrate' over 'syncdb' in the docs. Documentation
14877 14877 1 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
23 23 1 Add support for ValidationWarning Forms
20978 20978 2 Cannot migrate if on_delete=models.SET_NULL Migrations
21037 21037 1 MigrationWriter.serialize() output invalid python for lambda functions. Migrations
21014 21014 1 MigrationLoader gobbles ImportError despite trying not to. Migrations
21015 21015 1 MigrationLoader trips on file modules and empty directories called migrations. Migrations
20973 20973 Improve docs about handling static files without django.contrib.staticfiles. Documentation
21008 21008 1 MigrationWriter doesn't handle lazy(). Migrations
20986 20986 1 SelectDateWidget doesn't let you customize the displayed months. Forms
20883 20883 1 Explicit OneToOneField for multi-table inheritance are not discovered in abstract classes. Database layer (models, ORM)
15363 15363 9 get_queryset & get_query_set Core (Other)
20826 20826 1 Move `Manager.raw()` and `Manager._insert()` to the QuerySet class. Database layer (models, ORM)
20774 20774 Update the localflavor topic guide when django-localflavor is ready Documentation
20761 20761 3 UnboundLocalError: local variable 'sid' referenced before assignment when using get_or_create with a badly formed __init__ Database layer (models, ORM)
20767 20767 4 preserve_filters with namespaces and multiple admins contrib.admin
20619 20619 10 Missing call to super in `WSGIRequest.__init__()` HTTP handling
20000 20000 3 Allow overriding `label`, `help_text` and `error_messages` for the default fields in `ModelForm` Forms
19997 19997 1 Custom EMPTY_VALUES for form fields. Forms
19908 19908 Missing `import warnings` in django/forms/forms.py Forms
19870 19870 select_related has issues with models linked by a FK which inherit from a common model Database layer (models, ORM)