Gene

(Gene)

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 (643) Reporter (1) Owner (0) Commenter (57) Summary Component
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
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
27222 27222 Refresh fields that are expressions after Model.save() Database layer (models, ORM)
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
373 373 2 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34060 34060 Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. Database layer (models, ORM)
34983 34983 Deprecate django.utils.itercompat.is_iterable(). Utilities
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)
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
14631 14631 Provide paginating for date-based generic views Generic views
27409 27409 Issues with admindocs docstring links generation contrib.admindocs
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
27106 27106 Document which template filters can be used in Python code (and how) Documentation
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
34125 34125 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34538 34538 Incorrect query generated with on subquery WHERE depending on the order of the Q() objects Database layer (models, ORM)
34608 34608 Migrations generates code that it can't execute Migrations
34838 34838 GeoDjango database functions incompatible with GeneratedField Database layer (models, ORM)
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
27747 27747 Add signals for Django management commands Core (Management commands)
27080 27080 `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance Migrations
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)
34964 34964 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
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
34534 34534 Reduce index/constraints operations. Migrations
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
27225 27225 "age" header is not set for responses taken from cache. HTTP handling
34910 34910 Color Contrast Admin Plus Icon contrib.admin
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
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34742 34742 calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode HTTP handling
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
34633 34633 Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. Database layer (models, ORM)
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)
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present 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)
34979 34979 inlineformset_factory sets max_num forms to one even though there is a unique_together constraint contrib.admin
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)
34967 34967 Queries not generating GROUP BY clause with static annotation crashes on SQLite Database layer (models, ORM)
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34954 34954 Improve `output_field` resolution of `Concat` Database layer (models, ORM)
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34962 34962 Support for overriding result of model field values Database layer (models, ORM)
34956 34956 Migration should not be allowed for a non-deterministic GeneratedField Database layer (models, ORM)
34937 34937 Provide a get_form_kwargs for the ModelAdmin contrib.admin
34935 34935 makemigrations --check no longer reports pending migrations Migrations
34918 34918 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field Database layer (models, ORM)
34798 34798 Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. 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
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
34877 34877 KeyError for output_field in GeneratedField Database layer (models, ORM)
34873 34873 Add support for GENERIC_PLAN option to QuerySet.explain() on PostgreSQL 16+. Database layer (models, ORM)
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34869 34869 makemessages - ignore duplicate msgid if the translations are identical Internationalization
34499 34499 In tutorial part08, Django debug toolbar shows up in admin site but not in public site Documentation
34861 34861 KeyTextTransform incompatible with GeneratedField Database layer (models, ORM)
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34845 34845 Slow query when using exclude Database layer (models, ORM)
34842 34842 Unmanaged read-only generated fields in admin Database layer (models, ORM)
34233 34233 Drop support for Python 3.8 & 3.9. Core (Other)
34829 34829 Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. File uploads/storage
34824 34824 Migrations generates two records when ForeignObject.to_fields/from_fields is not a tuple. Migrations
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
34791 34791 Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. Database layer (models, ORM)
34778 34778 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34788 34788 Correct NUMBER_GROUPING in Japan. Internationalization
34782 34782 Explicit support for In-Reply-To / References in EmailMessage Core (Mail)
34770 34770 Default autoescape off in password_reset_email.html contrib.auth
34775 34775 A case for handling aditional http methods HTTP handling
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34750 34750 Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. Database layer (models, ORM)
14845 14845 Document connection-creation process Documentation
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34727 34727 Error in CharField with TextChoices and missing max_length parameter Testing framework
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34679 34679 Cannot run collectstatic with existing unsupported manifest file contrib.staticfiles
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
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
34680 34680 inspectdb on mysql timestamp fields leads to timezone issues Database layer (models, ORM)
34594 34594 KT doesn’t work across foreign keys Database layer (models, ORM)
34661 34661 Peppering user passwords contrib.auth
34665 34665 CreateModel with manually added RenameField crashes on SQLite. Database layer (models, ORM)
34659 34659 mysql backend creates queries using CONVERT_TZ even when this is not supported Database layer (models, ORM)
34653 34653 Django (4.2.2) doesn't handle unicode characters in labels of choices Migrations
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
34600 34600 Review reference to bleach in docs Documentation
34392 34392 Allow using test client response.json() with StreamingHttpResponse Testing framework
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
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)
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34527 34527 Unexpected behavior with division in aggregation Database layer (models, ORM)
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34486 34486 SearchHeadline crashes without an active connection. contrib.postgres
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34431 34431 DateTimeField.input_formats change from Django 3.1 is documented improperly Documentation
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
34427 34427 Improve error message for incorrect context processors Template system
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
34422 34422 inspectdb mysql databases Core (Management commands)
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
34381 34381 Postgres tests fail on Windows Core (Other)
34376 34376 Admin has no support for unique constraint fields. contrib.admin
34369 34369 Improve the interaction between transaction.atomic() and generator functions Database layer (models, ORM)
34368 34368 Subquery referencing WINDOW expression breaks query compilation Database layer (models, ORM)
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34358 34358 qs.filter(Exact(expr, value)) doesn’t work on aggregations. Database layer (models, ORM)
34356 34356 Memory leak when generating PDFs Core (Other)
34342 34342 The test async_client is not consuming async StreamingResponse generators properly Testing framework
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34332 34332 Migrations for fields with model-referencing defaults break later Database layer (models, ORM)
34311 34311 Update serialization examples from unique_together to UniqueConstraint Documentation
34286 34286 Mixed-case views/templates names causes 404 on :view:/:template: directive. contrib.admindocs
34300 34300 Support async generators in StreamingHttpResponse HTTP handling
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
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)
34279 34279 Certain character causes django admin to misfunction Database layer (models, ORM)
34266 34266 Add ClosestPoint function to GeoDjango GIS
34271 34271 Add a simple page caching method Core (Cache system)
34268 34268 Internationalization does not localize functional model choices Internationalization
34253 34253 migrations don't apply Uncategorized
34251 34251 Paginator should warn if ordering is not deterministic Core (Other)
34237 34237 FileField does not take upload_to into account when setting unique=True File uploads/storage
34238 34238 Support computed `GENERATED ALWAYS` columns Database layer (models, ORM)
34231 34231 Invalid RawSQL expression on Model.validate_constraints Database layer (models, ORM)
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
34170 34170 Mitigate the BREACH attack HTTP handling
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
34172 34172 Documentation of AdminSite.get_urls() encourages security vulnerabilities contrib.admin
34194 34194 Extract function for generating proper Content-Disposition headers HTTP handling
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)
34178 34178 Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected Database layer (models, ORM)
34103 34103 Queries with duplicate params incorrectly logged for Oracle Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
891 891 customize table name prefixes Database layer (models, ORM)
34150 34150 Add "View on site" links to generic common model URL and also to common url for app. contrib.admin
34145 34145 Explicit GROUPing by aggregate is not supported Database layer (models, ORM)
34131 34131 Postgres AutoField change from serial to identity Database layer (models, ORM)
27849 27849 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
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
34128 34128 django re-using the name of a squashed migration leads to CircularDependencyError Database layer (models, ORM)
34117 34117 Anomaly with makemigrations Migrations
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34017 34017 Mention that when using Argon2PasswordHasher, this means Argon2id gets used Documentation
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27064 27064 Implement RenameIndex in a backwards compatible way Migrations
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
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27074 27074 connection.is_usable() raises AttributeError after the connection is closed Database layer (models, ORM)
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
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
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)
27807 27807 Overriding username validators doesn't work as documented contrib.auth
27188 27188 Allow using unique=True with FileField File uploads/storage
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
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
27399 27399 Segfault when running GDALBandTests on OSX 10.11.6 GIS
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
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
14408 14408 Admin Error when subclassing ContentType for generic Relations contrib.admin
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27914 27914 makemigrations produces incorrect path for inner classes Migrations
27272 27272 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
27808 27808 Nested ArrayField with nullable base field generates invalid SQL contrib.postgres
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
27338 27338 Running an AlterField to change a CharField primary key to AutoField crashes. Migrations
27795 27795 Audit force_text invocations Utilities
27685 27685 Allow autoreloader to use watchman Utilities
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)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27899 27899 Phrase search query for Postgres full text search contrib.postgres
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27731 27731 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
27768 27768 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
27398 27398 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
820 820 1 Add "view" permission to compliment add/change/delete contrib.admin
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)
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
27533 27533 inspectdb crashes on unsupported unique_together constraints in PostgreSQL Database layer (models, ORM)
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
14807 14807 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
27979 27979 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
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
27477 27477 Use QuerySet.select_for_update() in admin change form to fix race condition contrib.admin
27792 27792 Extended category support for Atom and RSS feeds contrib.syndication
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
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27974 27974 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
27834 27834 Add the STRPOS database function Database layer (models, ORM)
27928 27928 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27942 27942 admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines contrib.admin
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27981 27981 date/time filter docs inaccurate about how localization works Documentation
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
27977 27977 inspectdb errors after upgrade to cx_Oracle 5.3 Database layer (models, ORM)
27935 27935 BrinIndex crashes if name > 30 characters contrib.postgres
27940 27940 Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated Migrations
27260 27260 Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN Database layer (models, ORM)
27933 27933 FieldDoesNotExist if remove foreign key and remove unique constraint at the same time Migrations
27862 27862 Exists() feature generates invalid SQL query on postgres backend Database layer (models, ORM)
27842 27842 Add protocol argument to GenericSitemap.__init__() contrib.sitemaps
27884 27884 Document that validators needs to be an iterable since Django 1.11 Documentation
27856 27856 Date subtraction loses accuracy on PostgreSQL for differences larger than month Database layer (models, ORM)
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
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
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27811 27811 Avoid UnicodeEncodeError during generation of email with mail_admins logger Error reporting
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)
498 498 Atom support, not just RSS contrib.syndication
27769 27769 createsuperuser command missing docs about no-input/interactive Documentation
27786 27786 Uploading dependent on the user File uploads/storage
27764 27764 Running migration that deletes child model (in multi-table inheritance) backwards results in an error Migrations
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)
27740 27740 Allow content_type or object_id of GenericForeignKey to be field on related model contrib.contenttypes
27297 27297 infinite AlterField migrations created for foreign key after case-only model name change Migrations
27738 27738 Default index name not set outside of migrations Database layer (models, ORM)
27518 27518 HTTP Referer leaks password reset link contrib.auth
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27263 27263 Allow validators to short-circuit in form field validation Forms
27558 27558 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27184 27184 Test client crashes when uploading TemporaryFile on Unix Testing framework
27588 27588 Avoid affixing colon to migration name in makemigrations output Core (Management commands)
27549 27549 django.utils.functional.lazy cannot be used with regular expressions module (re) Utilities
27535 27535 RFE: Exclude pk from queries Database layer (models, ORM)
27525 27525 Revert to previous migration automatically after failure when using MySQL backend Migrations
27506 27506 HttpRequest.build_absolute_uri throws DisallowedHost HTTP handling
27511 27511 Docs incorrect about related_model for GenericRelation being None Documentation
27491 27491 TruncDay function arguments aren't quoted properly when you print the SQL query Database layer (models, ORM)
27484 27484 ManyToMany relationship filter - delete - generate wrong sql Database layer (models, ORM)
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27435 27435 Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle Testing framework
27446 27446 Addition of `readonly` option to ModelField to allow database generated fields Database layer (models, ORM)
27425 27425 Outdated FAQ, developers to hire Documentation
27424 27424 contenttype 0002_remove_content_type_name migration failure contrib.contenttypes
27411 27411 Django namespaced reverse not working in test environment Testing framework
27404 27404 Error in function requirements reversed Error reporting
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27344 27344 ConditionalGetMiddleware should only operate on GET requests HTTP handling
27330 27330 Generic CreateView/UpdateView doesn't send the kwargs to get_context_data Generic views
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27300 27300 makemigrations --dry-run -v 3 on Python 3 writes byte string to stdout Core (Management commands)
27311 27311 Support unpickled models (e.g. read from cache) in migrations Migrations
27273 27273 Make usage of construct_change_message easier outside of admin contrib.admin
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27306 27306 Document relation between auto_now/auto_now_add and timezones Documentation
27289 27289 Docs: Badly wrong explanation of View.as_view() and its use in urlconf Documentation
27277 27277 Error in generation of SQL query when have a ForeignKey with Model with ChoiceField Database layer (models, ORM)
27269 27269 ORM extremely slow to run annotate/filter query, much faster directly in dbshell Database layer (models, ORM)
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
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
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
27211 27211 Include HTTP-caching headers to "304 Not Modified" responses HTTP handling
27197 27197 Document how blank=True affects the migrations questioner Documentation
27142 27142 makemigrations fails on special database connections Migrations
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
27124 27124 caches_setting_for_tests passes cull related options to memcached tests Core (Cache system)
27139 27139 ImportError: No module named 'polls.apps.PollsConfig' Documentation
27129 27129 Allow setting CSS classes in the output of the unordered_list template filter Template system
27101 27101 args and kwargs not passed in BaseDetailView Generic views
27093 27093 ORM error on apache + wsgi Database layer (models, ORM)
27085 27085 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27035 27035 DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False Testing framework
27038 27038 Migration being created even when no change was made. Migrations
27036 27036 "locmem" email backend should accept generators Core (Mail)
27010 27010 Argon2PasswordHasher.encode() decodes underlying hash as UTF-8 instead of ASCII contrib.auth
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
494 494 Collapse in admin interface for inline related objects contrib.admin
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14476 14476 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
901 901 Reload method for models 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
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
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)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
937 937 1 Autoreload reloads for every request. Core (Management commands)
23 23 Add support for ValidationWarning Forms
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14056 14056 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14868 14868 admin: prevent long text from overflowing recent actions box contrib.admin
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14656 14656 Atom1Feed should write atom:published element contrib.syndication
680 680 get_absolute_url not being used correctly in admin interface? contrib.admin
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)
14540 14540 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
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)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
16123 16123 DateTimeField, DateField fails covert unicode date string with non-ascii characters Forms
14342 14342 Part 2 of the Tutorial -- path format for TEMPLATE_DIR Documentation
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
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
72 72 Django should add charset info to output HTTP headers Core (Other)
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
14829 14829 URL dispatcher documentation with class-based generic views Documentation
14449 14449 restructuredtext filter does not return the correct content Documentation
14917 14917 Error in the sample code under "Using an inline formset in a view" Documentation
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
1 1 Create architecture for anonymous sessions Core (Other)
14836 14836 Improve semantics of docs: *.djangoproject.com
14593 14593 CZBirthNumberField expects two arguments to clean() contrib.localflavor
14574 14574 Initial values support for inline model formsets Forms
14806 14806 No template tag to support contextual translations Internationalization
640 640 order_with_respect_to option fails Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
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
14202 14202 Rss201rev2Feed bug contrib.syndication
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14401 14401 Add a contributing HOWTO page for new contributors Documentation
14988 14988 Tutorial part 4 - Renaming of templates should be removed Documentation
14698 14698 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14692 14692 Unclear mail error Uncategorized
14682 14682 Class based views docs should be more explicit about template location Documentation
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14445 14445 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14634 14634 Sessions are unnecessarily complex contrib.sessions
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
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14995 14995 from django.views.generic import FormView Generic views
14878 14878 Issues in generic views (list) Generic views
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
14862 14862 bad links *.djangoproject.com
14000 14000 Removal of obsolete "versionadded" tags Documentation
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
14803 14803 ModelFormMixing's handling of "success_url" is inconsistent with old generic view behaviour Generic views
14132 14132 Feedgenerator doesn't support dates before 1900 Contrib apps
14797 14797 ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method Generic views
14232 14232 date_list context variable incorrectly documented Documentation
14711 14711 MonthMixin.get_previous_month incorrect under certain conditions Generic views
14702 14702 Add a "needs info" state to tickets *.djangoproject.com
399 399 Bigint field object needed Database layer (models, ORM)
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
689 689 Honor Web server provided authentication Core (Other)
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
661 661 New function: batch save of objects would make for more efficient processing Core (Other)
14718 14718 Different attributes for DateInput and TimeInput in SplitDateTimeWidget Forms
14063 14063 Validating form file fields is hard File uploads/storage
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)
14506 14506 Crash on HEAD request Documentation
811 811 IPv6 address field support Core (Other)
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
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)
717 717 If-Modified-Since checked for exact match HTTP handling
14012 14012 Adding an User object in a popup fails contrib.admin
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
14796 14796 inspectdb producing field names which are Python keywords django-admin.py inspectdb
14240 14240 filesizeformat should localize number Template system
14801 14801 Support for string methods with lazy translations Internationalization
14474 14474 Unnecessary deepcopying of QuerySet inside filter() method results in slower execution Database layer (models, ORM)
14971 14971 Exclude by annotation works as OR rather than AND Database layer (models, ORM)
14940 14940 New generic class view CreateView execute form.save() with no arguments Generic views
14991 14991 SQL injection in quote_name() Database layer (models, ORM)
14418 14418 lazy instances are not resolved to string when used as Exception value Uncategorized
14371 14371 Select related and parents Database layer (models, ORM)
14339 14339 Enable testing when you can't create/destroy databases Testing framework
14104 14104 Allow joined field in F()s Database layer (models, ORM)
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
14146 14146 Incorrect query being generated by .exclude() in some inheritance cases Database layer (models, ORM)
14901 14901 Typo in class-based views paginator doc. Documentation
14855 14855 Tweak reST in new TemplateResponse docs Documentation
14847 14847 dumpdata sends output to stderr, not stdout Uncategorized
14095 14095 Objects not saved when readonly_fields is set for inline admin contrib.admin
14666 14666 Ability to control the order the column in Models when mapping to the sql Database layer (models, ORM)
14798 14798 Clarification on Generic Views Documentation
14779 14779 Documentation Correction Documentation
14717 14717 Connection error not handled Uncategorized
14626 14626 DateField with auto_now=True is not coming in as Python's datetime.date object in Python 2.4 / 2.5 Database layer (models, ORM)
14423 14423 Wrong SQL on exclude with inheritance Database layer (models, ORM)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14654 14654 Cannot make documentation in single HTML file format Documentation
14630 14630 Oracle test tablespace disk datafile not big enough for running full Django test suite Testing framework
14616 14616 Recommend a leading underscore on module-level loggers in docs Documentation
14398 14398 runfcgi umask option should use literal value Core (Management commands)
14532 14532 django.views.generic.list_detail.object_list behavior with callables in extra_context Uncategorized
14167 14167 Using Instances in Generic Create/Update/Delete Generic views
14472 14472 Convert generic_relations doctest to unittest Testing framework
14441 14441 Oracle list limit exceeded with __in filters Database layer (models, ORM)
14010 14010 mention DYLD_LIBRARY_PATH in macosx installation instructions Documentation
14255 14255 Factoring mysite out of tutorial imports Documentation
14353 14353 unique_together new style is not working properly Uncategorized
14359 14359 django core and contrib named urls should follow a convention Contrib apps
14107 14107 Problem with non-null fieds using Oracle Backend Database layer (models, ORM)
14278 14278 sqlite3 backend and django 1.2.3, bug: «no such table» Database layer (models, ORM)
14008 14008 GeoDjango subquery fails with bad quoting GIS
14032 14032 CSRF cookie value is marked as safe and inserted in the HTML unchecked Core (Other)
14145 14145 undeterministic behavior when project or app template contains dotdir Core (Management commands)
14203 14203 Manual schema specification for tables is not compatible with index creation statements Database layer (models, ORM)
14179 14179 django create table with capitalized chars Uncategorized
14198 14198 « None » appears in priority field of sitemaps when using GenericSitemap without specify priority (#14164 related) Internationalization
14164 14164 Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities Internationalization
14185 14185 Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ Documentation
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14078 14078 Template tag to set context variable to output from tag's rendered content Template system
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)
552 552 [patch] SOAP support for django Tools
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)
106 106 [patch] Problem with some js/select box on IE contrib.admin
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
22 22 [patch] FileUploadField should allow for clearing the field contrib.admin
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
24 24 edit_inline support for OneToOne relationships Metasystem
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)
265 265 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
616 616 [patch] process_exception middleware extension Core (Other)
231 231 [patch] Make appropriate model fields honor max_length param Metasystem
978 978 STACKED ForeignKey classes don't show up in the admin for subclasses of related class contrib.admin
562 562 "Add another" JavaScript doesn't add new value to all fields relating to the same type contrib.admin
391 391 date_based generic views might be off by one Generic views
137 137 TypeError: can't compare datetime.datetime to datetime.date in date_based.py Generic views
765 765 Simplified Chinese i18n translation file Translations
666 666 Admin should get 404 and 500 templates contrib.admin
599 599 1 locmem cache should deepcopy values from the cache to prevent aliasing Core (Cache system)
744 744 `NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34; Generic views
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
548 548 missing steps at end of tutorial04.txt Documentation
776 776 1 smart+question *.djangoproject.com
671 671 generic list_object enhancement Core (Other)
518 518 Need validators that aren't attached to a form field Validators
509 509 1 We need a &#34;Powered by Django&#34; button Database layer (models, ORM)
490 490 [patch] incorrect handling of cursor.rowcount Core (Management commands)
475 475 Recursive function calling not working properly in template tags Template system
421 421 [patch] new events framework Core (Other)
351 351 Make list_detail.object_list respect allow_empty when paginating Generic views
362 362 Anonymous sessions should try to prevent session-stealing Core (Other)
333 333 HttpResponse should get a default charset Core (Other)
273 273 1 [patch] Password salt and other algorithms support Core (Other)
215 215 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
185 185 Chaining views Core (Other)
196 196 Patch: Allow integer months in views.generic.date_based Core (Other)
183 183 TypeError: can't compare datetime.datetime to datetime.date Template system
251 251 1 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
216 216 sqlite3 broken post rev 329 Metasystem
121 121 [patch] Names in SQL should be quoted Metasystem
129 129 Multiple ManyToManyField fields with same "to" reference tries to create duplicate tables Metasystem
125 125 View-Controller separation violation contrib.admin
12 12 Add metasystem database-check functionality Metasystem
611 611 fields with editable=False do not render contrib.admin
482 482 ForeignKey inline editing drops records in the Admin application Core (Cache system)
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
393 393 1 [patch] Filters don't take the str() value of a var Core (Other)
547 547 [patch] XMLRPC support for django Tools
924 924 [patch] String filters (lower, upper, capfirst etc.) don't work with international strings contrib.admin
65 65 [i18n] Internationalization and localisation contrib.admin
669 669 1 site table Metasystem
529 529 Add support for GenericForeignKey Contrib apps
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
501 501 {{ block.super }} returns value of the most remote ancestor contrib.syndication
329 329 RSS framework needs an easier interface contrib.syndication
337 337 DateTime fields don't work in the generic views Generic views
338 338 ManyToMany fields don''t work in the generic views Generic views
581 581 RSS framework needs unit tests contrib.syndication
61 61 8 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
349 349 3 [patch] Bad styling in Admin interface contrib.admin
739 739 2 tutorial and docs translations Documentation
463 463 6 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
510 510 [patch] Defend admin against CSRF attacks contrib.admin
801 801 contrib.comments seems a bit "unready" contrib.comments
180 180 request.POST doesn't work in django_admin.py runserver Tools
605 605 Template filenames mentioned by CRUD view docs aren't accurate Documentation
195 195 Patch: Allow callables in the extra_context dictionary of django.views.generic.date_based Core (Other)
241 241 Add a django.contrib.markup app Core (Other)
489 489 1 [patch] MySQL: TextField => longtext Database layer (models, ORM)
420 420 [patch] exclude_fields in AddManipulator and ChangeManipulator Metasystem
618 618 1 [patch] (reopened) Support for non-standard database port Database layer (models, ORM)
275 275 Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 Core (Other)
377 377 [patch] Allow template_name argument to django.views.auth.login.login Generic views
700 700 2 urlify.js and slugify use different character for spaces Core (Other)
682 682 Fully decoupled URLconf's for apps. Core (Other)
515 515 3 [patch] additional set of cache backends Core (Cache system)
612 612 [patch] decorator for managing cache-control header Core (Cache system)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
648 648 [patch] Add a comment tag like {# commented #} Template system
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
496 496 Better error messages when using generic views. Core (Other)
419 419 Create meta.AbstractModel Metasystem
763 763 [patch] fix for 'file' cache Core (Cache system)
913 913 2 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
540 540 ManyToManyField gives error with blank, raw_id_admin and empty input Core (Other)
445 445 allow partial object updates with manipulators Metasystem
686 686 sqlreset references django_admin_log Generic views
773 773 CACHE_MIDDLEWARE_GZIP is documented but not used Documentation
350 350 "offset" keyword does not work on MySQL 3.x Database layer (models, ORM)
78 78 Add a test suite for core functionality Tools
328 328 [patch] Add a archive_week date-based generic view Core (Other)
992 992 [patch] archive_month generic view leaves out last day of month Generic views
583 583 1 [patch] Add app-template dirs to TEMPLATE_DIRS Template system
502 502 1 [patch] added category to feed items contrib.syndication
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
750 750 i18n should ideally respect the languages supported on a per-application basis Tools
746 746 refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions Core (Other)
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
650 650 render_to_response uses Context instead DjangoContext Template system
826 826 1 Development server kills itself to reload, causing browser GET failures contrib.admin
647 647 [patch] cache middleware blows out when gets "unmarked" response Core (Cache system)
908 908 writing Null instead of the default value to the database in default object manipulator Metasystem
557 557 date_hierarchy doesn't work with DateField contrib.admin
485 485 [patch] small typo in feedgenerator.py contrib.syndication
481 481 1 [patch] additional http status codes Core (Other)
593 593 [patch] Fulltext search support in Django Database layer (models, ORM)
554 554 RSS feeds are not valid due to missing timezone in pubdates contrib.syndication
892 892 Make TemplateNotFound pages look like the 404's that come of URLConf Template system
305 305 sql code was not white space safe? Database layer (models, ORM)
866 866 [patch] django.views.static.serve opens files in text mode Core (Other)
667 667 [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks Generic views
674 674 ImageField display use undocumented thumbnails for change_list display contrib.admin
385 385 1 [patch] yesno filter is broken: doesn't accept 2-value argument Template system
697 697 Optional object_list for archive_year Generic views
110 110 Documentation on pagination needed Documentation
15 15 Metasystem unique_together doesn't work for an object that's related inline Metasystem
672 672 8 get_absolute_url isn't nice contrib.syndication
450 450 [patch] Give generic views support for dynamic lookup keywords Generic views
900 900 3 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
549 549 StaticField formfield Core (Other)
945 945 not translated parts in admin Javascript Translations
816 816 [Patch]FileField doesn't work in generic view Generic views
947 947 [patch] is_paginated is true when number of pages is 1 Generic views
761 761 [patch] typo in file cache backend Core (Cache system)
735 735 Trac report on how long ago tickets have been touched *.djangoproject.com
516 516 Discrepancy in usage naming of login template file Template system
585 585 [Document] - Render your Django's data with specialized applications Documentation
623 623 [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable Template system
604 604 Total number of results not available in paginated object_list generic view Generic views
602 602 Django error when getting the root of the site with FCGI Core (Other)
563 563 [patch] minor typo in cache.txt Documentation
530 530 1 Unable to initialize SQLite database Database layer (models, ORM)
524 524 Numerous excessive selects in the manipulator Core (Other)
487 487 [patch] minor typo in cache.txt Documentation
387 387 Date field does not render, saving object fails with invisible error contrib.admin
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)
336 336 generic views delete_object documentation typo Documentation
181 181 Site and FlatFile don't appear in the Admin interface contrib.admin