Johannes Dollinger

(emulbreh)

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 (28) Reporter (26) Owner (0) Commenter (35) Summary Component
11981 11981 1 Add custom Q-object (add_to_query) support to QuerySet.filter() and QuerySet.exclude() Database layer (models, ORM)
15844 15844 1 Filtering by related objects causes unnecessary extra db hits when using model inheritance Database layer (models, ORM)
7312 7312 QuerySet.complex_filter() chokes on custom Q objects (with add_to_query() method) Database layer (models, ORM)
7806 7806 8 django.template refactoring Template system
12086 12086 Make QuerySet.delete() return the number of deleted objects Database layer (models, ORM)
12141 12141 Add glob support to tests/runtests.py Testing framework
12121 12121 6 deepcopy(model_instance) causes infinite recursion since r11681 Database layer (models, ORM)
7817 7817 1 {% include "tpl" with foo=x bar=y %} Template system
12068 12068 The {% url %} parser can fail with StopIteration Template system
11052 11052 2 Q-Object disjunction join promotion .. bug Database layer (models, ORM)
12119 12119 django.utils.text.smart_split() does not handle multiple quoted strings joined by non-whitespace characters properly Template system
12069 12069 The {% url %} parser silently ignores anything after an "as varname" clause Template system
12070 12070 Variable("a._hidden") does not raise TemplateSyntaxError Template system
12071 12071 Numeric literals like "2." are incorrectly treated as Variables Template system
12072 12072 Literal strings containing [,=] break {% url %}. Template system
7917 7917 2 Decide whether {% url %} syntax changes Template system
7447 7447 3 QuerySet.update() bypasses custom Model.save() methods Database layer (models, ORM)
14876 14876 1 Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN Database layer (models, ORM)
11946 11946 3 ManyToOneRel.lookup_overrides is unused Database layer (models, ORM)
14468 14468 test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype Testing framework
14566 14566 1 Multiple database issue v1.2.3 - Django reading the wrong database Database layer (models, ORM)
14469 14469 id localflavor tests are breoken since r14196 Uncategorized
7815 7815 2 Let Context handle include, extends and inclusion_tag template loading Template system
12775 12775 Enable `dumpdata --exclude app_label.model` Core (Serialization)
12107 12107 1 Add a Meta.serialize option to models Core (Serialization)
12251 12251 QuerySet.in_bulk() should accept a set() Database layer (models, ORM)
12245 12245 m2m-refactor: r11724 broke model definitions outside of a "models" module (e.g. in tests) Uncategorized
7799 7799 3 django.template refactoring Template system