Thomas C

(tchaumeny)

Most Active Role

Bug Fixer

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (18) Reporter (15) Owner (5) Commenter (26) Summary Component
8408 8408 3 Add a new meta option: don't do count(*) in admin contrib.admin
34698 34698 2 Allow returning IDs in QuerySet.bulk_create() when updating conflicts. Database layer (models, ORM)
34336 34336 1 Reverting a migration with `replaces = [...]` set does not revert it Migrations
33594 33594 2 order_by("field1__-field2") yields inconsistent behavior Database layer (models, ORM)
23423 23423 3 Integrate unaccent lookups in django.contrib.postgres contrib.postgres
23623 23623 3 ModelChoiceField generates unused temporary cache Forms
23792 23792 1 Create contextmanager to freeze time.time() in tests Testing framework
23992 23992 DiscoverRunner.build_suite() is slow Testing framework
16731 16731 1 startswith endswith and contains doesn't work with F expression Database layer (models, ORM)
23493 23493 1 Defining bilateral lookup transformations Database layer (models, ORM)
21196 21196 1 Warning when running the test suite under MySQL contrib.admin
23664 23664 bool evaluation on an OrderedSet gives different results in Py2 and Py3 Utilities
23642 23642 2 LocMemCache.incr is not thread safe Core (Cache system)
23567 23567 assertQuerysetEqual does not check for repeated items when used with ordered=False Testing framework
23443 23443 3 Inconsistent FieldError message under some circumstances Database layer (models, ORM)
23388 23388 1 Allow the use of timezone.override as a decorator Utilities
23323 23323 1 Allow the use of translation.override as a decorator Translations
23381 23381 1 Context manager should determine their initial state at __enter__, not __init__ Utilities