rent

(rent)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (912) Reporter (1) Owner (0) Commenter (16) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
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)
34619 34619 Ensure FilteredSelectMultiple select elements are associated with their label contrib.admin
34917 34917 Links in the Django admin should be underlined. 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)
34041 34041 Accessibility improvements for admin breadcrumbs contrib.admin
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
34397 34397 Subclasses of JSONField call `get_prep_value` with field as value Database layer (models, ORM)
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)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
34976 34976 startproject and startapp should provide feedback Core (Management commands)
34402 34402 Admin search_fields crashes for inherited model and __iexact lookup. contrib.admin
34060 34060 Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. Database layer (models, ORM)
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
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
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
27587 27587 Document str(QuerySet.query) Documentation
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
34887 34887 Allow unlimited CharField for SQLite backend Database layer (models, ORM)
34221 34221 Plural-Forms in .po files break Django's translation precedence. Internationalization
34429 34429 Allow to set unusable password via admin UI contrib.auth
34643 34643 Move admin form labels to a more accessible place contrib.admin
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
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
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
34886 34886 Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. Documentation
34846 34846 Add "Copy" button to the code snippets in docs. Documentation
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
34538 34538 Incorrect query generated with on subquery WHERE depending on the order of the Q() objects Database layer (models, ORM)
34612 34612 QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. Database layer (models, ORM)
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. 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
34977 34977 Turn link to change password form in admin user change form into a button contrib.auth
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
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
34488 34488 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
14831 14831 Django Template Style Guide Documentation
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34151 34151 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
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
27516 27516 Optimize test client response.json() Testing framework
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34038 34038 Low text contrast and no visual cues for links within body text in admin UI contrib.admin
27225 27225 "age" header is not set for responses taken from cache. HTTP handling
34936 34936 db_default with decimal.Decimal() crashes on SQLite. Database layer (models, ORM)
34140 34140 Format python code blocks in documentation files Documentation
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34949 34949 Clarify when unique constraints are ignored. Documentation
34769 34769 JSONField key/path transforms tests fail on Oracle 21c. Database layer (models, ORM)
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
27055 27055 Model form with geometry widgets has invalid html GIS
27813 27813 BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) Database layer (models, ORM)
34742 34742 calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode HTTP handling
34830 34830 csrf_failure and bad_request views missing context processors 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
34997 34997 The name argument is ignored when creating url path using the include() function. Core (URLs)
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present Database layer (models, ORM)
34979 34979 inlineformset_factory sets max_num forms to one even though there is a unique_together constraint contrib.admin
34972 34972 Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 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)
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)
34962 34962 Support for overriding result of model field values Database layer (models, ORM)
34939 34939 Widget templates not refreshing Forms
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34920 34920 FileExtensionValidator.__eq__() should ignore allowed_extensions order. Core (Other)
34825 34825 SQLite database files are not destroyed after tests Testing framework
34913 34913 Django Admin high contrast mode no clear session contrib.admin
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
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
34894 34894 Query.change_aliases() has several significant bugs Database layer (models, ORM)
34889 34889 Broken fallback for prefetchers that only implement get_prefetch_queryset Database layer (models, ORM)
34759 34759 Confirm/Add support for SpatiaLite 5.1 GIS
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
27929 27929 Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing contrib.staticfiles
34878 34878 Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". Template system
34879 34879 "Data truncated for column .." for migration changing auto-id-field Migrations
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34835 34835 Use a `nav` element or `navigation` landmark for changelist filters contrib.admin
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34859 34859 Format SQL code prodcued by sqlmigrate Migrations
34706 34706 Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation Uncategorized
34842 34842 Unmanaged read-only generated fields in admin Database layer (models, ORM)
34843 34843 Feature request: Support postgres table storage options Migrations
34834 34834 Use `search` role for the admin changelist search form contrib.admin
34833 34833 Use a `main` landmark in the admin interface contrib.admin
34824 34824 Migrations generates two records when ForeignObject.to_fields/from_fields is not a tuple. Migrations
34642 34642 File.open to support different encodings Core (Other)
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34816 34816 GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object contrib.contenttypes
34810 34810 Calculate coverage on subprocesses such as django-admin commands Core (Other)
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34804 34804 legacy_algorithm = 'sha1' removed in django4.0 but new algorithm is hardcoded Core (Other)
34802 34802 django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() contrib.admin
34784 34784 Django french short date format translation bug Internationalization
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34709 34709 charset should be ignored for the application/x-www-form-urlencoded content type. HTTP handling
34744 34744 Migration re-add constraints when check condition contains a dict_keys object. Migrations
34792 34792 Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance Database layer (models, ORM)
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34773 34773 settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined contrib.staticfiles
34780 34780 Tests don't pass on Python 3.11.4. Core (Other)
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34767 34767 AdminReadonlyField may not show links to related models when the related model has been downcasted contrib.admin
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34754 34754 CheckConstraint with isnull lookup on JSONField transform None into null jsonb value Database layer (models, ORM)
34758 34758 Paginator.validate_number implementation has undocumented change in 4.2 Core (Other)
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)
34737 34737 SynchronousOnlyOperation is raised for non-running event loops on Python 3.7+. Utilities
34532 34532 Form.default_renderer is ignored in formsets. Forms
34729 34729 Add explicit option to enable IF EXISTS / IF NOT EXISTS in PostgresQL index operations contrib.postgres
34716 34716 Class methods from nested classes cannot be used as Field.default. Migrations
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34695 34695 security.E101 false positive with class-based views Core (System checks)
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34700 34700 ValidatedFileField File uploads/storage
34263 34263 File validators for MIME type, size, and extension. File uploads/storage
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34673 34673 Migrations ordering: add constraint run_immediately_after Migrations
34594 34594 KT doesn’t work across foreign keys Database layer (models, ORM)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34661 34661 Peppering user passwords contrib.auth
34663 34663 Documentation typo in using Argon2 with Django. Documentation
34659 34659 mysql backend creates queries using CONVERT_TZ even when this is not supported Database layer (models, ORM)
34644 34644 social-app-django's JSONField doesn't work as expected. Database layer (models, ORM)
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
34602 34602 Fail gettext when no translation file is found or when no msgid is found in the given translation file Internationalization
34637 34637 Add support for database defaults in questioner. Migrations
34630 34630 Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files Internationalization
34635 34635 ModelChoiceField with a to_attr that can have an EMPTY_VALUE Forms
34392 34392 Allow using test client response.json() with StreamingHttpResponse Testing framework
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)
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34575 34575 Storage Signals File uploads/storage
34573 34573 Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() Testing framework
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34521 34521 Use __slots__ for template Node classes Template system
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34571 34571 Request with invalid session after concurrent logout or session timeout is considered a BadRequest contrib.sessions
34567 34567 slugify template filter with allow_unicode Template system
34556 34556 StreamingHttpResponse documentation inaccuracy Documentation
34557 34557 Time-based model field cleaning and TypeErrors Database layer (models, ORM)
34546 34546 Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" Migrations
34549 34549 Extra select query when parent model consists of primary key only 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)
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
34513 34513 Error E108 does not cover some cases contrib.admin
34069 34069 get_language_from_request should not fallback to settings.LANGUAGE_CODE Internationalization
34526 34526 issue in admin with sites contrib.admin
34504 34504 SSLCertVerificationError on outgoing emails for some mailboxes Core (Mail)
34519 34519 Don't send content in responses to HEAD requests Uncategorized
34518 34518 "random" template filter crashes on an empty list. Template system
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34496 34496 ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI contrib.staticfiles
34501 34501 Revert CICharField deprecation contrib.postgres
34419 34419 Document django.contrib.admin.sites.all_sites contrib.admin
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34489 34489 feature: Support for PostgreSQL table partitioning Database layer (models, ORM)
34491 34491 Unable to have constraints with same name on different models Core (System checks)
27505 27505 Error messages customization and internationalization in Paginator class Core (Other)
34394 34394 ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. HTTP handling
34468 34468 `Cycle` tag do not work with variables defined in `with`-tag. Template system
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
34456 34456 Add a way to set allow_cascade=True in _fixture_teardown() Testing framework
34450 34450 Lookup expressions across foreign keys introduce extra joins Database layer (models, ORM)
34039 34039 Admin search bar is too small to use on small screens contrib.admin
34454 34454 Connection failed with error message "FATAL: password authentication failed for user 'user'" Database layer (models, ORM)
27778 27778 Update unicode documentation for Python 3 Documentation
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
34442 34442 runserver is slow to accept http connexions when running on 0.0.0.0 Core (Management commands)
34441 34441 A new require_files decorator for file validation in Django Framework File uploads/storage
34436 34436 `makemigrations --check` fails with error code 1 if system checks identify warnings Migrations
34439 34439 mod_wsgi for django with conda environment in Windows doesn't work HTTP handling
34352 34352 Unify terms in Signals docs. Documentation
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
14832 14832 Impossible to create inline objects if form validates but is unchanged contrib.admin
34378 34378 Using in_bulk() with id_list and order_by() Database layer (models, ORM)
34375 34375 GDAL and GIS missing LD Library error message. GIS
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)
34366 34366 Migration optimizer does not reduce multiple AlterField Migrations
34338 34338 Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate Database layer (models, ORM)
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34363 34363 floatformat() crashes on "0.0000" Template system
34364 34364 Add Today to ORM db.models.functions.datetime Database layer (models, ORM)
34358 34358 qs.filter(Exact(expr, value)) doesn’t work on aggregations. Database layer (models, ORM)
34351 34351 Slash in constraint name results in invalid migration file naming Migrations
34302 34302 SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID GIS
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34280 34280 Support create defaults for update_or_create Database layer (models, ORM)
34337 34337 Documentation for custom related managers is contradictory Documentation
34325 34325 Clarify PercentRank() description. Documentation
34317 34317 wrong attribute naming in method BaseModelFormSet.save_existing Forms
34301 34301 "show_save_as_new" in admin can add without this permission contrib.admin
27572 27572 Static files served in development should prevent caching contrib.staticfiles
34180 34180 Document that setting language in tests affects other tests Documentation
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34295 34295 Add makemigrations flag that just uses timestamp Core (Management commands)
34296 34296 Formset validation does not consider UniqueConstraint with F() expressions. 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)
34294 34294 File locking fails if argtypes redefined on Windows. File uploads/storage
34227 34227 Multi-level FilteredRelation with select_related() may set wrong related object. Database layer (models, ORM)
34276 34276 LocMemCache not working for multiple threads Core (Cache system)
34269 34269 Add Unnest PostgreSQL ORM function Database layer (models, ORM)
34265 34265 Add ToDate ORM function Database layer (models, ORM)
34243 34243 timesince() raises TypeError with USE_TZ=True and >1 month interval. Utilities
34239 34239 Resolve load type-hinted objects in views Generic views
34238 34238 Support computed `GENERATED ALWAYS` columns Database layer (models, ORM)
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)
34226 34226 QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. Database layer (models, ORM)
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34222 34222 Django unit tests hang when running against a Postgres database Testing framework
34216 34216 django admin when field is autocomplete it overrides ModelForm filter contrib.admin
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)
34203 34203 Drop support for psycopg2 2.8 Database layer (models, ORM)
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
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)
34184 34184 Improve tutorial by mentioning User Interaction testing like django-webtest Documentation
34103 34103 Queries with duplicate params incorrectly logged for Oracle Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34152 34152 Add the ability to store logs in a table Utilities
34166 34166 UniqueConstraint with condition not validated if the condition field is not editable. Database layer (models, ORM)
34162 34162 Wrong URL generated by get_admin_url in admin index "Recent Actions" panel in custom Django Admin Site contrib.admin
34155 34155 ModelAdmin.render_change_form does not lowercase the app_label when setting template directories contrib.admin
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
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)
34145 34145 Explicit GROUPing by aggregate is not supported Database layer (models, ORM)
27849 27849 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
27654 27654 Propogate alters_data value to subclasses Core (Other)
34133 34133 Django ordering in model meta causing unexpected results of group_by Database layer (models, ORM)
34054 34054 Create a topic about fixtures Documentation
34130 34130 order_by() has no effect on values()/values_list() Database layer (models, ORM)
34035 34035 ImageField doesn't consider EXIF rotation when storing width and height Database layer (models, ORM)
34121 34121 Multi Databases documenation example doesn't work Database layer (models, ORM)
34109 34109 Uvicorn can be run without installing gunicorn Documentation
34117 34117 Anomaly with makemigrations Migrations
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)
34104 34104 Making Q.__eq__ work regardless of ordering Database layer (models, ORM)
34078 34078 Add Postgres range_merge aggregate function to postgres.contrib contrib.postgres
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
34010 34010 Parallel tests don't work with spawn. Testing framework
34056 34056 Update the deprecated password list used by CommonPasswordValidator to a more recent list contrib.auth
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34047 34047 Admin Page - Stretch The Search Block contrib.admin
34048 34048 Do not add cache control header if is set to false or a falsy value Utilities
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
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34022 34022 admin:logout fails to log out non-staff users contrib.admin
34017 34017 Mention that when using Argon2PasswordHasher, this means Argon2id gets used Documentation
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
34003 34003 PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView & PasswordResetCompleteView not discovering custom template contrib.auth
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)
27624 27624 Optimize ORM by using more immutable data structures Database layer (models, ORM)
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
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
27437 27437 Can't create GinIndex on ArrayField(CITextField) contrib.postgres
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
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27141 27141 makemigrations fails with PermissionDenied on django_migrations Migrations
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
27131 27131 send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method Core (Mail)
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27697 27697 JSONField with blank=True is rendered as non-required field in a ModelForm Documentation
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)
27534 27534 Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs Documentation
27149 27149 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27575 27575 Make host validation run on all requests HTTP handling
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
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
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)
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
27708 27708 Relation between tables in different schemas with big names Migrations
27399 27399 Segfault when running GDALBandTests on OSX 10.11.6 GIS
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
27408 27408 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
27760 27760 Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME Testing framework
27865 27865 Document use of Manager rather than BaseManager for from_queryset() Documentation
27160 27160 Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser Documentation
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14071 14071 Row duplicated when modifying PK contrib.admin
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)
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
27473 27473 Allow using Extract() with DurationField 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
27946 27946 Improve "ValueError: Found wrong number of constraints" error message Migrations
27755 27755 add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. contrib.admin
14808 14808 i18n is not safe. Documentation
27360 27360 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
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)
27867 27867 Excluding a reverse relation produces inconsistent queries Database layer (models, ORM)
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27335 27335 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27334 27334 File uploads could rename temporary files rather than copying them File uploads/storage
27398 27398 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
820 820 Add "view" permission to compliment add/change/delete contrib.admin
27543 27543 AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong Error reporting
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)
27392 27392 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27515 27515 Make AuthenticationForm use the username length from the user model contrib.auth
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
27998 27998 LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin contrib.admin
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
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
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
27434 27434 Document caveats of raising a ValidationError in Model.clean() for a field not in a model form Documentation
27967 27967 The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk contrib.admin
27308 27308 BytesWarning exception raised when running with python 3 -bb option Core (Other)
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27860 27860 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
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)
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
28001 28001 Investigate/update comment about context popping in ForNode.render() Template system
27974 27974 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
27726 27726 Template default_if_none filter is inconsistent between printed value and boolean context Template system
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)
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27956 27956 Template error raised in an {% extends %} parent template shows incorrect source location on debug page Template system
27952 27952 core.validators.validate_slug doesn't mention that only latin letters are accepted. Core (Other)
27919 27919 Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code Forms
27939 27939 GeoDjango - map doesn't show correct point in admin GIS
27584 27584 Template error raised in a parent template shows incorrect source location on debug page Template system
27890 27890 runtests.py cleanup exception on Python 3.6 Core (Other)
27935 27935 BrinIndex crashes if name > 30 characters contrib.postgres
27955 27955 JSONField.default not applied in admin contrib.admin
27882 27882 Allow template fragment caching for unlimited time Template system
27940 27940 Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated Migrations
27937 27937 Potential issue with field.queryset._result_cache persisting Forms
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27878 27878 Move to Python 3 shebangs Core (Other)
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27901 27901 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
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)
27886 27886 Django contrib.postgres JSONField adds additonal quotes to a dictionary. contrib.postgres
27802 27802 Unify datetime_*_sql() methods with others backend date/time operations. Database layer (models, ORM)
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27839 27839 Add a native file upload progress bar through forms Forms
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
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)
27821 27821 Documentation of the return value of clean_<fieldname>() could be clarified Documentation
27817 27817 Jsonfield duplicating records in production database after running manage.py test Database layer (models, ORM)
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27791 27791 update_or_create() doesn't work properly when model has auto_now=True Database layer (models, ORM)
27798 27798 Add a standardised approach for packaged apps to define default settings Core (Other)
14606 14606 Application module imported twice when running development server Core (Other)
27758 27758 Template widget rendering breaks the AdvancedModelIterator pattern Forms
498 498 Atom support, not just RSS contrib.syndication
27764 27764 Running migration that deletes child model (in multi-table inheritance) backwards results in an error Migrations
27763 27763 Docs: check invalid csrftoken on CSRF_FAILURE_VIEW Documentation
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
27762 27762 Concurrency Safety Documentation Documentation
27746 27746 Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL Migrations
27765 27765 Migration to delete child model (multi-table inheritance) results in an error when using SQLite Migrations
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
27544 27544 F() Expressions updating dates in .update() field fails on SQLite Database layer (models, ORM)
27723 27723 `type` is not propagated correctly to widgets in MultiWidgets Forms
27729 27729 Add a method to evaluate QuerySets. Database layer (models, ORM)
27725 27725 requests.post fail inside of django shell but not python shell Uncategorized
27695 27695 Development testing instructions do not work Uncategorized
27677 27677 Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. Database layer (models, ORM)
27054 27054 makemigrations tries to create django_migrations in external database Migrations
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
27522 27522 ./manage runserver --nostatic doesn't return a traceback Core (Management commands)
27669 27669 Tutorial leaves user alone half-way - no deployment instructions Documentation
27631 27631 Prevent execution of transactional DDL statements when unsupported. Migrations
27650 27650 ForeignKey.validate asks db_for_read for the parent's database, not the target field's database Database layer (models, ORM)
27647 27647 runserver segfaults with autoreload enabled on Windows 10 Core (Management commands)
27634 27634 Refactor Query.clone _setup_query logic Database layer (models, ORM)
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)
27613 27613 BaseInlineFormSet is validating form for extra forms Forms
27263 27263 Allow validators to short-circuit in form field validation Forms
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27609 27609 gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. Core (System checks)
27570 27570 Make context processor run outside of RequestContext Template system
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27594 27594 Reverse one to one related object populated from incorrect query columns Database layer (models, ORM)
27592 27592 QueryDict docs don't mention that iter methods are available only on Python 2 Documentation
27355 27355 Add PostgreSQL Extension operation example to reference page Documentation
27416 27416 ModelFormSet with queryset accepts invalid POST data for outer models and create unexpected empty data. Forms
27569 27569 Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. Core (URLs)
27567 27567 Technical exception page/emails crash when the database is down Error reporting
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)
27526 27526 test_fuzzy_compiling failing on a machine with 64 cores Internationalization
27510 27510 Allow custom keyword arguments to modelform_factory in ModelFormMixin Generic views
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
27511 27511 Docs incorrect about related_model for GenericRelation being None Documentation
27407 27407 Model.delete(keep_parents=True) should preserve parent reverse relationships Database layer (models, ORM)
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27414 27414 Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances Documentation
27420 27420 Oracle DB test user password must be quoted if it starts with a number Database layer (models, ORM)
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27372 27372 inspectdb fails to inspect sqlite3 tables with foreign keys that have spaces Core (Management commands)
27073 27073 Overridden model managers shouldn't appear in _meta.managers Database layer (models, ORM)
27419 27419 Model that worked before 1.10 causes "Cannot force an update in save() with no primary key." in 1.10. 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
27401 27401 Add Transifex config to build translated docs Documentation
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
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27373 27373 Incorrect message on 404 debug page for an empty request path Error reporting
27350 27350 Attaching signals to abstract models don't work as it used to be Database layer (models, ORM)
27354 27354 Incorrect variable name given in tutorial Documentation
27323 27323 Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG Database layer (models, ORM)
27333 27333 EmailMessage.message().as_string() incorrectly base64 encoded on Python 3 Core (Mail)
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27312 27312 Checking raw argument to prevent signals from executing during fixture loading isn't DRY Core (Other)
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
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27306 27306 Document relation between auto_now/auto_now_add and timezones Documentation
27296 27296 Can't use custom formats with new language-independent LogEntry's messages in Django 1.10 contrib.admin
14904 14904 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
27286 27286 Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call Testing framework
27277 27277 Error in generation of SQL query when have a ForeignKey with Model with ChoiceField Database layer (models, ORM)
27270 27270 Clarify wording of "A form may include HTML attributes such as maxlength" Documentation
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27159 27159 Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs Database layer (models, ORM)
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27056 27056 changing dim property for geometries does not generate correct migration on PostgreSQL Migrations
27198 27198 QueryDict getlist allows data to be mutated HTTP handling
27206 27206 Incorrect DATE_FORMAT for et locale Internationalization
27173 27173 Permit import statements to be longer than 80 characters Core (Other)
27179 27179 Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField contrib.postgres
27142 27142 makemigrations fails on special database connections Migrations
27162 27162 Move CreateExtension to django.db.backends.postgresql Database layer (models, ORM)
27163 27163 Unable to specify multiple pythonpath in django-admin Core (Management commands)
27081 27081 Allow migrations to serialize methods on pypy Migrations
27113 27113 Test that setting HttpRequest.encoding clears POST HTTP handling
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27126 27126 Use `namedtuple` in result of `{% regroup %}` Template system
27125 27125 Can not support django Internationalized domain name in URLValidation Core (URLs)
27120 27120 Log message text in PostgreSQL _clone_test_db() refers incorrectly to alias Database layer (models, ORM)
27044 27044 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27061 27061 Support creating the TEST PostgreSQL database from a custom template Testing framework
27114 27114 Migrations: AttributeError: can't set attribute Migrations
27093 27093 ORM error on apache + wsgi Database layer (models, ORM)
27085 27085 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27092 27092 MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created Migrations
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
27069 27069 Documentation for what's possible to import as _ Documentation
27065 27065 Deferred fields not passed to inherited models' __class__.__dict__ Database layer (models, ORM)
27070 27070 Support for `Q` objects in `get_or_create` and `update_or_create` Database layer (models, ORM)
27058 27058 Reallow the {% for %} tag to unpack any iterable Template system
27035 27035 DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False Testing framework
27015 27015 Hidden widget shouldn't have maxlength/minlength attributes Forms
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)
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
14096 14096 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14196 14196 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
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
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)
14748 14748 Missing documentation for FormPreview methods Documentation
901 901 Reload method for models Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14273 14273 Development server does not shutdown cleanly Core (Other)
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
27 27 Single form field for multiple database fields Forms
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)
14950 14950 Javascript errors when building CHM file from django docs using Sphinx Documentation
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
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
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14056 14056 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14492 14492 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14238 14238 admin-interface and formsets: ordered_forms are not returned in case of errors contrib.admin
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
680 680 get_absolute_url not being used correctly in admin interface? contrib.admin
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
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
14186 14186 Adding GDirections wrapper to overlays.py GIS
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
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
14241 14241 instructions for creating spatial database template differ on fedora 13 (64 bit) Documentation
14139 14139 Feature Request: distinct() should support field names Database layer (models, ORM)
14571 14571 Update jQuery contrib.admin
14633 14633 Reorganize settings reference docs Documentation
14976 14976 Add is_html flag to contrib.messages contrib.messages
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
14684 14684 RESTful Model View Generic views
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
72 72 Django should add charset info to output HTTP headers Core (Other)
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
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)
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)
14827 14827 Authentication Backends should be responsible for checking and setting passwords contrib.auth
14478 14478 Couple of tests make assumptions about configuration Contrib apps
1 1 Create architecture for anonymous sessions Core (Other)
14836 14836 Improve semantics of docs: *.djangoproject.com
596 596 Allow Django to be packaged as a Python egg Core (Other)
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
14147 14147 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
14294 14294 default input_format not honoroed Documentation
14973 14973 AdminEmailHandler doesn't include report.message Core (Other)
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
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
14555 14555 Session loss with psycopg2 db backend contrib.sessions
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
14720 14720 Settings imported twice as separate modules when manage.py is used Core (Other)
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14382 14382 a few suggestions contrib.comments
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14152 14152 Model validation: full_clean() should call clean() before clean_fields() Database layer (models, ORM)
14524 14524 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14560 14560 UpdateCacheMiddleware does not save responses for HEAD requests Core (Cache system)
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14507 14507 Static file serving is broken after rev 14293 Core (Other)
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14576 14576 Regression in FormWizard contrib.formtools
14582 14582 django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder Contrib apps
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14938 14938 "Save as" does not save entries added with a Inline Forms
14925 14925 test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL contrib.auth
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14905 14905 models.FileField links to url attribute, which is undocumented. Documentation
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
14600 14600 No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation Documentation
14604 14604 Ubuntu documentation for geospatial/Postgres is out of date GIS
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14816 14816 Error in documentation of InlineModelAdmin options Documentation
14735 14735 Wrong plural formulation in search_form.html contrib.admin
14731 14731 [Patch] Change 14413 breaks old fixtures with permissions contrib.auth
14704 14704 USE_THOUSAND_SEPARATOR poorly documented Documentation
14471 14471 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14617 14617 Docs should mention runserver's automatic serving of static files Documentation
14433 14433 Thread safety problem in contrib.sitemaps Contrib apps
14667 14667 Link MEDIA_* settings to file management docs Documentation
14403 14403 Missing/incomplete documentation for FloatField? Documentation
14665 14665 collectstatic will recollect some files all the time. Contrib apps
14391 14391 3 update man django-admin.1 to include missing commands Core (Management commands)
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14354 14354 5 Check password is not None in User.check_password contrib.auth
14349 14349 4 Add Belgium (be) localflavor contrib.localflavor
14303 14303 admin inline form id attribute numbering order and uniqueness is lost contrib.admin
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14268 14268 3 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
14259 14259 URL dispatcher does not reject duplicate URL names Core (Other)
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14133 14133 update GeoDjango windows installer GIS
14640 14640 Add elapsed request time to the development server log HTTP handling
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)
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
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14503 14503 Unify test for exception+message value assertion method Testing framework
14610 14610 1 fixtures should be able to specify their database Testing framework
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
811 811 IPv6 address field support Core (Other)
14206 14206 contrib:admin dynamic list_display support contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14082 14082 modelform_factory should use the form's metaclass Forms
14903 14903 wsgiref usage HTTP handling
14262 14262 Helper for "get_something as varname" template tag pattern Template system
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)
14105 14105 django.contrib.auth tests failing with cache middleware Core (Cache system)
14267 14267 Trac Upgrade Tracking Ticket *.djangoproject.com
717 717 If-Modified-Since checked for exact match HTTP handling
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14635 14635 Documentation improvement on setting up django with OpenBSD Documentation
14046 14046 Template tag errors masked if including based on context variable name Template system
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14880 14880 raw_id_fields in admin does not work when limit_choices_to dictionary has value=False contrib.admin
14240 14240 filesizeformat should localize number Template system
14309 14309 Spanish translation on deleting objects Translations
14672 14672 Admin doesn't handle new on_delete exceptions gracefully contrib.admin
14498 14498 Forms passed to FormWizard.process_step are not guaranteed to have clean validate data contrib.formtools
14801 14801 Support for string methods with lazy translations Internationalization
14969 14969 To have a way to modify third part model classes Database layer (models, ORM)
14931 14931 models.DateTimeField hard to inherit from if auto_add is used Database layer (models, ORM)
14926 14926 Support nesting app namespaces with current_app Uncategorized
14991 14991 SQL injection in quote_name() Database layer (models, ORM)
14673 14673 MultipleHiddenInput unbound form Forms
14649 14649 .save_m2m() will override any Many-to-Many relationships created via signals/save method overloading. Forms
14505 14505 Multiple Namespaces and reverse lookup does not work as advertised. Core (Other)
14437 14437 Allow force_insert for fixtures loading. Core (Serialization)
14371 14371 Select related and parents Database layer (models, ORM)
14163 14163 Setting pk should set the related fields also in the base chain. Database layer (models, ORM)
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)
14957 14957 doc nit: slug_field not required Documentation
14963 14963 The Flatpages app does not resolve child models Contrib apps
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
14680 14680 Add a file to ignore unnecessary and compiled files from various version control systems Core (Other)
14655 14655 formsets should be iterable Forms
14884 14884 Visible form <input>s and <textarea> should use the "required" attribute Forms
14855 14855 Tweak reST in new TemplateResponse docs Documentation
14837 14837 field based custom ordering Database layer (models, ORM)
14095 14095 Objects not saved when readonly_fields is set for inline admin contrib.admin
14110 14110 iexact lookup doesn't work with subquery values Database layer (models, ORM)
14169 14169 Improve TemplateSyntaxError for invalid block tags Template system
14417 14417 UnicodeDecodeError exception in recent actions contrib.admin
14747 14747 parse error on HTTP_IF_MODIFIED_SINCE header Core (Other)
14778 14778 {load} for all child templates Template system
14717 14717 Connection error not handled Uncategorized
14687 14687 Proxy model inheritance and DoesNotExist exception Database layer (models, ORM)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14508 14508 Test suite silences warnings Testing framework
14625 14625 Docs on logging should emphasize that file logging is not multiprocess save Documentation
14630 14630 Oracle test tablespace disk datafile not big enough for running full Django test suite Testing framework
14607 14607 Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly Uncategorized
14398 14398 runfcgi umask option should use literal value Core (Management commands)
14535 14535 Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script Database layer (models, ORM)
14173 14173 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14542 14542 Short model names break Uncategorized
14126 14126 blocktrans count is parsing incorrectly Translations
14457 14457 Possible error in settings.py description Documentation
14260 14260 conversion of fixtures_regress tests from doctest to unittest format Testing framework
14359 14359 django core and contrib named urls should follow a convention Contrib apps
14324 14324 Django not rotating logs Core (Other)
14278 14278 sqlite3 backend and django 1.2.3, bug: «no such table» Database layer (models, ORM)
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14243 14243 defer and only are not respected by values and by valuest_list() Database layer (models, ORM)
14032 14032 CSRF cookie value is marked as safe and inserted in the HTML unchecked Core (Other)
14203 14203 Manual schema specification for tables is not compatible with index creation statements Database layer (models, ORM)
14197 14197 .update() doesn't work on model_to_dict(model_instance) Uncategorized
14157 14157 Birthday calculation failing silently Uncategorized
14137 14137 Django ORM adding unwanted parens when using extra() Uncategorized
14117 14117 POST Data is different when run from TestClient and actually received Testing framework
14113 14113 Access to extra fields in M2M relations Database layer (models, ORM)
14086 14086 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
14027 14027 reverse(None) returns an unnamed URL, instead of raising an exception Core (Other)
14036 14036 foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) contrib.admin
14024 14024 Application freezes on access to request.POST under WSGIRequest+multipart/form-data HTTP handling
607 607 Admin option to show/hide fields contrib.admin
313 313 PhoneNumberField should accept international format numbers Internationalization
919 919 [patch] Implement `random` template tag Template system
11504 11504 Path saved in database, does not match path saved on the filesystem File uploads/storage
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)
903 903 change login_required contrib.auth
22 22 [patch] FileUploadField should allow for clearing the field contrib.admin
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
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)
565 565 Unique fields don't work on edit_inline models contrib.admin
619 619 documentation page should point to new IRC log *.djangoproject.com
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
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
115 115 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
616 616 [patch] process_exception middleware extension Core (Other)
978 978 STACKED ForeignKey classes don't show up in the admin for subclasses of related class contrib.admin
391 391 date_based generic views might be off by one Generic views
690 690 Model allowed me to 'hide' a required field, which produced unuseable error messages. contrib.admin
150 150 Should put a notice to set an *absolute path', in the DATABASE_NAME variable if using sqlite3 Core (Other)
710 710 Differentiate between __repr__ and __str__ for model objects Core (Other)
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
851 851 New SQL query API Database layer (models, ORM)
807 807 Latest french translation Translations
617 617 num_in_admin problem in tutorial contrib.admin
532 532 get_values doesn't work with the "select" lookup Database layer (models, ORM)
569 569 [patch] better pluralization for table names contrib.admin
536 536 Wrap load_and_render in HttpResponse in the calling function Tools
425 425 django.utils.images should have a thumbnail function Tools
509 509 We need a &#34;Powered by Django&#34; button Database layer (models, ORM)
475 475 Recursive function calling not working properly in template tags Template system
504 504 mailing lists don't work without a @gmail email address *.djangoproject.com
103 103 "Get current version: 1.0" is misleading *.djangoproject.com
402 402 Site Domain Hardcoded 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)
259 259 Admin errors with edit_inline and foreign keys. contrib.admin
185 185 Chaining views Core (Other)
248 248 Add a "addtopath" command to django-admin.py Core (Management commands)
183 183 TypeError: can't compare datetime.datetime to datetime.date Template system
212 212 help_text is not displayed for ManyToManyField in the admin interface contrib.admin
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
7 7 Patch: Changelist date range filters don't maintain state as expected contrib.admin
121 121 [patch] Names in SQL should be quoted Metasystem
187 187 Uknown error with ordering in the admin interface contrib.admin
163 163 Option to leave off __exact Template system
8 8 Date and time fields should accept multiple formats contrib.admin
12 12 Add metasystem database-check functionality Metasystem
59 59 Hard-coded references to password_change and logout contrib.admin
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)
21 21 FileUploadField should allow for manual filename entry contrib.admin
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
652 652 An option to upload files into database would be a great alternative to filesystem uploads. Database layer (models, ORM)
639 639 Model FileFields empty on first pass through save() Core (Other)
317 317 [Patch] slugify delimits words by hyphens, but its validator doesn't like them Generic views
613 613 prevent raw_post_data parsing on defined view functions Core (Other)
5 5 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
443 443 Date's of the form 0000-00-00 don't work Database layer (models, ORM)
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
934 934 ImageField's cause the admin UI to not allow modifications? Validators
65 65 [i18n] Internationalization and localisation contrib.admin
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
529 529 Add support for GenericForeignKey Contrib apps
558 558 jnefpnev Core (Management commands)
87 87 [patch] Oracle database support Database layer (models, ORM)
81 81 Setting primary_key=True on an non-integer field isn't yet supported contrib.admin
440 440 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
338 338 ManyToMany fields don''t work in the generic views Generic views
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
669 669 site table Metasystem
167 167 ForeignKey should also take string arg instead of class name Metasystem
323 323 Saving item without making any changes causes a duplicate item to be created in MySQL contrib.admin
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
805 805 OneToOneField conflicts with ForeignKey Database layer (models, ORM)
642 642 [patch] Docs: EmailField clarification Documentation
316 316 Error while logging into Admin site since revision 487 contrib.admin
798 798 Specifying username, email, and password on as arguments to &#34;django-admin.py createsuperuser&#34; Translations
682 682 Fully decoupled URLconf's for apps. 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
648 648 [patch] Add a comment tag like {# commented #} Template system
890 890 database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s Database layer (models, ORM)
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
175 175 select_related does not work in both directions.. Database layer (models, ORM)
540 540 ManyToManyField gives error with blank, raw_id_admin and empty input Core (Other)
445 445 allow partial object updates with manipulators Metasystem
733 733 small addition to i18n.txt with regard to caching Core (Other)
119 119 Serving media Core (Other)
752 752 Base Classes for Trees Metasystem
853 853 Django has high start costs, weight Metasystem
644 644 SQL Server DB backend: Rev 940 test results Database layer (models, ORM)
608 608 Allow objects with future dates to display in date based generic views Generic views
755 755 Add "appendable" blocks to the current "overrideable" ones Template system
959 959 [patch]Template improvements Template system
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
625 625 [patch] Add template decorators Template system
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
746 746 refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions Core (Other)
849 849 login_required redirects to pages without parameters and so loses them Core (Other)
722 722 Allow for period '.' and hyphen '-' characters in usernames with an isUsername validator Validators
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
206 206 Referential integrity violation upon applying output of "django-admin.py sqlclear" after admin update Tools
650 650 render_to_response uses Context instead DjangoContext Template system
535 535 Refactor admin code to clean it up contrib.admin
557 557 date_hierarchy doesn't work with DateField contrib.admin
949 949 [patch] include template tag should support select_template type list Template system
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
794 794 A template filter that lets the user choose pluralization method Template system
674 674 ImageField display use undocumented thumbnails for change_list display contrib.admin
131 131 Included URL configurations do not receive parameters parsed from parent URL configurations Core (Other)
258 258 Cannot create many-many relationships within the same table Database layer (models, ORM)
672 672 get_absolute_url isn't nice contrib.syndication
152 152 FCGI server for django Core (Other)
900 900 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
89 89 DateTimeFields with auto_now_add = True in admin contrib.admin
676 676 [patch] a _post_init hook for model classes to initialize fields from outside content Metasystem
904 904 [PATCH] If DJANGO_SETTINGS_MODULE is not set, walk the filesystem for settings-file before bailing Core (Other)
982 982 [patch] Comparing objects by negation should work Database layer (models, ORM)
945 945 not translated parts in admin Javascript Translations
909 909 update slovak (sk) translation Translations
629 629 [patch] ChangeManipulator does not correctly display <select> when the data is an id type Core (Other)
815 815 [patch] select keyword to lookup_kwargs are being quoted incorrectly in query Core (Other)
764 764 [i18n] blocktrans parsing error when filter argument contains spaces Template system
503 503 Field objects with required arguments shouldn't be keyword arguments. Core (Other)
479 479 [patch] Implement timezone-formats in date-formatting Database layer (models, ORM)
623 623 [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable Template system
602 602 Django error when getting the root of the site with FCGI Core (Other)
591 591 [patch] Docs: Subclassing wrong object Documentation
559 559 Tutorials should use different project name Documentation
4 4 Add a db cache backend Core (Cache system)
307 307 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem