Andrew Nester

(andrewnester)

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 (16) Reporter (1) Owner (12) Commenter (30) Summary Component
27697 27697 5 JSONField with blank=True is rendered as non-required field in a ModelForm Documentation
27370 27370 1 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
27335 27335 2 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27731 27731 2 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
27458 27458 3 Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" Database layer (models, ORM)
26929 26929 2 Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login` contrib.auth
27751 27751 2 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27769 27769 2 createsuperuser command missing docs about no-input/interactive Documentation
27678 27678 2 Document that the template system isn't safe against untrusted template authors Documentation
27544 27544 1 F() Expressions updating dates in .update() field fails on SQLite Database layer (models, ORM)
27612 27612 3 Add a check that URL instance namespaces are unique across a project Core (System checks)
27363 27363 1 SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do contrib.sessions
27337 27337 1 Convoluted MTI with abstract model mixin fails on PY2, works on PY3 Database layer (models, ORM)
26909 26909 1 Allow UserAttributeSimilarityValidator to validate against properties contrib.auth
26882 26882 1 Add test(s) for django.contrib.auth.views.logout_then_login contrib.auth
26776 26776 1 url documentation does not mention that view argument can be a non-view object Documentation