mal

(mal)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (866) Reporter (3) Owner (0) Commenter (35) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
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)
34975 34975 aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34609 34609 Deprecate format_html calls without args or kwargs Utilities
34856 34856 1 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)
14631 14631 Provide paginating for date-based generic views Generic views
34479 34479 Support "watchfiles" in the autoreloader Utilities
27587 27587 Document str(QuerySet.query) Documentation
27106 27106 Document which template filters can be used in Python code (and how) Documentation
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
27580 27580 add special field for storing content types contrib.contenttypes
34125 34125 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
34502 34502 Union giving wrong column ordering even when using .values/.values_list Database layer (models, ORM)
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
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)
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
34613 34613 add support for Partitioned cookies HTTP handling
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
34059 34059 Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. Database layer (models, ORM)
14974 14974 Add support for translation backends other than gettext Internationalization
27747 27747 Add signals for Django management commands Core (Management commands)
27325 27325 Offer a solution for static file serving suitable for production use Core (Other)
14831 14831 Django Template Style Guide Documentation
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
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)
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34936 34936 db_default with decimal.Decimal() crashes on SQLite. Database layer (models, ORM)
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34982 34982 Visual regression for helptext at certain screen sizes contrib.admin
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34992 34992 MariaDB does not support functional group by dependencies Database layer (models, ORM)
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34991 34991 Wrong layout of pagination buttons with editable list in the admin. contrib.admin
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34987 34987 "Expression contains mixed types" exception when performing window function on query that also has aggregates. Database layer (models, ORM)
34985 34985 Migrations raise AppRegistryNotReady when GeneratedField references incorrect fields. Database layer (models, ORM)
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
14810 14810 Admin inline templates need blocks contrib.admin
34717 34717 Cannot use aggregate over window functions since 4.2 Database layer (models, ORM)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34970 34970 Unclear wording in password validator docs Documentation
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
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)
34457 34457 makemigrations --check no longer prints the changes Migrations
34953 34953 CSRF verification fails even with CSRF middleware commented out CSRF
34941 34941 db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. Database layer (models, ORM)
34942 34942 Add icontains support for PostgreSQL ArrayField Database layer (models, ORM)
34932 34932 Setting deterministic Postgres collations incorrectly disallows use of varchar_pattern_ops and text_pattern_ops Migrations
34935 34935 makemigrations --check no longer reports pending migrations Migrations
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
34903 34903 Parallel test runner failure on Windows Testing framework
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
34905 34905 Main landmark is on the wrong element contrib.admin
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)
34892 34892 Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled contrib.staticfiles
14761 14761 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
34878 34878 Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". Template system
34877 34877 KeyError for output_field in GeneratedField Database layer (models, ORM)
34874 34874 Add table_exists() to optimize checks for django_migrations table. Database layer (models, ORM)
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34867 34867 [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie Internationalization
34859 34859 Format SQL code prodcued by sqlmigrate Migrations
34845 34845 Slow query when using exclude Database layer (models, ORM)
34828 34828 DateTimeField breaks when given datetime that would be invalid in UTC Database layer (models, ORM)
34752 34752 ASGI http.disconnect not handled for streaming responses HTTP handling
34829 34829 Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. File uploads/storage
34815 34815 urls file in startapp command Core (Management commands)
34730 34730 Add an assertMessages assertion contrib.messages
34803 34803 Nested OuterRef crashes with AttributeError Database layer (models, ORM)
34807 34807 importing `django.forms` causes circular import error Forms
34787 34787 The 'runserver' command doesn't work when run from an installed script on Windows Core (Management commands)
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34744 34744 Migration re-add constraints when check condition contains a dict_keys object. Migrations
34779 34779 Serializer makes unnecessary joins Core (Serialization)
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
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34772 34772 Exception with psycopg3 binary package on Ubuntu 20.04 Database layer (models, ORM)
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34692 34692 django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. Forms
34766 34766 utils.text: slugify misses "l" when converting "ł" Utilities
34754 34754 CheckConstraint with isnull lookup on JSONField transform None into null jsonb value Database layer (models, ORM)
34750 34750 Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. Database layer (models, ORM)
34748 34748 __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. Database layer (models, ORM)
34747 34747 Django hangs on async views with asycio.gather and an async ORM call Database layer (models, ORM)
14845 14845 Document connection-creation process Documentation
34749 34749 acreate function signature in docs is incorrect Documentation
34723 34723 `TypeError` when loading a Django app with incorrect type of `choices` Database layer (models, ORM)
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34705 34705 BoundField.as_widget() ignores aria-describedby in attrs argument Forms
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34683 34683 get_object_or_404 and get_list_or_404 custom messaging HTTP handling
34678 34678 README.rst does not mention the Django Discord or Django forum Documentation
34676 34676 Normalise MeasureBase unit not found exceptions to use AttributeError GIS
34674 34674 Updating the file contents of a Django FileField during upload results in I/O error File uploads/storage
34666 34666 Mysql issue using afirst "The client was disconnected by the server because of inactivity" Database layer (models, ORM)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34665 34665 CreateModel with manually added RenameField crashes on SQLite. Database layer (models, ORM)
34628 34628 RelatedFieldWidgetWrapper link icons are very hard to see contrib.admin
34638 34638 Rows are selected if BooleanField is in list_editable contrib.admin
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34602 34602 Fail gettext when no translation file is found or when no msgid is found in the given translation file Internationalization
34630 34630 Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files Internationalization
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
34605 34605 Add distinct support for ListFilters contrib.admin
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
27925 27925 Document how to deploy using pip installed mod_wsgi Documentation
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34587 34587 Allow to override table2model conversion for inspectdb command Core (Management commands)
34588 34588 404 error in default_urlconf.html Core (Other)
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34565 34565 Add acheck_password() async method. contrib.auth
34350 34350 WSGIRequest crashes when "wsgi.input" is None. Core (Other)
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34557 34557 Time-based model field cleaning and TypeErrors Database layer (models, ORM)
34552 34552 Delaying get_from_clause call as much as possible. 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)
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
34527 34527 Unexpected behavior with division in aggregation Database layer (models, ORM)
34520 34520 ModelAdmin.fields: wrapping in tuples does not have any effect (each field on separate line) contrib.admin
34386 34386 Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings Core (Mail)
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34486 34486 SearchHeadline crashes without an active connection. contrib.postgres
34482 34482 Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy. HTTP handling
34464 34464 QuerySet.count() regression on Django 4.2 with values() and annotate() Database layer (models, ORM)
34465 34465 Handle malformed CSRF cookie CSRF
34466 34466 Django 4.2 overwrites user-specified psycopg cursor_factory Database layer (models, ORM)
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34458 34458 QuerySet.defer('user_id') raises AttributeError: 'ForeignKey' object has no attribute 'field' Database layer (models, ORM)
34434 34434 psycopg 3 cursor.execute no longer accepts Python tuple binding Database layer (models, ORM)
34454 34454 Connection failed with error message "FATAL: password authentication failed for user 'user'" Database layer (models, ORM)
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
34383 34383 Layout error in Admin when using help_text Template system
34444 34444 Summing through a One-to-Many relationship on the property of a JSONField fails Database layer (models, ORM)
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
34316 34316 Visual regressions in admin's change password form contrib.admin
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34420 34420 Migration import ordering violates coding style and isort defaults Migrations
14832 14832 Impossible to create inline objects if form validates but is unchanged contrib.admin
34404 34404 1 Incorrect documentation about content type set by FileResponse object Documentation
34414 34414 2 Connection to SMTP server not closed after exception Core (Mail)
34405 34405 1 Improper guessing of Mime Type for "br" and "Z" file types HTTP handling
34412 34412 TLS/SSL sending mail fails in some servers Core (Mail)
34410 34410 Adding database dynamically breaks in Django 4.1+ Database layer (models, ORM)
34401 34401 Inconsistent behavior for refresh_from_db() with GenericForeignKey contrib.contenttypes
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
27559 27559 Admin changelist turns GET QueryDict into dict which may lose parameters contrib.admin
34384 34384 SECRET_KEY_FALLBACKS is not used for sessions contrib.auth
34363 34363 floatformat() crashes on "0.0000" Template system
34356 34356 Memory leak when generating PDFs Core (Other)
34346 34346 QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. Database layer (models, ORM)
34342 34342 The test async_client is not consuming async StreamingResponse generators properly Testing framework
34340 34340 Apparently wrong table name? Database layer (models, ORM)
34336 34336 Reverting a migration with `replaces = [...]` set does not revert it Migrations
34318 34318 Add a release note that makemessages no longer changes .po files when up to date. Documentation
34332 34332 Migrations for fields with model-referencing defaults break later Database layer (models, ORM)
34303 34303 Admin Site shall filter LogEntries by registered models contrib.admin
34319 34319 Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. Database layer (models, ORM)
34313 34313 Thousands separator for Spanish language is incorrect Internationalization
34304 34304 Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL Database layer (models, ORM)
34283 34283 Missing parameter escaping in admin filters.js contrib.admin
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34254 34254 Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. Database layer (models, ORM)
34291 34291 Validation of UniqueConstraint with ordered expressions crashes. Database layer (models, ORM)
34278 34278 Missing ngettext call in SelectFilter2.js Internationalization
34279 34279 Certain character causes django admin to misfunction Database layer (models, ORM)
34242 34242 Behavior of Model.delete() with regards to primary_key fields is not documented Documentation
34267 34267 QuerySet.union() crashes with IndexError when getting cached results. Database layer (models, ORM)
34266 34266 Add ClosestPoint function to GeoDjango GIS
34272 34272 floatformat() crashes on "0.00". Template system
34268 34268 Internationalization does not localize functional model choices Internationalization
34247 34247 Cannot resolve operation dependencies Migrations
34244 34244 Allow overriding error params in BaseValidator Core (Other)
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 2 Resolve load type-hinted objects in views Generic views
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34213 34213 Update PostgreSQL package names in docs Documentation
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
34203 34203 Drop support for psycopg2 2.8 Database layer (models, ORM)
34172 34172 Documentation of AdminSite.get_urls() encourages security vulnerabilities contrib.admin
34095 34095 Form controls in admin should use heights in relative units contrib.admin
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34064 34064 USE_THOUSAND_SEPARATOR docs clarification of override by locale Documentation
34171 34171 QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. Database layer (models, ORM)
34163 34163 ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured Uncategorized
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
891 891 customize table name prefixes Database layer (models, ORM)
27849 27849 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
34088 34088 Sitemaps without items raise ValueError on callable lastmod. contrib.sitemaps
27654 27654 Propogate alters_data value to subclasses Core (Other)
34138 34138 Adding ManyToManyField on SQLite rebuilds table. Migrations
34128 34128 django re-using the name of a squashed migration leads to CircularDependencyError Database layer (models, ORM)
34098 34098 Filter floatformat drops precision in decimal numbers Template system
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34108 34108 Warning message not visible in Dark mode Documentation
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)
34102 34102 Admin list view `word-break: break-word;` contrib.admin
34093 34093 Admin theme switcher icon should resize according to browser font size contrib.admin
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
34096 34096 I might came across a bug when updating to the latest version of postgis contrib.postgres
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34058 34058 Widening AutoField to BigAutoField, fails to widen the sequence. Database layer (models, ORM)
34062 34062 object HttpResponseNotAllowed can't be used in 'await' expression Generic views
34010 34010 Parallel tests don't work with spawn. Testing framework
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34057 34057 Validation of DecimalField Database layer (models, ORM)
34049 34049 Admin - Scrollbar appears without overflowing content contrib.admin
34026 34026 WKBReader.read() crashes on strings. GIS
34033 34033 Admin light/dark theme switch needs to convey its state for screen reader users contrib.admin
34023 34023 inlines variable not bound in loop in ModelAdmin._create_formsets contrib.admin
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery Database layer (models, ORM)
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34016 34016 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
34014 34014 DecimalValidator fails to validate 0 in scientific notation (0E+1 or 0E+2) Core (Other)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
18887 18887 LineString array method (property) returns different data type without and with NumPy installed GIS
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27550 27550 add version of GEOSGeometry.normalize() that returns new geometry GIS
27961 27961 Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored HTTP handling
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
14586 14586 Make interpolate JS function not require the named parameter. Internationalization
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27864 27864 Limit the number of terms in an admin search contrib.admin
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
14844 14844 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
27734 27734 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
19 19 Automatically generate JavaScript form validation Validators
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27827 27827 Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries Template system
27807 27807 Overriding username validators doesn't work as documented contrib.auth
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
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
27906 27906 assertInHTML('<a/><b/>', '<a/><b/><c/>') fails Testing framework
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
14317 14317 numberformat.format produces wrong results Internationalization
27719 27719 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
27708 27708 Relation between tables in different schemas with big names Migrations
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
27160 27160 Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser Documentation
14408 14408 Admin Error when subclassing ContentType for generic Relations contrib.admin
17 17 1 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14071 14071 Row duplicated when modifying PK contrib.admin
14218 14218 Paginator just implement the __iter__ function Core (Other)
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
14129 14129 Slovenian translation plural-forms Internationalization
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
27486 27486 intword and filesizeformat filters shouldn't pass non-integers to gettext Template system
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
14688 14688 BaseInlineFormSet does not support "auto_id" Forms
14808 14808 i18n is not safe. Documentation
14009 14009 custom formset validation documentation is incomplete Documentation
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
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)
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27899 27899 Phrase search query for Postgres full text search contrib.postgres
27398 27398 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
27728 27728 Allowed overriding admin templatetag's templates. contrib.admin
27656 27656 Fix comment verb style according to PEP 257 Core (Other)
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
27267 27267 1 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27657 27657 Getting crash when using the runserver command on Windows 10 in PowerShell following update to Python 3.6 Utilities
14807 14807 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
27546 27546 Replace hardcoded class names in __repr__-methods Core (Other)
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
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
27858 27858 Stop read-only management commands from attempting to create a django_migrations table Migrations
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
27953 27953 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27777 27777 File object does not consistently open itself in context manager use File uploads/storage
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27554 27554 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
14149 14149 LIKE clauses fail in Oracle 9.2.0.7 Database layer (models, ORM)
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27183 27183 JSONField improperly escaped in admin interface during normal usage contrib.postgres
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27986 27986 Change BaseModelForm dictionary variable object_data to be OrderedDict Forms
27958 27958 CSRF_COOKIE reset while requesting a broken relative URL over HTTPS CSRF
27976 27976 label_from_instance fails silently: form field disappears. Forms
27966 27966 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27915 27915 Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes Database layer (models, ORM)
27949 27949 Document how OpenLayers 3 widgets work Documentation
27939 27939 GeoDjango - map doesn't show correct point in admin GIS
27890 27890 runtests.py cleanup exception on Python 3.6 Core (Other)
27935 27935 BrinIndex crashes if name > 30 characters contrib.postgres
27538 27538 Value of JSONField is being re-encoded to string even though being already encoded contrib.postgres
27937 27937 Potential issue with field.queryset._result_cache persisting Forms
27907 27907 DecimalFields don't work with initial Forms
27887 27887 TypeError when namespaced urlconf included from non-namespaced one Core (System checks)
27862 27862 Exists() feature generates invalid SQL query on postgres backend Database layer (models, ORM)
27873 27873 setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple Testing framework
27874 27874 URL namespacing warning (urls.W005) does not consider nested URL namespaces Core (System checks)
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
27837 27837 After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old Uncategorized
27820 27820 3 RequestDataTooBig/TooManyFields fail to render the debug page HTTP handling
27832 27832 contenttypes migration not following the doc on hints naming contrib.contenttypes
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
27537 27537 Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 Core (Management commands)
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27821 27821 Documentation of the return value of clean_<fieldname>() could be clarified Documentation
27815 27815 contrib.auth.views.LoginView doesn't pass request object to AuthenticationForm contrib.auth
27817 27817 Jsonfield duplicating records in production database after running manage.py test Database layer (models, ORM)
27805 27805 ClearableFileInput's "Clear" checkbox on model fields with a default doesn't work Forms
27812 27812 When there is a DateTimeField django does not group by Database layer (models, ORM)
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
14606 14606 Application module imported twice when running development server Core (Other)
27758 27758 Template widget rendering breaks the AdvancedModelIterator pattern Forms
27780 27780 makemigrations on custom user model Migrations
27763 27763 Docs: check invalid csrftoken on CSRF_FAILURE_VIEW Documentation
27762 27762 Concurrency Safety Documentation Documentation
27632 27632 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
14153 14153 Redirects fail if URL has appended query string Contrib apps
27297 27297 infinite AlterField migrations created for foreign key after case-only model name change Migrations
27735 27735 l10n is applied to Select widget's choices after template-based widget rendering Documentation
27663 27663 Make Index.create_sql() and SchemaEditor._create_index_sql() return SQL parameters as well Migrations
27723 27723 `type` is not propagated correctly to widgets in MultiWidgets Forms
27712 27712 Input widget removes `type` from `attrs`. Forms
27714 27714 Small visual artifact when clicking inline edit button in admin contrib.admin
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27658 27658 collectstatic overwrites newer files in remote storage contrib.staticfiles
27672 27672 Trouble saving specificly shaped GeometryCollection to spatialite backend GIS
27637 27637 timeuntil, timesince breaks in leap year edge case Utilities
27641 27641 Document limitations of the Locmem cache backend Documentation
27638 27638 Rollback data changes made inside templates Template system
27647 27647 runserver segfaults with autoreload enabled on Windows 10 Core (Management commands)
27643 27643 ModelAdmin.save_as is ignored contrib.admin
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27377 27377 2 Clarify that prepopulated_fields doesn't work with OneToOneField Documentation
27613 27613 BaseInlineFormSet is validating form for extra forms Forms
27593 27593 Template traceback, doesn't account for {% include ... %} tags. Template system
27567 27567 Technical exception page/emails crash when the database is down Error reporting
27552 27552 add docs/tests for GEOSGeometry.normalize() GIS
27526 27526 test_fuzzy_compiling failing on a machine with 64 cores Internationalization
27525 27525 Revert to previous migration automatically after failure when using MySQL backend Migrations
27527 27527 How to enable login for a custom written authentication backend contrib.auth
27394 27394 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27496 27496 Iterating over ModelChoiceField with RadioSelect widget duplicates query Forms
27476 27476 model Integer fields (and derivatives) do not raise a ValidationError while other types do Database layer (models, ORM)
27474 27474 Classes attribute in admin.TabularInline contrib.admin
27478 27478 JSONB_AGG is not available in PostgreSQL 9.4 contrib.postgres
27420 27420 Oracle DB test user password must be quoted if it starts with a number Database layer (models, ORM)
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27346 27346 3 Stop setting the Content-Length header in ConditionalGetMiddleware HTTP handling
27411 27411 Django namespaced reverse not working in test environment Testing framework
27385 27385 Error in QuerySet.bulk_create() on PostgreSQL when objs length is a multiple plus one of batch_size Database layer (models, ORM)
27361 27361 Use "from django import forms" in forms api examples Documentation
27351 27351 Add support for composite fields Database layer (models, ORM)
27123 27123 prefetch_related return mistaken result Database layer (models, ORM)
27323 27323 Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG Database layer (models, ORM)
27244 27244 Incorrect thousand separator for the Greek locale (el) Internationalization
27306 27306 Document relation between auto_now/auto_now_add and timezones Documentation
14904 14904 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
27186 27186 Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 Forms
27271 27271 ServerFormatter should handle simple string messages with or without args Utilities
27277 27277 Error in generation of SQL query when have a ForeignKey with Model with ChoiceField Database layer (models, ORM)
27265 27265 Using @admin.register causes failure when AdminModel constructor is overriden contrib.admin
27158 27158 Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages contrib.admin
27245 27245 can't revert migration with index_together with one field Database layer (models, ORM)
14284 14284 Support for Google Maps version 3 GIS
27178 27178 ImageField when default provided in model, it's impossible to change the value. Forms
27220 27220 MultiWidget not considered in form submit Forms
27180 27180 Check for sql_mode fails during migration with special database connections Database layer (models, ORM)
27110 27110 makemigrations shouldn't create `django_migrations` table in external databases Migrations
27142 27142 makemigrations fails on special database connections Migrations
27163 27163 Unable to specify multiple pythonpath in django-admin Core (Management commands)
27154 27154 Allow comparing CallableFalse/CallableTrue with bitwise or contrib.auth
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
27044 27044 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27114 27114 Migrations: AttributeError: can't set attribute Migrations
27092 27092 MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created Migrations
27065 27065 Deferred fields not passed to inherited models' __class__.__dict__ Database layer (models, ORM)
27066 27066 Possible Memory leak while evaluating a QuerySet Database layer (models, ORM)
27014 27014 Raster support for spatial lookup breaks filtering by annotations GIS
27007 27007 Handle non-UTF-8 bytes objects for text/* attachments Core (Mail)
27037 27037 'required' attribute on prefilled ClearableFileInput prevents valid form submissions Forms
27045 27045 Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() Documentation
27035 27035 DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False Testing framework
27026 27026 Objects not fully configured after bulk_create. Database layer (models, ORM)
27004 27004 InconsistentMigrationHistory has false positives with squashed migrations Migrations
27011 27011 Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware HTTP handling
27005 27005 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
27001 27001 Regression in query counts using RadioSelect with ModelChoiceField Forms
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14485 14485 New Site.root field contrib.sites
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)
14131 14131 The pagination module should have some limit, or a warning should be given in the documentation Documentation
14098 14098 Prevent introspection errors from crashing inspectdb Core (Management commands)
14402 14402 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 Collapse in admin interface for inline related objects contrib.admin
14286 14286 Support for BigAutoField Database layer (models, ORM)
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14887 14887 select_related() does not work with Proxy models and multi-table inheritance Database layer (models, ORM)
14096 14096 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14310 14310 MySQL - collate in queries Uncategorized
14716 14716 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14476 14476 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14968 14968 handle BaseExceptions with middleware, or at least KeyboardInterrupt Core (Other)
14909 14909 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
14442 14442 During tests parse fixtures using setUpClass Testing framework
14200 14200 new RegexURLResolver is contructed for every request Core (URLs)
14196 14196 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
14601 14601 ValuesQuerySet join types not being promoted Database layer (models, ORM)
14671 14671 Allow overriding of ModelChoiceField.choices Forms
14343 14343 NoReverseMatch error message is unclear, view does exist Core (URLs)
14772 14772 Reversing a URL with optional arguments fails 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)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14483 14483 Implement subqueries in geodjango spatial lookup GIS
14834 14834 Colour issues in CSS - particularly documentation Documentation
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)
14515 14515 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
14394 14394 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
14748 14748 Missing documentation for FormPreview methods Documentation
901 901 Reload method for models Database layer (models, ORM)
14664 14664 MiddlewareNotUsed should display a warning Core (Other)
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14462 14462 Aggregates default to the database type instead of the field type Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
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)
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
14932 14932 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
14481 14481 better documentation of the default m2m "through" class Documentation
27 27 Single form field for multiple database fields Forms
14372 14372 Admin shouldn't render label tags on hidden fields contrib.admin
14003 14003 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14136 14136 Show how to specify schemas for Oracle databases Documentation
14916 14916 No proper initialization of models/signals/etc.... Core (Other)
14305 14305 inspectdb should output unmanaged model definitions Core (Management commands)
14549 14549 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14263 14263 Allow fields to support custom double-underscore lookup methods Database layer (models, ORM)
14950 14950 Javascript errors when building CHM file from django docs using Sphinx Documentation
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
14609 14609 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
14170 14170 Issue in get_language_from_request() if LANGUAGES setting is changed at runtime Internationalization
14174 14174 Support for string interpolation in lazy translation Internationalization
14511 14511 exclude() generates wrong query for ManyToManyField with a 'through' relationship Database layer (models, ORM)
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
937 937 Autoreload reloads for every request. Core (Management commands)
14658 14658 DateField initial does not honor locale, against documentation Forms
23 23 Add support for ValidationWarning Forms
14028 14028 setting db_column to same value as another column should not validate Database layer (models, ORM)
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14786 14786 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14056 14056 2 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14817 14817 ...models.sql.where.WhereNode.as_sql docstring is outdated Database layer (models, ORM)
14492 14492 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
14396 14396 Admin generates a query burst on ForeignKey with null = True contrib.admin
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
14850 14850 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT Documentation
14300 14300 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14656 14656 Atom1Feed should write atom:published element contrib.syndication
14238 14238 admin-interface and formsets: ordered_forms are not returned in case of errors contrib.admin
14958 14958 FastCGI socket permission Core (Management commands)
14857 14857 has_results cleanup Uncategorized
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14006 14006 Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ Documentation
14150 14150 [patch] a get_objects_or_404 ? Core (Other)
14945 14945 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
25 25 2 Filtering interface on ForeignKey <select> boxes contrib.admin
14894 14894 translation is not threadsafe Internationalization
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14322 14322 Please set default values for required and error css classes Forms
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
14874 14874 remove js-confirms on changelist contrib.admin
14186 14186 Adding GDirections wrapper to overlays.py GIS
14121 14121 Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key Database layer (models, ORM)
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14451 14451 add related_name to contrib.auth.models.User for 'groups' contrib.auth
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14587 14587 Model description on administrative interface contrib.admin
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
14289 14289 Add a signal in the cleanup management command Core (Other)
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)
14241 14241 instructions for creating spatial database template differ on fedora 13 (64 bit) Documentation
14571 14571 Update jQuery contrib.admin
14342 14342 Part 2 of the Tutorial -- path format for TEMPLATE_DIR Documentation
14633 14633 Reorganize settings reference docs Documentation
14879 14879 Aggregates (Min, Max) for CharField fails with Postgresql Database layer (models, ORM)
14040 14040 Python syntax errors in module loading propagate up Core (Other)
14976 14976 Add is_html flag to contrib.messages contrib.messages
14325 14325 GenericForeignKey fails if assigned to an object which implements the __len__ method contrib.contenttypes
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
14684 14684 RESTful Model View Generic views
14089 14089 Username validation allows '@' character, while auth backend explicitly prevents this. contrib.auth
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14264 14264 settings.configure has undocumented differences from using a settings module Core (Other)
14315 14315 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
361 361 Some Basic Math Filters Template system
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14967 14967 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
14282 14282 Add Guatemala to Localflavors contrib.localflavor
14400 14400 Latvian localflavor contrib.localflavor
14308 14308 Adding some fields to the Mexican local flavor. contrib.localflavor
14015 14015 django.contrib.localflavor.it added italian phone number validation contrib.localflavor
14165 14165 Transaction management is only entered for the primary database Documentation
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14829 14829 URL dispatcher documentation with class-based generic views Documentation
14449 14449 restructuredtext filter does not return the correct content Documentation
14757 14757 Add An Example For .extra(tables=[]) Documentation
14556 14556 Recommend to avoid FlatpageFallbackMiddleware unless absolutely required Documentation
14769 14769 Voting example from tutorial - use of forms API - suggestion Documentation
14885 14885 is_valid for ModelForm changes instance if instance is provided Documentation
14516 14516 Extract methods from removetags and slugify template filters Template system
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
14686 14686 ORM support for VoltDB Database layer (models, ORM)
14917 14917 Error in the sample code under "Using an inline formset in a view" Documentation
14898 14898 Move validate_sql functionality into backend Database layer (models, ORM)
14502 14502 Feature: escape hatch for colliding template syntax in Django templates Template system
14827 14827 Authentication Backends should be responsible for checking and setting passwords contrib.auth
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
14478 14478 Couple of tests make assumptions about configuration Contrib apps
14681 14681 Uploaded files should not set mode to None File uploads/storage
14886 14886 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
1 1 Create architecture for anonymous sessions Core (Other)
14836 14836 Improve semantics of docs: *.djangoproject.com
11827 11827 1 GeoQuerySet extent() method fails if contains only one object with point geometry GIS
14618 14618 unable to "inspectdb" on mysql4 database Core (Management commands)
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
14822 14822 contrib.auth docs should reference to new generic views. Documentation
596 596 Allow Django to be packaged as a Python egg Core (Other)
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
14050 14050 Signals for transaction commit/rollback Database layer (models, ORM)
14574 14574 Initial values support for inline model formsets Forms
14341 14341 Session middleware raises exception when unit testing HttpResponseForbidden Testing framework
14147 14147 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
14294 14294 default input_format not honoroed Documentation
159 159 Circular logout problem contrib.admin
736 736 [patch] QueryDict items() and mutability protection fix with doctests Core (Other)
14184 14184 Validators not called on MultiValueField Forms
14843 14843 Filter like "striptags" that also removes tag contents Template system
14964 14964 create_attachment support for unicode symbols in filename Core (Mail)
14806 14806 No template tag to support contextual translations Internationalization
632 632 database stored templates Template system
14555 14555 Session loss with psycopg2 db backend contrib.sessions
640 640 order_with_respect_to option fails Documentation
702 702 document that ManyToMany fields can't be in unique_together Documentation
14792 14792 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
638 638 changelist table is too wide on pages with filter sidebar contrib.admin
14399 14399 Site's get_current() not thread safe? Uncategorized
14438 14438 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
14496 14496 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
14292 14292 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
14202 14202 Rss201rev2Feed bug contrib.syndication
14720 14720 Settings imported twice as separate modules when manage.py is used Core (Other)
14270 14270 ManyToMany manager classes should be cached Database layer (models, ORM)
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14648 14648 Annotated date querysets fail if spatial backend is used GIS
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14947 14947 regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 Uncategorized
14961 14961 Cannot load admin interface static files when doing tutorial Contrib apps
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14640 14640 Add elapsed request time to the development server log HTTP handling
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14812 14812 Wrong processing of If-Modified-Since header Contrib apps
14972 14972 AdminEmailHandler breaks when report is missing stack trace information Core (Other)
14268 14268 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
14389 14389 Future url replacement Template system
14401 14401 Add a contributing HOWTO page for new contributors Documentation
14659 14659 Assigning floats to DecimalFields Database layer (models, ORM)
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14258 14258 Document that 1.3 has added an index to the session date field and a migration is recommended Documentation
14977 14977 contrib.admin ordering by two or more fields contrib.admin
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14403 14403 Missing/incomplete documentation for FloatField? Documentation
14697 14697 Speeding up queryset model instance creation Database layer (models, ORM)
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14055 14055 1 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14634 14634 Sessions are unnecessarily complex contrib.sessions
14467 14467 AllValuesFilterSpec does not work with Null contrib.admin
14524 14524 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14249 14249 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14354 14354 Check password is not None in User.check_password contrib.auth
14445 14445 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
342 342 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)
689 689 Honor Web server provided authentication Core (Other)
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
730 730 more explicit middlware ordering Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
14718 14718 Different attributes for DateInput and TimeInput in SplitDateTimeWidget Forms
14063 14063 Validating form file fields is hard File uploads/storage
14183 14183 Geodjango models broken with pydoc GIS
13 13 1 Related objects interface should be tighter (edit_inline) contrib.admin
14876 14876 Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN Database layer (models, ORM)
14695 14695 Field's `name` kwarg gets paved over Database layer (models, ORM)
14503 14503 Unify test for exception+message value assertion method Testing framework
14049 14049 Fixture loading should be skipped for TestCase decorated with @skip* Testing framework
14288 14288 Template filter: linebreaksbr doesn't normalize newlines Template system
14849 14849 ManyToManyField has weird behavior in 1.2 w/ multi-db Database layer (models, ORM)
14610 14610 fixtures should be able to specify their database Testing framework
14348 14348 Paginator does not handle django.db.models.sql.datastructures.EmptyResultSet Database layer (models, ORM)
14643 14643 Readonly fields in GeoDjango admins GIS
14506 14506 Crash on HEAD request Documentation
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14190 14190 images, news and keywords in sitemap.xml contrib.sitemaps
14390 14390 set_password functionality outside of the User model contrib.auth
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
811 811 IPv6 address field support Core (Other)
14029 14029 not operator on F objects silently fails Database layer (models, ORM)
14020 14020 Make HttpResponse.get work like dict.get HTTP handling
14201 14201 Add a "security overview" page to the docs Documentation
14206 14206 contrib:admin dynamic list_display support contrib.admin
14893 14893 TypeError when accessing deferred (defer(..)) geometry field when using proxy geographic model GIS
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14082 14082 modelform_factory should use the form's metaclass Forms
14045 14045 makemessage miss some gettext in javascript Internationalization
14699 14699 FormWizard tests are scattered between two test modules Testing framework
14903 14903 wsgiref usage HTTP handling
14134 14134 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14729 14729 RawQuerySet.__repr__ fails when params passed as list Database layer (models, ORM)
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14854 14854 Follow PEP 8 -- Style Guide for Python Code Core (Other)
14220 14220 Backwards-compat code in db.fields.subclassing is a bottleneck Database layer (models, ORM)
14267 14267 Trac Upgrade Tracking Ticket *.djangoproject.com
14099 14099 modelformset not using _should_delete_form Forms
14986 14986 2 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14880 14880 2 raw_id_fields in admin does not work when limit_choices_to dictionary has value=False contrib.admin
14796 14796 inspectdb producing field names which are Python keywords django-admin.py inspectdb
14240 14240 filesizeformat should localize number Template system
14991 14991 SQL injection in quote_name() Database layer (models, ORM)
14814 14814 Check for file binding in FieldFile.delete() Database layer (models, ORM)
14944 14944 Saving a model which refers to unexistent models does not spit any errors Database layer (models, ORM)
14439 14439 Improve documentation on how to run the GIS test suite GIS
14902 14902 Won't delete files with accents (or other unicode characters) Core (Other)
14837 14837 field based custom ordering Database layer (models, ORM)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14508 14508 Test suite silences warnings Testing framework
14630 14630 Oracle test tablespace disk datafile not big enough for running full Django test suite Testing framework
14231 14231 Missing index on expire_date in Session model contrib.sessions
14398 14398 runfcgi umask option should use literal value Core (Management commands)
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14227 14227 Modify contributing docs to mention the 'easy-pickings' keyword in triage Documentation
14364 14364 Admin add form, element focus script not working because of wrong id contrib.admin
14353 14353 unique_together new style is not working properly Uncategorized
14313 14313 wrong display of field title in admin contrib.admin
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14192 14192 potential issue re in memory django file uploading. Core (Other)
14189 14189 permalink docs import mistake Documentation
14112 14112 Some documentation reST fixes Documentation
14143 14143 Database problems and import error of django.contrib.messages Uncategorized
14124 14124 Cannot use a proxy model with unique_together Uncategorized
607 607 Admin option to show/hide fields contrib.admin
714 714 access to id of current user on admin contrib.admin
854 854 GUI editor for the admin interface Core (Other)
172 172 Twisted (twisted.web2) support for Django Tools
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)
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
24 24 edit_inline support for OneToOne relationships Metasystem
245 245 Remove old ordering syntax Metasystem
659 659 1 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
718 718 svn co behind stupid proxy *.djangoproject.com
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
785 785 many2many table and legacy databases. Database layer (models, ORM)
921 921 Add a "me" shortcut to UserFields contrib.admin
265 265 1 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
115 115 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
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)
893 893 "change password" and "log out" on admin site doesn't work on apache2 contrib.admin
391 391 date_based generic views might be off by one Generic views
526 526 Error when edit_inline model have unique_together constraint Database layer (models, ORM)
765 765 Simplified Chinese i18n translation file Translations
139 139 edit_inline should grow some Javascript magic to increase usability contrib.admin
744 744 `NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34; Generic views
912 912 Documentation should be updated to reflect __repr__ / __str__ split for model objects Documentation
776 776 smart+question *.djangoproject.com
851 851 1 New SQL query API Database layer (models, ORM)
486 486 [patch] Template system incorrectly persists filter arguments Template system
398 398 [patch] {%define VAR as%}VALUE{%in%} tag Template system
406 406 Typo in documentation Documentation
428 428 [patch] view for serving static files Generic views
333 333 HttpResponse should get a default charset Core (Other)
360 360 [PATCH] django-admin.py runserver only takes a port when it could also take an ip:port Core (Other)
273 273 [patch] Password salt and other algorithms support Core (Other)
276 276 [patch] new template tag 'strip' Template system
259 259 Admin errors with edit_inline and foreign keys. contrib.admin
240 240 get_callback() improvements Core (Other)
215 215 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
295 295 [patch] Add reverse counter variables to template &#34;for loops&#34; Core (Management commands)
227 227 sqlite and unicode problems Database layer (models, ORM)
198 198 istartswith doesn't work Contrib apps
163 163 Option to leave off __exact Template system
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
20 20 "Add another" for many-to-many relationships contrib.admin
77 77 The PostgreSQL code should use schemas instead of prefixes for namespaces. Database layer (models, ORM)
51 51 Create add_* methods for objects with a many-to many-relationship Metasystem
21 21 FileUploadField should allow for manual filename entry contrib.admin
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)
93 93 django-admin startproject can create invalid settings/admin.py on windows Tools
250 250 Metasystem needs a BinaryField Metasystem
639 639 Model FileFields empty on first pass through save() Core (Other)
613 613 prevent raw_post_data parsing on defined view functions Core (Other)
343 343 One-to-one relations - different primary_key Metasystem
393 393 [patch] Filters don't take the str() value of a var Core (Other)
443 443 Date's of the form 0000-00-00 don't work Database layer (models, ORM)
924 924 [patch] String filters (lower, upper, capfirst etc.) don't work with international strings contrib.admin
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
688 688 [patch] Error handlers lack context. Translations
10 10 Ordered objects should have API access to their order number Validators
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
389 389 [patch] admin interface only sorts by first ordering field contrib.admin
529 529 Add support for GenericForeignKey Contrib apps
338 338 ManyToMany fields don''t work in the generic views Generic views
581 581 RSS framework needs unit tests contrib.syndication
61 61 2 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
230 230 FloatField with MySQL Backend fails silently Database layer (models, ORM)
337 337 DateTime fields don't work in the generic views Generic views
669 669 site table Metasystem
87 87 [patch] Oracle database support Database layer (models, ORM)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
501 501 {{ block.super }} returns value of the most remote ancestor contrib.syndication
512 512 Admin list_filter doesn't work for BooleanField with MySQL contrib.admin
558 558 jnefpnev Core (Management commands)
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
813 813 we need spam protection for the ticket system :-( *.djangoproject.com
239 239 Initializing a model instance should not require fields with blank Metasystem
395 395 [patch] New session middleware for browser-session length cookies Core (Other)
489 489 [patch] MySQL: TextField => longtext Database layer (models, ORM)
420 420 [patch] exclude_fields in AddManipulator and ChangeManipulator Metasystem
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
715 715 Allow arguments to createsuperuser Core (Management commands)
311 311 [patch] Update defaulttags.py docstrings to match docs/templates.txt contrib.admin
268 268 Patch: new validator that validates one of many validators contrib.admin
642 642 [patch] Docs: EmailField clarification Documentation
798 798 Specifying username, email, and password on as arguments to &#34;django-admin.py createsuperuser&#34; Translations
700 700 urlify.js and slugify use different character for spaces Core (Other)
515 515 [patch] additional set of cache backends Core (Cache system)
424 424 Timeline page doesn't display link to RSS feed *.djangoproject.com
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
416 416 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
201 201 ImageField validation error contrib.admin
419 419 Create meta.AbstractModel Metasystem
664 664 Document 'singular' argument for ManyToMany fields Documentation
574 574 [patch] fix small CSS bug in admin interface contrib.admin
935 935 weird interaction between edit_inline and OneToOneField causes adding through admin to fail contrib.admin
119 119 Serving media Core (Other)
464 464 [patch] Modification of django.core.mail: more fields, using dicts to pass arguments Core (Other)
898 898 update slovak (sk) translation Translations
686 686 sqlreset references django_admin_log Generic views
379 379 Add OS, Python version, database version fields to ticket tracker *.djangoproject.com
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
750 750 i18n should ideally respect the languages supported on a per-application basis Tools
757 757 Cannot set primary key value manually for new objects. Core (Other)
972 972 better explain choices usage in the model docs Documentation
849 849 login_required redirects to pages without parameters and so loses them Core (Other)
603 603 Improved template error messages Template system
356 356 [patch]: simple XML-RPC support for Django Core (Other)
930 930 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem
284 284 Request for https access to the svn repository *.djangoproject.com
679 679 "Collapse" class not processed correctly in admin interface contrib.admin
826 826 Development server kills itself to reload, causing browser GET failures contrib.admin
557 557 2 date_hierarchy doesn't work with DateField contrib.admin
593 593 [patch] Fulltext search support in Django Database layer (models, ORM)
594 594 Django and Twisted Database layer (models, ORM)
305 305 sql code was not white space safe? Database layer (models, ORM)
484 484 FloatField with decimal_places but not max_digits causes mysql error. Database layer (models, ORM)
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
674 674 ImageField display use undocumented thumbnails for change_list display contrib.admin
110 110 Documentation on pagination needed Documentation
286 286 [patch] Eliminate unintuitive behavior when using edit_inline with no core fields specified Metasystem
672 672 get_absolute_url isn't nice contrib.syndication
900 900 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
151 151 javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code contrib.admin
704 704 AttributeError with non-standard primary key name contrib.admin
880 880 Mistake in Czech translation Internationalization
503 503 Field objects with required arguments shouldn't be keyword arguments. Core (Other)
675 675 [Patch] PasswordField does not respect length and maxlength parameters Core (Other)
524 524 Numerous excessive selects in the manipulator Core (Other)
354 354 Unit tests fail with old version of MySQLdb Tools
403 403 [patch] floatformat error Template system
444 444 FileField returns error when updating contrib.admin
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)
322 322 [patch] Admin unavailable in development server after [503] contrib.admin
307 307 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem