TomA

(TomA)

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 (224) Reporter (1) Owner (0) Commenter (9) Summary Component
27222 27222 Refresh fields that are expressions after Model.save() Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
373 373 2 Add support for multi-column primary keys. Database layer (models, ORM)
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
27409 27409 Issues with admindocs docstring links generation contrib.admindocs
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
34151 34151 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
34914 34914 Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True Database layer (models, ORM)
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34694 34694 trailing slash is not appending Core (URLs)
34926 34926 Missing model after squashing Migrations
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
34879 34879 "Data truncated for column .." for migration changing auto-id-field Migrations
34642 34642 File.open to support different encodings Core (Other)
34791 34791 Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. Database layer (models, ORM)
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34733 34733 m2m_changed signal is unaware if .set() method is being called Database layer (models, ORM)
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
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
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34638 34638 Rows are selected if BooleanField is in list_editable contrib.admin
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
34514 34514 `firstof` and `cycle` tags do not escapes variables defined in `wth` tag Template system
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
27487 27487 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple contrib.admin
34404 34404 Incorrect documentation about content type set by FileResponse object Documentation
34398 34398 Django should automatically run migrations on in-memory SQLite DB Database layer (models, ORM)
34382 34382 DEFAULT_AUTO_FIELD ignored for new models Database layer (models, ORM)
34356 34356 Memory leak when generating PDFs Core (Other)
34357 34357 UniqueConstraint doesn't violate NULL values on SQLite. Database layer (models, ORM)
34340 34340 Apparently wrong table name? Database layer (models, ORM)
34286 34286 Mixed-case views/templates names causes 404 on :view:/:template: directive. contrib.admindocs
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34279 34279 Certain character causes django admin to misfunction Database layer (models, ORM)
34251 34251 Paginator should warn if ordering is not deterministic Core (Other)
34239 34239 Resolve load type-hinted objects in views Generic views
34207 34207 Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" Database layer (models, ORM)
34195 34195 Duplicate Records created when specifying None as a target in a custom ManyToManyField Database layer (models, ORM)
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34183 34183 Add a ChoicesMeta.max_length property returning the max_length when data type supports len() Database layer (models, ORM)
891 891 customize table name prefixes Database layer (models, ORM)
34144 34144 Casting a string inside a JSONField into an integer does not work on PostgreSQL Database layer (models, ORM)
34133 34133 Django ordering in model meta causing unexpected results of group_by Database layer (models, ORM)
34109 34109 Uvicorn can be run without installing gunicorn Documentation
34107 34107 Django ORM queries do not pick up indexes made on a key in JSONField in Postgres Database layer (models, ORM)
34090 34090 ordering of ManyToManyField in admin shows objects multiple times contrib.admin
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34022 34022 admin:logout fails to log out non-staff users contrib.admin
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27864 27864 Limit the number of terms in an admin search contrib.admin
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27017 27017 Why doesn't Django's Model.save() save only the dirty fields by default? And how can I do that if I want? Database layer (models, ORM)
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
27719 27719 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
27430 27430 `manage.py test` does not support unittest `-b` buffer option Testing framework
27408 27408 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27449 27449 Make django.utils.translation.trans_real.get_supported_language_variant public API Internationalization
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27515 27515 Make AuthenticationForm use the username length from the user model contrib.auth
27546 27546 Replace hardcoded class names in __repr__-methods Core (Other)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27998 27998 LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin contrib.admin
27953 27953 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27860 27860 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27791 27791 update_or_create() doesn't work properly when model has auto_now=True Database layer (models, ORM)
27782 27782 Model signals and Many2Many fields Documentation
27638 27638 Rollback data changes made inside templates Template system
27600 27600 Support reading commands from stdin in shell command Core (Management commands)
27377 27377 Clarify that prepopulated_fields doesn't work with OneToOneField Documentation
27525 27525 Revert to previous migration automatically after failure when using MySQL backend Migrations
27463 27463 Fix ambiguous variable flake8 warnings Core (Other)
27133 27133 Explain how to load initial data with a data migration Documentation
27073 27073 Overridden model managers shouldn't appear in _meta.managers Database layer (models, ORM)
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27123 27123 prefetch_related return mistaken result Database layer (models, ORM)
27311 27311 Support unpickled models (e.g. read from cache) in migrations Migrations
27283 27283 Typo in the documentation Documentation
27249 27249 IntegrityError when using ManyToManyField.add() with a value of incorrect type Database layer (models, ORM)
27243 27243 Make reverse_dict.getlist work with fully qualified module names Core (URLs)
27197 27197 Document how blank=True affects the migrations questioner Documentation
27196 27196 Allow django admin to be logged into freely on localhost contrib.admin
27144 27144 annotating across a ManyToManyField returns duplicate results Database layer (models, ORM)
27033 27033 static tag causes AppRegistryNotReady errors on 1.10 contrib.staticfiles
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14402 14402 help_text is not displayed for ManyToMany raw_id fields contrib.admin
14476 14476 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14394 14394 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
14481 14481 better documentation of the default m2m "through" class Documentation
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
154 154 Can't delete object with ManytoMany Relationship contrib.admin
14449 14449 restructuredtext filter does not return the correct content Documentation
14026 14026 1 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
1 1 Create architecture for anonymous sessions Core (Other)
596 596 Allow Django to be packaged as a Python egg Core (Other)
14555 14555 Session loss with psycopg2 db backend contrib.sessions
640 640 order_with_respect_to option fails Documentation
702 702 document that ManyToMany fields can't be in unique_together Documentation
14438 14438 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14000 14000 Removal of obsolete "versionadded" tags Documentation
14617 14617 Docs should mention runserver's automatic serving of static files Documentation
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14405 14405 problem in login view contrib.auth
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
458 458 "View on site" doesn't link to model's get_absoulte_url() method contrib.admin
689 689 Honor Web server provided authentication Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
730 730 more explicit middlware ordering Core (Other)
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14012 14012 Adding an User object in a popup fails contrib.admin
14989 14989 Allow serializers to non ovewrite fixtures objects if they are marked as non overridable Core (Serialization)
14163 14163 Setting pk should set the related fields also in the base chain. Database layer (models, ORM)
14424 14424 1 rel_to undefined in init scope of RelatedFieldWidgetWrapper contrib.admin
14257 14257 Remove isValidIDList from ManyToManyField in django/db/models/fields/related.py Database layer (models, ORM)
14407 14407 ManyToManyRawIdWidget.value_from_datadict is inexplicably complicated and can be simplified contrib.admin
14363 14363 ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. contrib.admin
14362 14362 ManyToManyRawIdWidget doesn't work with multidb contrib.admin
14182 14182 CsrfViewMiddleware makes modification of the upload handlers impossible File uploads/storage
14179 14179 django create table with capitalized chars Uncategorized
11099 11099 Working with forms example code - possible typo Documentation
580 580 [patch] caching needs to take more into account than just the URL Core (Cache system)
22 22 [patch] FileUploadField should allow for clearing the field contrib.admin
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
785 785 many2many table and legacy databases. Database layer (models, ORM)
115 115 Models CRUD via web services Core (Other)
526 526 Error when edit_inline model have unique_together constraint Database layer (models, ORM)
710 710 Differentiate between __repr__ and __str__ for model objects Core (Other)
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
926 926 Too narrow collumns for swedish on main admin page contrib.admin
569 569 [patch] better pluralization for table names contrib.admin
536 536 Wrap load_and_render in HttpResponse in the calling function Tools
518 518 Need validators that aren't attached to a form field Validators
421 421 [patch] new events framework Core (Other)
212 212 help_text is not displayed for ManyToManyField in the admin interface contrib.admin
129 129 Multiple ManyToManyField fields with same "to" reference tries to create duplicate tables Metasystem
75 75 Add support for recursive ManyToManyFields Metasystem
125 125 View-Controller separation violation contrib.admin
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
12 12 Add metasystem database-check functionality Metasystem
171 171 Bug, I think, in foreign keys and SQLite Database layer (models, ORM)
16 16 Create some form of "edit many at once" feature for the admin contrib.admin
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
952 952 [patch] Allow for database client encoding configuration from project settings 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)
5 5 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
65 65 [i18n] Internationalization and localisation contrib.admin
510 510 [patch] Defend admin against CSRF attacks contrib.admin
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
329 329 RSS framework needs an easier interface contrib.syndication
573 573 [patch] add plus sign to ManyToMany fields in admin contrib.admin
669 669 site table Metasystem
327 327 Metasystem should support more than one ManyToMany relationship Metasystem
338 338 ManyToMany fields don''t work in the generic views Generic views
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
451 451 There should be OneToManyField support Database layer (models, ORM)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
798 798 Specifying username, email, and password on as arguments to "django-admin.py createsuperuser" Translations
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
927 927 non-integer primary keys are broken since new-admin merge Metasystem
416 416 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
175 175 select_related does not work in both directions.. Database layer (models, ORM)
664 664 Document 'singular' argument for ManyToMany fields Documentation
574 574 2 [patch] fix small CSS bug in admin interface contrib.admin
495 495 manipulators inherit from admin Metasystem
502 502 [patch] added category to feed items contrib.syndication
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
750 750 i18n should ideally respect the languages supported on a per-application basis Tools
576 576 1 [patch] don't show 'add another' button in popup contrib.admin
849 849 login_required redirects to pages without parameters and so loses them Core (Other)
226 226 MetaWeblog API Support Core (Other)
593 593 [patch] Fulltext search support in Django Database layer (models, ORM)
975 975 ManyToMany field in raw_id_admin mode - broken (javascript) contrib.admin
260 260 ManyToMany fields need raw_id_admin contrib.admin
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
258 258 Cannot create many-many relationships within the same table Database layer (models, ORM)
672 672 get_absolute_url isn't nice contrib.syndication
802 802 add a spam-filter callback facility to comments Tools
704 704 AttributeError with non-standard primary key name contrib.admin
676 676 [patch] a _post_init hook for model classes to initialize fields from outside content Metasystem
859 859 CharField shouldn't require a maxlength Database layer (models, ORM)
591 591 [patch] Docs: Subclassing wrong object Documentation
578 578 2 [patch] automatically do MD5 in admin backend contrib.admin
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)