rm_

(rm_)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (83) Reporter (16) Owner (1) Commenter (43) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
34910 34910 Color Contrast Admin Plus Icon contrib.admin
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34939 34939 Widget templates not refreshing Forms
34937 34937 Provide a get_form_kwargs for the ModelAdmin contrib.admin
14336 14336 1 list_display should be able to contain sortable references to annotated fields contrib.admin
34878 34878 Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". Template system
34532 34532 Form.default_renderer is ignored in formsets. Forms
34652 34652 Async support in admin view contrib.admin
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34531 34531 Rendering form throws deprecation warning Forms
34316 34316 Visual regressions in admin's change password form contrib.admin
34365 34365 add_form_template used as change_form_template when adding object when only declaring change_form_template contrib.admin
34329 34329 django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse Forms
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
34143 34143 Multiple file upload docs Documentation
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34001 34001 ForeignKey.formfield(): allow override for all kwargs Database layer (models, ORM)
31610 31610 4 Make it easier to override the RelatedFieldWidgetWrapper in admin. contrib.admin
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
30175 30175 2 Django 2.1.6, 2.0.11, and 1.11.19 were mispackaged with missing or extra files Core (Other)
27560 27560 Formset.save() crashes for model with foreign key to concrete base model Forms
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
28148 28148 4 Document addition of validate_image_file_extension() as a backwards incompatible change for ImageField Documentation
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27897 27897 1 Searching for foreign key's pk in the admin crashes with FieldDoesNotExist contrib.admin
27260 27260 Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN Database layer (models, ORM)
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27885 27885 Migration creates index of a deleted table Migrations
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
27815 27815 contrib.auth.views.LoginView doesn't pass request object to AuthenticationForm contrib.auth
27518 27518 HTTP Referer leaks password reset link contrib.auth
27510 27510 Allow custom keyword arguments to modelform_factory in ModelFormMixin Generic views
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27304 27304 Django 1.10 onwards broke previous behaviour for models.DateTimeField() in Admin contrib.admin
27266 27266 assertFormError fails when trying to check a custom validation in an Admin form contrib.admin
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27245 27245 2 can't revert migration with index_together with one field Database layer (models, ORM)
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
494 494 1 Collapse in admin interface for inline related objects contrib.admin
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
24553 24553 8 Pass application list to more admin views contrib.admin
24405 24405 6 admin: cleanup Open related* popups code so it's easier to extend / replace contrib.admin
14497 14497 3 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
23052 23052 namespaced template loader Uncategorized
22894 22894 3 make admin add related behaviour customizable contrib.admin
17802 17802 3 Pass the request down to the Sitemap callable contrib.sitemaps
21999 21999 have filter_horizontal / filter_vertical work with ForeignKey contrib.admin
21296 21296 3 settings: adding a the unix socket dir path in DATABASES HOST works for postgres too Documentation
15185 15185 1 Ability to make all list_display fields not clickable contrib.admin
20719 20719 permit values_list flat with more than one key Database layer (models, ORM)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
17548 17548 1 updated simplejson version Core (Serialization)
702 702 document that ManyToMany fields can't be in unique_together Documentation
17440 17440 A proper format for dates and datetimes in italian locale contrib.localflavor
14496 14496 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14797 14797 ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method Generic views
14858 14858 Bug in admin change_form template produces javascript error when adding new object with first_field of type DateTimeField. contrib.admin
14445 14445 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14446 14446 auth.views.password_reset_confirm should never be cached contrib.auth
14938 14938 "Save as" does not save entries added with a Inline Forms
14082 14082 modelform_factory should use the form's metaclass Forms
14498 14498 Forms passed to FormWizard.process_step are not guaranteed to have clean validate data contrib.formtools
14940 14940 New generic class view CreateView execute form.save() with no arguments Generic views
14899 14899 'ModelFormOptions' object has no attribute 'many_to_many' Forms
14257 14257 Remove isValidIDList from ManyToManyField in django/db/models/fields/related.py Database layer (models, ORM)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14235 14235 UnicodeDecodeError in CSRF middleware Forms
265 265 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
899 899 Formfield doesn't display default value Forms
212 212 help_text is not displayed for ManyToManyField in the admin interface contrib.admin
611 611 fields with editable=False do not render contrib.admin
913 913 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
935 935 weird interaction between edit_inline and OneToOneField causes adding through admin to fail contrib.admin
980 980 Database Querying Database layer (models, ORM)
336 336 generic views delete_object documentation typo Documentation