Nical

(Nical)

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 (57) Reporter (1) Owner (0) Commenter (0) Summary Component
34041 34041 Accessibility improvements for admin breadcrumbs contrib.admin
897 897 Bi-Directional ManyToMany in Admin contrib.admin
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
34643 34643 Move admin form labels to a more accessible place contrib.admin
14831 14831 Django Template Style Guide Documentation
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34579 34579 Documentation points to `django-developers` mailing list as primary point of contact for discussion Documentation
21429 21429 BaseCommand should use logging instead of custom output wrappers Core (Management commands)
34440 34440 AND operator on queryset with joins gives wrong results Documentation
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34239 34239 Resolve load type-hinted objects in views Generic views
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
27807 27807 Overriding username validators doesn't work as documented contrib.auth
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27952 27952 core.validators.validate_slug doesn't mention that only latin letters are accepted. Core (Other)
27957 27957 Remove technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages Forms
27722 27722 if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" Template system
27702 27702 {{ form.id }} missing in documentation example Documentation
27631 27631 Prevent execution of transactional DDL statements when unsupported. Migrations
27567 27567 Technical exception page/emails crash when the database is down Error reporting
27509 27509 Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. Documentation
27508 27508 Debug 404 page shouldn't include the request path prefix in the description of URLconf matching Error reporting
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27015 27015 Hidden widget shouldn't have maxlength/minlength attributes Forms
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14633 14633 Reorganize settings reference docs Documentation
14792 14792 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14799 14799 Test database creation order problem after r14696 Testing framework
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14487 14487 Stop leaking unittest2 as 'unittest' from django.test.simple Testing framework
14467 14467 AllValuesFilterSpec does not work with Null contrib.admin
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
717 717 If-Modified-Since checked for exact match HTTP handling
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14498 14498 Forms passed to FormWizard.process_step are not guaranteed to have clean validate data contrib.formtools
14311 14311 Improve django.template.defaultfilters.title Template system
14432 14432 Tutorial import line missing (tiny correction) Documentation
14392 14392 Inconsistency for "creating forms with models" Documentation
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
273 273 [patch] Password salt and other algorithms support Core (Other)
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
65 65 [i18n] Internationalization and localisation contrib.admin
669 669 site table Metasystem
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
853 853 Django has high start costs, weight Metasystem
672 672 get_absolute_url isn't nice contrib.syndication