slig

(slig)

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 (84) Reporter (0) Owner (0) Commenter (1) Summary Component
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
34977 34977 Turn link to change password form in admin user change form into a button contrib.auth
14831 14831 Django Template Style Guide Documentation
34964 34964 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34038 34038 Low text contrast and no visual cues for links within body text in admin UI contrib.admin
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34830 34830 csrf_failure and bad_request views missing context processors Core (Other)
34972 34972 Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 Database layer (models, ORM)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34942 34942 Add icontains support for PostgreSQL ArrayField Database layer (models, ORM)
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
27929 27929 Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing contrib.staticfiles
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34705 34705 BoundField.as_widget() ignores aria-describedby in attrs argument Forms
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34571 34571 Request with invalid session after concurrent logout or session timeout is considered a BadRequest contrib.sessions
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34513 34513 Error E108 does not cover some cases contrib.admin
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34420 34420 Migration import ordering violates coding style and isort defaults Migrations
34370 34370 IntegerField validators don't work if the database is SQLite, leading to overflow errors Database layer (models, ORM)
34204 34204 Django cannot load when Python is compiled with --without-doc-strings enabled Core (Other)
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
27719 27719 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27629 27629 Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ Database layer (models, ORM)
27392 27392 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27872 27872 Tutorial contains invalid instructions regarding background image Documentation
27709 27709 ContentTypes.objects.get_for_models returns inconsistent results for proxy models contrib.contenttypes
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
14476 14476 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
14894 14894 translation is not threadsafe Internationalization
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14646 14646 django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context contrib.comments
14373 14373 annotate() will gladly delete your data Database layer (models, ORM)
596 596 Allow Django to be packaged as a Python egg Core (Other)
736 736 [patch] QueryDict items() and mutability protection fix with doctests Core (Other)
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14181 14181 Template tag needed to disable/force L10N formatting on a per-variable basis Internationalization
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14809 14809 Broken login related tests after r14733 contrib.auth
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14558 14558 Generic View http_method bug Generic views
14524 14524 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14355 14355 "readonly" fields don't display their "help_text" in admin contrib.admin
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14103 14103 Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting Core (Cache system)
399 399 Bigint field object needed Database layer (models, ORM)
689 689 Honor Web server provided authentication Core (Other)
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14020 14020 Make HttpResponse.get work like dict.get HTTP handling
14903 14903 wsgiref usage HTTP handling
14880 14880 raw_id_fields in admin does not work when limit_choices_to dictionary has value=False contrib.admin
14823 14823 Unexpected behavior with core.serializers.register_serializer and unregister_serializer Core (Serialization)
14991 14991 SQL injection in quote_name() Database layer (models, ORM)
14437 14437 Allow force_insert for fixtures loading. Core (Serialization)
14655 14655 formsets should be iterable Forms
14234 14234 Validation bug when using ModelForms Forms
14151 14151 Tutorial part 2, adding short_description in model do not work Documentation
14113 14113 Access to extra fields in M2M relations Database layer (models, ORM)
919 919 1 [patch] Implement `random` template tag Template system
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
200 200 Add a Decimal type and a Currency type Database layer (models, ORM)
760 760 Error reason not seen when 500 template is missing contrib.admin
639 639 Model FileFields empty on first pass through save() Core (Other)
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
81 81 Setting primary_key=True on an non-integer field isn't yet supported contrib.admin
798 798 Specifying username, email, and password on as arguments to "django-admin.py createsuperuser" Translations
598 598 [patch] Include tag contrib.admin
603 603 Improved template error messages Template system