Marten Kenbeek
(knbk)
Most Active Role
N/A
Most Active Component
Migrations
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (60) | Reporter (28) | Owner (24) | Commenter (90) | Summary | Component |
---|---|---|---|---|---|---|
27580 | 27580 | 1 | add special field for storing content types | contrib.contenttypes | ||
14761 | 14761 | ✅ | 1 | URL resolving / reversing design doesn't allow alternate specs | Core (URLs) | |
28520 | 28520 | ✅ | 1 | Add --start-at/after options to runtests.py | Core (Other) | |
29768 | 29768 | ✅ | ✅ | 1 | Confusing error when AppConfig subclass's name is misspelled | Error reporting |
24366 | 24366 | ✅ | 5 | Improve migration dependency graph speed | Migrations | |
29192 | 29192 | ✅ | Docs on abstract base models say you can't override abstract fields | Documentation | ||
28791 | 28791 | ✅ | ManagementUtility.execute() does not handle ImportError for invalid settings module | Core (Management commands) | ||
21927 | 21927 | ✅ | 3 | URL namespacing improvements | Core (URLs) | |
27648 | 27648 | 1 | Deprecate ("iLmsu") regex groups in URLpatterns | Core (URLs) | ||
28561 | 28561 | ✅ | 1 | Docs inaccurate about QuerySet.order_by('foo__id') creating a join | Documentation | |
27919 | 27919 | 1 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | ||
27316 | 27316 | Multiple LiveServerTestCase subclasses cannot reuse the same port | Testing framework | |||
27887 | 27887 | 1 | TypeError when namespaced urlconf included from non-namespaced one | Core (System checks) | ||
27367 | 27367 | 1 | Document behaviour when several urls have the same name | Documentation | ||
27749 | 27749 | 1 | Documention change gunicorn deployment | Documentation | ||
26013 | 26013 | ✅ | 2 | Move django.core.urlresolvers to django.urls | Core (URLs) | |
27713 | 27713 | ✅ | ✅ | 1 | Clarify NoReverseMatch error message when view is not found | Core (URLs) |
27612 | 27612 | 1 | Add a check that URL instance namespaces are unique across a project | Core (System checks) | ||
27597 | 27597 | 1 | UrlResolver doesn't check all possibilities | Core (URLs) | ||
27610 | 27610 | 1 | Unexpected behavior on chained filters | Database layer (models, ORM) | ||
27596 | 27596 | 1 | LiveServerTestCase in 1.10.4 doesnt close server ports properly | Testing framework | ||
27535 | 27535 | 1 | RFE: Exclude pk from queries | Database layer (models, ORM) | ||
25966 | 25966 | ✅ | Implement get_user_model() that can be used in models.py | contrib.auth | ||
27508 | 27508 | 1 | Debug 404 page shouldn't include the request path prefix in the description of URLconf matching | Error reporting | ||
27491 | 27491 | 1 | TruncDay function arguments aren't quoted properly when you print the SQL query | Database layer (models, ORM) | ||
27453 | 27453 | 2 | LocaleRegexProvider unnecessarily recompiles the same regex for every active language | Core (URLs) | ||
27411 | 27411 | 1 | Django namespaced reverse not working in test environment | Testing framework | ||
27280 | 27280 | 1 | can_order/can_delete documentation examples don't require initial data | Documentation | ||
27279 | 27279 | 3 | Performance regression when running migrate with RenameModel operations | Migrations | ||
27240 | 27240 | 2 | Allow passing custom parameters to formset forms in admin | contrib.admin | ||
27125 | 27125 | 2 | Can not support django Internationalized domain name in URLValidation | Core (URLs) | ||
26888 | 26888 | ✅ | 1 | RegexURLResolver doesn't work in threaded environments | Core (URLs) | |
24305 | 24305 | ✅ | 2 | Allow overriding abstract model fields | Database layer (models, ORM) | |
26343 | 26343 | ✅ | user_login_failed not fired on PermissionDenied | contrib.auth | ||
26271 | 26271 | ✅ | i18n_patterns() creates invalid url if no language is active | Core (URLs) | ||
26011 | 26011 | ✅ | ✅ | 5 | allow_reuse_address = 1 on WSGIServer can cause random test failures in LiveServerTestCase on Windows | Testing framework |
26009 | 26009 | ✅ | 2 | contenttypes_tests fail when run in isolation | Testing framework | |
26008 | 26008 | ✅ | setup() missing 1 required positional argument: 'parallel' when running runtest.py --pair or runtests.py --bisect | Testing framework | ||
25984 | 25984 | ✅ | 1 | Incorrect error message in ModelBase.__new__ | Database layer (models, ORM) | |
25710 | 25710 | ✅ | Clarify the docs about what INTERNAL_IPS does | Documentation | ||
25610 | 25610 | ✅ | ✅ | 2 | url template tag ignores request.current_app | Core (URLs) |
24591 | 24591 | ✅ | ✅ | 3 | Copy ModelState.fields and ModelState.managers instead of cloning. | Migrations |
24590 | 24590 | ✅ | 1 | Cache return value of `swappable_setting` | Database layer (models, ORM) | |
24127 | 24127 | ✅ | 4 | Automatically set the current URL namespace based on the URL of the current request | Core (URLs) | |
25000 | 25000 | ✅ | ✅ | 1 | Implement default __str__ and similar for lazy() objects | Utilities |
14200 | 14200 | ✅ | 2 | new RegexURLResolver is contructed for every request | Core (URLs) | |
24906 | 24906 | ✅ | ✅ | 2 | ResolverMatch.app_name doesn't contain full application namespace for nested namespaces | Core (URLs) |
24904 | 24904 | ✅ | ✅ | 2 | reverse() doesn't allow for nested current_app namespaces | Core (URLs) |
24927 | 24927 | ✅ | django.utils.six and django.utils.encoding both define python_2_unicode_compatible | Utilities | ||
24848 | 24848 | ✅ | 2 | makemigrations fails with 'ValueError: Dependency on unknown app' when migrations module exists without __init__.py | Migrations | |
24703 | 24703 | ✅ | ✅ | 1 | Use MigrationLoader in squashmigrations | Migrations |
24674 | 24674 | ✅ | NullBooleanField in a model is converted to NullBooleanField in a form, not CharField | Documentation | ||
24397 | 24397 | ✅ | ✅ | 3 | Speed up model rendering with apps.ready = False | Migrations |
24278 | 24278 | ✅ | 5 | squashmigrations throws ValueError: need more than 1 value to unpack | Migrations | |
24566 | 24566 | ✅ | MigrationWriter doesn't serialize timedelta | Migrations | ||
24488 | 24488 | ✅ | 2 | Optional SITE_ID when migrating django.contrib.sites | contrib.sites | |
23407 | 23407 | ✅ | 2 | makemigrations doesn't use --noinput | Migrations | |
24291 | 24291 | ✅ | ✅ | 3 | Migrations fail with unused swappable model | Migrations |
24345 | 24345 | ✅ | ✅ | 3 | Sitemap tests fail because of domain mismatch | contrib.sitemaps |
24241 | 24241 | ✅ | 2 | state.clone doesn't copy Django models | Migrations |