Pascal Polleunus
(ppo)
Most Active Role
N/A
Most Active Component
Contrib.Admin
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (823) | Reporter (2) | Owner (0) | Commenter (1) | Summary | Component |
---|---|---|---|---|---|---|
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
34819 | 34819 | GenericForeignKey.get_prefetch_queryset() | contrib.contenttypes | |||
27222 | 27222 | Refresh fields that are expressions after Model.save() | Database layer (models, ORM) | |||
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) | |||
34865 | 34865 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | |||
34871 | 34871 | Validation of UniqueConstraint with Case() crashes. | Database layer (models, ORM) | |||
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
27021 | 27021 | Add explicit support for Q object annotations | Database layer (models, ORM) | |||
34432 | 34432 | autoreloader does not reload when a Thread is running and there is no way to notify the Thread to stop | Utilities | |||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
27833 | 27833 | prefetch_related fails with SQLite when used with 1000 parent records | Database layer (models, ORM) | |||
34060 | 34060 | Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. | Database layer (models, ORM) | |||
27880 | 27880 | Use __set_name__ to replace some usages of contribute_to_class. | Database layer (models, ORM) | |||
34983 | 34983 | Deprecate django.utils.itercompat.is_iterable(). | Utilities | |||
34609 | 34609 | Deprecate format_html calls without args or kwargs | Utilities | |||
34355 | 34355 | Make BaseConstraint arguments keyword-only | Database layer (models, ORM) | |||
34898 | 34898 | Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. | Migrations | |||
34856 | 34856 | Running tests with historical migrations that contain index together fails with TypeError. | Migrations | |||
27236 | 27236 | Deprecate Model.Meta.index_together in favour of Model.Meta.indexes | Database layer (models, ORM) | |||
34533 | 34533 | OuterRef not resolved as part of ORDER BY clause | Database layer (models, ORM) | |||
34624 | 34624 | RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets | contrib.admin | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
27409 | 27409 | Issues with admindocs docstring links generation | contrib.admindocs | |||
34479 | 34479 | Support "watchfiles" in the autoreloader | Utilities | |||
34406 | 34406 | Add support for curved geometries in GeoDjango | GIS | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
27617 | 27617 | Add contributor facing documentation for the ORM | Documentation | |||
27645 | 27645 | Move Settings.__init__ checks to system checks | Core (Other) | |||
27909 | 27909 | Use AUTH_USER_MODEL in startproject template | Core (Management commands) | |||
34887 | 34887 | Allow unlimited CharField for SQLite backend | Database layer (models, ORM) | |||
34703 | 34703 | TypeError: unhashable type: Netmiko Django | Utilities | |||
34013 | 34013 | Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). | Database layer (models, ORM) | |||
34118 | 34118 | Python 3.12 compatibility | Core (Other) | |||
34125 | 34125 | Limiting QuerySet crashes on union() with a single non-empty query | Database layer (models, ORM) | |||
34045 | 34045 | Admin changelist checkboxes do not have labels | contrib.admin | |||
34701 | 34701 | Add support for NULLS [NOT] DISTINCT to UniqueConstraint | Database layer (models, ORM) | |||
34881 | 34881 | migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. | Migrations | |||
34608 | 34608 | Migrations generates code that it can't execute | Migrations | |||
34612 | 34612 | QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. | Database layer (models, ORM) | |||
34331 | 34331 | Support prefetch_related() with Queryset.aiterator() | Database layer (models, ORM) | |||
34277 | 34277 | Add where clause in QuerySet.bulk_create() when update_conflicts=True | Database layer (models, ORM) | |||
34613 | 34613 | add support for Partitioned cookies | HTTP handling | |||
34297 | 34297 | ValueError: invalid token in plural form: EXPRESSION when adding new language | Utilities | |||
34059 | 34059 | Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. | 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 | |||
27620 | 27620 | Add a TransactionMiddleware | Core (Other) | |||
27325 | 27325 | Offer a solution for static file serving suitable for production use | Core (Other) | |||
34339 | 34339 | Allow overriding construct_search(). | contrib.admin | |||
27465 | 27465 | Allow EmailMessage to load attachments from the Storage API | Core (Mail) | |||
34200 | 34200 | Allow setting postgres role during connection setup | Database layer (models, ORM) | |||
34852 | 34852 | Django Unit Tests break when using replicated MySQL Cluster v8.0.28 | Testing framework | |||
27201 | 27201 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | |||
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) | |||
34534 | 34534 | Reduce index/constraints operations. | Migrations | |||
34597 | 34597 | Queryset (split) exclude's usage of Exists is significantly slower than subquery | Database layer (models, ORM) | |||
34949 | 34949 | Clarify when unique constraints are ignored. | Documentation | |||
34769 | 34769 | JSONField key/path transforms tests fail on Oracle 21c. | Database layer (models, ORM) | |||
34132 | 34132 | Migration with CheckConstraint fails on PostgreSQL in PyPy with psycopg2cffi due to AttributeError | Database layer (models, ORM) | |||
34989 | 34989 | Set Content-Length where possible for HttpResponses. | HTTP handling | |||
27813 | 27813 | BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) | Database layer (models, ORM) | |||
34986 | 34986 | Fix up support for PyPy 3.10 | Core (Other) | |||
34999 | 34999 | Admin search bar input doesn't have proper background color when in dark mode | contrib.admin | |||
34997 | 34997 | The name argument is ignored when creating url path using the include() function. | Core (URLs) | |||
27676 | 27676 | MariaDB 10.2 supports defaults for text columns | Database layer (models, ORM) | |||
34822 | 34822 | Provide migration serializer for `_lru_cache_wrapper` | Migrations | |||
34978 | 34978 | Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. | Database layer (models, ORM) | |||
34996 | 34996 | Enhance update_or_create() method with upsert SQL. | Database layer (models, ORM) | |||
34968 | 34968 | MultiPartParser silent large header fields size failures | HTTP handling | |||
34993 | 34993 | Unexpected behaviour when filtering across mult-value (aka tomany) joins. | Database layer (models, ORM) | |||
34984 | 34984 | Adding a field with default crashes for models with GeneratedField on SQLite. | Database layer (models, ORM) | |||
34965 | 34965 | @sensitive_variables for coroutine func are not recursive | Core (Other) | |||
34944 | 34944 | Missing or misinferred attributes in output fields of generated fields | Database layer (models, ORM) | |||
34966 | 34966 | Add a check for ModelAdmin.actions functions not taking three arguments | contrib.admin | |||
34955 | 34955 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | |||
34963 | 34963 | Recursive and other "combinator" queries broken in django-cte | Uncategorized | |||
34229 | 34229 | "no such column" when combining FilteredRelation and multi-table inheritance models | Database layer (models, ORM) | |||
34962 | 34962 | Support for overriding result of model field values | Database layer (models, ORM) | |||
34956 | 34956 | Migration should not be allowed for a non-deterministic GeneratedField | Database layer (models, ORM) | |||
34953 | 34953 | CSRF verification fails even with CSRF middleware commented out | CSRF | |||
34946 | 34946 | Adding a field with default and db_default drops database level DEFAULT | Migrations | |||
34948 | 34948 | USE_TZ=False causes failure in AdminEmailHandler during DST "fall back" | Utilities | |||
34940 | 34940 | Filter queryset on "tuples" of values for multiple columns | Database layer (models, ORM) | |||
34694 | 34694 | trailing slash is not appending | Core (URLs) | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
34929 | 34929 | Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 | Utilities | |||
34926 | 34926 | Missing model after squashing | Migrations | |||
34921 | 34921 | Filtering an unbound DateTimeField with naive date crashes | Database layer (models, ORM) | |||
34916 | 34916 | Add support for brotli compression | HTTP handling | |||
34906 | 34906 | Need help with makemigrations | Database layer (models, ORM) | |||
34043 | 34043 | Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI | Documentation | |||
34798 | 34798 | Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. | Database layer (models, ORM) | |||
34551 | 34551 | Case-When aggregation over aggregated fields doesn't work since 4.2 | Database layer (models, ORM) | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
34891 | 34891 | force_str(urlsafe_base64_decode(uidb64)) returns object not value | Utilities | |||
34759 | 34759 | Confirm/Add support for SpatiaLite 5.1 | GIS | |||
34888 | 34888 | CSRF verification failed in django 4 when nginx serves the webserver | CSRF | |||
27929 | 27929 | Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing | contrib.staticfiles | |||
34312 | 34312 | startapp/startproject template should support file renames with the full context | Core (Management commands) | |||
34879 | 34879 | "Data truncated for column .." for migration changing auto-id-field | Migrations | |||
34873 | 34873 | Add support for GENERIC_PLAN option to QuerySet.explain() on PostgreSQL 16+. | Database layer (models, ORM) | |||
34872 | 34872 | DRF Auth Issue | Uncategorized | |||
34863 | 34863 | sqlite math functions don't accept character fields as input | Database layer (models, ORM) | |||
34851 | 34851 | Drop support for PostgreSQL 12 and PostGIS 2.5 | Database layer (models, ORM) | |||
34850 | 34850 | Drop support for MariaDB 10.4. | Database layer (models, ORM) | |||
34847 | 34847 | Serializer infinite recursion on M2M field if reference vars in init | Core (Serialization) | |||
34844 | 34844 | Missing dependency backports with install of 4.1.11 | Packaging | |||
34843 | 34843 | Feature request: Support postgres table storage options | Migrations | |||
34233 | 34233 | Drop support for Python 3.8 & 3.9. | Core (Other) | |||
34829 | 34829 | Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. | File uploads/storage | |||
34642 | 34642 | File.open to support different encodings | Core (Other) | |||
34820 | 34820 | Migrations crashes when changing ForeignObject properties. | Database layer (models, ORM) | |||
34814 | 34814 | Confirm support for PostGIS 3.4 | GIS | |||
34768 | 34768 | Calling `colorama.init()` on module load can have unwanted side effects | Core (Management commands) | |||
34811 | 34811 | Queryset filter Q order changed | Database layer (models, ORM) | |||
34803 | 34803 | Nested OuterRef crashes with AttributeError | Database layer (models, ORM) | |||
34801 | 34801 | Django project redirects for a user assigned in a group, it redirects to the url which is not present in the group assigned django app | HTTP handling | |||
34451 | 34451 | Incorrect exception handling within the django exception handler | Error reporting | |||
34210 | 34210 | Show the duration of individual tests | Testing framework | |||
34805 | 34805 | 'Q' object has no attribute 'replace_expressions' | Database layer (models, ORM) | |||
34757 | 34757 | AsyncClient should follow redirects | Testing framework | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
34800 | 34800 | Django Management Command Triggers URLs When Checking Database Connection | Core (Management commands) | |||
34709 | 34709 | charset should be ignored for the application/x-www-form-urlencoded content type. | HTTP handling | |||
34797 | 34797 | Django Admin radio fields admin.HORIZONTAL shows as vertical with django-grapelli. | Uncategorized | |||
34794 | 34794 | Multiple file upload issue | File uploads/storage | |||
34793 | 34793 | Django ORM returns None when field has value in BD | Database layer (models, ORM) | |||
34790 | 34790 | loading old migration file | Migrations | |||
34785 | 34785 | Contribution guide comes out non successful | Error reporting | |||
34773 | 34773 | settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined | contrib.staticfiles | |||
34772 | 34772 | Exception with psycopg3 binary package on Ubuntu 20.04 | Database layer (models, ORM) | |||
34776 | 34776 | Issue with maintaining condition order and join promotion in add_q method | Database layer (models, ORM) | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34586 | 34586 | create() does not save reverse OneToOne relationship nor raise an Exception | Database layer (models, ORM) | |||
34542 | 34542 | Required fields allowed to be blank are not accepted non-interactively using createsuperuser | contrib.auth | |||
34765 | 34765 | call_command reuses already loaded command causing stale class variable value usage | Core (Management commands) | |||
34764 | 34764 | Add support for Clusterized Redis deployments | Core (Cache system) | |||
34760 | 34760 | Drop support for SQLite < 3.27.0 | Database layer (models, ORM) | |||
34686 | 34686 | Confirm/Add support for GEOS 3.12. | GIS | |||
34761 | 34761 | Drop support for MySQL < 8.0.11. | Database layer (models, ORM) | |||
34756 | 34756 | Docs build failure when using Sphinx 7.1.1 | Documentation | |||
34753 | 34753 | Document how to properly escape `to` in email messages | Documentation | |||
34747 | 34747 | Django hangs on async views with asycio.gather and an async ORM call | Database layer (models, ORM) | |||
34728 | 34728 | OR operator on queryset does not work as expected | Database layer (models, ORM) | |||
34720 | 34720 | BaseReloader.watch_dir() incorrectly checks for existence of path | Utilities | |||
34733 | 34733 | m2m_changed signal is unaware if .set() method is being called | Database layer (models, ORM) | |||
34735 | 34735 | About form validation | Forms | |||
34532 | 34532 | Form.default_renderer is ignored in formsets. | Forms | |||
34714 | 34714 | Async support for get_object_or_404()/get_list_or_404(). | Database layer (models, ORM) | |||
34734 | 34734 | Django admin theme box | contrib.admin | |||
34729 | 34729 | Add explicit option to enable IF EXISTS / IF NOT EXISTS in PostgresQL index operations | contrib.postgres | |||
34727 | 34727 | Error in CharField with TextChoices and missing max_length parameter | Testing framework | |||
34725 | 34725 | get_containing_app_config does not find an object in a module imported with an absolute path from project root | Uncategorized | |||
34726 | 34726 | Backslash replaced by forwardslash in queries | Uncategorized | |||
34724 | 34724 | Allow passing kwargs to django.contrib.admin.decorators.display | contrib.admin | |||
34721 | 34721 | ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. | Forms | |||
34679 | 34679 | Cannot run collectstatic with existing unsupported manifest file | contrib.staticfiles | |||
34413 | 34413 | Variant of Prefetch but for the earliest/latest related object | Database layer (models, ORM) | |||
34708 | 34708 | db_index=True doesn't apply on MySQL. | Database layer (models, ORM) | |||
34707 | 34707 | AttributeError: 'function' object has no attribute 'cache_clear' when registering a custom lookup | Uncategorized | |||
34695 | 34695 | security.E101 false positive with class-based views | Core (System checks) | |||
34702 | 34702 | Runserver serving static files from STATICFILES_DIRS instead of STATIC_ROOT | contrib.staticfiles | |||
34639 | 34639 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | |||
27646 | 27646 | Add QuerySet support for group by modifiers and OLAP functionality | Database layer (models, ORM) | |||
34572 | 34572 | Confirm/Add support for GDAL 3.7. | GIS | |||
34685 | 34685 | Drop support for GEOS 3.6 and 3.7. | GIS | |||
34684 | 34684 | Drop support for GDAL 2.2 and 2.3. | GIS | |||
34682 | 34682 | System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. | Core (System checks) | |||
34674 | 34674 | Updating the file contents of a Django FileField during upload results in I/O error | File uploads/storage | |||
34673 | 34673 | Migrations ordering: add constraint run_immediately_after | Migrations | |||
34668 | 34668 | Unvalidated Redirect from "PATH_INFO" URI Parameter on "/admin/auth/group/{n}/change/" page. | Uncategorized | |||
34666 | 34666 | Mysql issue using afirst "The client was disconnected by the server because of inactivity" | Database layer (models, ORM) | |||
27079 | 27079 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | |||
34664 | 34664 | APScheduler Django | Packaging | |||
34629 | 34629 | AttributeError when using filter argument with Collect in GeoDjango Aggregate | GIS | |||
34652 | 34652 | Async support in admin view | contrib.admin | |||
34651 | 34651 | 'list' object has no attribute '_committed' | Uncategorized | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34641 | 34641 | Null value referenced from a JSONField using an expression that defines an output_field returns the string "null" instead of a None value | Uncategorized | |||
34614 | 34614 | Natural keys for nullable foreign keys | Core (Serialization) | |||
34630 | 34630 | Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files | Internationalization | |||
34599 | 34599 | authentication and authorization | Uncategorized | |||
34564 | 34564 | returning None instead of zero in Count annotation | Database layer (models, ORM) | |||
34598 | 34598 | Load new settings after start up | Uncategorized | |||
34596 | 34596 | subclassing models.TextChoices | Documentation | |||
34591 | 34591 | Django ORM replace INNER JOIN with STRAIGHT_JOIN | Database layer (models, ORM) | |||
34589 | 34589 | exclude does not support nested ForeignKey relationship | Database layer (models, ORM) | |||
34585 | 34585 | Can we use Class with urlpatterns attribute for parameter in include method? | Core (URLs) | |||
34582 | 34582 | Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 | File uploads/storage | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34565 | 34565 | Add acheck_password() async method. | contrib.auth | |||
34563 | 34563 | ManifestStaticFilesStorage support for CSS module scripts in Javascript files. | contrib.staticfiles | |||
34557 | 34557 | Time-based model field cleaning and TypeErrors | Database layer (models, ORM) | |||
34559 | 34559 | Login error | Uncategorized | |||
34553 | 34553 | Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting | Database layer (models, ORM) | |||
34524 | 34524 | Error while sending TLS smtp email on "self-signed certificate" server | Core (Mail) | |||
34546 | 34546 | Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" | Migrations | |||
34548 | 34548 | Queryset JsonField filtering doesn't work as expected | Database layer (models, ORM) | |||
34544 | 34544 | DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. | Database layer (models, ORM) | |||
34525 | 34525 | index_together warning after migration to new style | Database layer (models, ORM) | |||
34523 | 34523 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | |||
34513 | 34513 | Error E108 does not cover some cases | contrib.admin | |||
34526 | 34526 | issue in admin with sites | contrib.admin | |||
34516 | 34516 | request.post is null | Uncategorized | |||
34455 | 34455 | i18n_patterns() not respecting prefix_default_language=False | Internationalization | |||
34511 | 34511 | mysqlclient 1.4.3 or newer is required; you have 1.0.3. | Core (Other) | |||
34510 | 34510 | sqlmigrate does not follows replaces in squashed migrations | Core (Management commands) | |||
34435 | 34435 | JSONField with string default raises fields.E010 warning. | Documentation | |||
34501 | 34501 | Revert CICharField deprecation | contrib.postgres | |||
34498 | 34498 | error 403 in login in django | CSRF | |||
34483 | 34483 | Negative result of django.utils.timesince.timesince | Utilities | |||
34489 | 34489 | feature: Support for PostgreSQL table partitioning | Database layer (models, ORM) | |||
34486 | 34486 | SearchHeadline crashes without an active connection. | contrib.postgres | |||
34492 | 34492 | I get an error when using BinaryField in sqllite3. | Database layer (models, ORM) | |||
34487 | 34487 | Django crashes due to ManifestStaticFilesStorage plugin in 4.2 | contrib.staticfiles | |||
34478 | 34478 | django 4.2 admin page issue | contrib.admin | |||
34474 | 34474 | Django apps registry returns the wrong models | Uncategorized | |||
34472 | 34472 | Push for inspectdb in Django 4.1 | Database layer (models, ORM) | |||
34459 | 34459 | SearchVector() can return query strings that are unsafe to combine. | contrib.postgres | |||
34028 | 34028 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | |||
34431 | 34431 | DateTimeField.input_formats change from Django 3.1 is documented improperly | Documentation | |||
34449 | 34449 | ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count | Database layer (models, ORM) | |||
27778 | 27778 | Update unicode documentation for Python 3 | Documentation | |||
34439 | 34439 | mod_wsgi for django with conda environment in Windows doesn't work | HTTP handling | |||
34428 | 34428 | ASGIStaticFilesHandler raises warning. | contrib.staticfiles | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
34430 | 34430 | Custom exception handler not called | Generic views | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
34422 | 34422 | inspectdb mysql databases | Core (Management commands) | |||
34416 | 34416 | Option start_migration_name for squashmigrations do not work properly | Migrations | |||
34415 | 34415 | Django Admin List View Loads Slow When List Editable is Populated with Django Money Field | Uncategorized | |||
34410 | 34410 | Adding database dynamically breaks in Django 4.1+ | Database layer (models, ORM) | |||
34333 | 34333 | Migrations tries to add constraint before adding a foreign key. | Migrations | |||
34398 | 34398 | Django should automatically run migrations on in-memory SQLite DB | Database layer (models, ORM) | |||
27397 | 27397 | Querying with an integer larger than SQLite supports crashes with OverflowError | Database layer (models, ORM) | |||
27559 | 27559 | Admin changelist turns GET QueryDict into dict which may lose parameters | contrib.admin | |||
34370 | 34370 | IntegerField validators don't work if the database is SQLite, leading to overflow errors | Database layer (models, ORM) | |||
34390 | 34390 | NoReverseMatch at /admin/logout/ | contrib.admin | |||
34385 | 34385 | BaseTemporalField child fields causing AttributeError to be raised by calling form.is_valid(). | Forms | |||
34376 | 34376 | Admin has no support for unique constraint fields. | contrib.admin | |||
34368 | 34368 | Subquery referencing WINDOW expression breaks query compilation | Database layer (models, ORM) | |||
34217 | 34217 | Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. | Migrations | |||
34364 | 34364 | Add Today to ORM db.models.functions.datetime | Database layer (models, ORM) | |||
34359 | 34359 | Add setting to disable global thread_sensitive flag for Async ORM and Async cache | Database layer (models, ORM) | |||
34353 | 34353 | ListView paging property did not return | Generic views | |||
34328 | 34328 | Class-based async-only middleware not detected as coroutine in MiddlewareMixin | Documentation | |||
34336 | 34336 | Reverting a migration with `replaces = [...]` set does not revert it | Migrations | |||
34329 | 34329 | django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse | Forms | |||
34323 | 34323 | Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> | Forms | |||
34304 | 34304 | Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL | Database layer (models, ORM) | |||
34300 | 34300 | Support async generators in StreamingHttpResponse | HTTP handling | |||
34299 | 34299 | 'builtin_function_or_method' object has no attribute 'split' error in sql/query | Database layer (models, ORM) | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34292 | 34292 | Support display function in InlineModelAdmin | contrib.admin | |||
34290 | 34290 | X-Forwarded-Prefix support | HTTP handling | |||
34267 | 34267 | QuerySet.union() crashes with IndexError when getting cached results. | Database layer (models, ORM) | |||
34260 | 34260 | models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. | Documentation | |||
34269 | 34269 | Add Unnest PostgreSQL ORM function | Database layer (models, ORM) | |||
34265 | 34265 | Add ToDate ORM function | Database layer (models, ORM) | |||
34234 | 34234 | Drop support for PROJ < 5. | GIS | |||
34240 | 34240 | assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. | Testing framework | |||
34252 | 34252 | Doc page "Using the Django authentication system" shows failing example | Documentation | |||
34237 | 34237 | FileField does not take upload_to into account when setting unique=True | File uploads/storage | |||
34243 | 34243 | timesince() raises TypeError with USE_TZ=True and >1 month interval. | Utilities | |||
34082 | 34082 | "mysql server has gone away" on 404, 403 or 401 | Database layer (models, ORM) | |||
34239 | 34239 | Resolve load type-hinted objects in views | Generic views | |||
34238 | 34238 | Support computed `GENERATED ALWAYS` columns | Database layer (models, ORM) | |||
34208 | 34208 | Confirm/Add support for GDAL 3.6. | GIS | |||
14094 | 14094 | Cannot define CharField with unlimited length | Database layer (models, ORM) | |||
34228 | 34228 | Django 4.1.4 cannot import name 'force_unicode' from 'django.utils.encoding' | Utilities | |||
34165 | 34165 | migrate management command does not respect database parameter when adding Permissions. | contrib.auth | |||
34225 | 34225 | bulk_create() raises IntegrityError when another constraint exists on set of fields. | Database layer (models, ORM) | |||
34219 | 34219 | Collation is not preserved when field is altered on PostgreSQL and MySQL. | Database layer (models, ORM) | |||
34223 | 34223 | I am Faceing tis type of error when i run the command py manage.py runserver Error=usage: manage.py [-h] [-c] manage.py: error: unrecognized arguments: runserver | Uncategorized | |||
34216 | 34216 | django admin when field is autocomplete it overrides ModelForm filter | contrib.admin | |||
34214 | 34214 | Bug in default for TimeField when using a timezone | Database layer (models, ORM) | |||
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) | |||
34204 | 34204 | Django cannot load when Python is compiled with --without-doc-strings enabled | Core (Other) | |||
34206 | 34206 | annotation of another annotation duplicate query rule | Database layer (models, ORM) | |||
34203 | 34203 | Drop support for psycopg2 2.8 | Database layer (models, ORM) | |||
34201 | 34201 | Drop support for SQLite < 3.21.0 | Database layer (models, ORM) | |||
34189 | 34189 | Code in Tutorial does not work because of a ',' | Documentation | |||
34185 | 34185 | Serving static/media files during development can't work when use SCRIPT_NAME | Documentation | |||
34119 | 34119 | ModelForm fields with callable defaults don't correctly propagate default values | Forms | |||
34178 | 34178 | Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected | 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) | |||
34173 | 34173 | SessionMiddleware support 503 status code | contrib.sessions | |||
34174 | 34174 | async process_exception being called as sync from async view/middleware | Documentation | |||
34175 | 34175 | Cannot make whole test set to pass | Testing framework | |||
34168 | 34168 | Add support for list of parameters to the QuerySet.raw(). | Database layer (models, ORM) | |||
34164 | 34164 | django-graphql-auth 0.3.16 && django-mongoengine 0.5.4 dont work with django-4.1.3 | Uncategorized | |||
34163 | 34163 | ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured | Uncategorized | |||
34123 | 34123 | Ambiguous aliases in ordering on combined queries with select_related(). | Database layer (models, ORM) | |||
34158 | 34158 | Optimise count() for querysets that contain field lookups | Database layer (models, ORM) | |||
891 | 891 | customize table name prefixes | Database layer (models, ORM) | |||
34149 | 34149 | Postgres "ExclusionConstraint with conditions cannot be deferred." seems wrong | contrib.postgres | |||
34145 | 34145 | Explicit GROUPing by aggregate is not supported | Database layer (models, ORM) | |||
34131 | 34131 | Postgres AutoField change from serial to identity | Database layer (models, ORM) | |||
27849 | 27849 | Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates | Database layer (models, ORM) | |||
34137 | 34137 | model.refresh_from_db() doesn't clear cached generic foreign keys | contrib.contenttypes | |||
34141 | 34141 | Prefetch querysets access to parent query through table | Uncategorized | |||
34129 | 34129 | Admin list_editable failed to edit | contrib.admin | |||
34124 | 34124 | Developer experience on {% with %} template tag can be improved. | Template system | |||
34127 | 34127 | after package django project with pyinstall, with manage can't execute other commands defined in other python packages | Packaging | |||
34121 | 34121 | Multi Databases documenation example doesn't work | Database layer (models, ORM) | |||
34120 | 34120 | Changing translations of model options and attributes is not detected as change in making migrations | Migrations | |||
34117 | 34117 | Anomaly with makemigrations | Migrations | |||
34116 | 34116 | custom validation error in password_validators | contrib.auth | |||
34070 | 34070 | Add support for microseconds to Now() on MySQL and SQLite. | Database layer (models, ORM) | |||
34107 | 34107 | Django ORM queries do not pick up indexes made on a key in JSONField in Postgres | Database layer (models, ORM) | |||
34105 | 34105 | Invalid query generated on Postgres when annotate and order_by have common sub-expressions | Database layer (models, ORM) | |||
34091 | 34091 | Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads | Database layer (models, ORM) | |||
34086 | 34086 | Confirm support for PostGIS 3.3 | GIS | |||
28000 | 28000 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
34072 | 34072 | django += 1 increments by 2 instead of 1 | Database layer (models, ORM) | |||
34012 | 34012 | QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. | Database layer (models, ORM) | |||
34067 | 34067 | django.core.Paginator wrong query slicing | Core (Other) | |||
34062 | 34062 | object HttpResponseNotAllowed can't be used in 'await' expression | Generic views | |||
34057 | 34057 | Validation of DecimalField | Database layer (models, ORM) | |||
34029 | 34029 | Use case that require QuerySet.extra | Database layer (models, ORM) | |||
34015 | 34015 | Registering lookups on relation fields should be supported. | Database layer (models, ORM) | |||
34021 | 34021 | collect_translations | Internationalization | |||
34016 | 34016 | QuerySet.values_list() crash on simple ArrayAgg. | contrib.postgres | |||
34017 | 34017 | Mention that when using Argon2PasswordHasher, this means Argon2id gets used | Documentation | |||
34020 | 34020 | django core management error | Uncategorized | |||
34009 | 34009 | migrations.RunPython runs queries against wrong database | Uncategorized | |||
34008 | 34008 | UpdateView failed to obtain the request data for the PUT request mode | HTTP handling | |||
34004 | 34004 | DateTimeField for Forms does not always respect input_formats | Forms | |||
34005 | 34005 | In Django 3.2 the ORM looses Meta.ordering default order when .annotate is used | Database layer (models, ORM) | |||
34003 | 34003 | PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView & PasswordResetCompleteView not discovering custom template | contrib.auth | |||
27412 | 27412 | Coalesce function should work with subqueries | Database layer (models, ORM) | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
27147 | 27147 | Add support for defining bounds in postgres range fields | contrib.postgres | |||
14092 | 14092 | ImageField should allow SVG | Database layer (models, ORM) | |||
27060 | 27060 | Take indexes into account in inspectdb command | Core (Management commands) | |||
27064 | 27064 | Implement RenameIndex in a backwards compatible way | Migrations | |||
27468 | 27468 | Move utils.crypto.salted_hmac() from SHA1 toward SHA256 | Utilities | |||
27961 | 27961 | Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored | HTTP handling | |||
27437 | 27437 | Can't create GinIndex on ArrayField(CITextField) | contrib.postgres | |||
27574 | 27574 | support geodetic distance calculation on MySQL 5.7+ | GIS | |||
14296 | 14296 | 'manage.py test' failing for apps that access read-only databases | Testing framework | |||
27753 | 27753 | Cleanups when no supported version of Django supports Python 2 anymore | Utilities | |||
14035 | 14035 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | |||
27131 | 27131 | send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method | Core (Mail) | |||
27697 | 27697 | JSONField with blank=True is rendered as non-required field in a ModelForm | Documentation | |||
14844 | 14844 | i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context | Internationalization | |||
19 | 19 | Automatically generate JavaScript form validation | Validators | |||
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) | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
27488 | 27488 | add support for IsValid and MakeValid GIS functions on SpatiaLite backend | GIS | |||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
27604 | 27604 | Use set_signed_cookie for contrib.messages Cookie storage | contrib.messages | |||
27827 | 27827 | Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries | Template system | |||
27718 | 27718 | Add QuerySet.union(), intersection(), difference() | Database layer (models, ORM) | |||
27807 | 27807 | Overriding username validators doesn't work as documented | contrib.auth | |||
27917 | 27917 | Allow ModelAdmin.radio_fields to work with NullBooleanField | contrib.admin | |||
27450 | 27450 | GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5 | GIS | |||
14660 | 14660 | Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js | contrib.admin | |||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
27417 | 27417 | Migration to change model field case crashes on Oracle | Migrations | |||
27871 | 27871 | Django keeps making the same migration over and over again | Migrations | |||
27719 | 27719 | Add queryset.alias() to mimic .annotate() for aggregations without loading data | Database layer (models, ORM) | |||
27395 | 27395 | Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' | contrib.sitemaps | |||
27430 | 27430 | `manage.py test` does not support unittest `-b` buffer option | Testing framework | |||
27331 | 27331 | Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField | Forms | |||
27399 | 27399 | Segfault when running GDALBandTests on OSX 10.11.6 | GIS | |||
27666 | 27666 | Delay rendering of models in migration operations when possible | Migrations | |||
27824 | 27824 | Cannot chain unaccent transform with key lookup in Postgres JSON field. | contrib.postgres | |||
14408 | 14408 | Admin Error when subclassing ContentType for generic Relations | contrib.admin | |||
27914 | 27914 | makemigrations produces incorrect path for inner classes | Migrations | |||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
27272 | 27272 | Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones | Database layer (models, ORM) | |||
27391 | 27391 | Support unittest.TestCase.debug() method. | Testing framework | |||
27910 | 27910 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | |||
27086 | 27086 | running servers.tests may hang in parallel mode on Mac OS X | Core (Other) | |||
14722 | 14722 | @last_modified should ignore lack of etag method when USE_ETAGS is enabled. | HTTP handling | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27473 | 27473 | Allow using Extract() with DurationField | Database layer (models, ORM) | |||
27995 | 27995 | Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). | Database layer (models, ORM) | |||
14129 | 14129 | Slovenian translation plural-forms | Internationalization | |||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
27635 | 27635 | django.utils.crypto should use secrets on Python 3.6+ | Utilities | |||
27685 | 27685 | Allow autoreloader to use watchman | Utilities | |||
14365 | 14365 | Make template-rendering signals available also in DEBUG mode | Testing framework | |||
14808 | 14808 | i18n is not safe. | Documentation | |||
14009 | 14009 | custom formset validation documentation is incomplete | Documentation | |||
27360 | 27360 | Make it easier to track down the offending models for AlreadyRegistered exceptions | contrib.admin | |||
30146 | 30146 | âś… | 1 | Move change form fieldset toggle to the right side | contrib.admin | |
14204 | 14204 | Take advantage of SQLite support for FK constraints | Database layer (models, ORM) | |||
27025 | 27025 | Python 3.6 compatibility | Core (Other) | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27899 | 27899 | Phrase search query for Postgres full text search | contrib.postgres | |||
27090 | 27090 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | |||
27869 | 27869 | Add fastupdate and gin_pending_list_limit parameters to GinIndex | contrib.postgres | |||
27560 | 27560 | Formset.save() crashes for model with foreign key to concrete base model | Forms | |||
27629 | 27629 | Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ | Database layer (models, ORM) | |||
27863 | 27863 | Implement "SameSite" flag for session and CSRF cookies | HTTP handling | |||
27018 | 27018 | Admin views in admindocs crash with AttributeError | contrib.admindocs | |||
27161 | 27161 | TypedChoiceField fails to validate properly when used with ArrayField | Forms | |||
27533 | 27533 | inspectdb crashes on unsupported unique_together constraints in PostgreSQL | Database layer (models, ORM) | |||
27317 | 27317 | Make Form subclasses combine Form.Media from all parents | Forms | |||
27449 | 27449 | Make django.utils.translation.trans_real.get_supported_language_variant public API | Internationalization | |||
27810 | 27810 | Add query expression support for ModelAdmin list_display's admin_order_field | contrib.admin | |||
27999 | 27999 | Add test Client support for HTTP 307 and 308 redirects | Testing framework | |||
14642 | 14642 | save_as=True and generic inline in admin gives IndexError | contrib.contenttypes | |||
27857 | 27857 | Cleanups and features to use when dropping support for Python 3.4 | Core (Other) | |||
27788 | 27788 | Drop support for Oracle < 12.1 | Database layer (models, ORM) | |||
27648 | 27648 | Deprecate ("iLmsu") regex groups in URLpatterns | Core (URLs) | |||
27332 | 27332 | Specifying additional ON arguments, and more flexibility with joins | Database layer (models, ORM) | |||
14370 | 14370 | 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) | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27964 | 27964 | Raise an error if a MySQL geometry with an unsupported SRID is saved to the database | GIS | |||
27792 | 27792 | Extended category support for Atom and RSS feeds | contrib.syndication | |||
27308 | 27308 | BytesWarning exception raised when running with python 3 -bb option | Core (Other) | |||
27639 | 27639 | Add a chunk size argument to QuerySet.iterator() | Database layer (models, ORM) | |||
27777 | 27777 | File object does not consistently open itself in context manager use | File uploads/storage | |||
27978 | 27978 | Allow loaddata to read data from stdin | Core (Management commands) | |||
27241 | 27241 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | |||
27732 | 27732 | django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references | contrib.postgres | |||
14149 | 14149 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | |||
27730 | 27730 | Document that template tags with "as" variable assignment don't propogate variables across blocks | Documentation | |||
27751 | 27751 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | |||
27834 | 27834 | Add the STRPOS database function | Database layer (models, ORM) | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27365 | 27365 | Fields suddenly not found. | Database layer (models, ORM) | |||
27990 | 27990 | QuerySet.count() raises ValueError when QuerySet.union() is used | Database layer (models, ORM) | |||
27992 | 27992 | Cleaned form values does not save to model | Forms | |||
27983 | 27983 | Tutorial should contain complete files at each step | Documentation | |||
27958 | 27958 | CSRF_COOKIE reset while requesting a broken relative URL over HTTPS | CSRF | |||
27556 | 27556 | add Oracle support for IsValid function and isvalid lookup | GIS | |||
27977 | 27977 | inspectdb errors after upgrade to cx_Oracle 5.3 | Database layer (models, ORM) | |||
27945 | 27945 | Clarify RegexValidator docs (match vs. search) | Documentation | |||
27919 | 27919 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | |||
27943 | 27943 | Unable to log in with added superuser account | contrib.admin | |||
27924 | 27924 | Add support for cx_Oracle 5.3 | Database layer (models, ORM) | |||
27260 | 27260 | Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN | Database layer (models, ORM) | |||
27901 | 27901 | Unicode subclasses can't be saved to TextField with MySQL and Python 2 | Database layer (models, ORM) | |||
27886 | 27886 | Django contrib.postgres JSONField adds additonal quotes to a dictionary. | contrib.postgres | |||
27851 | 27851 | include(admin.site.urls) doesn't work on master yet | contrib.admin | |||
27838 | 27838 | How to run a shell command concurrently from django server | Uncategorized | |||
27837 | 27837 | After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old | Uncategorized | |||
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 | |||
27742 | 27742 | Unexpected migration on Parent -> child model inheritence | Migrations | |||
27586 | 27586 | Django sometimes crashes on Windows when being launched in PyCharm | Utilities | |||
27819 | 27819 | Display a warning when django.views.generic.ListView assumes the default template name | Generic views | |||
27683 | 27683 | Change default transaction isolation level to READ COMMITTED on MySQL | Database layer (models, ORM) | |||
27816 | 27816 | Duplicate keyword '_binary' failure when using BinaryField with mysql backend | Database layer (models, ORM) | |||
27817 | 27817 | Jsonfield duplicating records in production database after running manage.py test | Database layer (models, ORM) | |||
27811 | 27811 | Avoid UnicodeEncodeError during generation of email with mail_admins logger | Error reporting | |||
27767 | 27767 | Support DISTINCT queries in ArrayAgg | contrib.postgres | |||
27799 | 27799 | If 'args' is used on a custom LabelCommand or AppCommand subclass, only the last positional arg is supplied to the command | Core (Management commands) | |||
27758 | 27758 | Template widget rendering breaks the AdvancedModelIterator pattern | Forms | |||
498 | 498 | Atom support, not just RSS | contrib.syndication | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27501 | 27501 | ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated | Documentation | |||
27030 | 27030 | Add support for GIN indexes | contrib.postgres | |||
27773 | 27773 | Model field level permission and Field value level permission in Django and DRF | Uncategorized | |||
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 | |||
27772 | 27772 | Multiple Database without Default | Database layer (models, ORM) | |||
27771 | 27771 | Problem with unicode literals and EMAIL_PORT | Core (Mail) | |||
27632 | 27632 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | |||
27750 | 27750 | TypeError when running manage.py migrate | Migrations | |||
14153 | 14153 | Redirects fail if URL has appended query string | Contrib apps | |||
27738 | 27738 | Default index name not set outside of migrations | Database layer (models, ORM) | |||
27544 | 27544 | F() Expressions updating dates in .update() field fails on SQLite | Database layer (models, ORM) | |||
27699 | 27699 | parse_duration returns None if passed a string with a negative number of seconds | Utilities | |||
27706 | 27706 | Session key is not set when trying to log in, when another user's session cookie is sent with the login request | contrib.auth | |||
27725 | 27725 | requests.post fail inside of django shell but not python shell | Uncategorized | |||
27715 | 27715 | [Tutorial - part 6.] Lack of saving created question into db | Documentation | |||
27707 | 27707 | Remove shell support for ipython < 1.0 | Core (Management commands) | |||
27432 | 27432 | showmigrations --plan should show migrations that would be applied for the given app_labels | Core (Management commands) | |||
27703 | 27703 | [Feature request] Template language type annotations | Template system | |||
27691 | 27691 | Avoid `logger=logging.getLogger(__name__)` | Uncategorized | |||
27497 | 27497 | make Area function, Distance function and lookups work with geodetic coordinates on SpatiaLite | GIS | |||
27687 | 27687 | Dateformat issue using django basic logging formatter | Utilities | |||
27677 | 27677 | Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. | Database layer (models, ORM) | |||
27684 | 27684 | Migrations accept default value for DateField that are not portable to all backends | Database layer (models, ORM) | |||
27658 | 27658 | collectstatic overwrites newer files in remote storage | contrib.staticfiles | |||
27672 | 27672 | Trouble saving specificly shaped GeometryCollection to spatialite backend | GIS | |||
27652 | 27652 | Humanize docs should clarify: Floats OK too! | Documentation | |||
27615 | 27615 | Use native interval type on Oracle | Database layer (models, ORM) | |||
27665 | 27665 | More than one instance of Chrome locks up LiveServerTestCase | Testing framework | |||
27631 | 27631 | Prevent execution of transactional DDL statements when unsupported. | Migrations | |||
27627 | 27627 | OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server | Database layer (models, ORM) | |||
27377 | 27377 | Clarify that prepopulated_fields doesn't work with OneToOneField | Documentation | |||
27602 | 27602 | add Oracle support for BoundingCircle function | GIS | |||
27607 | 27607 | add Oracle support for AsGML function | GIS | |||
27582 | 27582 | Allow HStoreField to store null values in key: value pairs | contrib.postgres | |||
27570 | 27570 | Make context processor run outside of RequestContext | Template system | |||
27592 | 27592 | QueryDict docs don't mention that iter methods are available only on Python 2 | Documentation | |||
27591 | 27591 | running manage.py with virtual environment | Uncategorized | |||
27561 | 27561 | Add Oracle support for binary "or" operator | Database layer (models, ORM) | |||
27088 | 27088 | GEOSGeometry should accept Python 2.7 memoryview | GIS | |||
27553 | 27553 | tutorial python manage.py runserver creates NameError: name 'include' is not defined | Documentation | |||
27547 | 27547 | Unicode in Textarea breaks rendering | Uncategorized | |||
27545 | 27545 | Django conditional If-Match: * returns precondition failed response | HTTP handling | |||
27540 | 27540 | Importerror: No module named dash | Uncategorized | |||
27535 | 27535 | RFE: Exclude pk from queries | Database layer (models, ORM) | |||
27536 | 27536 | order_by('pk') is not obeyed if superclass has default ordering | Database layer (models, ORM) | |||
27527 | 27527 | How to enable login for a custom written authentication backend | contrib.auth | |||
27524 | 27524 | Using user instance (instead of get_user_model()) leads to errors when user model is overridden | contrib.auth | |||
27394 | 27394 | template "floatformat" tag throws ValueError for big numbers in Python 3 | Template system | |||
27519 | 27519 | Issue in Django 1.8.5 model class | Database layer (models, ORM) | |||
27503 | 27503 | Provide a way for to-many rels to be used without the db | Database layer (models, ORM) | |||
27500 | 27500 | Warn about potentially significant performance degrading schema changes when making/running migrations | Migrations | |||
27467 | 27467 | UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented | contrib.auth | |||
27476 | 27476 | model Integer fields (and derivatives) do not raise a ValidationError while other types do | Database layer (models, ORM) | |||
27492 | 27492 | JsonResponse can't handle model_to_dict() with empty ImageField | HTTP handling | |||
27406 | 27406 | Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends | Database layer (models, ORM) | |||
27443 | 27443 | support executing ANALYZE on tables | Database layer (models, ORM) | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27378 | 27378 | Add UUID serialization support to migration writer | Migrations | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
27022 | 27022 | some DjangoTemplates builtin tags misparse lack of whitespace between variable name and boolean operator in arguments | Template system | |||
27429 | 27429 | had to use QuerySet.extra to do WHERE LIKE with arbitrary amount / placement of wildcard characters | Database layer (models, ORM) | |||
27411 | 27411 | Django namespaced reverse not working in test environment | Testing framework | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27405 | 27405 | AdminLogNode render TypeError exception while calling get_admin_log with no user (1.8.x) | contrib.admin | |||
27379 | 27379 | Django violates RFC7230 when handling requests. | HTTP handling | |||
27151 | 27151 | FK index created two times on PostgreSQL if referenced table PK is varchar | Migrations | |||
27371 | 27371 | undefined reference in django/contrib/sitemaps/views.py line 71 (version 1.8.15) | contrib.sitemaps | |||
27337 | 27337 | Convoluted MTI with abstract model mixin fails on PY2, works on PY3 | Database layer (models, ORM) | |||
27351 | 27351 | Add support for composite fields | Database layer (models, ORM) | |||
27336 | 27336 | Whitespace control django configuration template | Template system | |||
27320 | 27320 | SMTPServerDisconnected('please run connect() first',) | Core (Mail) | |||
27301 | 27301 | Better handling of errors that are not pickleable when testing in parallel | Testing framework | |||
27262 | 27262 | Delegate URL resolver checks to URL classes | Core (URLs) | |||
27311 | 27311 | Support unpickled models (e.g. read from cache) in migrations | Migrations | |||
27280 | 27280 | can_order/can_delete documentation examples don't require initial data | Documentation | |||
27309 | 27309 | Add CallableBool.__hash__() | Utilities | |||
27186 | 27186 | Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 | Forms | |||
27286 | 27286 | Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call | Testing framework | |||
27288 | 27288 | In multi-db setup changes written to master are not seen on read-replicas | Testing framework | |||
27269 | 27269 | ORM extremely slow to run annotate/filter query, much faster directly in dbshell | Database layer (models, ORM) | |||
27227 | 27227 | Full text search by UUIDField returns DataError | Database layer (models, ORM) | |||
27254 | 27254 | Detect web server context | Uncategorized | |||
27243 | 27243 | Make reverse_dict.getlist work with fully qualified module names | Core (URLs) | |||
27245 | 27245 | can't revert migration with index_together with one field | Database layer (models, ORM) | |||
27247 | 27247 | Official way to create custom admin commands with subcommands in py2 / py3 | Core (Management commands) | |||
27083 | 27083 | Parse conditional HTTP headers according to RFC 7232 | HTTP handling | |||
27230 | 27230 | Inconsistency in AppConfig.path depending on sys.path | Core (Other) | |||
27187 | 27187 | Django 1.10 is unable to unpickle models pickled in Django pre-1.10 | Database layer (models, ORM) | |||
27224 | 27224 | Is possible display SVG by help Django`s view? | Uncategorized | |||
27173 | 27173 | Permit import statements to be longer than 80 characters | Core (Other) | |||
27208 | 27208 | It does not work when using the download image ImageField via Admin since Django 1.10.1 | Forms | |||
27192 | 27192 | Allow pluralizing admin URLs | contrib.admin | |||
27062 | 27062 | Add support for for_update for MSSQL | Database layer (models, ORM) | |||
27194 | 27194 | Cannot access admin page by following tutorial | Uncategorized | |||
27180 | 27180 | Check for sql_mode fails during migration with special database connections | Database layer (models, ORM) | |||
27190 | 27190 | Internet explorer 9 fails to load Roboto-Regular.woff font | contrib.admin | |||
27142 | 27142 | makemigrations fails on special database connections | Migrations | |||
27152 | 27152 | Comma-delimited servers list not supported in memcached caches `LOCATION` | Core (Cache system) | |||
27146 | 27146 | template shows empty string instead of actual content when it contains characters like \x93 and \x94 | Template system | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27127 | 27127 | Overriding timezone in test forces them to be TestCase | Testing framework | |||
27125 | 27125 | Can not support django Internationalized domain name in URLValidation | Core (URLs) | |||
27112 | 27112 | django.test.client.Client doesn't support timeouts | Testing framework | |||
27117 | 27117 | The force_login() does not work in a testing if using more one a test | Testing framework | |||
27061 | 27061 | Support creating the TEST PostgreSQL database from a custom template | Testing framework | |||
27093 | 27093 | ORM error on apache + wsgi | Database layer (models, ORM) | |||
27013 | 27013 | Docs - Using Argon2 with Django - more appropriate pip command | Documentation | |||
27082 | 27082 | Make timezone.localtime() default to timezone.now() when no value is given | Utilities | |||
27075 | 27075 | URLconf does not properly import underscore-containing module identifiers | Core (URLs) | |||
27048 | 27048 | Document that refresh_from_db() doesn't clear @cached_properties | Documentation | |||
27052 | 27052 | Malformed url of uploaded files; uploaded_to parameter is ignored | File uploads/storage | |||
27046 | 27046 | http.request does not support ipv6-formatted ipv4 addresses | HTTP handling | |||
27002 | 27002 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | |||
27001 | 27001 | Regression in query counts using RadioSelect with ModelChoiceField | Forms | |||
27006 | 27006 | Hints how to update code automatically to support Python3 | Documentation | |||
27000 | 27000 | Django manage Command.usage() is broken | Core (Management commands) | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
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) | |||
494 | 494 | Collapse in admin interface for inline related objects | contrib.admin | |||
14286 | 14286 | Support for BigAutoField | Database layer (models, ORM) | |||
14368 | 14368 | Reverse relation attribute for OneToOneField fails when set to None | Database layer (models, ORM) | |||
14968 | 14968 | handle BaseExceptions with middleware, or at least KeyboardInterrupt | Core (Other) | |||
14343 | 14343 | NoReverseMatch error message is unclear, view does exist | Core (URLs) | |||
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) | |||
14881 | 14881 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | |||
14180 | 14180 | Creating redundant indexes on foreign keys for MySQL/InnoDB tables | Database layer (models, ORM) | |||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
14930 | 14930 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | |||
14273 | 14273 | Development server does not shutdown cleanly | Core (Other) | |||
27 | 27 | Single form field for multiple database fields | Forms | |||
22317 | 22317 | âś… | Wrong default value for handler400 in django.conf.urls utility functions | Documentation | ||
14800 | 14800 | Development server should NOT elide favicon from the logs | Core (Management commands) | |||
14461 | 14461 | Allow to use other translation languages than just the ones available in Django | Internationalization | |||
937 | 937 | Autoreload reloads for every request. | Core (Management commands) | |||
23 | 23 | Add support for ValidationWarning | Forms | |||
14396 | 14396 | Admin generates a query burst on ForeignKey with null = True | contrib.admin | |||
14300 | 14300 | manage.py sqlcustom fails if models are in a submodule | Core (Management commands) | |||
14857 | 14857 | has_results cleanup | Uncategorized | |||
14253 | 14253 | TIME_ZONE not respected by Today and Now widgets in admin | contrib.admin | |||
25 | 25 | Filtering interface on ForeignKey <select> boxes | contrib.admin | |||
14802 | 14802 | feature request: add a method to Fields that is used to render the field as read-only | contrib.admin | |||
14540 | 14540 | Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico | Internationalization | |||
14057 | 14057 | Expose an interface for custom-escaping template content | Template system | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | 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 | |||
14175 | 14175 | Comment object's user_name field too short for User.get_full_name | contrib.comments | |||
14970 | 14970 | Inconsistency in handling of managed/unmanaged transactions | Database layer (models, ORM) | |||
14139 | 14139 | Feature Request: distinct() should support field names | Database layer (models, ORM) | |||
14373 | 14373 | annotate() will gladly delete your data | Database layer (models, ORM) | |||
14571 | 14571 | Update jQuery | contrib.admin | |||
14342 | 14342 | Part 2 of the Tutorial -- path format for TEMPLATE_DIR | Documentation | |||
14976 | 14976 | Add is_html flag to contrib.messages | contrib.messages | |||
14039 | 14039 | FileField special-casing breaks MultiValueField including a FileField | Forms | |||
14678 | 14678 | Users are able to add more than one page to the same url | contrib.flatpages | |||
361 | 361 | Some Basic Math Filters | Template system | |||
14967 | 14967 | django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 | Documentation | |||
14829 | 14829 | URL dispatcher documentation with class-based generic views | Documentation | |||
14686 | 14686 | ORM support for VoltDB | Database layer (models, ORM) | |||
14026 | 14026 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | |||
14681 | 14681 | Uploaded files should not set mode to None | File uploads/storage | |||
1 | 1 | Create architecture for anonymous sessions | Core (Other) | |||
409 | 409 | Add support for sqlrelay backend, to pool DB connections | Database layer (models, ORM) | |||
596 | 596 | Allow Django to be packaged as a Python egg | Core (Other) | |||
14527 | 14527 | GeoDjango docs shouldn't recommend PostgreSQL 8.3 | Documentation | |||
14574 | 14574 | Initial values support for inline model formsets | Forms | |||
14294 | 14294 | default input_format not honoroed | Documentation | |||
14806 | 14806 | No template tag to support contextual translations | Internationalization | |||
14555 | 14555 | Session loss with psycopg2 db backend | contrib.sessions | |||
14597 | 14597 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | |||
14138 | 14138 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | |||
14579 | 14579 | Use built-in sessions middleware for entirely cookie-based sessions | contrib.sessions | |||
14060 | 14060 | PostGISAdapter needs to properly cast input for comparisons on geography columns. | GIS | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
14386 | 14386 | Standardize Site/RequestSite access; looser coupling of sites framework in contrib | Contrib apps | |||
14249 | 14249 | Inactive users have less permissions then anonymous users with custom backend | contrib.auth | |||
14735 | 14735 | Wrong plural formulation in search_form.html | contrib.admin | |||
14604 | 14604 | Ubuntu documentation for geospatial/Postgres is out of date | GIS | |||
14570 | 14570 | New format character to represent locale-specifc alternative month names | Internationalization | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14301 | 14301 | django crashes on email address that passed validate_email() (utf8-tld) | Core (Mail) | |||
14000 | 14000 | Removal of obsolete "versionadded" tags | Documentation | |||
14755 | 14755 | Wsgi Error | HTTP handling | |||
14702 | 14702 | Add a "needs info" state to tickets | *.djangoproject.com | |||
14685 | 14685 | contrib.sessions.models has incompatible or extraneous code | contrib.sessions | |||
14248 | 14248 | Date and DateTime fields, auto_now_add and PostgreSQL | Database layer (models, ORM) | |||
14187 | 14187 | Add support for bpython in django-admin.py shell | Core (Management commands) | |||
14349 | 14349 | Add Belgium (be) localflavor | contrib.localflavor | |||
14299 | 14299 | Add additional cache.*_many functions | Core (Cache system) | |||
14661 | 14661 | A couple of MySQL/MyISAM test failures | Testing framework | |||
14524 | 14524 | Accessing /static/ in a new project shows simplistic 404 error page | Contrib apps | |||
14002 | 14002 | filesizeformat filter only supports up to GB | Template system | |||
14403 | 14403 | Missing/incomplete documentation for FloatField? | Documentation | |||
14543 | 14543 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | |||
14652 | 14652 | Sessions seem to be improperly using Pickle to hash a dictionary | contrib.sessions | |||
14749 | 14749 | add __enter__ and __exit__ to django.core.files.File | File uploads/storage | |||
14572 | 14572 | Minor fix for generic inline formsets | contrib.contenttypes | |||
14605 | 14605 | method similar to HttpRequest.is_ajax() to detect flash | HTTP handling | |||
14132 | 14132 | Feedgenerator doesn't support dates before 1900 | Contrib apps | |||
14809 | 14809 | Broken login related tests after r14733 | contrib.auth | |||
14955 | 14955 | URLField validation should use HEAD requet instead of GET | Core (Other) | |||
14545 | 14545 | ValidationError missing from Exceptions Reference docs | Documentation | |||
14984 | 14984 | ClearableFileInput generates invalid XHTML | Forms | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
14390 | 14390 | set_password functionality outside of the User model | contrib.auth | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14206 | 14206 | contrib:admin dynamic list_display support | contrib.admin | |||
14082 | 14082 | modelform_factory should use the form's metaclass | Forms | |||
14045 | 14045 | makemessage miss some gettext in javascript | Internationalization | |||
14903 | 14903 | wsgiref usage | HTTP handling | |||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
14733 | 14733 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | |||
14101 | 14101 | Localized DecimalField doesn't accept localized input | Internationalization | |||
14818 | 14818 | cycle tag is not safe | Template system | |||
14677 | 14677 | tests.py cannot be split to package always | Testing framework | |||
14969 | 14969 | To have a way to modify third part model classes | Database layer (models, ORM) | |||
14989 | 14989 | Allow serializers to non ovewrite fixtures objects if they are marked as non overridable | Core (Serialization) | |||
14339 | 14339 | Enable testing when you can't create/destroy databases | Testing framework | |||
14724 | 14724 | Auth Password Reset View depends on Integer user ID, | contrib.auth | |||
14104 | 14104 | Allow joined field in F()s | Database layer (models, ORM) | |||
14067 | 14067 | _perform_unique_checks, _perform_date_checks broken for subclasses | Database layer (models, ORM) | |||
14320 | 14320 | MySQL documentation needs to note lack of support for timezone info... | Documentation | |||
14937 | 14937 | US localflavor postal abbreviations | contrib.localflavor | |||
14439 | 14439 | Improve documentation on how to run the GIS test suite | GIS | |||
14865 | 14865 | Various RO localflavor fields don't handle EMPTY_VALUES correctly | contrib.localflavor | |||
14864 | 14864 | ROCIFField in localflavor has a bad regex | contrib.localflavor | |||
14892 | 14892 | python manage.py shell | Core (Other) | |||
14884 | 14884 | Visible form <input>s and <textarea> should use the "required" attribute | Forms | |||
14826 | 14826 | Accentuated filename upload | File uploads/storage | |||
14777 | 14777 | The "Generating CSV" doc should mention Unicode issues. | Documentation | |||
14561 | 14561 | Missing step in tutorial | Documentation | |||
14443 | 14443 | Oracle backend returns wrong test database name | Database layer (models, ORM) | |||
14654 | 14654 | Cannot make documentation in single HTML file format | Documentation | |||
14575 | 14575 | Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms | Documentation | |||
14085 | 14085 | DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings | Documentation | |||
14510 | 14510 | Django admin doesn't consider settings.LOGIN_REDIRECT_URL | Contrib apps | |||
14377 | 14377 | Add site to the context of the logout view | contrib.auth | |||
14295 | 14295 | Saving an object with a custom manager results in IntegrityError | Uncategorized | |||
14361 | 14361 | problem with logging | Uncategorized | |||
14314 | 14314 | Import error on installation of Django 1.2.3 | Uncategorized | |||
14203 | 14203 | Manual schema specification for tables is not compatible with index creation statements | Database layer (models, ORM) | |||
14137 | 14137 | Django ORM adding unwanted parens when using extra() | Uncategorized | |||
14086 | 14086 | Tests don't pass on Python 2.4 because of a try/except/finally | contrib.sessions | |||
14064 | 14064 | Correct spelling of Argentinian Spanish in global_settings.py | Core (Other) | |||
14062 | 14062 | Correcting Python version requirement on FAQ install page | Documentation | |||
14025 | 14025 | Flush command not fully supporting multi database support | Uncategorized | |||
607 | 607 | Admin option to show/hide fields | contrib.admin | |||
313 | 313 | PhoneNumberField should accept international format numbers | Internationalization | |||
571 | 571 | SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 | contrib.admin | |||
172 | 172 | Twisted (twisted.web2) support for Django | Tools | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
22 | 22 | [patch] FileUploadField should allow for clearing the field | contrib.admin | |||
376 | 376 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | |||
24 | 24 | edit_inline support for OneToOne relationships | Metasystem | |||
245 | 245 | Remove old ordering syntax | Metasystem | |||
708 | 708 | search for meta.IPAddressField with postgresql backend is broken (admin) | Database layer (models, ORM) | |||
653 | 653 | setup.py doesn't create django/contrib/admin/templates/ | contrib.admin | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
566 | 566 | No mention about using quotes to ignore variable resolution in templates. | contrib.admin | |||
616 | 616 | [patch] process_exception middleware extension | Core (Other) | |||
231 | 231 | [patch] Make appropriate model fields honor max_length param | Metasystem | |||
460 | 460 | Patch for get_table_list() for SQLite3 | Database layer (models, ORM) | |||
48 | 48 | Unit tests for MySQL support | Database layer (models, ORM) | |||
236 | 236 | Add support for deleting cookies easily | Core (Other) | |||
886 | 886 | timesince breaks on the current time | Tools | |||
851 | 851 | New SQL query API | Database layer (models, ORM) | |||
601 | 601 | Unique_together documentation update | Documentation | |||
517 | 517 | Error message with django-admin.py : "The database couldn't be initialized." set_isolation_level | Core (Management commands) | |||
476 | 476 | use vars values in template {{}} dotted style | Template system | |||
508 | 508 | max_age for cookies doesn't work in safari (and perhaps not IE) | Core (Other) | |||
398 | 398 | [patch] {%define VAR as%}VALUE{%in%} tag | Template system | |||
438 | 438 | marking the field null=True it does not seems to work | contrib.admin | |||
362 | 362 | Anonymous sessions should try to prevent session-stealing | Core (Other) | |||
273 | 273 | [patch] Password salt and other algorithms support | Core (Other) | |||
240 | 240 | get_callback() improvements | Core (Other) | |||
254 | 254 | can't download the files | *.djangoproject.com | |||
225 | 225 | MS SQL Server via ADO | Database layer (models, ORM) | |||
173 | 173 | How do I start Django's in built webserver? | Documentation | |||
146 | 146 | Change order_by and ordering parameters to be less verbose | Database layer (models, ORM) | |||
251 | 251 | [patch] Add "AND" and "OR" clauses to the SQL query syntax | Metasystem | |||
216 | 216 | sqlite3 broken post rev 329 | Metasystem | |||
187 | 187 | Uknown error with ordering in the admin interface | contrib.admin | |||
75 | 75 | Add support for recursive ManyToManyFields | Metasystem | |||
35 | 35 | django-admin.py init problem for postgresql 8.0.3/win32 | Database layer (models, ORM) | |||
77 | 77 | The PostgreSQL code should use schemas instead of prefixes for namespaces. | Database layer (models, ORM) | |||
171 | 171 | Bug, I think, in foreign keys and SQLite | Database layer (models, ORM) | |||
200 | 200 | Add a Decimal type and a Currency type | Database layer (models, ORM) | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
5 | 5 | Add a cache=NUM_SECONDS argument to QuerySet | Metasystem | |||
393 | 393 | [patch] Filters don't take the str() value of a var | Core (Other) | |||
547 | 547 | [patch] XMLRPC support for django | Tools | |||
924 | 924 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | |||
720 | 720 | Added methods to ObjectPaginator for getting the numbers of first and last object on page | Core (Other) | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
529 | 529 | Add support for GenericForeignKey | Contrib apps | |||
81 | 81 | Setting primary_key=True on an non-integer field isn't yet supported | contrib.admin | |||
329 | 329 | RSS framework needs an easier interface | contrib.syndication | |||
435 | 435 | Exception thrown out when doing do_html2python | Core (Other) | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
584 | 584 | [patch] fix many-to-many with non-default pks. | Metasystem | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
327 | 327 | Metasystem should support more than one ManyToMany relationship | Metasystem | |||
87 | 87 | [patch] Oracle database support | Database layer (models, ORM) | |||
241 | 241 | Add a django.contrib.markup app | Core (Other) | |||
395 | 395 | [patch] New session middleware for browser-session length cookies | Core (Other) | |||
618 | 618 | [patch] (reopened) Support for non-standard database port | Database layer (models, ORM) | |||
316 | 316 | Error while logging into Admin site since revision 487 | contrib.admin | |||
515 | 515 | [patch] additional set of cache backends | Core (Cache system) | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
321 | 321 | Revision 494 breaks MySQL | Database layer (models, ORM) | |||
707 | 707 | Add support for optional filter arguments | Template system | |||
119 | 119 | Serving media | Core (Other) | |||
550 | 550 | [patch] Modify admin site to remove apps, modules, actions that the user does not have permissions for. | contrib.admin | |||
40 | 40 | Attempt to set a many to many relation throws exception unless model specifies ordering. | Database layer (models, ORM) | |||
199 | 199 | CharField should raise an exception when maxlength is not specified | Metasystem | |||
539 | 539 | Support for strides in the slice filter. | Core (Other) | |||
644 | 644 | SQL Server DB backend: Rev 940 test results | Database layer (models, ORM) | |||
350 | 350 | "offset" keyword does not work on MySQL 3.x | Database layer (models, ORM) | |||
379 | 379 | Add OS, Python version, database version fields to ticket tracker | *.djangoproject.com | |||
78 | 78 | Add a test suite for core functionality | Tools | |||
495 | 495 | manipulators inherit from admin | Metasystem | |||
911 | 911 | [patch] Make template system scoped to the parser | contrib.admin | |||
598 | 598 | [patch] Include tag | contrib.admin | |||
502 | 502 | [patch] added category to feed items | contrib.syndication | |||
750 | 750 | i18n should ideally respect the languages supported on a per-application basis | Tools | |||
582 | 582 | [patch] Load templates from application eggs | Template system | |||
356 | 356 | [patch]: simple XML-RPC support for Django | Core (Other) | |||
291 | 291 | Installation problems | contrib.admin | |||
645 | 645 | [patch] Replace _module_-prefix and module_constants with "class MODULE" | Core (Other) | |||
272 | 272 | Error while executing | contrib.admin | |||
650 | 650 | render_to_response uses Context instead DjangoContext | Template system | |||
411 | 411 | CursorDebugWrapper does not support pyformat paramstyle. | Database layer (models, ORM) | |||
226 | 226 | MetaWeblog API Support | Core (Other) | |||
300 | 300 | ImportError in simple setup | Core (Other) | |||
593 | 593 | [patch] Fulltext search support in Django | Database layer (models, ORM) | |||
554 | 554 | RSS feeds are not valid due to missing timezone in pubdates | contrib.syndication | |||
949 | 949 | [patch] include template tag should support select_template type list | Template system | |||
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) | |||
309 | 309 | tables with 'class' in them translate to 'classs' messing up inserts | contrib.admin | |||
674 | 674 | ImageField display use undocumented thumbnails for change_list display | contrib.admin | |||
372 | 372 | problems loading custom filters? | Template system | |||
450 | 450 | [patch] Give generic views support for dynamic lookup keywords | Generic views | |||
966 | 966 | [patch] add 'not'-variants to some lookup kwargs | Core (Other) | |||
982 | 982 | [patch] Comparing objects by negation should work | Database layer (models, ORM) | |||
945 | 945 | not translated parts in admin Javascript | Translations | |||
766 | 766 | [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present | contrib.admin | |||
479 | 479 | [patch] Implement timezone-formats in date-formatting | Database layer (models, ORM) | |||
570 | 570 | formfields.SelectField doesn't select correct value for ForeignKey | Core (Other) | |||
478 | 478 | error with sqlite and admin | contrib.admin | |||
434 | 434 | Does runserver takes 2 arguments? | Core (Other) | |||
354 | 354 | Unit tests fail with old version of MySQLdb | Tools | |||
352 | 352 | django-admin MySQLdb error | Tools | |||
164 | 164 | mysql/pgsql not implemented in django.core.cache? | Core (Cache system) | |||
176 | 176 | Database settings should not be kept in settings.main for ease of packaging. | Tools |