Chris Lamb

(lamby)

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 (39) Reporter (38) Owner (1) Commenter (43) Summary Component
30879 30879 1 Nested foreign key test failures on Django 3.0 with SQLite 3.30. Database layer (models, ORM)
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
30264 30264 "OverflowError: timestamp out of range for platform time_t" test failure on 32-bit platforms Core (Other)
9722 9722 3 Use pyinotify (where available) instead of polling filesystem every second to detect changes Core (Management commands)
30016 30016 Test regressions with sqlite3 3.26.0 (vs 3.25.3) Database layer (models, ORM)
29498 29498 2.1~alpha1 release tarball missing tests/migrations/test_migrations_bad_pyc/0001_initial.pyc causing test failure Packaging
29275 29275 1 Emit "(actual errors: none)" instead of "(actual errors: )" in assertFormError Testing framework
28810 28810 2 Use str.format()-style logging formatting instead of '%' Core (Other)
28798 28798 5 Remove unused django.utils.dates.WEEKDAYS_REV, MONTHS_3_REV Utilities
28663 28663 2 Check for likely incorrectly migrated django.urls.path() calls (that still have regex characters in the route) Core (URLs)
27881 27881 2 Add "unified diff" output mode to diffsettings management command Core (Management commands)
27878 27878 2 Move to Python 3 shebangs Core (Other)
27873 27873 3 setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple Testing framework
27874 27874 2 URL namespacing warning (urls.W005) does not consider nested URL namespaces Core (System checks)
27741 27741 6 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27506 27506 HttpRequest.build_absolute_uri throws DisallowedHost HTTP handling
27235 27235 1 Avoid using mutable default arguments where possible Uncategorized
26288 26288 2 Support relative imports in django.conf.urls.include Core (URLs)
25968 25968 Don't ship invalid .py files; rename them at run-time Core (Management commands)
25052 25052 UserCreationForm missing password_validaton.{validate,set}_password? contrib.auth
25054 25054 Use app-namespaced model name when raising swapped model AttributeError Database layer (models, ORM)
20571 20571 2 Using savepoints within transaction.atomic() can result in the entire transaction being incorrectly and silently rolled back Database layer (models, ORM)
16840 16840 1 Bogus QuerySet.distinct(...) and QuerySet.select_related(...) arguments do not result in errors Database layer (models, ORM)
15506 15506 Savepoint support for sqlite3 backend Database layer (models, ORM)
17869 17869 1 With RemoteUserMiddleware, users keep being logged in after web server stops sending REMOTE_USER headers contrib.auth
18093 18093 AnonymousUser should have a 'pk' attribute contrib.auth
15507 15507 3 Savepoint support for MySQL backend Database layer (models, ORM)
15677 15677 Release tarball missing "backup~" test file Uncategorized
17633 17633 Invalid IDNA domains in email addresses passed to urlize raises exception Uncategorized
13573 13573 Cached template loader can return incorrect template Template system
11520 11520 1 Release tarball includes useless ".DS_Store" files Uncategorized
9751 9751 1 project_directory calculated incorrectly when "settings" is a directory (breaks 'startapp') Core (Management commands)
16003 16003 Admin incompatible with USE_ETAGS = True contrib.admin
15669 15669 Include app label in admin validation messages contrib.admin
16020 16020 urlize() incorrectly escapes query string escapes Template system
15618 15618 1 django.contrib.messages.storage.fallback.CookieStorage does not behave properly with subdomains Contrib apps
15116 15116 Don't ORDER BY when using .in_bulk() Database layer (models, ORM)
14723 14723 1 @last_modified should ignore lack of etag method when USE_ETAGS is enabled Uncategorized
11615 11615 ./manage.py test returns incorrect status code if more than 255 bugs fail Testing framework