James

(CrazyPython)

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 (34) Reporter (4) Owner (1) Commenter (5) Summary Component
34118 34118 Python 3.12 compatibility Core (Other)
34331 34331 Support prefetch_related() with Queryset.aiterator() Database layer (models, ORM)
27447 27447 Provide an easy way to test sending of signals Testing framework
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
34799 34799 inspectdb fails on tables with cross-schema relations on MySQL. Database layer (models, ORM)
34436 34436 `makemigrations --check` fails with error code 1 if system checks identify warnings Migrations
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
34001 34001 ForeignKey.formfield(): allow override for all kwargs Database layer (models, ORM)
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
27685 27685 Allow autoreloader to use watchman Utilities
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27632 27632 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
26464 26464 1 Add a link to the OWASP Top 10 in "Security in Django" doc Documentation
26467 26467 Broken link on WindowsInstall page of wiki Uncategorized
25822 25822 4 Create require_HEAD, require_OPTIONS, require_PUT, etc. in django.views.decorators.http Utilities
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
901 901 Reload method for models Database layer (models, ORM)
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
1 1 Create architecture for anonymous sessions Core (Other)
632 632 database stored templates Template system
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14279 14279 typo in tests for private flatpage not showing sitemaps Contrib apps
12010 12010 Add `ewkb` and `hexewkb` properties and document the GEOS IO Classes GIS
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14350 14350 Please add a login method to the test Client that doesn't depend on passwords Testing framework
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14021 14021 GZipMiddleware is incompatible with iterator-style HttpResponse objects Uncategorized
115 115 Models CRUD via web services Core (Other)
532 532 get_values doesn't work with the "select" lookup Database layer (models, ORM)
688 688 [patch] Error handlers lack context. Translations