FunkyBob

(FunkyBob)

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 (31) Reporter (25) Owner (4) Commenter (21) Summary Component
34862 34862 For clarity, the `password_reset_email.html` template should have `.txt` extension contrib.auth
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
21012 21012 5 Provide shared "caches" dict to avoid creating multiple cache class instances. Core (Cache system)
17344 17344 A away to tell ManyToManyField to use ordering on intermediate field Database layer (models, ORM)
21039 21039 Support Postgres "CREATE INDEX CONCURRENTLY" in migrations. contrib.postgres
17345 17345 Allow ordering override on ManyToManyField Database layer (models, ORM)
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
25215 25215 1 Attribute error in HStore form field contrib.postgres
22691 22691 Allow cached_property to be used on other methods Utilities
21430 21430 Raise Warning when unpickling Models and QuerySet from different version Database layer (models, ORM)
21455 21455 Optimise images in admin static contrib.admin
20945 20945 5 Allow cache tag to use specified cache config. Template system
21133 21133 1 A note should be added to date template tag regarding formatting strings Documentation
21125 21125 2 Deprecate old URI syntax for caches Core (Cache system)
14765 14765 1 Unnecessary usage of NodeList in ForNode (template rendering) Template system
18375 18375 1 F() doesn't work as expected across multijoin relations Database layer (models, ORM)
20130 20130 1 cache tag doesn't resolve fragment name Template system
18975 18975 1 Remove explicit support for bad practices Database layer (models, ORM)
18447 18447 LazyObject doesn't unwrap on dict access Utilities
18260 18260 Cache tag doesn't handle filter expresssions Template system
19846 19846 Simplify BlockContext code with defaultdict Template system
19797 19797 Test client does not handle data well Testing framework
15281 15281 Staticfiles sever view should use generator contrib.staticfiles
15651 15651 Add option to forms.FilePathField to sort choices Forms
17660 17660 1 extends template tag mishandles filter expressions Template system
17506 17506 Minor tidyup in session DB backend contrib.sessions
16597 16597 FormWizard doco mentions get_template_names() but does not document it. Documentation
16296 16296 django.contrib.comments could offer a config option for default order contrib.comments
10627 10627 2 Middleware using len() on response.content is gobbling generators Core (Other)
11071 11071 Update is_ajax docs to include ExtJS as complying Documentation
8987 8987 Forms validation documentation isn't clear about clean functions needing to return the cleaned value. Documentation