François Freitag

(francoisfreitag)

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 (35) Reporter (16) Owner (22) Commenter (82) Summary Component
27833 27833 2 prefetch_related fails with SQLite when used with 1000 parent records Database layer (models, ORM)
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
34730 34730 7 Add an assertMessages assertion contrib.messages
33375 33375 3 Admin changelist_formset does not use the Admin queryset contrib.admin
32664 32664 5 Cannot run makemigrations management command without a SECRET_KEY Core (Other)
29158 29158 1 ModelChoiceField crashes when checking choices' length if queryset is a manager Forms
32301 32301 Raise CommandError when clearsessions is called on a backend not implementing clear_expired() contrib.sessions
31944 31944 3 Use addCleanup() to register TestContextDecorator cleanups. Testing framework
31428 31428 Allow empty message in management command stdout and stderr proxies. Core (Management commands)
31281 31281 1 Make TestClient run transaction.on_commit actions. Testing framework
30245 30245 4 Run tests matching a filter (Python 3.7 -k option) Testing framework
11557 11557 1 get_latest_by should support multiple columns via tuple like ordering Database layer (models, ORM)
29750 29750 3 Add a pre-dispatch() hook for class-based views Generic views
28062 28062 3 Using QuerySet.iterator() with pgBouncer leads to nonexistent cursor errors Database layer (models, ORM)
27899 27899 1 Phrase search query for Postgres full text search contrib.postgres
28748 28748 3 Named groups in choices are not properly validated Database layer (models, ORM)
28312 28312 2 ModelChoiceIterator uses cached length of queryset. Forms
29159 29159 1 ModelChoiceIterator triggers duplicate queries when choices are cast to list Forms
28679 28679 4 urlencode does not decode bytes before passing them to Python's urlencode Utilities
18485 18485 1 Document behavior of PostgreSQL/Oracle when manually setting autoincrementing fields Documentation
28272 28272 3 PostgreSQL: AutoField sequences don't increment when inserting objects with an explicitely specified PK Database layer (models, ORM)
27639 27639 9 Add a chunk size argument to QuerySet.iterator() Database layer (models, ORM)
28203 28203 2 assertNumQueries should ignore initial connection configuration queries Testing framework
27118 27118 2 Make QuerySet.get_or_create()/update_or_create() error for a non-field in defaults Database layer (models, ORM)
27554 27554 2 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
25546 25546 1 Duplicate queries on nested Prefetch objects with custom queries Database layer (models, ORM)
28091 28091 3 Hiding 'cursor does not exist' error doesn't work Database layer (models, ORM)
27176 27176 3 django.setup() should raise an exception instead of hanging on re-entrant calls Core (Other)
27358 27358 1 Add a system check for FileField upload_to starting with a slash Core (System checks)
27402 27402 3 When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly Internationalization
27123 27123 1 prefetch_related return mistaken result Database layer (models, ORM)
27218 27218 1 Return LogEntry instances from log_addition, log_change, log_deletion contrib.admin
27268 27268 Regression on error message for invalid related fields lookup in QuerySet.get() Database layer (models, ORM)
27108 27108 2 Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist contrib.staticfiles
26209 26209 4 Hide lowercase sensitive setting Utilities