Tomi
(Tomin1)
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 (110) | Reporter (2) | Owner (0) | Commenter (0) | Summary | Component |
---|---|---|---|---|---|---|
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
34819 | 34819 | GenericForeignKey.get_prefetch_queryset() | contrib.contenttypes | |||
27880 | 27880 | Use __set_name__ to replace some usages of contribute_to_class. | Database layer (models, ORM) | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
34654 | 34654 | Post-normalization performed on the Username field leading to the bypass of the whitespace stripping | contrib.auth | |||
27620 | 27620 | Add a TransactionMiddleware | Core (Other) | |||
34339 | 34339 | Allow overriding construct_search(). | contrib.admin | |||
34968 | 34968 | MultiPartParser silent large header fields size failures | HTTP handling | |||
14810 | 14810 | Admin inline templates need blocks | contrib.admin | |||
34312 | 34312 | startapp/startproject template should support file renames with the full context | Core (Management commands) | |||
34827 | 34827 | select_for_update example raises TransactionManagementError | Documentation | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
34781 | 34781 | Clarify documentation of `request` objects in the `django.server` logging namespace. | Core (Other) | |||
34733 | 34733 | m2m_changed signal is unaware if .set() method is being called | Database layer (models, ORM) | |||
34705 | 34705 | BoundField.as_widget() ignores aria-describedby in attrs argument | Forms | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34630 | 34630 | Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files | Internationalization | |||
34587 | 34587 | Allow to override table2model conversion for inspectdb command | Core (Management commands) | |||
34521 | 34521 | Use __slots__ for template Node classes | Template system | |||
34568 | 34568 | makemigrations --update should respect the --name option. | Database layer (models, ORM) | |||
34546 | 34546 | Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" | Migrations | |||
34523 | 34523 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | |||
34530 | 34530 | Remove docs suggestion to use lambda for models.FileField(storage=...) | Documentation | |||
34494 | 34494 | This is suggestion about customizing AdminSite documents | Documentation | |||
27505 | 27505 | Error messages customization and internationalization in Paginator class | Core (Other) | |||
34438 | 34438 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
34408 | 34408 | Authorization in Custom Authentication Backend does not work | contrib.auth | |||
34376 | 34376 | Admin has no support for unique constraint fields. | contrib.admin | |||
34338 | 34338 | Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate | Database layer (models, ORM) | |||
34344 | 34344 | PostGIS Database Backend Overrides features_class, ops_class and introspection_class | GIS | |||
34303 | 34303 | Admin Site shall filter LogEntries by registered models | contrib.admin | |||
34290 | 34290 | X-Forwarded-Prefix support | HTTP handling | |||
34289 | 34289 | Settings to override the default admin site | contrib.admin | |||
34284 | 34284 | Permission to access adminsites | contrib.admin | |||
34252 | 34252 | Doc page "Using the Django authentication system" shows failing example | Documentation | |||
34197 | 34197 | method_decorator does not work with async views | Database layer (models, ORM) | |||
34171 | 34171 | QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. | Database layer (models, ORM) | |||
34116 | 34116 | custom validation error in password_validators | contrib.auth | |||
34107 | 34107 | Django ORM queries do not pick up indexes made on a key in JSONField in Postgres | Database layer (models, ORM) | |||
34032 | 34032 | Base authentication Backend should raise NotImplemented on needed methods | contrib.auth | |||
34006 | 34006 | close_old_connections() unconditionally closes connections inside atomic blocks if default autocommit = 1 | Database layer (models, ORM) | |||
34002 | 34002 | PasswordResetView should work with AbstractBaseUser subclasses without is_active field. | contrib.auth | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
27147 | 27147 | Add support for defining bounds in postgres range fields | contrib.postgres | |||
27864 | 27864 | Limit the number of terms in an admin search | contrib.admin | |||
27074 | 27074 | connection.is_usable() raises AttributeError after the connection is closed | Database layer (models, ORM) | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
27604 | 27604 | Use set_signed_cookie for contrib.messages Cookie storage | contrib.messages | |||
27807 | 27807 | Overriding username validators doesn't work as documented | contrib.auth | |||
27785 | 27785 | Log request.body (or part of it) in the 500 debug content | Error reporting | |||
820 | 820 | Add "view" permission to compliment add/change/delete | contrib.admin | |||
27267 | 27267 | Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" | Migrations | |||
27515 | 27515 | Make AuthenticationForm use the username length from the user model | contrib.auth | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27563 | 27563 | Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() | Forms | |||
27231 | 27231 | Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) | contrib.admin | |||
27894 | 27894 | ATOMIC_REQUESTS setting isn't honored in second view called via as_view() | Uncategorized | |||
27784 | 27784 | Custom Site model support for django.contrib.sites. | contrib.sites | |||
27762 | 27762 | Concurrency Safety Documentation | Documentation | |||
27631 | 27631 | Prevent execution of transactional DDL statements when unsupported. | Migrations | |||
27263 | 27263 | Allow validators to short-circuit in form field validation | Forms | |||
27406 | 27406 | Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends | Database layer (models, ORM) | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27349 | 27349 | Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW | Documentation | |||
27273 | 27273 | Make usage of construct_change_message easier outside of admin | contrib.admin | |||
27193 | 27193 | ORDER BY clause not included in subqueries using select_for_update() | Database layer (models, ORM) | |||
27279 | 27279 | Performance regression when running migrate with RenameModel operations | Migrations | |||
27255 | 27255 | Change test runner to display full dotted name of test | Testing framework | |||
27192 | 27192 | Allow pluralizing admin URLs | contrib.admin | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
25744 | 25744 | ✅ | Documentation of customizing authentication references to wrong place | Documentation | ||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
23267 | 23267 | ✅ | Typo in Translation documentation | Documentation | ||
14051 | 14051 | Signals for transaction commit/rollback | Database layer (models, ORM) | |||
14007 | 14007 | Automatically discover models within a package without using the app_label Meta attribute | Database layer (models, ORM) | |||
23 | 23 | Add support for ValidationWarning | Forms | |||
14802 | 14802 | feature request: add a method to Fields that is used to render the field as read-only | contrib.admin | |||
14970 | 14970 | Inconsistency in handling of managed/unmanaged transactions | Database layer (models, ORM) | |||
14502 | 14502 | Feature: escape hatch for colliding template syntax in Django templates | Template system | |||
14792 | 14792 | error in the default for TEMPLATE_CONTEXT_PROCESSORS | Documentation | |||
14597 | 14597 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | |||
14579 | 14579 | Use built-in sessions middleware for entirely cookie-based sessions | contrib.sessions | |||
14378 | 14378 | Enable customization of the class for self.client in tests | Testing framework | |||
14140 | 14140 | There is no way to override admin templates to the project level | Template system | |||
14041 | 14041 | Templates in function calls for sitemap | Contrib apps | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
289 | 289 | [patch] more details with "Please correct the errors below." | contrib.admin | |||
14190 | 14190 | images, news and keywords in sitemap.xml | contrib.sitemaps | |||
14614 | 14614 | Dont send Request message when handle_uncaught_exception() | Core (Other) | |||
14903 | 14903 | wsgiref usage | HTTP handling | |||
14710 | 14710 | Form css classes for bound fields are not rendered {{ form.field_name }} | Forms | |||
14635 | 14635 | Documentation improvement on setting up django with OpenBSD | Documentation | |||
14839 | 14839 | django admin and user model inheritance | Uncategorized | |||
14655 | 14655 | formsets should be iterable | Forms | |||
14398 | 14398 | runfcgi umask option should use literal value | Core (Management commands) | |||
14510 | 14510 | Django admin doesn't consider settings.LOGIN_REDIRECT_URL | Contrib apps | |||
607 | 607 | Admin option to show/hide fields | contrib.admin | |||
313 | 313 | PhoneNumberField should accept international format numbers | Internationalization | |||
22 | 22 | [patch] FileUploadField should allow for clearing the field | contrib.admin | |||
710 | 710 | Differentiate between __repr__ and __str__ for model objects | Core (Other) | |||
402 | 402 | Site Domain Hardcoded | contrib.admin | |||
333 | 333 | HttpResponse should get a default charset | Core (Other) | |||
109 | 109 | Patch: Customizing Date(Time)Field displays | contrib.admin | |||
287 | 287 | slugify description incorrect | Documentation | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
568 | 568 | the JING setting and the EMAIL_IDENT setting | Core (Other) |