tie

(tie)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (175) Reporter (1) Owner (0) Commenter (24) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
897 897 1 Bi-Directional ManyToMany in Admin contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34462 34462 Deletions in admin panel create N + 1 queries contrib.admin
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
27106 27106 Document which template filters can be used in Python code (and how) Documentation
34703 34703 TypeError: unhashable type: Netmiko Django Utilities
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
34846 34846 Add "Copy" button to the code snippets in docs. Documentation
34538 34538 Incorrect query generated with on subquery WHERE depending on the order of the Q() objects Database layer (models, ORM)
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
14974 14974 Add support for translation backends other than gettext Internationalization
27109 27109 Make Flatpage swappable contrib.flatpages
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34948 34948 USE_TZ=False causes failure in AdminEmailHandler during DST "fall back" Utilities
34926 34926 Missing model after squashing Migrations
14761 14761 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
34880 34880 Required a post_save_action hook to perform additional action in admin. contrib.admin
34845 34845 Slow query when using exclude Database layer (models, ORM)
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34816 34816 GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object contrib.contenttypes
34764 34764 Add support for Clusterized Redis deployments Core (Cache system)
34720 34720 BaseReloader.watch_dir() incorrectly checks for existence of path Utilities
34716 34716 Class methods from nested classes cannot be used as Field.default. Migrations
34675 34675 Selenium WebDriver implementation is broken due to update of Selenium Testing framework
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34631 34631 Expression.identity() performance Database layer (models, ORM)
34445 34445 DateField.input_formats cannot be printed Utilities
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34514 34514 `firstof` and `cycle` tags do not escapes variables defined in `wth` tag Template system
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34482 34482 Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy. HTTP handling
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34423 34423 Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL Migrations
34389 34389 Django not closing database connections on ASGI application after an upgrade to 4.1 Uncategorized
34344 34344 PostGIS Database Backend Overrides features_class, ops_class and introspection_class GIS
34327 34327 Test client session does not work as described when using signed cookie engine Testing framework
34306 34306 Add a list of status codes HTTP handling
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34264 34264 Move note about session cookies to correct category Documentation
34237 34237 FileField does not take upload_to into account when setting unique=True File uploads/storage
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)
34197 34197 method_decorator does not work with async views Database layer (models, ORM)
34095 34095 Form controls in admin should use heights in relative units contrib.admin
34183 34183 Add a ChoicesMeta.max_length property returning the max_length when data type supports len() Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34109 34109 Uvicorn can be run without installing gunicorn Documentation
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
14586 14586 Make interpolate JS function not require the named parameter. Internationalization
27753 27753 Cleanups when no supported version of Django supports Python 2 anymore Utilities
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
14628 14628 1 Document which settings can be changed at runtime Documentation
14317 14317 numberformat.format produces wrong results Internationalization
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
17 17 2 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
14218 14218 Paginator just implement the __iter__ function Core (Other)
27067 27067 Deprecate string_concat Internationalization
14370 14370 1 Adding support for Autocomplete in contrib.admin contrib.admin
27895 27895 Test Client fails to decode json response with unicode characters Testing framework
27855 27855 Document Python 3.4 support for Django 2.0 Documentation
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27787 27787 call_command() should validate the arguments it receives Core (Management commands)
27792 27792 Extended category support for Atom and RSS feeds contrib.syndication
27554 27554 1 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27848 27848 EmailMessage.attach_file() with .eml file crashes Core (Mail)
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27981 27981 date/time filter docs inaccurate about how localization works Documentation
27976 27976 label_from_instance fails silently: form field disappears. Forms
27960 27960 6 ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second GIS
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27894 27894 ATOMIC_REQUESTS setting isn't honored in second view called via as_view() Uncategorized
27766 27766 runserver crashes because of auto-reloader (Py3 + PowerShell) Utilities
27722 27722 if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" Template system
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27783 27783 VariableDoesNotExist can lead to stack overflows unusually easily Template system
27202 27202 Investigate RenameMethodsBase effect on yaml serialization Utilities
27757 27757 The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. contrib.admin
27680 27680 Recommend ccbv.co.uk in class-based views docs Documentation
27630 27630 Autoreload continuously reloads when not using pyinotify Utilities
27597 27597 UrlResolver doesn't check all possibilities Core (URLs)
27553 27553 tutorial python manage.py runserver creates NameError: name 'include' is not defined Documentation
27510 27510 Allow custom keyword arguments to modelform_factory in ModelFormMixin Generic views
27463 27463 Fix ambiguous variable flake8 warnings Core (Other)
27138 27138 timezone.localtime accepts naive datetimes on Python ≥ 3.6 Utilities
27459 27459 Tuple index out of bounds when logging Utilities
27322 27322 get_default_timezone() / LocalTimezone does not handle None values Utilities
27309 27309 Add CallableBool.__hash__() Utilities
27287 27287 IndexError in logging on runserver broken pipe error Utilities
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27253 27253 Use assertIsInstance() in test_force_text_lazy Utilities
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27126 27126 Use `namedtuple` in result of `{% regroup %}` Template system
27129 27129 Allow setting CSS classes in the output of the unordered_list template filter Template system
27048 27048 Document that refresh_from_db() doesn't clear @cached_properties Documentation
14415 14415 Multiple aliases for one database: testing problems Testing framework
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
27 27 Single form field for multiple database fields Forms
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14609 14609 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
14492 14492 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14976 14976 4 Add is_html flag to contrib.messages contrib.messages
14684 14684 1 RESTful Model View Generic views
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
154 154 Can't delete object with ManytoMany Relationship contrib.admin
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14401 14401 Add a contributing HOWTO page for new contributors Documentation
14355 14355 "readonly" fields don't display their "help_text" in admin contrib.admin
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
342 342 2 Add a way for fields to be displayed in the admin without being editable contrib.admin
399 399 Bigint field object needed Database layer (models, ORM)
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)
7505 7505 Abstract class managers have .model pointing to the Abstract rather than the real class Database layer (models, ORM)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
13 13 1 Related objects interface should be tighter (edit_inline) contrib.admin
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14854 14854 Follow PEP 8 -- Style Guide for Python Code Core (Other)
14420 14420 Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted Forms
14457 14457 Possible error in settings.py description Documentation
14295 14295 Saving an object with a custom manager results in IntegrityError Uncategorized
14164 14164 Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities Internationalization
607 607 Admin option to show/hide fields contrib.admin
552 552 [patch] SOAP support for django Tools
580 580 [patch] caching needs to take more into account than just the URL Core (Cache system)
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
115 115 Models CRUD via web services Core (Other)
926 926 Too narrow collumns for swedish on main admin page contrib.admin
518 518 Need validators that aren't attached to a form field Validators
362 362 Anonymous sessions should try to prevent session-stealing Core (Other)
273 273 [patch] Password salt and other algorithms support Core (Other)
121 121 [patch] Names in SQL should be quoted Metasystem
98 98 Pretty CSS for PHILOSOPHY sections in docs Documentation
66 66 2 [patch] Give views access to application root from urlconf Core (Other)
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
12 12 Add metasystem database-check functionality Metasystem
90 90 Add "django-admin.py inspectdb" option Tools
77 77 1 The PostgreSQL code should use schemas instead of prefixes for namespaces. Database layer (models, ORM)
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
474 474 Better method of serving admin media files needed Documentation
609 609 When using validators.RequiredIfOtherFieldEquals with a Boolean field, it doesn't work the obvious way contrib.admin
443 443 Date's of the form 0000-00-00 don't work Database layer (models, ORM)
65 65 [i18n] Internationalization and localisation contrib.admin
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
180 180 request.POST doesn't work in django_admin.py runserver Tools
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
612 612 [patch] decorator for managing cache-control header Core (Cache system)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
913 913 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
853 853 Django has high start costs, weight Metasystem
583 583 [patch] Add app-template dirs to TEMPLATE_DIRS Template system
905 905 [patch] Add _pre_set and _post_set hooks to models Core (Other)
672 672 1 get_absolute_url isn't nice contrib.syndication
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)