jam

(jam)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (41) Reporter (1) Owner (0) Commenter (22) 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 2 inspectdb fails on tables with cross-schema relations on MySQL. Database layer (models, ORM)
34595 34595 1 format_html() should explicitly mention that format_string is not escaped and that result is safe Template system
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)
34119 34119 1 ModelForm fields with callable defaults don't correctly propagate default values Forms
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
820 820 1 Add "view" permission to compliment add/change/delete contrib.admin
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)
14286 14286 1 Support for BigAutoField Database layer (models, ORM)
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 1 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
1 1 1 Create architecture for anonymous sessions Core (Other)
632 632 database stored templates Template system
14972 14972 2 AdminEmailHandler breaks when report is missing stack trace information Core (Other)
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
14181 14181 Template tag needed to disable/force L10N formatting on a per-variable basis Internationalization
14955 14955 1 URLField validation should use HEAD requet instead of GET Core (Other)
13 13 2 Related objects interface should be tighter (edit_inline) contrib.admin
14350 14350 1 Please add a login method to the test Client that doesn't depend on passwords Testing framework
14981 14981 Small enhancement to User.last_login timezone handling (version 1.3.0 beta 1) contrib.auth
14869 14869 1 The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case Internationalization
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14021 14021 1 GZipMiddleware is incompatible with iterator-style HttpResponse objects Uncategorized
8828 8828 1 Fix whitespace issue Uncategorized
921 921 1 Add a "me" shortcut to UserFields contrib.admin
115 115 1 Models CRUD via web services Core (Other)
532 532 1 get_values doesn't work with the "select" lookup Database layer (models, ORM)
688 688 2 [patch] Error handlers lack context. Translations