fas
(fas)
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 (79) | Reporter (7) | Owner (6) | Commenter (8) | Summary | Component |
---|---|---|---|---|---|---|
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
34964 | 34964 | Reversing the order of Q objects in a CheckConstraint generates a migration | Migrations | |||
34597 | 34597 | Queryset (split) exclude's usage of Exists is significantly slower than subquery | Database layer (models, ORM) | |||
34036 | 34036 | Low text contrast over light blue backgrounds in admin light theme | contrib.admin | |||
34998 | 34998 | Raising a StopIteration in asynchronous mode hangs the request | Core (Other) | |||
34944 | 34944 | Missing or misinferred attributes in output fields of generated fields | Database layer (models, ORM) | |||
34874 | 34874 | Add table_exists() to optimize checks for django_migrations table. | Database layer (models, ORM) | |||
34845 | 34845 | Slow query when using exclude | Database layer (models, ORM) | |||
34727 | 34727 | Error in CharField with TextChoices and missing max_length parameter | Testing framework | |||
34697 | 34697 | Migration serializer for sets results in non-deterministic order. | Migrations | |||
34634 | 34634 | Creating objects with nested MTI crashes. | Database layer (models, ORM) | |||
34521 | 34521 | Use __slots__ for template Node classes | Template system | |||
34423 | 34423 | Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL | Migrations | |||
34317 | 34317 | wrong attribute naming in method BaseModelFormSet.save_existing | Forms | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
34111 | 34111 | Use sqlparse to format SQL in tests failures with debug flag | Testing framework | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
14317 | 14317 | numberformat.format produces wrong results | Internationalization | |||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
14365 | 14365 | Make template-rendering signals available also in DEBUG mode | Testing framework | |||
27869 | 27869 | Add fastupdate and gin_pending_list_limit parameters to GinIndex | contrib.postgres | |||
27818 | 27818 | Use contextlib.suppress to suppress exceptions. | Core (Other) | |||
27258 | 27258 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | |||
27730 | 27730 | Document that template tags with "as" variable assignment don't propogate variables across blocks | Documentation | |||
27769 | 27769 | createsuperuser command missing docs about no-input/interactive | Documentation | |||
27774 | 27774 | django admin with many objects count is very slow | contrib.admin | |||
27690 | 27690 | remove sleep before dropping test db? | Testing framework | |||
27184 | 27184 | Test client crashes when uploading TemporaryFile on Unix | Testing framework | |||
27510 | 27510 | Allow custom keyword arguments to modelform_factory in ModelFormMixin | Generic views | |||
27513 | 27513 | Optimize Signal.send a tiny bit | Utilities | |||
27500 | 27500 | Warn about potentially significant performance degrading schema changes when making/running migrations | Migrations | |||
27269 | 27269 | ORM extremely slow to run annotate/filter query, much faster directly in dbshell | Database layer (models, ORM) | |||
27173 | 27173 | Permit import statements to be longer than 80 characters | Core (Other) | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14891 | 14891 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | |||
10870 | 10870 | ✅ | ✅ | 2 | Aggregates with joins ignore extra filters provided by setup_joins | Database layer (models, ORM) |
14497 | 14497 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | |||
14765 | 14765 | Unnecessary usage of NodeList in ForNode (template rendering) | Template system | |||
14958 | 14958 | FastCGI socket permission | Core (Management commands) | |||
25 | 25 | Filtering interface on ForeignKey <select> boxes | contrib.admin | |||
14684 | 14684 | RESTful Model View | Generic views | |||
14165 | 14165 | Transaction management is only entered for the primary database | Documentation | |||
9335 | 9335 | ✅ | ✅ | 1 | TypedChoiceField, default empty value not unicode | Forms |
14597 | 14597 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | |||
14000 | 14000 | Removal of obsolete "versionadded" tags | Documentation | |||
14697 | 14697 | Speeding up queryset model instance creation | Database layer (models, ORM) | |||
14560 | 14560 | UpdateCacheMiddleware does not save responses for HEAD requests | Core (Cache system) | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14700 | 14700 | Speed up RawQuerySet iterator | Database layer (models, ORM) | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
10349 | 10349 | ✅ | ✅ | 2 | ManyToMany field does not take dynamic initial values into account | Database layer (models, ORM) |
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
9119 | 9119 | ✅ | ✅ | 2 | [patch] Admin change list does not allow custom get parameters | contrib.admin |
16064 | 16064 | ✅ | auth's User model should be fully customizable - another way of providing additional information about users | contrib.auth | ||
14635 | 14635 | Documentation improvement on setting up django with OpenBSD | Documentation | |||
14439 | 14439 | Improve documentation on how to run the GIS test suite | GIS | |||
14902 | 14902 | Won't delete files with accents (or other unicode characters) | Core (Other) | |||
14234 | 14234 | Validation bug when using ModelForms | Forms | |||
14443 | 14443 | Oracle backend returns wrong test database name | Database layer (models, ORM) | |||
14630 | 14630 | Oracle test tablespace disk datafile not big enough for running full Django test suite | Testing framework | |||
14223 | 14223 | Inconsistent exception raising on DB integrity errors | Database layer (models, ORM) | |||
10798 | 10798 | ✅ | ✅ | RegexUrlResolver's _get_reverse_dict appends objects of unknown type to the reverse dict | Core (Other) | |
172 | 172 | Twisted (twisted.web2) support for Django | Tools | |||
903 | 903 | change login_required | contrib.auth | |||
9425 | 9425 | ✅ | ✅ | 1 | select_related does not descend ForeignKey fields which can be null | Database layer (models, ORM) |
708 | 708 | search for meta.IPAddressField with postgresql backend is broken (admin) | Database layer (models, ORM) | |||
348 | 348 | [patch] Multiple clicks on "Choose all" or "Clear all" in the Javascript "filter" interface causes strange behavior | contrib.admin | |||
362 | 362 | Anonymous sessions should try to prevent session-stealing | Core (Other) | |||
474 | 474 | Better method of serving admin media files needed | Documentation | |||
924 | 924 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
913 | 913 | [patch] incorrect `list_filter` field error message a bit stranger than necessary | contrib.admin | |||
733 | 733 | small addition to i18n.txt with regard to caching | Core (Other) | |||
119 | 119 | Serving media | Core (Other) | |||
583 | 583 | [patch] Add app-template dirs to TEMPLATE_DIRS | Template system | |||
900 | 900 | [patch] Premature close of postgres connection with multiple threads | Database layer (models, ORM) | |||
945 | 945 | not translated parts in admin Javascript | Translations |