nobody

(nobody)

Most Active Role

Bug Fixer

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (20738) Reporter (0) Owner (19756) Commenter (0) Summary Component
27775 27775 Signed cookies does not support custom expiry contrib.sessions
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)
24342 24342 Add EnumField model/form fields Database layer (models, ORM)
24042 24042 Custom AutoField fields do not work correctly on postgres Database layer (models, ORM)
25643 25643 Allow update() with aggregates and joins via subqueries Database layer (models, ORM)
34569 34569 Unify all model fields to call get_prep_value from get_db_prep_value Database layer (models, ORM)
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
23964 23964 Support for Meta.constraints validation across forms in a model formset. Forms
28682 28682 Allow QuerySet.update() to return the IDs of the matched rows Database layer (models, ORM)
27222 27222 Refresh fields that are expressions after Model.save() Database layer (models, ORM)
18448 18448 Rename all documentation files to have .rst extension Documentation
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)
34041 34041 Accessibility improvements for admin breadcrumbs contrib.admin
18437 18437 Incorrect double JOIN when using multiple .filter() calls on the same table Database layer (models, ORM)
34380 34380 Make URLField assume "https". Forms
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
3362 3362 Add HttpResponseNoContent response type HTTP handling
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)
23919 23919 Cleanups for when we drop Python 2 compatibility Core (Other)
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)
27021 27021 Add explicit support for Q object annotations Database layer (models, ORM)
34432 34432 autoreloader does not reload when a Thread is running and there is no way to notify the Thread to stop Utilities
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
27833 27833 prefetch_related fails with SQLite when used with 1000 parent records Database layer (models, ORM)
33112 33112 BaseValidator does not localize params passed to rendered ValidationError Core (Other)
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)
27880 27880 Use __set_name__ to replace some usages of contribute_to_class. Database layer (models, ORM)
34609 34609 Deprecate format_html calls without args or kwargs Utilities
34547 34547 Deprecate DatabaseOperations.field_cast_sql(). Database layer (models, ORM)
34462 34462 Deletions in admin panel create N + 1 queries contrib.admin
34355 34355 Make BaseConstraint arguments keyword-only Database layer (models, ORM)
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
19103 19103 Docs for swappable model option Documentation
27466 27466 Use a datepicker widget for Date[Time]RangeField in admin contrib.admin
24462 24462 Add a new QuerySet operation to use current results as a subquery Database layer (models, ORM)
35146 35146 Add support for annotate after union Database layer (models, ORM)
33015 33015 QuerySet.extra Use Case: filtering on large lists of tuples Database layer (models, ORM)
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
33968 33968 Make EmailValidator and URLValidator IDNA 2008 compliant Core (Other)
10227 10227 Support a related_default on OneToOne fields Database layer (models, ORM)
33969 33969 Improve django.core.mail.messages EAI processing Core (Mail)
24203 24203 Optimisation: adding multiple fields to same model should attempt to run single ALTER TABLE statement Migrations
27692 27692 Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field contrib.admin
25594 25594 Difficult to customize model field default_validators and have them used on both model and form fields Database layer (models, ORM)
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
33174 33174 Having a model inherit from Generic[T] breaks makemigrations Migrations
8576 8576 Multiple AutoFields in a model Database layer (models, ORM)
12377 12377 Make the makemessages command more open Internationalization
13712 13712 raw() sql bug in Python 2.5.2 Database layer (models, ORM)
14631 14631 Provide paginating for date-based generic views Generic views
15583 15583 Sorting dict by keys within django template Template system
30363 30363 utils.numberformat.format renders small decimals in exponential notation. Utilities
26214 26214 Better error message for RuntimeError: populate() isn't reentrant Core (Other)
23968 23968 Use generator comprehension instead of list comprehension when possible Uncategorized
27409 27409 Issues with admindocs docstring links generation contrib.admindocs
20799 20799 Document how to use FastCGI via WSGI Documentation
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
2411 2411 Validation errors in template filters/tags documentation contrib.admin
34479 34479 Support "watchfiles" in the autoreloader Utilities
13091 13091 admin list_editable with unique_together raises Integrity Error Forms
27587 27587 Document str(QuerySet.query) Documentation
30267 30267 GeoDjango does not create correct PostGIS index for 3D geometry fields GIS
34900 34900 Python 3.13 compatibility. Core (Other)
11505 11505 Django's TestCase should reset the cache Testing framework
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)
33092 33092 PyMemcacheCache backend fails when running as a wsgi application with gevent worker class Core (Cache system)
27617 27617 Add contributor facing documentation for the ORM Documentation
13960 13960 abstract file upload/download handling File uploads/storage
30213 30213 Add support for a "watchdog" based autoreloader Utilities
27106 27106 Document which template filters can be used in Python code (and how) Documentation
34855 34855 Document CSRF_TRUSTED_ORIGINS relation to SECURE_PROXY_SSL_HEADER. Documentation
30963 30963 Admin list_editable not suitable for multi-user environment. contrib.admin
35194 35194 Postgres 16.2 with _iexact leads to IndeterminateCollation Database layer (models, ORM)
27909 27909 Use AUTH_USER_MODEL in startproject template Core (Management commands)
33095 33095 Admin actions shown with zero results contrib.admin
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
28661 28661 Auto-truncate indexes on MySQL when max index size is reached Database layer (models, ORM)
35085 35085 Import of PyATS breaks runserver reloader Utilities
34703 34703 TypeError: unhashable type: Netmiko Django Utilities
5745 5745 MySQL Collations/Charsets and Engines Database layer (models, ORM)
24810 24810 Reopen database connection automatically when no transaction is active Database layer (models, ORM)
12581 12581 connection.queries should use a ring buffer to avoid large memory consumption under runserver Database layer (models, ORM)
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
35458 35458 Docs: clarify need for ALLOWED_HOSTS Documentation
27580 27580 add special field for storing content types contrib.contenttypes
22042 22042 confused in tutorial 03 about location of mysite/urls.py Documentation
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
35418 35418 ValueError: site must subclass AdminSite Utilities
9576 9576 django.contrib.admin.widgets.AdminDateWidget.Media.js missing core.js contrib.admin
34118 34118 Python 3.12 compatibility Core (Other)
21471 21471 CharField max_lenght is not enforced on SQLite backend with Python 3 Database layer (models, ORM)
35492 35492 Replace call to User.set_password with make_password in authenticate contrib.auth
28504 28504 Add hooks into SchemaEditor.alter_field() and reduce complexity Migrations
34125 34125 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
20674 20674 html5 Input Type: range Forms
34636 34636 Add documentation for Query's function `sql_with_params` Database layer (models, ORM)
34045 34045 Admin changelist checkboxes do not have labels contrib.admin
34701 34701 Add support for NULLS [NOT] DISTINCT to UniqueConstraint Database layer (models, ORM)
25466 25466 django.template.loader.LoaderOrigin was removed without proper deprecation Template system
28912 28912 EmailMessage.message() should not set a blank To: field when EmailMessage.to is empty Core (Mail)
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
35532 35532 Allow customizing errors processing in BaseModelFormSet.validate_unique() Forms
35555 35555 Add additional middleware checks for django.contrib.auth contrib.auth
34886 34886 Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. Documentation
35556 35556 The checkbox of a BooleanField is displayed before field's name contrib.admin
28521 28521 Align checkboxes under other field inputs in Django admin contrib.admin
35552 35552 [Django Admin] Harmonizing obj=None parameter across multiple function contrib.admin
35550 35550 UniqueConstraint with condition seems not checked in BaseInlineFormSet Forms
35544 35544 Readonly Widget Template Forms
35549 35549 The Model's Meta option managed doesn't do what the documentation says it should. Database layer (models, ORM)
30577 30577 feature request: custom rendering for readonly fields in admin contrib.admin
35543 35543 Contribution: new management commands for contrib.auth (grantpermissions, revokepermissions) contrib.auth
35538 35538 GeometryFilter Causes GDALException GIS
34502 34502 Union giving wrong column ordering even when using .values/.values_list Database layer (models, ORM)
35536 35536 Incorrect represent empty list from JSONField in ChangeList contrib.admin
35534 35534 Request attribute upload handlers is immutable when method is POST Generic views
35523 35523 query_string cannot use variables as keys Template system
25306 25306 Allow a limit_choices_to callable to accept the current model instance Forms
35269 35269 GeneratedFields can't be defined on RelatedFields Database layer (models, ORM)
34846 34846 Add "Copy" button to the code snippets in docs. Documentation
35527 35527 Support `ruff format` as a formatter alongside `black` Core (Management commands)
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
35526 35526 Search result rendered as Plain Text JSON Documentation
35525 35525 Django error with parsing JSONField Database layer (models, ORM)
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
35498 35498 Race-condition using Django pylibmc implementation (PyLibMCCache) Core (Cache system)
31612 31612 Running tests with --keepdb messy to flush. Testing framework
35516 35516 Setting Client Name for Redis Connections Core (Cache system)
35524 35524 Add possibility to renew {% cache %} templatetag Template system
35513 35513 Add a `seprarate_dirname_file`name method in core file storage Core (Other)
35522 35522 'NoneType' object has no attribute 'lstrip' when loading single template with relative include without origin Template system
35504 35504 Bug running test i18n.test_extraction.UnchangedPoExtractionTests on WSL cause of CRLF/LF issue Testing framework
35519 35519 Django website FAQ points to deprecated link Documentation
34538 34538 Incorrect query generated with on subquery WHERE depending on the order of the Q() objects Database layer (models, ORM)
35512 35512 problem while creating a new application Core (Other)
35509 35509 migration models.BooleanField(default=False) does not create a DEFAULT attribte on mysql table Database layer (models, ORM)
35510 35510 migration on_delete=django.db.models.deletion.CASCADE does not create a ON DELETE CASCADE constraint Database layer (models, ORM)
35503 35503 Remove confusing documentation about PHP users. Documentation
35501 35501 collectstatic takes more than an hour to complete contrib.staticfiles
35046 35046 BlankChoiceIterator causes AttributeError for some existing packages and projects Utilities
35499 35499 Issue with auto_now=True DateTimefield and update_fields Database layer (models, ORM)
35494 35494 Testing Class-based Views Clarification Documentation
35495 35495 Referencing default django.contrib packages permissions in data migrations, results in a "race condition" Migrations
35491 35491 QuerySet.extra use case. Unnest array and make it lower. and make it an array again. Database layer (models, ORM)
35484 35484 Enhances the flexibility of the Django admin interface by supporting custom user models more effectively. contrib.auth
35481 35481 assertTemplateUsed false positive Testing framework
30460 30460 ManyToMany relationships with a custom `through` do not respect Meta.ordering on the intermediary model Database layer (models, ORM)
35480 35480 Django 5.0.6 Forms
35478 35478 GenericRelation always deletes the related objects when a model object is deleted contrib.contenttypes
35474 35474 django use oracledb and enable thick mode,but sometimes Aborted Database layer (models, ORM)
35471 35471 Make the admin search filter optional in nav sidebar? contrib.admin
35472 35472 Image files aren't cleaned up after running tests File uploads/storage
21602 21602 FileSystemStorage._save() Should Save to a Temporary Filename and Rename to Attempt to be Atomic File uploads/storage
35447 35447 Request attribute upload handlers is immutable when method is POST Generic views
35463 35463 Squash migrations inheriting dependencies from unsquashed migrations. Migrations
35465 35465 Feature: allow pre-caching and disable-cache Core (Cache system)
35468 35468 Django with python 3.12 ImportError Core (URLs)
35466 35466 Create new objects method get_or_none() to avoid boilerplate try/except Database layer (models, ORM)
35456 35456 Fieldset title inside a collapsed StackedInline are `h3` but on errors are shown as `h2` contrib.admin
35460 35460 Clarify the python version for installing Django by local copy. Documentation
21295 21295 Add on_update support Database layer (models, ORM)
35453 35453 ManyToMany field is a concrete field on the defining side. Database layer (models, ORM)
35455 35455 psycopg3 warns about connections not being closed Database layer (models, ORM)
10554 10554 Response.set_cookie should allow setting two cookies of the same name. HTTP handling
35454 35454 ArrayField with default throwing a ValidationError on full_clean Database layer (models, ORM)
35406 35406 Using Django models in function type annotations, without dependency to settings.configure() Database layer (models, ORM)
35423 35423 Show which fields are being searched in Admin change_list's `search_fields` contrib.admin
20923 20923 Unable to use fields from prefetch_related() in only() and defer() Database layer (models, ORM)
35439 35439 Hardcoded HTML in python code. contrib.admin
35438 35438 Failed to insert an model instance into db that utilizes a UUID as its primary key and incorporates a GeneratedField. Uncategorized
35407 35407 Cache Model._meta.swapped Database layer (models, ORM)
35437 35437 Exists subquery ignores ordering when it's distinct Database layer (models, ORM)
34608 34608 Migrations generates code that it can't execute Migrations
35433 35433 NumberInput min_value attr overridden by IntegerField.widget_attrs Forms
35435 35435 NumberInput off-by-one on min value for type range Forms
35431 35431 Failing to serialize NumericRange with CheckConstraint on IntegerRangeField Migrations
35432 35432 Usage of django new STORAGE added in version 4.2 File uploads/storage
34417 34417 AlterField migration on ForeignKey field re-creates foreign key constraints unnecessarily Migrations
34007 34007 Single-field conditional UniqueContraint validation errors are classified as non-field-errors Database layer (models, ORM)
35415 35415 Adding content_type to StreamingHttpResponse on Linux causes memory error after streaming around 1GB-2GB of data. HTTP handling
35420 35420 Add support for RSS stylesheets contrib.syndication
35419 35419 Add support for creating records from a queryset Database layer (models, ORM)
35416 35416 Removing a primary_key field causes a migration crash Migrations
35411 35411 Checkboxes in admin panel extend off page depending on page size. contrib.admin
35410 35410 Can't Set a Default Value for ForeignKey Field in Custom User Model contrib.auth
35409 35409 CheckbioxMultipleSelect widget is broken Forms
35403 35403 URL path with optional parameter Uncategorized
35399 35399 Reduce the "Case-When" sequence for a bulk_update when the values for a certain field are the same. Database layer (models, ORM)
35124 35124 Could bulk_update() aggregate the pk's in WHEN clauses? Database layer (models, ORM)
35400 35400 SECRET_KEY_FALLBACKS documentation can be misleading when running multiple instances of an application Documentation
35397 35397 override_settings for STORAGES loses OPTIONS File uploads/storage
34612 34612 QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. Database layer (models, ORM)
35396 35396 QuerySet filters incorrectly pushed to the inner query when applied after a window function filter Database layer (models, ORM)
35398 35398 If the JSONField contains numbers key, the hash_key query becomes invalid Database layer (models, ORM)
35394 35394 Warning if `postgres` database has been renamed (e.g. DigitalOcean managed) Database layer (models, ORM)
34331 34331 Support prefetch_related() with Queryset.aiterator() Database layer (models, ORM)
33852 33852 Ability to exclude a specific view or form from DATA_UPLOAD_MAX_NUMBER_FIELDS Forms
35390 35390 Missing BCC entry in message function. Core (Mail)
35166 35166 Return python-memcached support Core (Cache system)
35391 35391 Announce: Intent to drop FCM/GCM token support from PyWebpush Uncategorized
35387 35387 Django's Spatialite backend throws errors with Spatialite 5.0.1 Database layer (models, ORM)
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
35389 35389 stringformat filter in template breaks numeric localization Template system
35388 35388 force_debug_cursor, assertNumQueries(), and CaptureQueriesContext() doesn't work in async. Database layer (models, ORM)
32935 32935 Test suite fails with sqlite 3.36 and spatialite 5. GIS
35154 35154 QuerySet implements `contains` but not `__contains__` Database layer (models, ORM)
35379 35379 Possible error in documentation Documentation
35376 35376 Prefetched data not used when combining prefetch_related() and only() Database layer (models, ORM)
35377 35377 Add past and future validators for Date and DateTime fields Core (Other)
35375 35375 Original line of tabular inline admin is always shown on the left, even in RTL contrib.admin
35374 35374 UniqueConstraint (and potentially other constraints) validation is not run when using a form generated from `inlineformset_factory` Forms
35372 35372 Remove convenience imports in django/core/mail/__init__.py Core (Mail)
35370 35370 `context["debug"] is not settings.DEBUG` and the future of `django.templates.context_processors.debug`: Template system
35369 35369 MySQL .union().aggregate() raises Unknown Column 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)
35368 35368 Postgres schema test failure locally Database layer (models, ORM)
34277 34277 Add where clause in QuerySet.bulk_create() when update_conflicts=True Database layer (models, ORM)
35367 35367 Multi-field constraint are not correctly handled when a form has one field marked as read-only Forms
35362 35362 ArrayField with nested CharField with a max_length silently truncates overlong values Database layer (models, ORM)
35366 35366 Send and receive socket without opening the html web page HTTP handling
35363 35363 Makemigrations: option to "depend on most current everything" Migrations
35360 35360 Chrome DevTools Lighthouse not functioning Uncategorized
34613 34613 add support for Partitioned cookies HTTP handling
35357 35357 Logger should be able to store extra arguments Utilities
35355 35355 Images derived from models are not showing in template Template system
34297 34297 ValueError: invalid token in plural form: EXPRESSION when adding new language Utilities
35169 35169 updated asgi handler for disconnects does not process ROOT_PATH Core (Other)
35353 35353 SelectFilter2.js puts the label for Django Admin filter fields in the wrong place contrib.admin
35352 35352 Unable to continue using custom languages with Django Internationalization
17339 17339 [nonrel] Factor out has_result into database backend Database layer (models, ORM)
35351 35351 "RuntimeError: Event loop is closed" when using aiomysql with Django async views Database layer (models, ORM)
35332 35332 Bad performance in django.template.load.render_to_string Template system
35349 35349 Transaction API does not respect the DATABASE_ROUTERS configuration Database layer (models, ORM)
35348 35348 Inconsistent behaviour with annotate using concat and GenericIPAddressField Database layer (models, ORM)
34838 34838 GeoDjango database functions incompatible with GeneratedField Database layer (models, ORM)
35343 35343 Found 0 test(s) when ran from parent folder Testing framework
35346 35346 Running migrations with Oracle 23c Version 23.3.0.23.09 causes ORA-00600 error Database layer (models, ORM)
35342 35342 models.fields.IntegerField.to_python() is converting float type numbers, making .clean_fields( ) less reliable Database layer (models, ORM)
35341 35341 An error occurred while executing Python management. py. ImportError: cannot import name 'force_unicode' from 'django. utils. encoding' Testing framework
35338 35338 Behaviour change in URL patterns. Core (URLs)
35340 35340 Why does Django add 1 second to the lifetime of a cookie? HTTP handling
35337 35337 argument of type 'NoneType' is not iterable, when show facets and change_view is overwritten in ModelAdmin contrib.admin
34977 34977 Turn link to change password form in admin user change form into a button contrib.auth
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
35327 35327 Add note to create custom user model in tutorial Documentation
30729 30729 Add support for the RFC 7239 Forwarded header HTTP handling
35298 35298 LANGUAGE_CODE: zh-Hant does not work for some translations on the admin site. Internationalization
34841 34841 Reverse migrations model state rendering slow with moderate to large migrations Migrations
35325 35325 CharField max_length ignored Database layer (models, ORM)
35317 35317 Add the possibility to do prefetches for only a subset of instances Database layer (models, ORM)
4848 4848 Allow inline fields to be "mixed in" with the models' own fields contrib.admin
35322 35322 Slow feedback loop in tests using Postgres Uncategorized
35318 35318 QuerySet.exclude() docs contain a potentially misleading statement regarding the restrictiveness of examples. Documentation
35142 35142 DATE and DATETIME settings have no effect since USE_L10N was deprecated Internationalization
35316 35316 Support scalars as query parameters in admin changelist filters (for backward compatibility). contrib.admin
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
32472 32472 runserver prematurely closes connection for large response body HTTP handling
35312 35312 staticurl_urlpatterns incorrectly uses STATIC_URL that prefixed using SCRIPT_NAME contrib.staticfiles
35314 35314 Django 5 breaks value of Date field rendering correctly in template Forms
35315 35315 5.0.3: pytest fails with tons of ImportErrors Uncategorized
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
20551 20551 Duplicate fixture labels Core (Management commands)
26407 26407 Investigate applying transitive reduction to migration graph. Migrations
25540 25540 Reusing databases doesn't work on PostgreSQL for migrations tests Migrations
25887 25887 Clarify support for ForeignKey and form fields other than ModelChoiceField Documentation
25902 25902 Add system check for project-wide database table name conflicts Core (System checks)
25955 25955 FK constraints are not checked at the end of nested atomic blocks Database layer (models, ORM)
25991 25991 A new implementation for exclude() queries Database layer (models, ORM)
25857 25857 DateTimeShortcuts.js could try and consume all DATE_INPUT_FORMATS. contrib.admin
15179 15179 django.test.client.Client.login fake HttpRequest is not run through middlewares Testing framework
14974 14974 Add support for translation backends other than gettext Internationalization
32674 32674 DEFAULT_AUTO_FIELD changes should be detected for PKs of auto-created intermediate M2M models. Migrations
32312 32312 Performance decrease following implementation of ASGI handler and coroutine-safety. Core (Other)
21143 21143 runtests might execute queries against the normal database instead of the testdatabase Testing framework
26565 26565 Allow Prefetch query to use .values() Database layer (models, ORM)
27447 27447 Provide an easy way to test sending of signals Testing framework
27620 27620 Add a TransactionMiddleware Core (Other)
27747 27747 Add signals for Django management commands Core (Management commands)
27752 27752 Fix and test admin_order_field set for the __str__ of a model contrib.admin
28452 28452 Consider adding a test command argument --locals to show traceback locals Testing framework
28715 28715 Prevent a migration changing DateTimeField(auto_now_add=True) to default=timezone.now from generating SQL Migrations
29023 29023 running tests in parallel doesn't show exception chain, even with tblib Testing framework
28939 28939 Document which ORM methods provide an instance hint to database routers Documentation
29381 29381 Move some parts of `django.contrib.auth.models` to `django.contrib.auth.base_user` for reusability contrib.auth
31317 31317 Migration using CreateModel with unique_together followed by AlterUniqueTogether crashes Migrations
22158 22158 Allow model level custom lookups Database layer (models, ORM)
35313 35313 <button> is not working Forms
35307 35307 make async generic views Generic views
35262 35262 Addindex operation generates wrong sql code for Postgresql GinIndex contrib.postgres
35311 35311 Addindex operation generates wrong sql code for Postgresql GinIndex Database layer (models, ORM)
35284 35284 PositiveIntegerField description is confusing Documentation
35304 35304 IntegerField trailing decimal and zeros Forms
34488 34488 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
35300 35300 Simple COUNT without OUTER JOIN Uncategorized
35299 35299 Remove ValueError in Create method with OneToOne relation Database layer (models, ORM)
35297 35297 Not showing static file and 404 error instead of GET mathod contrib.staticfiles
35296 35296 The autoescape parameter to Engine() seems to have no effect on Context. Template system
35293 35293 Django 5.x changes the date format on an <input type="date"> from "2012-10-01" to "01/10/2012" Template system
35292 35292 Restore autofocus functionality to admin search box within popup interface contrib.admin
6870 6870 pre_delete should be sent before collecting ForeignKey relationships Database layer (models, ORM)
6489 6489 Add selected and enabled_from for JS calendar contrib.admin
6396 6396 Remove customization-unfriendly admin template tags contrib.admin
15759 15759 list_editable should respect per-object permissions contrib.admin
16376 16376 Support for database links Database layer (models, ORM)
20915 20915 Remove django.test.client dependency on django.contrib.auth (and .sessions?) Testing framework
35290 35290 Whitenoise Not Working when DEBUG = FALSE - Django - Hosting Static Files contrib.staticfiles
24901 24901 makemigrations should create empty migrations dir for any installed app without it Migrations
25195 25195 update_or_create doesn't understand F() operations Database layer (models, ORM)
29640 29640 Document (deprecate?) Paginator._get_page Core (Other)
29702 29702 QuerySet database-side pattern regexp support Database layer (models, ORM)
29762 29762 Document how database routers are used for related object access Documentation
29790 29790 Migration that switches a model to a UUID primary key fails with "duplicate column name: id" Migrations
30149 30149 Empty value selected check in Admin Filter prevents subclassing contrib.admin
31383 31383 Make createcachetable use SchemaEditor for SQL generation Core (Management commands)
17522 17522 ModelAdmin.ordering validation too strict contrib.admin
27080 27080 `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance Migrations
27325 27325 Offer a solution for static file serving suitable for production use Core (Other)
27109 27109 Make Flatpage swappable contrib.flatpages
21777 21777 Make request exception handling more robust to subsequent exceptions HTTP handling
21699 21699 Provide a way to define a model without being registered into the app registry / Get rid of get_registered_model Core (Other)
22673 22673 inspectdb not support database schema on postgresql with name different of "public" Database layer (models, ORM)
22226 22226 Reversing admin URLs requires undocumented filter admin_urlquote. contrib.admin
30950 30950 Replace __file__ with importlib.resources Core (Other)
23746 23746 Allow assertNumQueries to clear caches before it runs Testing framework
35288 35288 login_required / user_passes_test redirects back to POST-only view contrib.auth
26412 26412 createsupseruser with email login instead of username Core (Management commands)
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)
35287 35287 manage createsuperuser too restrictive Core (Management commands)
34339 34339 Allow overriding construct_search(). contrib.admin
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
35279 35279 Memory Leak with `prefetch_related` Database layer (models, ORM)
35282 35282 ProgrammingError when admin.ShowFacets.ALWAYS and filter in list_filter of type SimpleListFilter on search. contrib.admin
35277 35277 Issue with the new "formset:added" event contrib.admin
35271 35271 Old migrations with UniqueConstraint fail when using psycopg3 Migrations
35274 35274 Avoid creating index using db_index=False for a CharField which is a primary key Database layer (models, ORM)
35272 35272 Django Admin - changing input to <select> tag using ModelChoiceField posts an Object(1) in the form Forms
35268 35268 Migrations raise UnicodeDecodeError on PostgreSQL. Database layer (models, ORM)
35264 35264 CommandError-Conflicting migration detected, Uncategorized
35263 35263 Add keys() and hashes() functions to Redis cache backend. Core (Cache system)
31583 31583 Extend deferred unique constraint support to OneToOneField Database layer (models, ORM)
29187 29187 test_delete_signals occasionally fails when running all django tests Core (Other)
35260 35260 request.GET is improperly type annotated HTTP handling
35259 35259 forms.JSONField validator doesn't match documentation behavior Forms
9990 9990 Management shell autocomplete breaks PYTHONSTARTUP autocomplete Core (Management commands)
35258 35258 Rename the 'runserver' management command to 'devserver' to be more explicit that it is intended for development only Core (Management commands)
34151 34151 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
35251 35251 dumpdata refactoring Core (Management commands)
35256 35256 Strange/duplicate join clauses on queries with filter and annotations Database layer (models, ORM)
32023 32023 HttpRequest.headers doesn't get updated when request.META is updated. HTTP handling
35254 35254 New setting for ModelAdmin.list_per_page contrib.admin
35253 35253 Pagination for StackedInline and TabularInline contrib.admin
35245 35245 Django freezes on DRF's APIView. Database layer (models, ORM)
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
13033 13033 MySQL full text search in admin contrib.admin
35249 35249 DISABLE_SERVER_SIDE_CURSORS is not documented as a connection setting Documentation
34852 34852 Django Unit Tests break when using replicated MySQL Cluster v8.0.28 Testing framework
35247 35247 Test Client constructor accepts headers that are ignored/overwitten Testing framework
35244 35244 URL resolution does not work with a namespaced function reference. Core (URLs)
34806 34806 Make cached_db backend resilient to cache backend errors contrib.sessions
35240 35240 Django doesn't set Postgres timezone to UTC when using psycopg3 Uncategorized
35243 35243 Add easy access to error codes in forms Forms
35242 35242 LANGUAGE_CODE = "fr-CA" provide incorrect TIME_FORMAT Internationalization
35239 35239 FilteredSelectMultiple (filter_horizontal) initial selections reset when refreshing in Firefox contrib.admin
35222 35222 Update tablespaces tests Core (Other)
35225 35225 Tests of ordering by JSON field fail in Oracle 21c Database layer (models, ORM)
35181 35181 behaviour of makemessage dont follow documentation Documentation
35228 35228 django.db.utils.OperationalError: (1044, "Access denied for user 'xyz'@'localhost' to database 'product'") Database layer (models, ORM)
35227 35227 admin.display(ordering="") is raises exception while trying to ordering field. contrib.admin
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
35196 35196 auto running of server is not working , when making changes in admin.py [Django==4.2.10] contrib.admin
27516 27516 Optimize test client response.json() Testing framework
35199 35199 Makemigrations raises KeyError when removing a field from Meta.unique_together when its a list Migrations
35197 35197 floatformat combined with intcomma filters misformatting in Django 4.2.10 Template system
35193 35193 Range dumper assumes timezone aware datetimes. Database layer (models, ORM)
35190 35190 django with postgresql is incompatible with pypy Core (Other)
35188 35188 Redirect URI Mismatch with Box API contrib.auth
35182 35182 Add support for additional HTML attributes to json_script template tag Template system
35170 35170 LocaleMiddleware unexpectedly causes messages to be consumed under certain circumstances Internationalization
34914 34914 Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True Database layer (models, ORM)
35184 35184 tests - use wildcards in labels Testing framework
35186 35186 Script run as manage.py command gets frequent django.db.utils.InterfaceError: connection already closed errors Core (Management commands)
35183 35183 Run only a random subset of tests. Testing framework
35185 35185 Daphne: websocket works locally with ws protocol, but it connects and quickly disconnects in production Uncategorized
12651 12651 AutoSlugField, that can recreate unique slugs during saving. Database layer (models, ORM)
35178 35178 Override FORM_RENDERER for admin site Forms
35177 35177 Admin.display decorator functions do not output correct-format for 'modern' Python string-formatting contrib.admin
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)
35176 35176 Renaming a field and other attributes result in deleting and recreating a new column. Migrations
34038 34038 Low text contrast and no visual cues for links within body text in admin UI contrib.admin
35168 35168 Problem with templates and the <video></video> tag Template system
35164 35164 PermissionError: Permission denied: site-packages Database layer (models, ORM)
35165 35165 Django Tutorial - Writing Your First App Uncategorized
35163 35163 sqlite3.OperationalError: no such column: django_migrations.id Database layer (models, ORM)
32785 32785 Reduce culling frequency of database cache backend Core (Cache system)
35161 35161 makemessages - make comments with line numbers look the same in all operating systems Internationalization
35158 35158 Missing information in the french documentation Documentation
34936 34936 db_default with decimal.Decimal() crashes on SQLite. Database layer (models, ORM)
35160 35160 m2m_changed not trigerred when ManyToManyField in autocomplete list contrib.admin
35157 35157 "AttributeError: 'QuerySet' object has no attribute 'copy'" combining FilteredRelation with subquery Database layer (models, ORM)
35155 35155 Internal 500 error when deleting company model on production server Database layer (models, ORM)
35151 35151 makemigrations hangs forever on complex apps/models Migrations
35148 35148 Missed request cleanup for async views HTTP handling
35150 35150 Logout no longer supports GET method HTTP handling
27950 27950 Permission classes for Class Based Views Generic views
10961 10961 Allow users to override forward and reverse relationships on proxy models with !ForeignKey fields. Database layer (models, ORM)
34140 34140 Format python code blocks in documentation files Documentation
35144 35144 Inconsistency in apostrophe symbols of translatable strings. And broken translations Internationalization
15610 15610 Generic Foreign Keys break when used with multi-db. contrib.contenttypes
34971 34971 Several loggers missing from logging documentation Documentation
35133 35133 Make @method_decorator to work with async methods. Utilities
35132 35132 Django admin dark mode leaves the main container light. contrib.admin
35129 35129 Support customize ForeignKey DDL when db_constraint=False Database layer (models, ORM)
35125 35125 Parent model fields are ignored when preparing the update_fields Database layer (models, ORM)
34910 34910 Color Contrast Admin Plus Icon contrib.admin
35128 35128 Soft-deletion feature Database layer (models, ORM)
34051 34051 makemigrations --check generating migrations is inconsistent with other uses of --check Migrations
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
35123 35123 Migrate prune for apps that are deleted Core (Management commands)
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
35118 35118 Mention test-suggestions when specific email-backend is used Core (Mail)
35120 35120 Stack overflow in render method when many instances of included template Template system
25591 25591 Cannot QuerySet.update DateRangeField using F() expressions contrib.postgres
35061 35061 Modifying GeneratedFields is not supported - not documented under model field reference for GeneratedField Documentation
34044 34044 Admin app search filter appears in nav sidebar but not on admin homepage contrib.admin
24721 24721 Add "test extensions" (e.g. something similar to mail.outbox for messages) Testing framework
35110 35110 in_bulk does not work with annotated fields, nor on foreign key Database layer (models, ORM)
35116 35116 Default settings.MIGRATE is missing Migrations
34949 34949 Clarify when unique constraints are ignored. Documentation
32277 32277 Support nested aggregates in window expressions. Database layer (models, ORM)
35108 35108 Have SingleObjectMixin.get_object handle ValidationError/ValueError Generic views
35106 35106 Flatpages App - Installation instructions Documentation
35104 35104 Make ModelAdmin.list_display only select proper fields contrib.admin
34769 34769 JSONField key/path transforms tests fail on Oracle 21c. Database layer (models, ORM)
35101 35101 docker-compose exec web python manage.py createsuperuser service "web" is not running Uncategorized
35097 35097 Test utils.dateparse.parse_datetime() with a bare date Utilities
35062 35062 Update csrf.py to check request.POST if request.method is not GET CSRF
10919 10919 Add an option to disable display of related items on admin's delete confirmation page (to prevent large memory usage on complex objects) contrib.admin
35093 35093 Allow SQL injection characters in QuerySet.annotate() aliases Database layer (models, ORM)
35094 35094 Add pure Python dbshell fallback Core (Management commands)
23557 23557 Prevent silent extension of explicit GROUP BY when using order_by Database layer (models, ORM)
35089 35089 Allow admin filtering on GenericForeignKey and GenericRelation relations via search_fields contrib.admin
23321 23321 Remove .mo files from the Django Git repository Internationalization
35084 35084 Recommend reusable app module names use a `django_` prefix Documentation
35081 35081 Bug when customized login issue Uncategorized
35082 35082 AsyncRequestFactory doesn't pass REMOTE_ADDR when set Testing framework
35079 35079 Meta indexes/constraints with OpClass on expressions crash. Migrations
35080 35080 Reconsideration of HTTP Method Integration in Django for Enhanced HTMX Compatibility and similar frontend expe Uncategorized
35078 35078 Incorrect order of migration operations when a new FK is added and is part of constraints as well Migrations
35077 35077 Quering with int that has bigint in database no longer working. Database layer (models, ORM)
35076 35076 improvement to the doc of ModelAdmin.view_on_site Documentation
34132 34132 Migration with CheckConstraint fails on PostgreSQL in PyPy with psycopg2cffi due to AttributeError Database layer (models, ORM)
34670 34670 Django Admin light theme flickers on dark system contrib.admin
35070 35070 Default form output in docs is shown as as_table() instead of as_div() Documentation
35068 35068 decimal as Float in settings Uncategorized
35067 35067 jsonb register Database layer (models, ORM)
35066 35066 Unsupported operand exception in response.py HTTP handling
35063 35063 Django 5 LOGOUT_REDIRECT_URL does not work correctly contrib.auth
34658 34658 New assertion `assertNotInHTML`, like `assertContains` has `assertNotContains` Testing framework
35057 35057 Add a setting for project level callable/string for FileField's upload_to Database layer (models, ORM)
35055 35055 `collectstatic` tries to parse commented out lines in CSS files. contrib.staticfiles
35053 35053 Limiting QuerySets is not database platform agnostic 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
35052 35052 Documentation corrections Documentation
35013 35013 LogoutView from django.contrib.auth in Django 5.0 seems to use the wrong HTTP method HTTP handling
35047 35047 Wrong sql query for migration Migrations
34411 34411 Update obsolete GDAL API for DataSource handling GIS
35043 35043 LogoutView.as_view() no longer works in 5.0 HTTP handling
27055 27055 Model form with geometry widgets has invalid html GIS
35045 35045 Add a PersistedTemporaryFileUploadHandler for file upload File uploads/storage
34909 34909 Accessible names for Add / Change buttons in Django Admin contrib.admin
35036 35036 sqlsequencereset needs set search_path Database layer (models, ORM)
35040 35040 Migrations Not Affecting The DB With Existing DATA Migrations
35039 35039 Redis cache.clear() should respect KEY_PREFIX Core (Cache system)
35037 35037 DateTimeField with auto_now_add and default is inconsistent/broken Core (Management commands)
35000 35000 Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL Migrations
35034 35034 In some cases i18n set_language does not change url language Internationalization
35035 35035 BaseFormSet should use Form's default_renderer before defaulting to get_default_renderer(). Forms
35031 35031 overridden **from_db** classmethod doesn't get called if put in the AbstractBaseModel Database layer (models, ORM)
27813 27813 BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) Database layer (models, ORM)
33353 33353 Can't collect static files if don't have vendor's JavaScript source map files contrib.staticfiles
35029 35029 DisallowedModelAdminLookup for uuid field contrib.admin
35027 35027 Error Creating a Model with a GeneratedField Database layer (models, ORM)
35026 35026 Improving perfromance of the apps registry `get_models()` method Database layer (models, ORM)
35025 35025 Crash when attempting to order by array index from annotated ArrayAgg Database layer (models, ORM)
35023 35023 using keepdb and creating a fixture from the content of the test_database Documentation
35014 35014 update_or_create using update_fields opt out Database layer (models, ORM)
35017 35017 Template openlayers.html with inline script - Content-Security-Policy GIS
35010 35010 Parallel test runner hangs if one of the tests segfault Testing framework
34830 34830 csrf_failure and bad_request views missing context processors Core (Other)
35009 35009 set_language doesn't work with prefix_default_language=False Uncategorized
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34982 34982 Visual regression for helptext at certain screen sizes contrib.admin
34999 34999 Admin search bar input doesn't have proper background color when in dark mode contrib.admin
34997 34997 The name argument is ignored when creating url path using the include() function. Core (URLs)
34998 34998 Raising a StopIteration in asynchronous mode hangs the request Core (Other)
34822 34822 Provide migration serializer for `_lru_cache_wrapper` Migrations
28822 28822 Add DBCalculatedField to model to annotate models automatically Database layer (models, ORM)
34633 34633 Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. Database layer (models, ORM)
22621 22621 Return JSON response in default error handlers for ajax requests Core (URLs)
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34996 34996 Enhance update_or_create() method with upsert SQL. Database layer (models, ORM)
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)
34988 34988 Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. Migrations
34991 34991 Wrong layout of pagination buttons with editable list in the admin. contrib.admin
34968 34968 MultiPartParser silent large header fields size failures HTTP handling
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present Database layer (models, ORM)
34993 34993 Unexpected behaviour when filtering across mult-value (aka tomany) joins. Database layer (models, ORM)
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34987 34987 "Expression contains mixed types" exception when performing window function on query that also has aggregates. Database layer (models, ORM)
34985 34985 Migrations raise AppRegistryNotReady when GeneratedField references incorrect fields. Database layer (models, ORM)
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
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)
25307 25307 Cannot use .annotate with conditional expressions Database layer (models, ORM)
34717 34717 Cannot use aggregate over window functions since 4.2 Database layer (models, ORM)
25173 25173 multi-table inheritance: accessing child object after select_related('child') causes extra query Database layer (models, ORM)
34974 34974 makemigrations --check does not show diff as documented Uncategorized
34973 34973 Allow making unpickling warnings an error Database layer (models, ORM)
34965 34965 @sensitive_variables for coroutine func are not recursive Core (Other)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34970 34970 Unclear wording in password validator docs Documentation
24306 24306 Support for UNLOGGED tables in PostgreSQL Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34952 34952 manage.py compilemessages may skip locale folders if ignore is used. Internationalization
34969 34969 Documentation is misleading about SQL equivalent Documentation
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)
34959 34959 Q(a=b) and Exact(a, b) handle NULLs differently Database layer (models, ORM)
34962 34962 Support for overriding result of model field values Database layer (models, ORM)
34457 34457 makemigrations --check no longer prints the changes Migrations
34960 34960 Document how to set nulls_last=True for admin_order_field/ordering Documentation
34956 34956 Migration should not be allowed for a non-deterministic GeneratedField Database layer (models, ORM)
34957 34957 Cannot filter over annotated "FilteredRelation" since Django 5 Uncategorized
34953 34953 CSRF verification fails even with CSRF middleware commented out CSRF
34946 34946 Adding a field with default and db_default drops database level DEFAULT Migrations
34948 34948 USE_TZ=False causes failure in AdminEmailHandler during DST "fall back" Utilities
34951 34951 Wrong word Documentation
34950 34950 Translate text Documentation
34947 34947 assertContains fails when there is unicode in the response json Testing framework
34945 34945 annotate -> union -> values gives wrong values Database layer (models, ORM)
34940 34940 Filter queryset on "tuples" of values for multiple columns Database layer (models, ORM)
34941 34941 db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. Database layer (models, ORM)
34942 34942 Add icontains support for PostgreSQL ArrayField Database layer (models, ORM)
34813 34813 Docs miss note about invalid integrity with ManifestStaticFilesStorage contrib.staticfiles
34927 34927 ModelAdmin for model with InlineModelAdmin for proxy class reference results in admin.E202 contrib.admin
34939 34939 Widget templates not refreshing Forms
34694 34694 trailing slash is not appending Core (URLs)
34938 34938 Allow string based generators for AutoField Database layer (models, ORM)
34937 34937 Provide a get_form_kwargs for the ModelAdmin contrib.admin
34932 34932 Setting deterministic Postgres collations incorrectly disallows use of varchar_pattern_ops and text_pattern_ops Migrations
34935 34935 makemigrations --check no longer reports pending migrations Migrations
34934 34934 Made EmailValidator.__eq__() ignore domain_allowlist ordering. Core (Other)
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34933 34933 update_or_create() does not persist field changes in save() when performing an update Database layer (models, ORM)
34931 34931 QuerySet .count() crashes when queryset contains FilteredRelation referencing annotation in condition Database layer (models, ORM)
34929 34929 Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 Utilities
34928 34928 makemigrations when adding a ForeignKey to a model with a UniqueConstraint must create the field before creating the constraint Migrations
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34904 34904 Changing email object after sending mutates mail in mail.outbox Core (Mail)
34926 34926 Missing model after squashing Migrations
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
34924 34924 Example for squashmigration not working properly Migrations
34920 34920 FileExtensionValidator.__eq__() should ignore allowed_extensions order. Core (Other)
34899 34899 Model Field.choices callable support is not actually lazy Database layer (models, ORM)
34903 34903 Parallel test runner failure on Windows Testing framework
34825 34825 SQLite database files are not destroyed after tests Testing framework
34921 34921 Filtering an unbound DateTimeField with naive date crashes Database layer (models, ORM)
34922 34922 Add dynamic HTML/CSS classes to table row elements in admin changelist view contrib.admin
34918 34918 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field Database layer (models, ORM)
34913 34913 Django Admin high contrast mode no clear session contrib.admin
34912 34912 Admindocs back-links and bookmarklet help text is too small contrib.admindocs
34916 34916 Add support for brotli compression HTTP handling
34915 34915 Do not autopopulate _order field for model with an order_with_respect_to if already set. Database layer (models, ORM)
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
34905 34905 Main landmark is on the wrong element contrib.admin
34908 34908 Contrast Failure for Module Table Headers contrib.admin
34906 34906 Need help with makemigrations Database layer (models, ORM)
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
34902 34902 django.test.client.Client.head request fails on AttributeError as_sync is missing Testing framework
34798 34798 Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. Database layer (models, ORM)
34551 34551 Case-When aggregation over aggregated fields doesn't work since 4.2 Database layer (models, ORM)
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
28438 28438 Initial migration creates fields not listed in the migration if mixin class changes Migrations
34892 34892 Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled contrib.staticfiles
14761 14761 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
7930 7930 FORCE_SCRIPT_NAME does not work with dev server HTTP handling
34882 34882 options=0 is not respected when calling AsGeoJSON() GIS
34896 34896 First-party passkey support in django.auth contrib.auth
34897 34897 Django's admin UI - `ManyToManyField` with inheritance on the same class -> object shows itself inside the relation contrib.admin
34894 34894 Query.change_aliases() has several significant bugs Database layer (models, ORM)
30490 30490 migrations unique_index on (app, name). Uncategorized
34895 34895 Reverse migrations fail with mysql / mariadb with sql_safe_updates set to 1 Migrations
34893 34893 TIME_ZONE (settings.py) Europe/Kiev to Europe/Kyiv Internationalization
34875 34875 Use RFC 9106 recommendations in Argon2PasswordHasher contrib.auth
34889 34889 Broken fallback for prefetchers that only implement get_prefetch_queryset Database layer (models, ORM)
34891 34891 force_str(urlsafe_base64_decode(uidb64)) returns object not value Utilities
31435 31435 RecursionError when deleting a model with one to many relationship. 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
22936 22936 Get rid of field.get_db_prep_lookup() Database layer (models, ORM)
34890 34890 Migration can produce duplicate entries of UUID4 values for unique fields Database layer (models, ORM)
34888 34888 CSRF verification failed in django 4 when nginx serves the webserver CSRF
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
27229 27229 Allow using aggregates in ModelAdmin.list_display contrib.admin
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
34883 34883 Allow template tags to set extra data on templates. Template system
27929 27929 Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing contrib.staticfiles
34885 34885 Not removing original (non-hashed) files after processing contrib.staticfiles
34312 34312 startapp/startproject template should support file renames with the full context Core (Management commands)
25943 25943 Auto Generated urls.py On startapp Core (Management commands)
28307 28307 Add more stub files in startapp template Core (Management commands)
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
34877 34877 KeyError for output_field in GeneratedField Database layer (models, ORM)
34876 34876 Allow password reset token generator to configure timeouts contrib.auth
34874 34874 Add table_exists() to optimize checks for django_migrations table. Database layer (models, ORM)
34320 34320 Renaming fields with truncated names don't remove old constraints on Oracle. Database layer (models, ORM)
26822 26822 New migrations not applied on clone databases (sqlite) when using --parallel and --keepdb option Testing framework
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
34872 34872 DRF Auth Issue Uncategorized
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34866 34866 Cannot inspect migrations that replace squashed migrations with sqlmigrate Migrations
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
34863 34863 sqlite math functions don't accept character fields as input Database layer (models, ORM)
34868 34868 Add K as an alias for KeyTransform.from_lookup Database layer (models, ORM)
34861 34861 KeyTextTransform incompatible with GeneratedField Database layer (models, ORM)
34867 34867 [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie Internationalization
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34859 34859 Format SQL code prodcued by sqlmigrate Migrations
34823 34823 assertTemplateUsed() context manager crashes for templates without names. Testing framework
34864 34864 Add ability to customise script tags for form media Forms
34848 34848 Updating translations catalog for javascript files fails with CommandError Internationalization
34862 34862 For clarity, the `password_reset_email.html` template should have `.txt` extension contrib.auth
34860 34860 Order_by is broken when sorting on an annotated postgres window function value Database layer (models, ORM)
34857 34857 Date picker cancel button does not respect color theme/dark mode contrib.admin
34854 34854 Missing translations in pt (Portuguese) Internationalization
34845 34845 Slow query when using exclude Database layer (models, ORM)
34847 34847 Serializer infinite recursion on M2M field if reference vars in init Core (Serialization)
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)
34844 34844 Missing dependency backports with install of 4.1.11 Packaging
34843 34843 Feature request: Support postgres table storage options Migrations
34832 34832 Use `banner` landmark or `<header>` element for the admin header area contrib.admin
34834 34834 Use `search` role for the admin changelist search form contrib.admin
15881 15881 FilteredSelectMultiple does not respect order contrib.admin
34833 34833 Use a `main` landmark in the admin interface contrib.admin
34839 34839 OperationalError from Psycopg when using Connection Pool (Digital Ocean) Django 4.2.3 psycopg 3.1.9 Database layer (models, ORM)
34837 34837 CheckboxSelectMultiple.attrs should accept more than "id" and "class" Template system
34836 34836 Add an optional argument to MultipleChoiceField to ignore invalid choices. Forms
34828 34828 DateTimeField breaks when given datetime that would be invalid in UTC Database layer (models, ORM)
34752 34752 ASGI http.disconnect not handled for streaming responses HTTP handling
34829 34829 Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. File uploads/storage
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)
34827 34827 select_for_update example raises TransactionManagementError Documentation
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)
34817 34817 Boolean field doesn't look good on django-admin contrib.admin
34791 34791 Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. Database layer (models, ORM)
34815 34815 urls file in startapp command Core (Management commands)
34730 34730 Add an assertMessages assertion contrib.messages
34812 34812 Validate that URLConf modules contain a urlpatterns entry Core (URLs)
34768 34768 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34811 34811 Queryset filter Q order changed Database layer (models, ORM)
34778 34778 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34809 34809 PyCharm typechecker complains Documentation
34803 34803 Nested OuterRef crashes with AttributeError Database layer (models, ORM)
34801 34801 Django project redirects for a user assigned in a group, it redirects to the url which is not present in the group assigned django app HTTP handling
34807 34807 importing `django.forms` causes circular import error Forms
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34712 34712 Prevent misconfiguration of `STORAGES` setting contrib.staticfiles
34210 34210 Show the duration of individual tests Testing framework
34805 34805 'Q' object has no attribute 'replace_expressions' Database layer (models, ORM)
34799 34799 inspectdb fails on tables with cross-schema relations on MySQL. Database layer (models, ORM)
34804 34804 legacy_algorithm = 'sha1' removed in django4.0 but new algorithm is hardcoded Core (Other)
34757 34757 AsyncClient should follow redirects Testing framework
34802 34802 django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() contrib.admin
34784 34784 Django french short date format translation bug Internationalization
34787 34787 The 'runserver' command doesn't work when run from an installed script on Windows Core (Management commands)
34800 34800 Django Management Command Triggers URLs When Checking Database Connection Core (Management commands)
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34797 34797 Django Admin radio fields admin.HORIZONTAL shows as vertical with django-grapelli. Uncategorized
34795 34795 ConnectionProxy (and likely others) do not expose the `__dir__` of the object they are proxying Core (Other)
34744 34744 Migration re-add constraints when check condition contains a dict_keys object. Migrations
34794 34794 Multiple file upload issue File uploads/storage
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)
34793 34793 Django ORM returns None when field has value in BD Database layer (models, ORM)
34781 34781 Clarify documentation of `request` objects in the `django.server` logging namespace. Core (Other)
34790 34790 loading old migration file Migrations
34788 34788 Correct NUMBER_GROUPING in Japan. Internationalization
34786 34786 Multiple Q objects in the same .filter() behave oddly with ManyToMany relationships 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
34783 34783 No module named 'smtp' when trying to send an email Core (Mail)
34782 34782 Explicit support for In-Reply-To / References in EmailMessage Core (Mail)
34780 34780 Tests don't pass on Python 3.11.4. Core (Other)
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34772 34772 Exception with psycopg3 binary package on Ubuntu 20.04 Database layer (models, ORM)
34770 34770 Default autoescape off in password_reset_email.html contrib.auth
34776 34776 Issue with maintaining condition order and join promotion in add_q method Database layer (models, ORM)
34775 34775 A case for handling aditional http methods HTTP handling
34777 34777 Tags are not opened correctly in several django/forms/templates Uncategorized
34774 34774 ModelAdmin form validation that cross-validates main form and inline formsets contrib.admin
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34362 34362 FilteredRelation doesn’t support conditional expression Database layer (models, ORM)
34743 34743 full_clean() raises AttributeError on constraints with related IDs. Database layer (models, ORM)
34692 34692 django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. Forms
34586 34586 create() does not save reverse OneToOne relationship nor raise an Exception Database layer (models, ORM)
34767 34767 AdminReadonlyField may not show links to related models when the related model has been downcasted contrib.admin
34766 34766 utils.text: slugify misses "l" when converting "ł" Utilities
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34755 34755 Provide accelerated binary wheels Uncategorized
34739 34739 Implement GEOSEqualsIdentical method on geometry objects. GIS
34765 34765 call_command reuses already loaded command causing stale class variable value usage Core (Management commands)
34754 34754 CheckConstraint with isnull lookup on JSONField transform None into null jsonb value Database layer (models, ORM)
34764 34764 Add support for Clusterized Redis deployments Core (Cache system)
34760 34760 Drop support for SQLite < 3.27.0 Database layer (models, ORM)
34686 34686 Confirm/Add support for GEOS 3.12. GIS
34762 34762 Duplicate Permissions Created on Model Rename contrib.auth
34763 34763 Should we disallow URLs as user fields? contrib.auth
27489 27489 Renaming a model doesn't rename the permission name and codename contrib.auth
34758 34758 Paginator.validate_number implementation has undocumented change in 4.2 Core (Other)
34750 34750 Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. Database layer (models, ORM)
34477 34477 Asyncio send mail backend Core (Mail)
34655 34655 Tests for RadioSelect and Select have diverged considerably, potentially leaving RadioSelect undertested Forms
18830 18830 FormWizard with Formset and Form Fields mixed on same page Forms
34753 34753 Document how to properly escape `to` in email messages Documentation
34748 34748 __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. Database layer (models, ORM)
34751 34751 FilteredSelectMultiple ignores select optgroup contrib.admin
34747 34747 Django hangs on async views with asycio.gather and an async ORM call Database layer (models, ORM)
14845 14845 Document connection-creation process Documentation
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34745 34745 Arbitrary rhs of lookup gives "Object has no attribute 'contains_aggregate'" Database layer (models, ORM)
34720 34720 BaseReloader.watch_dir() incorrectly checks for existence of path Utilities
34738 34738 Django admin doesn't translate error contrib.admin
34740 34740 Admin flashes dark/light depending on settings contrib.admin
34741 34741 Admin flashes dark/light depending on settings contrib.admin
34737 34737 SynchronousOnlyOperation is raised for non-running event loops on Python 3.7+. Utilities
34733 34733 m2m_changed signal is unaware if .set() method is being called Database layer (models, ORM)
34736 34736 Position of Delete and Save Buttons are reversed in Admin whe moving from v4.1 to v4.2 contrib.admin
34735 34735 About form validation Forms
34532 34532 Form.default_renderer is ignored in formsets. Forms
34714 34714 Async support for get_object_or_404()/get_list_or_404(). Database layer (models, ORM)
34734 34734 Django admin theme box contrib.admin
34732 34732 UnicodeEncodeError on two tests in Python 3.12 Uncategorized
34731 34731 Django test suite still has an occurence of assertEquals, removed in Python 3.12 Testing framework
34723 34723 `TypeError` when loading a Django app with incorrect type of `choices` Database layer (models, ORM)
34727 34727 Error in CharField with TextChoices and missing max_length parameter Testing framework
30052 30052 QuerySet.only() doesn't support annotations Database layer (models, ORM)
34725 34725 get_containing_app_config does not find an object in a module imported with an absolute path from project root Uncategorized
34726 34726 Backslash replaced by forwardslash in queries Uncategorized
34724 34724 Allow passing kwargs to django.contrib.admin.decorators.display contrib.admin
34722 34722 Let ListFilter be a MediaDefiningClass so that they can define custom CSS and JS contrib.admin
34721 34721 ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. Forms
34716 34716 Class methods from nested classes cannot be used as Field.default. Migrations
34719 34719 modelBase.add_to_class is ineffective when called in __init_subclass__ of an abstract Model Database layer (models, ORM)
34718 34718 Allow django.contrib.admin's ListFilter to render details tag collasped by default contrib.admin
27471 27471 Make admin's list_filter choices collapsable contrib.admin
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34679 34679 Cannot run collectstatic with existing unsupported manifest file contrib.staticfiles
34713 34713 Add an option to disable lastmod in Sitemaps. contrib.sitemaps
34715 34715 have proposal to create new orm method get_object_or_none same as get_object_or_404 Database layer (models, ORM)
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34448 34448 makemessages' --no-obsolete option is undocumented and untested. Core (Management commands)
34710 34710 Infinite migrations using models.Choices Migrations
34708 34708 db_index=True doesn't apply on MySQL. Database layer (models, ORM)
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34691 34691 Add a system check for unmatched URL paths' < / > Core (System checks)
34707 34707 AttributeError: 'function' object has no attribute 'cache_clear' when registering a custom lookup Uncategorized
34695 34695 security.E101 false positive with class-based views Core (System checks)
34698 34698 Allow returning IDs in QuerySet.bulk_create() when updating conflicts. Database layer (models, ORM)
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34688 34688 Remove contrib.sitemaps.ping_google(). contrib.sitemaps
34704 34704 File Size Validator File uploads/storage
34700 34700 ValidatedFileField File uploads/storage
34263 34263 File validators for MIME type, size, and extension. File uploads/storage
34702 34702 Runserver serving static files from STATICFILES_DIRS instead of STATIC_ROOT contrib.staticfiles
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34689 34689 Simplify usage of InlineFormSet in Class-based generic views Generic views
27646 27646 Add QuerySet support for group by modifiers and OLAP functionality Database layer (models, ORM)
34693 34693 Add method to ContentTypeManager to support search for table_name contrib.contenttypes
7177 7177 Expand and modify escaping of JavaScript strings in the escapejs filter Template system
34687 34687 Apps.clear_cache() does not clear get_swappable_settings_name cache. Core (Other)
34572 34572 Confirm/Add support for GDAL 3.7. GIS
34683 34683 get_object_or_404 and get_list_or_404 custom messaging HTTP handling
34681 34681 Optimize memcache_key_warnings() Core (Cache system)
34682 34682 System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. Core (System checks)
34671 34671 Inspectdb collation issue with oracle views Core (Management commands)
34391 34391 Add async interface to contrib.auth contrib.auth
34680 34680 inspectdb on mysql timestamp fields leads to timezone issues Database layer (models, ORM)
34675 34675 Selenium WebDriver implementation is broken due to update of Selenium Testing framework
34678 34678 README.rst does not mention the Django Discord or Django forum Documentation
34676 34676 Normalise MeasureBase unit not found exceptions to use AttributeError GIS
34674 34674 Updating the file contents of a Django FileField during upload results in I/O error File uploads/storage
34673 34673 Migrations ordering: add constraint run_immediately_after Migrations
34672 34672 Signing session keys in SessionMiddleware Uncategorized
34632 34632 Let makemigrations output an error message with --check Migrations
34668 34668 Unvalidated Redirect from "PATH_INFO" URI Parameter on "/admin/auth/group/{n}/change/" page. Uncategorized
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34594 34594 KT doesn’t work across foreign keys Database layer (models, ORM)
34667 34667 JSONField: KT() on a related object produces invalid SQL Database layer (models, ORM)
34666 34666 Mysql issue using afirst "The client was disconnected by the server because of inactivity" Database layer (models, ORM)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
27079 27079 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34661 34661 Peppering user passwords contrib.auth
34665 34665 CreateModel with manually added RenameField crashes on SQLite. Database layer (models, ORM)
34517 34517 ImageField unnecessarily adds a post_init signal handler to the model Database layer (models, ORM)
34664 34664 APScheduler Django Packaging
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)
34629 34629 AttributeError when using filter argument with Collect in GeoDjango Aggregate GIS
34660 34660 Use RFC3339 format and input type=(date|time|datetime-local) for date/time/datetime form fields Forms
34473 34473 StepValueValidator does not take into account min_value Forms
30515 30515 Document django.shortcuts.resolve_url. Documentation
34650 34650 Document django.shortcuts.resolve_url() Utilities
34653 34653 Django (4.2.2) doesn't handle unicode characters in labels of choices Migrations
34652 34652 Async support in admin view contrib.admin
34651 34651 'list' object has no attribute '_committed' Uncategorized
34649 34649 Modernise selenium --headless support Testing framework
34638 34638 Rows are selected if BooleanField is in list_editable contrib.admin
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
34648 34648 `get_prep_value` now being called for JSONField Uncategorized
34644 34644 social-app-django's JSONField doesn't work as expected. Database layer (models, ORM)
34625 34625 FilteredSelectMultiple widget’s elements aren’t labelled contrib.admin
34646 34646 Ordering a Django admin column based on multiple model fields contrib.admin
34604 34604 On databases lacking XOR, Q(…) ^ Q(…) ^ Q(…) wrongly interpreted as exactly-one rather than parity 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
34631 34631 Expression.identity() performance Database layer (models, ORM)
34445 34445 DateField.input_formats cannot be printed Utilities
34640 34640 Add query_params argument to test Client methods Testing framework
34602 34602 Fail gettext when no translation file is found or when no msgid is found in the given translation file Internationalization
34614 34614 Natural keys for nullable foreign keys Core (Serialization)
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
34627 34627 Active row states invisible for WHCM users contrib.admin
34610 34610 Django_migrations unique constraint Database layer (models, ORM)
34601 34601 ModelAdmin: Error message for readonly_fields's check does not include the field name contrib.admin
34615 34615 queryset.order_by().first() is not consistent with other queryset behaviours Database layer (models, ORM)
23694 23694 Swappable Dependency should not use "__first__" Migrations
34623 34623 Swappable dependencies always depend on first migration of app Migrations
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
34617 34617 Ensures <meta name="viewport"> does not disable text scaling and zooming contrib.admin
34595 34595 format_html() should explicitly mention that format_string is not escaped and that result is safe Template system
34616 34616 Incorrect code example in 5.0 release notes Documentation
34605 34605 Add distinct support for ListFilters contrib.admin
34606 34606 Right() function on Oracle and SQLite returns improper value when the length is zero. Database layer (models, ORM)
34600 34600 Review reference to bleach in docs Documentation
34611 34611 Support getting None in qs.get() Database layer (models, ORM)
34392 34392 Allow using test client response.json() with StreamingHttpResponse Testing framework
34607 34607 function st_geomfromwkb(bytea) does not exist - geodjango tutorial GIS
21547 21547 GeoDjango admin throws ProgrammingError after following the tutorial Documentation
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34599 34599 authentication and authorization Uncategorized
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34574 34574 Extend docs for `autoescape` and `escape` with examples using filters that operate with sequences Template system
34577 34577 New template filter `escapeseq` Template system
34598 34598 Load new settings after start up Uncategorized
34535 34535 dbshell management command can crash if DATABASES["name"] is a PosixPath Core (Management commands)
27925 27925 Document how to deploy using pip installed mod_wsgi Documentation
34596 34596 subclassing models.TextChoices Documentation
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34592 34592 admin css font does not need explicit apple fonts contrib.admin
34591 34591 Django ORM replace INNER JOIN with STRAIGHT_JOIN Database layer (models, ORM)
34589 34589 exclude does not support nested ForeignKey relationship Database layer (models, ORM)
34587 34587 Allow to override table2model conversion for inspectdb command Core (Management commands)
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34585 34585 Can we use Class with urlpatterns attribute for parameter in include method? Core (URLs)
34583 34583 Django 4.0 cannot be downloaded on the downloads page Documentation
34584 34584 Problem with tutorial part 2 Documentation
34582 34582 Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 File uploads/storage
34578 34578 Template filter `join` should not escape the joining string if `autoescape` is `off` Template system
34575 34575 Storage Signals File uploads/storage
34576 34576 move django issues to GitHub Uncategorized
24459 24459 Add option to `build_absolute_uri` to build specific http or https URI HTTP handling
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
34565 34565 Add acheck_password() async method. contrib.auth
34350 34350 WSGIRequest crashes when "wsgi.input" is None. Core (Other)
34563 34563 ManifestStaticFilesStorage support for CSS module scripts in Javascript files. 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
3569 3569 extend Atom feed support for other fields contrib.syndication
33504 33504 Admin autocomplete search input does not get focused on click contrib.admin
34562 34562 Issue with Django Admin theme-toggle button contrib.admin
34556 34556 StreamingHttpResponse documentation inaccuracy Documentation
34561 34561 "DatabaseError: Forced update did not affect any rows" on SessionStore save() contrib.sessions
34557 34557 Time-based model field cleaning and TypeErrors Database layer (models, ORM)
34559 34559 Login error Uncategorized
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34553 34553 Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting Database layer (models, ORM)
30593 30593 Add support for check constraints on MariaDB 10.2+. Database layer (models, ORM)
34524 34524 Error while sending TLS smtp email on "self-signed certificate" server Core (Mail)
34546 34546 Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" Migrations
34550 34550 Send email with EMAIL_USE_TLS=True but get SSL error. Core (Mail)
34549 34549 Extra select query when parent model consists of primary key only Database layer (models, ORM)
34548 34548 Queryset JsonField filtering doesn't work as expected Database layer (models, ORM)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34545 34545 Typo in "FAQ: Installation". Documentation
34543 34543 Thousand separator breaking templates Internationalization
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34540 34540 [feature request] Run FileField storage callable during runtime and not during buildtime File uploads/storage
34541 34541 StorageRouter File uploads/storage
34536 34536 FileInputUpload File uploads/storage
25245 25245 Incorrect query arising from using NOT-clauses & multiple relation references affected node position in Q Database layer (models, ORM)
34537 34537 Add an User inline to the default GroupAdmin contrib.admin
34531 34531 Rendering form throws deprecation warning Forms
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34530 34530 Remove docs suggestion to use lambda for models.FileField(storage=...) Documentation
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
32125 32125 Added basic support for <datalist> elements for suggestions in Input widgets Forms
34527 34527 Unexpected behavior with division in aggregation Database layer (models, ORM)
34520 34520 ModelAdmin.fields: wrapping in tuples does not have any effect (each field on separate line) contrib.admin
34386 34386 Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings Core (Mail)
34526 34526 issue in admin with sites contrib.admin
34504 34504 SSLCertVerificationError on outgoing emails for some mailboxes Core (Mail)
18638 18638 Reverse OneToOne relationship does not save properly. Database layer (models, ORM)
34522 34522 PUT/PATCH data is not encoded for multipart/form-data in Django Test Client Testing framework
34519 34519 Don't send content in responses to HEAD requests Uncategorized
34518 34518 "random" template filter crashes on an empty list. Template system
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34514 34514 `firstof` and `cycle` tags do not escapes variables defined in `wth` tag Template system
34516 34516 request.post is null Uncategorized
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34481 34481 Admin check for reversed foreign key used in "list_display" contrib.admin
34511 34511 mysqlclient 1.4.3 or newer is required; you have 1.0.3. Core (Other)
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34507 34507 AttributeError: Can't pickle local object 'convert_exception_to_response.<locals>.inner' Error reporting
34508 34508 Admin Checks Reversed FKs.( modified check_list_display function ) Uncategorized
34509 34509 Celery task throwing error Utilities
34505 34505 Non-deterministic collations doesn't work with unique related fields on PostgreSQL Migrations
34496 34496 ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI contrib.staticfiles
34440 34440 AND operator on queryset with joins gives wrong results Documentation
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34503 34503 Missleading message in MinValueValidator and MaxValueValidator Core (Serialization)
30256 30256 autocomplete_fields cause one or two extra queries for each field wth foreign key or many to many relation contrib.admin
34497 34497 ManifestStaticFilesStorage skips import and export of javascript modules with absolute paths contrib.staticfiles
34500 34500 use annotate return feild, Error capture does not work Database layer (models, ORM)
34495 34495 Queryset update fails when updating parent model field with default ordering on MySQL backend Database layer (models, ORM)
34498 34498 error 403 in login in django CSRF
34419 34419 Document django.contrib.admin.sites.all_sites contrib.admin
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34494 34494 This is suggestion about customizing AdminSite documents Documentation
34489 34489 feature: Support for PostgreSQL table partitioning Database layer (models, ORM)
34493 34493 wrong translation Database layer (models, ORM)
34491 34491 Unable to have constraints with same name on different models Core (System checks)
34492 34492 I get an error when using BinaryField in sqllite3. Database layer (models, ORM)
34490 34490 Tests with mirror database not working as expected Testing framework
32847 32847 Adjust models.E025 system check for updated field descriptor setting. Database layer (models, ORM)
34484 34484 HttpRequest.__deepcopy__ doesn't deepcopy attributes HTTP handling
27505 27505 Error messages customization and internationalization in Paginator class Core (Other)
34394 34394 ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. HTTP handling
34487 34487 Django crashes due to ManifestStaticFilesStorage plugin in 4.2 contrib.staticfiles
34464 34464 QuerySet.count() regression on Django 4.2 with values() and annotate() Database layer (models, ORM)
34478 34478 django 4.2 admin page issue contrib.admin
34485 34485 Update examples by using f-strings instead of % Documentation
34476 34476 Typo in Writing your first Django app, part 5 - assertQuerySetEqual Documentation
34474 34474 Django apps registry returns the wrong models Uncategorized
34475 34475 bug in django tutorial Documentation
34472 34472 Push for inspectdb in Django 4.1 Database layer (models, ORM)
34470 34470 client_encoding is no longer enforce on PostgreSQL. Database layer (models, ORM)
34465 34465 Handle malformed CSRF cookie CSRF
34466 34466 Django 4.2 overwrites user-specified psycopg cursor_factory Database layer (models, ORM)
34468 34468 `Cycle` tag do not work with variables defined in `with`-tag. Template system
34471 34471 Cannot import name 'url' from 'django.conf.urls' Uncategorized
34469 34469 Push inspectdb to assimilate the foreign keys that are in other databases Database layer (models, ORM)
34467 34467 `Cycle` tag do not work with variables defined in `with`-tag. Template system
34463 34463 WHERE clause example missing from Q() documentation Documentation
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34461 34461 Constructing urls outside the request cycle Core (Other)
34460 34460 Replace Flake8 by Ruff Utilities
34458 34458 QuerySet.defer('user_id') raises AttributeError: 'ForeignKey' object has no attribute 'field' Database layer (models, ORM)
34456 34456 Add a way to set allow_cascade=True in _fixture_teardown() Testing framework
34434 34434 psycopg 3 cursor.execute no longer accepts Python tuple binding Database layer (models, ORM)
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
34453 34453 Parameterized raw queries no longer support lists Database layer (models, ORM)
34454 34454 Connection failed with error message "FATAL: password authentication failed for user 'user'" Database layer (models, ORM)
24434 24434 Django Custom Field inherits ForeignKey deconstruct() fails Documentation
34431 34431 DateTimeField.input_formats change from Django 3.1 is documented improperly Documentation
34452 34452 Report the correct port when using port 0 with runserver Core (Management commands)
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
27778 27778 Update unicode documentation for Python 3 Documentation
34446 34446 Coding style docs should contain incorrect example for Model style. Documentation
34447 34447 Support backgroup async repeat task. just like fastapi_utils.tasks.repeat_every Core (Other)
34383 34383 Layout error in Admin when using help_text Template system
34427 34427 Improve error message for incorrect context processors Template system
34444 34444 Summing through a One-to-Many relationship on the property of a JSONField fails Database layer (models, ORM)
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
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
34077 34077 Make BoundField renderable. Forms
34437 34437 values() doesn't mention annotations as valid choices on resolving error Database layer (models, ORM)
34352 34352 Unify terms in Signals docs. Documentation
34316 34316 Visual regressions in admin's change password form contrib.admin
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34409 34409 Examples of fetching raw SQL don't work for non-unique column names. Documentation
34424 34424 SelectDateWidget can crash with OverflowError. Forms
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34430 34430 Custom exception handler not called Generic views
34426 34426 Pass the BoundField instance to the Widget.render Forms
10327 10327 Pass document.domain to popup windows in admin contrib.admin
27923 27923 Add form signals (pre_init, post_init, pre_clean, post_clean, etc.) Forms
27487 27487 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple contrib.admin
29030 29030 Make construction of "View on site" and "View Site" URLs consistent contrib.admin
10850 10850 Impossible to stop a large file upload mid-stream File uploads/storage
27614 27614 Store the DB used in the state before calling Model._save_table() Database layer (models, ORM)
34423 34423 Migrations, UniqueConstraint lenght of identifier can be too long for Postgres/MySQL Migrations
34420 34420 Migration import ordering violates coding style and isort defaults Migrations
14832 14832 Impossible to create inline objects if form validates but is unchanged contrib.admin
34422 34422 inspectdb mysql databases Core (Management commands)
34418 34418 cache_page decorator should support async view Core (Cache system)
30402 30402 Django default_site admin configuration doesn't register anything. contrib.admin
34404 34404 Incorrect documentation about content type set by FileResponse object Documentation
34416 34416 Option start_migration_name for squashmigrations do not work properly Migrations
34415 34415 Django Admin List View Loads Slow When List Editable is Populated with Django Money Field Uncategorized
34414 34414 Connection to SMTP server not closed after exception Core (Mail)
34405 34405 Improper guessing of Mime Type for "br" and "Z" file types HTTP handling
34412 34412 TLS/SSL sending mail fails in some servers Core (Mail)
34399 34399 dark-mode-vars block is overwritten by extrastyles contrib.admin
34401 34401 Inconsistent behavior for refresh_from_db() with GenericForeignKey contrib.contenttypes
34407 34407 Report faulty file when some static file has non-utf-8 encoding contrib.staticfiles
34408 34408 Authorization in Custom Authentication Backend does not work contrib.auth
34403 34403 max_length argument for the CharField is not respected through shell Uncategorized
34400 34400 ModelFormSet not adding 'required' to fields Forms
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
34398 34398 Django should automatically run migrations on in-memory SQLite DB Database layer (models, ORM)
27397 27397 Querying with an integer larger than SQLite supports crashes with OverflowError Database layer (models, ORM)
34396 34396 Add Postgres+Windows to CI Uncategorized
27559 27559 Admin changelist turns GET QueryDict into dict which may lose parameters contrib.admin
34393 34393 A filter query returns more items than the original queryset provides after applying INNER JOIN Database layer (models, ORM)
34370 34370 IntegerField validators don't work if the database is SQLite, leading to overflow errors Database layer (models, ORM)
34384 34384 SECRET_KEY_FALLBACKS is not used for sessions contrib.auth
31626 31626 Add asgi support to runserver HTTP handling
34390 34390 NoReverseMatch at /admin/logout/ contrib.admin
34381 34381 Postgres tests fail on Windows Core (Other)
34389 34389 Django not closing database connections on ASGI application after an upgrade to 4.1 Uncategorized
34387 34387 DateFormat.P() does not follow PHP's date string format Utilities
34385 34385 BaseTemporalField child fields causing AttributeError to be raised by calling form.is_valid(). Forms
34382 34382 DEFAULT_AUTO_FIELD ignored for new models Database layer (models, ORM)
34377 34377 AdminSite.catch_all_view() drops query string in redirects contrib.admin
34378 34378 Using in_bulk() with id_list and order_by() Database layer (models, ORM)
34374 34374 Windows 11 GIS Tests Failing Core (Other)
34379 34379 Invalid regex pattern for password reset token in 4.2b1 contrib.auth
34376 34376 Admin has no support for unique constraint fields. contrib.admin
34367 34367 GIS GDAL install on Windows 11 Instructions Issue Documentation
22420 22420 Postgresql connections not being dropped between tests? Testing framework
34369 34369 Improve the interaction between transaction.atomic() and generator functions Database layer (models, ORM)
34373 34373 Update docs on ForeignKey to suggest setting "to" and object before a string Documentation
34368 34368 Subquery referencing WINDOW expression breaks query compilation Database layer (models, ORM)
34372 34372 Field position reference for aggregate ends up in group-by clause Database layer (models, ORM)
34371 34371 Support creating aware datetime objects using django.utils.timezone Utilities
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)
34365 34365 add_form_template used as change_form_template when adding object when only declaring change_form_template contrib.admin
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
30060 30060 Improve extensibility of schema migration for custom backends for new Index/Check/Unique and other constraints Database layer (models, ORM)
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)
34356 34356 Memory leak when generating PDFs Core (Other)
34361 34361 Missing the package "gdal-bin" results in Segmentation fault. GIS
34360 34360 Django development server doesn't reload on TypeError of a CharField Database layer (models, ORM)
34359 34359 Add setting to disable global thread_sensitive flag for Async ORM and Async cache Database layer (models, ORM)
34357 34357 UniqueConstraint doesn't violate NULL values on SQLite. Database layer (models, ORM)
34344 34344 PostGIS Database Backend Overrides features_class, ops_class and introspection_class GIS
16969 16969 Avoid selecting production database prior to test database setup/teardown Testing framework
34349 34349 Formsets' add_fields() method fails in some circumstances if the argument index is None. Forms
34346 34346 QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. Database layer (models, ORM)
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34351 34351 Slash in constraint name results in invalid migration file naming Migrations
34354 34354 models. Manager annotate() queryset conflict with models.Model contrib.admin
34353 34353 ListView paging property did not return Generic views
34347 34347 Mypy complaint: module "django.contrib.gis.utils" does not explicitly export attribute "LayerMapping" GIS
34302 34302 SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID GIS
34342 34342 The test async_client is not consuming async StreamingResponse generators properly Testing framework
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
34327 34327 Test client session does not work as described when using signed cookie engine Testing framework
34340 34340 Apparently wrong table name? Database layer (models, ORM)
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
34336 34336 Reverting a migration with `replaces = [...]` set does not revert it Migrations
34318 34318 Add a release note that makemessages no longer changes .po files when up to date. Documentation
11265 11265 ForeignKey/OneToOneField should support user-defined id attribute name Database layer (models, ORM)
34334 34334 There might be an error in the Django Tutorial No. 5 Documentation
34335 34335 Spurious error when using label_tag of CheckboxSelectMultiple widget Forms
34332 34332 Migrations for fields with model-referencing defaults break later Database layer (models, ORM)
34330 34330 QuerySet of a model having Meta.ordering, returns the sortable field in values_list() and values() Database layer (models, ORM)
34325 34325 Clarify PercentRank() description. Documentation
34329 34329 django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse Forms
34324 34324 Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide Documentation
34326 34326 Standardize case for commands Core (Management commands)
34248 34248 sdist is missing tox.ini Packaging
34311 34311 Update serialization examples from unique_together to UniqueConstraint Documentation
34323 34323 Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> Forms
34303 34303 Admin Site shall filter LogEntries by registered models contrib.admin
34319 34319 Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. Database layer (models, ORM)
34321 34321 Unexpected query result after call QuerySet.only() to ForeignKey() with 'self' reference Database layer (models, ORM)
34315 34315 Close button read only changeview of admin does not preserve filters contrib.admin
34313 34313 Thousands separator for Spanish language is incorrect Internationalization
34146 34146 Add tutorial step for installing third party package(s) Documentation
34317 34317 wrong attribute naming in method BaseModelFormSet.save_existing Forms
34285 34285 Index transforms on filtered array aggregates produces incorrect SQL query Database layer (models, ORM)
34301 34301 "show_save_as_new" in admin can add without this permission contrib.admin
34314 34314 pymemcached noreply support Core (Cache system)
32775 32775 LiveServerTestCase fails when query expressions are used for model ordering Testing framework
33148 33148 Set `Cache-Control: max-age=0` header on static files response so that files are easily refreshable during development contrib.staticfiles
27572 27572 Static files served in development should prevent caching contrib.staticfiles
34259 34259 Management command subparsers don’t retain error formatting Core (Management commands)
34286 34286 Mixed-case views/templates names causes 404 on :view:/:template: directive. contrib.admindocs
16180 16180 IGNORED_PARAMS customization contrib.admin
34307 34307 Issue with min_num logic in InlineFormsets Forms
26262 26262 Add HTTP response status code to JsonResponse HTTP handling
34306 34306 Add a list of status codes HTTP handling
17726 17726 Admin's Recent Actions broken for multiple admin site instances with unique registered models contrib.admin
24363 24363 Combine ALTER TABLE .. MODIFY statements for multiple columns into one statement. Migrations
34180 34180 Document that setting language in tests affects other tests Documentation
34283 34283 Missing parameter escaping in admin filters.js contrib.admin
11294 11294 Django administration Model list always shows Decimal with decimal places contrib.admin
34300 34300 Support async generators in StreamingHttpResponse HTTP handling
31852 31852 Support async generators in StreamingHttpResponse HTTP handling
34299 34299 'builtin_function_or_method' object has no attribute 'split' error in sql/query Database layer (models, ORM)
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
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)
34298 34298 drop constraint if exists Core (Management commands)
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
30603 30603 Stored file locking issue when using Django on Windows with the youtube_dl package. File uploads/storage
34291 34291 Validation of UniqueConstraint with ordered expressions crashes. Database layer (models, ORM)
34292 34292 Support display function in InlineModelAdmin contrib.admin
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34290 34290 X-Forwarded-Prefix support HTTP handling
34227 34227 Multi-level FilteredRelation with select_related() may set wrong related object. Database layer (models, ORM)
34288 34288 Using queryset manager methods as default value breaks makemigrations Database layer (models, ORM)
34289 34289 Settings to override the default admin site contrib.admin
34287 34287 JavaScript code blocks in the documentation have poor contrast when light theme is enabled Documentation
34284 34284 Permission to access adminsites contrib.admin
34192 34192 Callable storage on FileField fails to deconstruct when it returns default_storage Database layer (models, ORM)
34276 34276 LocMemCache not working for multiple threads Core (Cache system)
34278 34278 Missing ngettext call in SelectFilter2.js Internationalization
34279 34279 Certain character causes django admin to misfunction Database layer (models, ORM)
34281 34281 select filter javascript uses gettext when it should use ngettext Uncategorized
34235 34235 ManifestStaticFilesStorage should expose a "hash" of the manifest file. contrib.staticfiles
34242 34242 Behavior of Model.delete() with regards to primary_key fields is not documented Documentation
34267 34267 QuerySet.union() crashes with IndexError when getting cached results. Database layer (models, ORM)
34266 34266 Add ClosestPoint function to GeoDjango GIS
34275 34275 Add new Field named FieldAlias Database layer (models, ORM)
34274 34274 Add uvicorn LifeSpan suggestion to the docs Documentation
34272 34272 floatformat() crashes on "0.00". Template system
34273 34273 settings.DEFAULT_FILE_STORAGE is not the same as settings.STORAGES["default"] File uploads/storage
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34271 34271 Add a simple page caching method Core (Cache system)
34270 34270 Use @functools.cache instead of @functools.lru_cache(maxsize=None) Core (Other)
34269 34269 Add Unnest PostgreSQL ORM function Database layer (models, ORM)
34268 34268 Internationalization does not localize functional model choices Internationalization
34265 34265 Add ToDate ORM function Database layer (models, ORM)
32267 32267 Unable to unapply a branch of migrations Migrations
34264 34264 Move note about session cookies to correct category Documentation
32379 32379 Documentation: hypercorn and static files contrib.staticfiles
34257 34257 ForeignKeyRawIdWidget doesn't include vForeignKeyRawIdAdminField class when custom class passed in attrs contrib.admin
34261 34261 Use {% url model_object %} to work with get_absolute_url Template system
34258 34258 Import Error issues. Uncategorized
34256 34256 There is a problem in the document Documentation
34234 34234 Drop support for PROJ < 5. GIS
34240 34240 assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. Testing framework
34253 34253 migrations don't apply Uncategorized
34251 34251 Paginator should warn if ordering is not deterministic Core (Other)
34252 34252 Doc page "Using the Django authentication system" shows failing example Documentation
34249 34249 Custom RelatedManager documentation should have side tip on prefetch_related Documentation
34247 34247 Cannot resolve operation dependencies Migrations
34110 34110 Add InMemoryStorage File uploads/storage
32173 32173 Autoreloader doesn't work with asyncio. Utilities
34237 34237 FileField does not take upload_to into account when setting unique=True File uploads/storage
34245 34245 Change User model in BaseUserCreationForm/UserChangeForm.Meta to get_user_model(). contrib.auth
34246 34246 Feature: Add new type of fields - cryptofields Database layer (models, ORM)
34241 34241 Django admin not showing seconds for list_display nor readonly DateTimeField contrib.admin
34220 34220 Cannot import csrf_input_lazy from partially initialized module. Template system
34244 34244 Allow overriding error params in BaseValidator Core (Other)
34232 34232 'Add Another' casing typo in tutorial 7 Documentation
34074 34074 'headers' argument for test RequestFactory/Client Testing framework
34082 34082 "mysql server has gone away" on 404, 403 or 401 Database layer (models, ORM)
34239 34239 Resolve load type-hinted objects in views Generic views
34238 34238 Support computed `GENERATED ALWAYS` columns Database layer (models, ORM)
32189 32189 test.client.AsyncClient request POST failing Testing framework
34236 34236 Django logging when in production with Gunnicron Documentation
24313 24313 Deprecate the class_prepared signal Core (Other)
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
34100 34100 Support js import statement with ManifestStaticFilesStorage contrib.staticfiles
34208 34208 Confirm/Add support for GDAL 3.6. GIS
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)
34230 34230 Django templates shouldn't use a .html extension Template system
34226 34226 QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. Database layer (models, ORM)
34228 34228 Django 4.1.4 cannot import name 'force_unicode' from 'django.utils.encoding' Utilities
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34224 34224 App name in help text of commands is missing context Core (Management commands)
34225 34225 bulk_create() raises IntegrityError when another constraint exists on set of fields. Database layer (models, ORM)
34219 34219 Collation is not preserved when field is altered on PostgreSQL and MySQL. Database layer (models, ORM)
34223 34223 I am Faceing tis type of error when i run the command py manage.py runserver Error=usage: manage.py [-h] [-c] manage.py: error: unrecognized arguments: runserver Uncategorized
34222 34222 Django unit tests hang when running against a Postgres database Testing framework
34218 34218 Password mismatch on UserCreationForm not translated to the Slovenian language Internationalization
34216 34216 django admin when field is autocomplete it overrides ModelForm filter contrib.admin
34170 34170 Mitigate the BREACH attack HTTP handling
34212 34212 Redis cache client uses a read connection for incr operation Core (Cache system)
34214 34214 Bug in default for TimeField when using a timezone Database layer (models, ORM)
34215 34215 Regression for autocomplete_fields in admin contrib.admin
34213 34213 Update PostgreSQL package names in docs Documentation
34209 34209 FileBasedCache has_key is susceptible to race conditions Core (Cache system)
34207 34207 Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" Database layer (models, ORM)
34204 34204 Django cannot load when Python is compiled with --without-doc-strings enabled Core (Other)
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
34206 34206 annotation of another annotation duplicate query rule Database layer (models, ORM)
34203 34203 Drop support for psycopg2 2.8 Database layer (models, ORM)
34202 34202 Strict time zone name condition in PostgreSQL DatabaseWrapper. 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
34197 34197 method_decorator does not work with async views Database layer (models, ORM)
34198 34198 Django content type prefetching wrong data Database layer (models, ORM)
34196 34196 contrib.postgres search tests failing contrib.postgres
34195 34195 Duplicate Records created when specifying None as a target in a custom ManyToManyField Database layer (models, ORM)
34193 34193 TestCase _fixture_teardown breaks database MIRROR usage Testing framework
34095 34095 Form controls in admin should use heights in relative units contrib.admin
34191 34191 ModelAdmin.search_fields fails for DecimalField and __exact contrib.admin
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34190 34190 Add a dump and die function to Django Utilities
34189 34189 Code in Tutorial does not work because of a ',' Documentation
34188 34188 Add a section on refresh_from_db to the Multiple databases documentation Documentation
34185 34185 Serving static/media files during development can't work when use SCRIPT_NAME Documentation
34119 34119 ModelForm fields with callable defaults don't correctly propagate default values Forms
34178 34178 Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected Database layer (models, ORM)
34186 34186 SMTP.starttls() got an unexpected keyword argument 'keyfile' Core (Mail)
34184 34184 Improve tutorial by mentioning User Interaction testing like django-webtest Documentation
34182 34182 Is there a reason only the headers are checked when using the csrf token? CSRF
34183 34183 Add a ChoicesMeta.max_length property returning the max_length when data type supports len() Database layer (models, ORM)
34103 34103 Queries with duplicate params incorrectly logged for Oracle Database layer (models, ORM)
29802 29802 Allow skipping CSRF check for Referer header CSRF
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34064 34064 USE_THOUSAND_SEPARATOR docs clarification of override by locale Documentation
34181 34181 The active locale context can leak across tests when using LocaleMiddleware Internationalization
34174 34174 async process_exception being called as sync from async view/middleware Documentation
34179 34179 Django F expression not working as expected on MariaDB 10.5.13 Database layer (models, ORM)
34171 34171 QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. Database layer (models, ORM)
33868 33868 Admin “delete object(s)” view: improve labels of m2m relations contrib.admin
34175 34175 Cannot make whole test set to pass Testing framework
34152 34152 Add the ability to store logs in a table Utilities
34167 34167 Set a reasonable default for EMAIL_TIMEOUT Core (Mail)
34168 34168 Add support for list of parameters to the QuerySet.raw(). Database layer (models, ORM)
34148 34148 Removing a field from form.fields previously added to _bound_fields_cache has no effect Forms
34169 34169 Regex bug in EmailValidator class allows top domain label of an email address's domain_part to start with a hyphen Core (Mail)
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
34164 34164 django-graphql-auth 0.3.16 && django-mongoengine 0.5.4 dont work with django-4.1.3 Uncategorized
34163 34163 ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured Uncategorized
34155 34155 ModelAdmin.render_change_form does not lowercase the app_label when setting template directories contrib.admin
34161 34161 Wrong Name in Django Relationship Documentation
34159 34159 Django potential improvement - views decorator for http_timeout with auto retry HTTP handling
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
34158 34158 Optimise count() for querysets that contain field lookups Database layer (models, ORM)
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
34156 34156 TypedChoiceField not compatible with IntegerChoices Forms
34157 34157 Error on Tutorial 2nd page: mysite/settings.py | Code is incorrect Documentation
34154 34154 Inconsistent use of "mixin" in the documentation Documentation
33685 33685 Support using service names for tests on PostgreSQL. Testing framework
34147 34147 Add aall() for related managers. 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)
34135 34135 Add async interface to ManyRelatedManager & RelatedManager Database layer (models, ORM)
34131 34131 Postgres AutoField change from serial to identity Database layer (models, ORM)
34144 34144 Casting a string inside a JSONField into an integer does not work on PostgreSQL Database layer (models, ORM)
34139 34139 acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. Database layer (models, ORM)
27849 27849 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
34143 34143 Multiple file upload docs Documentation
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34088 34088 Sitemaps without items raise ValueError on callable lastmod. contrib.sitemaps
34142 34142 dumpdata fails when writing a utf-8 to the file Core (Management commands)
33137 33137 Decouple Field.unique from select_related Database layer (models, ORM)
31793 31793 Async management command support Core (Management commands)
34141 34141 Prefetch querysets access to parent query through table Uncategorized
27654 27654 Propogate alters_data value to subclasses Core (Other)
34138 34138 Adding ManyToManyField on SQLite rebuilds table. Migrations
30108 30108 Include FK constraints when adding columns in PostgreSQL Migrations
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34136 34136 Django 4.1.3 doesn't work with psycopg2 2.9.5 with Python 3.11.0 Database layer (models, ORM)
34134 34134 Add DynamoDB engine to sessions middleware contrib.sessions
34133 34133 Django ordering in model meta causing unexpected results of group_by Database layer (models, ORM)
34112 34112 Add async interface to Model Database layer (models, ORM)
34129 34129 Admin list_editable failed to edit contrib.admin
32619 32619 'ManyToOneRel' object has no attribute 'get_limit_choices_to' contrib.admin
34130 34130 order_by() has no effect on values()/values_list() Database layer (models, ORM)
34124 34124 Developer experience on {% with %} template tag can be improved. Template system
34128 34128 django re-using the name of a squashed migration leads to CircularDependencyError Database layer (models, ORM)
34094 34094 RTL alignment is off in admin header area contrib.admin
34035 34035 ImageField doesn't consider EXIF rotation when storing width and height Database layer (models, ORM)
34127 34127 after package django project with pyinstall, with manage can't execute other commands defined in other python packages Packaging
34126 34126 Exception sending EmailMessage with html_message=True Core (Other)
34122 34122 models.ForeignObject is missing documentation Documentation
34066 34066 Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) contrib.auth
34121 34121 Multi Databases documenation example doesn't work Database layer (models, ORM)
34109 34109 Uvicorn can be run without installing gunicorn Documentation
34120 34120 Changing translations of model options and attributes is not detected as change in making migrations Migrations
34117 34117 Anomaly with makemigrations Migrations
34116 34116 custom validation error in password_validators contrib.auth
34115 34115 Document RUN_MAIN environment variable Documentation
34098 34098 Filter floatformat drops precision in decimal numbers Template system
34114 34114 loaddata doesn't honor auto_now_add=True when these values are missing. Core (Management commands)
34113 34113 max() arg is an empty sequence contrib.sitemaps
34111 34111 Use sqlparse to format SQL in tests failures with debug flag Testing framework
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34108 34108 Warning message not visible in Dark mode Documentation
34106 34106 Allow LogoutView to render a confirmation template on a GET request (Like LoginView) contrib.auth
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)
34102 34102 Admin list view `word-break: break-word;` contrib.admin
11506 11506 session.flush should not delete the old session contrib.sessions
34101 34101 Missing list filters in admin when using jet admin templates contrib.admin
34097 34097 when i create objects in admin page, it is not posted to server that is selection of ModelMultipleChoiceField with FilteredSelectMultiple widget contrib.admin
34093 34093 Admin theme switcher icon should resize according to browser font size contrib.admin
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
34092 34092 Admin theme switcher icon should resize according to browser font size contrib.admin
34090 34090 ordering of ManyToManyField in admin shows objects multiple times contrib.admin
34087 34087 Migration ignores Inheritance for Meta.default_permissions Migrations
4555 4555 New html-util/filter: unescape Template system
34089 34089 Order by foreign key is not respected when using expression as default ordering Database layer (models, ORM)
28068 28068 Allow customizing popup window for selecting related objects in django admin contrib.admin
34084 34084 ModelForms always set self.instance even when none passed in Forms
34079 34079 Excessive parentheses when generating a query Database layer (models, ORM)
34042 34042 Screen reader issues with admin navigation sidebar contrib.admin
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34083 34083 Cloning test database fails with mariadb-server 8.x Database layer (models, ORM)
32816 32816 QuerysetEqual Test error on the polls app. Documentation
31476 31476 Django Tutorial 5 - Testing create_question issue - Assertion Failure Documentation
34073 34073 Refactor session middleware to allow easier overrides contrib.sessions
34075 34075 Firebase Phone+OTP Auth from Django contrib.auth
34076 34076 Native support for SurrealDB Database layer (models, ORM)
19726 19726 Ordering on booleans works different with SQLite and Postgres Database layer (models, ORM)
34072 34072 django += 1 increments by 2 instead of 1 Database layer (models, ORM)
32244 32244 ORM inefficiency: ModelFormSet executes a single-object SELECT query per formset instance when saving/validating Database layer (models, ORM)
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34012 34012 QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. Database layer (models, ORM)
23347 23347 Add --dry-run to migrate Migrations
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34058 34058 Widening AutoField to BigAutoField, fails to widen the sequence. Database layer (models, ORM)
34065 34065 The website especially the tutorial page wastes precious screen real estate Uncategorized
34062 34062 object HttpResponseNotAllowed can't be used in 'await' expression Generic views
34061 34061 Model validations should be run on save() Database layer (models, ORM)
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
34030 34030 add SystemCheckError for LocaleMiddleware Core (Management commands)
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34055 34055 InlineModelAdmin and permissions on the instances shown in the in-line contrib.admin
34057 34057 Validation of DecimalField Database layer (models, ORM)
34052 34052 migrate --check still emits signals if database is up to date Migrations
30319 30319 model.save() surprising behavior with update_fields specified and auto_now field in model Database layer (models, ORM)
34047 34047 Admin Page - Stretch The Search Block contrib.admin
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34040 34040 Autofocus on model list views can be problematic for screen reader users contrib.admin
34053 34053 JS tests depend on Cloudflare CDN for every run Testing framework
34027 34027 Changing CharField type referenced by ForeignKey crashes on PostgreSQL. Migrations
34037 34037 Low text contrast for grey buttons in admin light theme 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
20942 20942 modelformset wrongly assumes foreign keys can't point to proxy models. Forms
34033 34033 Admin light/dark theme switch needs to convey its state for screen reader users contrib.admin
34023 34023 inlines variable not bound in loop in ModelAdmin._create_formsets contrib.admin
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery Database layer (models, ORM)
34031 34031 Option to remove "all" option in admin SimpleListFilter contrib.admin
25789 25789 Inefficient Queries Generated due to not using WHERE EXISTS Database layer (models, ORM)
29564 29564 Executing createsuperuser with non-default database. contrib.auth
33100 33100 Add a DateInput widget that provides a date picker via the HTML <input style="date"> element Forms
34029 34029 Use case that require QuerySet.extra Database layer (models, ORM)
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34022 34022 admin:logout fails to log out non-staff users contrib.admin
34021 34021 collect_translations Internationalization
34014 34014 DecimalValidator fails to validate 0 in scientific notation (0E+1 or 0E+2) Core (Other)
34017 34017 Mention that when using Argon2PasswordHasher, this means Argon2id gets used Documentation
34019 34019 "Extending Django's default user" section refers to a deleted note Documentation
34020 34020 django core management error Uncategorized
34018 34018 Typo in ref/contrib/flatpages.txt. Documentation
22775 22775 Management command sqlall should support unmanaged models Core (Management commands)
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
30655 30655 len(queryset) and queryset.count() return different results. Database layer (models, ORM)
19527 19527 Allow QuerySet.bulk_create() to set the primary key of its objects Database layer (models, ORM)
34011 34011 Implement bulk_create auto-incrementing pk assignment on MySQL when possible Database layer (models, ORM)
34008 34008 UpdateView failed to obtain the request data for the PUT request mode HTTP handling
33993 33993 Allow instance to be passed into the FileField storage callable param File uploads/storage
34006 34006 close_old_connections() unconditionally closes connections inside atomic blocks if default autocommit = 1 Database layer (models, ORM)
34000 34000 Fix numberformat.py "string index out of range" when null Utilities
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
34004 34004 DateTimeField for Forms does not always respect input_formats Forms
34005 34005 In Django 3.2 the ORM looses Meta.ordering default order when .annotate is used Database layer (models, ORM)
34003 34003 PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView & PasswordResetCompleteView not discovering custom template contrib.auth
34001 34001 ForeignKey.formfield(): allow override for all kwargs Database layer (models, ORM)
33998 33998 Use alternates and i18n generate duplicated URLs in the sitemap contrib.sitemaps
33999 33999 Efficient filter with join on soft link. Database layer (models, ORM)
33997 33997 Possible to change default select statemant for objects.all() Database layer (models, ORM)
33991 33991 Horizontal or Vertical Filter values are not being sent in the payload on add in admin view contrib.admin
29345 29345 Migrations that recreate constraints can fail on PostgreSQL if table is not in public schema Migrations
33989 33989 filter_horizontal/filter_vertical giving "This field is required" error even when objects are selected. contrib.admin
33988 33988 URLValidator()('http:////test.com/') raise TypeError Core (Other)
33987 33987 values() and db_column aliases do not play nicely together Database layer (models, ORM)
33983 33983 Unused html code in: password_reset_confirm.html Template system
33980 33980 "Save and add another" redirects to the list instead of empty form contrib.admin
33973 33973 Performance regression when moving from 3.1 to 3.2 Database layer (models, ORM)
33979 33979 "Save and add another" and "save and continue editing" does the same as the simple "save" Template system
33978 33978 django.contrib.humanize - Portuguese translations for naturaltime seem broken Internationalization
33977 33977 Grouping action in the ModelAdmin contrib.admin
33976 33976 HTTP_HOST does not allow an ipv6 not enclosed in [] Core (URLs)
33974 33974 Serializer incorrectly serializes Integer ArrayField as string Core (Serialization)
33972 33972 Copying model instances of many-to-many field doesn't apply changes to database Documentation
33970 33970 select_for_update code snippet example selects for update outside of it's transaction Documentation
33967 33967 Make EmailValidator accept internationalized local part Core (Other)
10768 10768 Allow for Admin Actions to be applied to an empty QuerySet contrib.admin
33964 33964 get_FOO_display() doesn't work with field named that include underscore Database layer (models, ORM)
33963 33963 Combining Q objects with empty querysets crashes. Database layer (models, ORM)
33962 33962 I want use Django without admin,auth,sessions,contenttypes or any other prebuild apps Core (Other)
33925 33925 Testing tools Management Commands example fails Documentation
33957 33957 The "Save and ..." buttons in the admin panel stopped working contrib.admin
33956 33956 timesince filter localization doesn't work for ru-RU Internationalization
33941 33941 AutoField -> BigAutoField causes PostgreSQL sequence value changes Database layer (models, ORM)
33904 33904 Many-To-Many field is deleted/ignored from internal JavaScript “filter” interface contrib.admin
18707 18707 Test client doesn't allow testing 500 responses content Testing framework
27412 27412 Coalesce function should work with subqueries Database layer (models, ORM)
28692 28692 QuerySet.bulk_create() combine with select/prefetch_related() Database layer (models, ORM)
28459 28459 Improve performance of QuerySet Database layer (models, ORM)
28078 28078 Can't use field as part of expression when annotate key shadows model field Database layer (models, ORM)
27944 27944 Have meta.get_field('pk') return the primary key field directly Database layer (models, ORM)
26019 26019 Incorrect query generated when combining querysets refering to different fields under the same alias. Database layer (models, ORM)
23319 23319 Django uses unnecessary join in concrete inheritance Database layer (models, ORM)
33951 33951 Feature Request: default management command arguments from settings Core (Management commands)
33950 33950 ModelChoiceField and chained prefetch_related(): queries made twice Uncategorized
33948 33948 'Response' object has no attribute 'headers' Core (Other)
33946 33946 admin change_form field label does not use mark_safe contrib.admin
33943 33943 Add django.template.Engine.get_default_backend for easier access to backend methods Template system
33947 33947 Adding db_index to a field inherited from an Abstract class does not propagate the change to the models subclassing it Database layer (models, ORM)
24272 24272 Better error messages for prefetch_related Database layer (models, ORM)
21682 21682 Use app_config as a reference instead of app_label in Options (Model._meta) Database layer (models, ORM)
25234 25234 Add an option to disable System Checks Core (Management commands)
33942 33942 file validator - validating file with mime and magic numbers File uploads/storage
33944 33944 Is it cleaner to make the upload_to function a method of the model class Documentation
33185 33185 sqlmigrate crashes given a RenameModel operation with a self-referencing foreign key on MySQL Migrations
33940 33940 Offline PDF and ePub doc links for Django 4.1 do not work Documentation
30952 30952 KeyError: '_password_reset_token' during password reset. contrib.auth
25600 25600 Template `if` tag behavior change with 1.8, OneToOneField, RelatedObjectDoesNotExist is True? Template system
33926 33926 Django freezes when reading data from request.body HTTP handling
33936 33936 BaseModelForm.save() ValueError lacks useful information Forms
33935 33935 Support unaccent function in JSONField values Database layer (models, ORM)
33933 33933 Cannot use GeoIP2 without setting up gdal anymore GIS
33934 33934 "Clear all filters" preceeded by "+" instead of "X" in django admin contrib.admin
28806 28806 Mechanism of fetching related objects violates READ COMMITTED assumption of Django ORM Database layer (models, ORM)
29936 29936 Improved font customization in the admin contrib.admin
33929 33929 Field Reference in FilteredRelation Does Not Recognize Previously Defined FilteredRelation Database layer (models, ORM)
18631 18631 A way to get handle to the generated query for terminal queryset methods Database layer (models, ORM)
13666 13666 Updates with F objects on decimal fields raise MySQL warnings Database layer (models, ORM)
10621 10621 Add a way to have an aggregate() result as a queryset Database layer (models, ORM)
28678 28678 Multipart parser should decode those JSON parts that are flagged as such HTTP handling
33922 33922 New version of pytz is breaking Django 3.2.x Uncategorized
33327 33327 Missing template for the LoginView in the contrib.auth.views module contrib.auth
33923 33923 Swappable Model support for Group Model contrib.auth
33914 33914 App level default_auto_field is ignored for m2m through tables Database layer (models, ORM)
33915 33915 CheckboxSelectMultiple check first item Forms
33913 33913 Django 4.1 class-based view, Chinese translation Documentation
28072 28072 Allow QuerySet.annotate() to use the name of an exisiting field Database layer (models, ORM)
33912 33912 In the admin, saving an object in a non-default DB with unique field fails when the default DB contains an object with the same unique field value but different PK contrib.admin
33910 33910 Clearly explain where 'django.urls.reverse' gets its name Documentation
33911 33911 Add hook for BaseModelAdmin.raw_id_fields contrib.admin
15602 15602 Using get_readonly_fields and StackedInline/TabularInline admin objects doesn't allow creating new objects, immutible existing objects contrib.admin
33908 33908 ImageField model doesn't have upload_to() method Uncategorized
33907 33907 UniqueConstraints voided when using GenericTabularInline contrib.contenttypes
33906 33906 TestCase inconsistent behavior on Db integrity error Testing framework
32557 32557 Fail tests when unraisable exceptions occur Testing framework
33903 33903 Changing the related_name field causing pointless foreign key re-creations on MySQL migrations Migrations
33900 33900 Support for finding paths in CSS source map comments seems to break manage.py collectstatic when *.map file is missing contrib.staticfiles
33897 33897 django.request log for all requests HTTP handling
33894 33894 Underscore in CharField as Primary Key breaks related link displayed by admin's ForeignRawIdWidget contrib.admin
33890 33890 call_command('startproject', 'project_name', '.') raises CommandError 'project_name' Core (Management commands)
33892 33892 Management commands with flags using "store_false" create inverted boolean flags in call_command Core (Management commands)
33889 33889 Error in admin.site.register on pypy3.8 and Django 4.1+. contrib.admin
33885 33885 Drop automatic PostGIS extension creation on PostGIS backend GIS
32362 32362 Easy REST API Utilities
33884 33884 REST API without 3rd party package Uncategorized
32229 32229 correct ordinals in italian contrib.humanize
33883 33883 refactor: use f-strings Database layer (models, ORM)
33880 33880 Ambigous error message in FilePathFields. Database layer (models, ORM)
33877 33877 Add accurate port validation to the URLValidator. Core (Other)
33873 33873 Unstyled admin logout button contrib.admin
33875 33875 Inserting new record into partitioned table with triggers fails on returned values. Database layer (models, ORM)
33874 33874 BooleanField validate function should use ‘value is not None’ instead of 'not value' Forms
6762 6762 TabularInline in Admin breaks when fields have default values contrib.admin
33870 33870 Add a SHORT_TIME_FORMAT to settings.py Internationalization
33869 33869 Self Reference Inlines is not working form me Uncategorized
33867 33867 Automatic detection of timezone in django admin using javascript contrib.admin
28200 28200 Do not touch hash-designated files which already exist at the destination storage contrib.staticfiles
33861 33861 errors in forms.py contrib.auth
33859 33859 Added admin inline descriptions. contrib.admin
33858 33858 Altering model field from bigint to jsonb fails on PostgreSQL. Migrations
33846 33846 Google OAuth2.0 SDK(Google Identity Services) doesn't work on Django 4.0 Template system
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
12382 12382 Deleting an inline can delete the whole inlined model instance recursively contrib.admin
33834 33834 Compact way to in-place update of the ORM model instance Database layer (models, ORM)
33857 33857 using FilteredSelectMultiple widget on forms.ModelMultipleChoiceField is not working Forms
33856 33856 Django 4 Giant Enormous Bug Report HTTP handling
33853 33853 delete polymorphism basemodel Uncategorized
33851 33851 Bug: timestamp__day=day lookup gives incorrect results Database layer (models, ORM)
33849 33849 Like statement is not case-sensitive in SQLite backend Database layer (models, ORM)
33847 33847 `dumpdata` commands fails when invoked programmatically (but runs fine from commandline) Core (Management commands)
26661 26661 Why not using AppConfig's name attribute instead of app_name in urls.py? Core (URLs)
33845 33845 Error running "Django-polls" package in my project Packaging
33844 33844 Possible regression with 3.2.10 and admin.ModelAdmin.change_view() Uncategorized
33843 33843 Django attempts connect to database during mypy checks Core (Other)
33841 33841 Django shouldn't fail (bulk-)update silently when QuerySet is already evaluated. Database layer (models, ORM)
19884 19884 Inspectdb on Oracle doesn't produce correct field types Database layer (models, ORM)
33840 33840 GEOS C Error when creating a geometry on an M1 Mac GIS
11688 11688 verbose_name should allow dynamical translation based on a number Internationalization
33838 33838 Querying issue with ForeignKeys where db_constraint=False Database layer (models, ORM)
33835 33835 Select_related().only() in the Prefetch() should automatically add primary keys for reverse relations. Database layer (models, ORM)
33837 33837 中文版文档:编写你的第一个 Django 应用,第 3 部分中的描述性代码错误 Uncategorized
33832 33832 Support M2M validation using signals contrib.admin
33825 33825 Stop allowing 'django.db.backends.postgresql_psycopg2' in DATABASES Database layer (models, ORM)
24731 24731 ManyToMany model clean validation of related fields Database layer (models, ORM)
33831 33831 How can I create model without primary_key Database layer (models, ORM)
27207 27207 Replace <p class="help"> with <div> tag in admin templates contrib.admin
33827 33827 Use of old MySQL version generate unknown default_storage_engine. Database layer (models, ORM)
33828 33828 Admin's autocomplete_fields don't autofocus when opened contrib.admin
33824 33824 Django create don't return created object when triggers are fired Database layer (models, ORM)
33821 33821 Use _fk as suffix for augmented related model value fields Database layer (models, ORM)
17242 17242 Kwargs are not in the context if you inherit from BaseListView or it's subclasses Generic views
33814 33814 No time zone found with key UTC Uncategorized
33813 33813 Incorrect queryset for the 'id' field in the InlineModels' forms for django.cotrib.admin when using custom model managers contrib.admin
33812 33812 Django action button hangs at Executing state contrib.admin
33811 33811 Why Django Commands are working well outside the virtual environment and giving me errors inside virtual environment? Uncategorized
33810 33810 Admin "now" time is incorrect contrib.admin
33807 33807 Suggestion: Admin actions drop-down with opt-groups contrib.admin
33803 33803 Add crossorigin attribute to django admin templates contrib.admin
6904 6904 Dictsort filter should sort case insensitive Template system
33809 33809 ValueError in migrations using apps.get_model() for a ForeignKey. Migrations
33806 33806 The `salt` argument for signing functions should not be optional. Utilities
33808 33808 Specific subquery produces wrong SQL (error 500) Database layer (models, ORM)
31596 31596 ForeignKey.validate() should validate using the base manager. Database layer (models, ORM)
33802 33802 Q objects to match an empty string in CheckConstraint results in invalid SQL using MySQL Migrations
33801 33801 IsNull Lookup requesting a attribute from RHS while it is force to be of type bool Database layer (models, ORM)
33770 33770 Add bulk_update() support for unique fields instead of only primary key Database layer (models, ORM)
33798 33798 @cache_control test fails after upgrade to 4.0.5 Uncategorized
33795 33795 Django sync_to_async takes infinite time with asgiref 3.5.1+ HTTP handling
33793 33793 Check for PASSWORD_HASHERS Core (System checks)
28647 28647 Add support for python-brace-format for variables within {% blocktrans %} Internationalization
33792 33792 Using QuerySet.extra works while RawSQL inside annotate fails Database layer (models, ORM)
33791 33791 No Reverse Match and namespaced urls Documentation
22752 22752 Allow PasswordResetForm email to render URLs based on the current namespace contrib.auth
33790 33790 Add more database functions/aggregates. Database layer (models, ORM)
18105 18105 Investigate possible misuse of Context Template system
33787 33787 GeosGeometry doesn't support empty 3d points GIS
33785 33785 Broken __in lookup for keys of json field Database layer (models, ORM)
24407 24407 Initial migration fails if app name has upper-case letters on Oracle Migrations
33782 33782 runserver `--nostatic` masks actual error Core (Management commands)
33780 33780 Add http method argument to the URLResolver Core (URLs)
33769 33769 F() expressions - OperationalError Documentation
33777 33777 from django.conf.urls import include is missing Documentation
33771 33771 Localized thousand separator Template system
33566 33566 Issue with migrations after upgrading Django 2 to Django 3.2. Migrations
33776 33776 django-admin inline should not be append but prepend contrib.admin
33775 33775 subquery must return only one column Database layer (models, ORM)
33774 33774 Where/how is the `application namespace` defined? Documentation
27464 27464 SRID should be stored in DB on MySQL backend GIS
33714 33714 Better admin support for ArrayFields where the base_field has choices contrib.admin
5763 5763 Queryset doesn't have a "not equal" filter operator Database layer (models, ORM)
33763 33763 Django admin TabularInline in a Multiple databases context contrib.admin
33760 33760 Allow setting session cookie name dynamically contrib.sessions
33761 33761 Format migrations using black Migrations
33756 33756 Code Cleanup on Tutorial Part 3 Documentation
33751 33751 Multiple Conditions on LEFT JOIN - FilteredRelations not working? Utilities
33749 33749 Queries take exponential time when filtering in a loop Database layer (models, ORM)
32894 32894 isinstance() checks with non-configured LazySettings raise an exception. Utilities
33746 33746 [ORM] queryset.query return a string that makes MySQLDB to fail with error "not enough arguments for format string" Database layer (models, ORM)
33739 33739 Migration on the test database doesn't work Testing framework
33745 33745 There is no easy way to turn off sync_to_async and async_to_sync adapters Uncategorized
33743 33743 Add topic page on rate-limiting solutions for Django to the documentation Documentation
33744 33744 sqlmigrate wraps it's output in BEGIN/COMMIT even if atomic transactions are disabled Migrations
33723 33723 DEBUG_PROPAGATE_EXCEPTIONS is not honored by runserver Core (Management commands)
33741 33741 Transaction Management inside PROCEDURE Database layer (models, ORM)
33740 33740 Flatpages should allow multiple pages per site when registration_required is different contrib.flatpages
33737 33737 DB queries with using() not consistent/correct Database layer (models, ORM)
33736 33736 Unable to sqlmigrate on an AlterUniqueTogether migration Migrations
33734 33734 InconsistentMigrationHistory triggers on squashed migrations when not all replaced migrations are applied Migrations
33730 33730 FilteredRelation join duplicated when referenced in multiple filter statements Database layer (models, ORM)
33729 33729 AutocompleteSelect widget broken after moving from django 2.2 to django 3.2 contrib.admin
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27060 27060 Take indexes into account in inspectdb command Core (Management commands)
33712 33712 Changing a default auth implementation to use email instead of username. contrib.auth
33722 33722 Change default domain in JavaScriptCatalog view from 'djangojs' to 'django'. Internationalization
33716 33716 async middleware can be a regular function too Uncategorized
33720 33720 More instructive name in the doc example to help reading Documentation
32328 32328 Add to admin a friendly widget for ArrayField. contrib.admin
33683 33683 Document HttpResponseBase and allow import from django.http HTTP handling
27064 27064 Implement RenameIndex in a backwards compatible way Migrations
33711 33711 Faceted queries. Database layer (models, ORM)
27550 27550 add version of GEOSGeometry.normalize() that returns new geometry GIS
33709 33709 Primary key of m2m tables is not migrated to BigAutoField Database layer (models, ORM)
33708 33708 4.0.4: pytest is failing because missing settings in env variables (and some pytest warnings) Uncategorized
33707 33707 Allow Oracle table names to be over 30 characters Database layer (models, ORM)
33706 33706 Implement subquery annotations as (lateral) joins Database layer (models, ORM)
33703 33703 ModelAdmin.get_fields wrong work with ModelAdmin.fieldsets statement contrib.admin
33698 33698 QuerySet == operator is not implemented. Database layer (models, ORM)
33692 33692 urlize to accept target attribute as parameter Template system
31135 31135 OuterRef generates invalid SQL with __in filter. Database layer (models, ORM)
33694 33694 GeoDjango tutorial documentation error. GIS
33696 33696 Add a fail fast option to validate_password(). contrib.auth
33693 33693 Dark mode in docs. Uncategorized
33687 33687 Add option to set unusable password to changepassword contrib.auth
33684 33684 Create a default 'users' app when using startproject Core (Management commands)
32879 32879 Using extra instead annotate in ORM while using select_for_update Database layer (models, ORM)
33678 33678 order_by crash when sorting by a foreign key referencing a Model with an ordering that includes expressions Database layer (models, ORM)
33677 33677 Django test does not migrate parallel db's if --keepdb --parallel option is used Testing framework
33676 33676 Translation of some languages confused about apostrophe. Internationalization
33673 33673 PostgreSQL removes constraints when removing columns. Migrations
26318 26318 Unexpected / duplicated queries on nested Prefetch queryset with repeated model Database layer (models, ORM)
33672 33672 bulk_update - duplicate updates as side effect from batch_size Database layer (models, ORM)
23435 23435 GenericForeignKey should be indexed contrib.contenttypes
33669 33669 cell_count filter crashes if field_data is a dictionary contrib.admin
33666 33666 django installation issue Uncategorized
25444 25444 Restructure expressions documentation to better highlight ORM support Documentation
33663 33663 Timezones with hyphens in name fail in Extract() functions. Database layer (models, ORM)
33664 33664 Timezones with hyphens in name fail in Extract() functions. Database layer (models, ORM)
32728 32728 Primary key column is duplicated in the admin changelist when it's in ModelAdmin.list_editable. contrib.admin
33652 33652 Skip ExclusionConstraint on non-PostgreSQL databases. Migrations
33660 33660 EmailMessage encode the subject in base64 when translated and contains non US-ASCII characters Core (Mail)
33659 33659 Inline fieldset doesn't fit to the screen. contrib.admin
13117 13117 Recenter OSMGeoAdmin widget with coordinates GIS
21514 21514 Session expiry dates should be in an ISO string instead of datetime contrib.sessions
27451 27451 syndication feed may crash with AmbiguousTimeError contrib.syndication
32137 32137 Change message describing the deletion of inline objects in admin has no id available contrib.admin
33649 33649 bulk_create() with ignore_conflicts=True and ForeignKey fails Database layer (models, ORM)
13295 13295 Add a Meta.sequence option to models Database layer (models, ORM)
33645 33645 Admin pagination always uses English pluralization rules contrib.admin
12238 12238 ModelAdmin ignores dynamic fields of ModelForm contrib.admin
33641 33641 The many to many model does not use the full routing function Database layer (models, ORM)
33635 33635 Django 3.2.13 raises ProgrammingError "can't adapt type 'LessThan'" Database layer (models, ORM)
33634 33634 Prevent function to execute multiple times Forms
33632 33632 Overwriting context_object_name in list views Generic views
21481 21481 Reinstalling Django warning doesn't mention django-admin Packaging
33629 33629 Errors in PostgreSQL instruc on delete Database layer (models, ORM)
33630 33630 i want to connect my mongodb server wtih django but this error is coming Database layer (models, ORM)
33623 33623 Inconsistent naturaltime strings in pt-br Internationalization
33619 33619 Proxy model does not inherite indexes and constraints from base model contrib.admin
33621 33621 Remove "alternate" and change "schema" in sitemaps. contrib.sitemaps
30352 30352 Error al ejecutar python manage.py sin sealizar cambios Core (System checks)
33297 33297 ASGI: Dead persistent postgres connections are not closed sometimes Uncategorized
33617 33617 CSRF fails on my website when entering from Google. CSRF
33615 33615 Add RestApi and Graphql Section in Django Docs Documentation
33614 33614 Django's object creation when using GenericForeignKeys results in different ContentType model id's contrib.contenttypes
33608 33608 select_related() to nullable FK with db_constraint=False do not promote OUTER joins. Database layer (models, ORM)
33612 33612 Clone db failed in MariaDB 10.7.3. Database layer (models, ORM)
33610 33610 Django does not escape the request url in default logging mechanism and may be vulnerable to remote code execution Utilities
33609 33609 Use assertCountEqual() in assertQuerysetEqual(). Testing framework
33603 33603 Backslashes in template tag arguments are escaped Template system
33602 33602 date_hierarchy in admin reports an error with mysql-connector-python 8.0.28. Database layer (models, ORM)
33596 33596 Subsequent calls to prefetch_related_objects() don't work for model instances that have changed. Database layer (models, ORM)
33600 33600 Migrate error with SQL server since 3.1 django, ok in 3.0.14, KO in 4.0 Migrations
33599 33599 Enum is not usable in templates. Uncategorized
33597 33597 Not all characters can be used in e-mail-addresses Core (Other)
33595 33595 Check Constraint on nullable BooleanField should not be simplified Database layer (models, ORM)
33594 33594 order_by("field1__-field2") yields inconsistent behavior Database layer (models, ORM)
33593 33593 django.db.utils.InterfaceError: connection already closed Database layer (models, ORM)
33590 33590 Column from view which has a left outer join invalidly becomes NULL (including coalesce) over a django cursor, but not via a direct psycopg2 cursor Uncategorized
33591 33591 Incorrect validation message Forms
33583 33583 sqlmigrate crashes on replaces to nonexistent migration. Migrations
33581 33581 Check python version for backports.zoneinfo requirements Packaging
33533 33533 SESSION_SAVE_EVERY_REQUEST = True does not handle parallel requests well if some scenarios contrib.sessions
33578 33578 How feasible is modifying the django.db.connections object at run time for a multitenant system which uses isolated databases for tenancy Database layer (models, ORM)
33296 33296 Allow manage.py changepassword to use DJANGO_SUPERUSER_PASSWORD contrib.auth
33576 33576 InconsistentMigrationHistory when multiple projects with custom user models share the same database. Core (Other)
33575 33575 process_template_response() can not be a static method, but documentation suggests otherwise. Documentation
31891 31891 Remove cached value of reverse side of 020 relation when updating attname. Database layer (models, ORM)
15099 15099 ModelFormset.queryset requirement is too strict Forms
26399 26399 Refactor SchemaEditor to facilitate Firebird handlings of column defaults Migrations
33570 33570 Admin panel typo - django HTML typo on Bookings Database layer (models, ORM)
33568 33568 Random order doesn't work correctly with aggregation Database layer (models, ORM)
33560 33560 Long Term Support date needs clarification Documentation
33169 33169 Migrations crashes with long identifiers on MySQL (8.0.26 ) Migrations
33559 33559 Django Admin Site - add filter for group's chosen permissions contrib.admin
33558 33558 Abstract model inheriting from typing.Generic[T] causes TypeError Database layer (models, ORM)
33557 33557 Traversing a reverse Generic Foreign Key Database layer (models, ORM)
33554 33554 Only first translation being found in Jinja handlebars when multiple strings are defined Utilities
33556 33556 Django Error Connecting to Postgres DB on Docker Database layer (models, ORM)
33553 33553 Use built-in math functions in SQLite 3.35+. Database layer (models, ORM)
33555 33555 Enable Model Field choices to hold other Model objects as values of the iterable. Database layer (models, ORM)
10874 10874 ModelFormMetaclass does not provide easy way of extending Forms
33550 33550 Unexpected on_delete behavior in apps that have been removed from INSTALLED_APPS Documentation
33551 33551 default db selected while deleting object even when different db is mentioned in the query. Database layer (models, ORM)
33549 33549 Cannot use functools.partial when connecting to a signal handler when DEBUG=False Core (Other)
33331 33331 Improve exception handling with `cursor.close()` after errors Database layer (models, ORM)
33542 33542 TemplateResponse example missing definition of request Documentation
33541 33541 Database exceptions / django.db.utils.Error and subclasses are not documented Documentation
29208 29208 Mistake in the documentation, request.POST['username'] is not working, but request.POST.get('username') is working! Documentation
33540 33540 get_context_data() is not being called when overriding LoginView contrib.auth
9076 9076 Inline forms can result in a "Please correct the errors below." message with no errors listed. Forms
33534 33534 Formset form with initial values doesnt save Forms
33538 33538 Migrations autodetector change for djangopolymorphicmodel Migrations
33536 33536 Running help() against django.db.models.PositiveIntegerField results in error Database layer (models, ORM)
33522 33522 Unexpected behaviour when logging in contrib.auth
33535 33535 Add Basic support for DB View Database layer (models, ORM)
27844 27844 Add a management command to optimize a migration Migrations
33531 33531 Random ORDER BY not working with MSSQL Database layer (models, ORM)
33529 33529 Possibly Incorrect statement in the docs about CRSF tokens contrib.auth
33526 33526 Accept truthy/falsy values in security checks. Core (System checks)
33528 33528 Add an option in ModelAdmin to validate data without saving anything. contrib.admin
33523 33523 remove dangerous text from translated message about csrf error CSRF
18845 18845 Runtime error in setting.py causes silent exception and empty apps list Core (Management commands)
33525 33525 decorator @html_safe removes completely old class.__str__ method. Utilities
33520 33520 "has_add_permission" for Django Admin error contrib.admin
33519 33519 Recursive {% include %} crashes silently. Template system
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
33496 33496 Auto database mirroring. Database layer (models, ORM)
33516 33516 QuerySet update() under postgres with select_for_update(skip_locked=True) results in neither FOR UPDATE nor SKIP LOCKED Database layer (models, ORM)
33505 33505 Inconsistent Behavior with Abstract Models and Signals Database layer (models, ORM)
33510 33510 dumpdata misses models subclassed from other non-abstract models Core (Management commands)
33513 33513 Custom authentication class: raising AuthenticationFailed leads to 403 contrib.auth
33512 33512 Creating a child instance with a parent containing DateTimeField(auto_add_now=True) raises IntegrityError. Database layer (models, ORM)
24539 24539 Attempt to create object with repeated value on a custom PK raises IntegrityError on wrong field Database layer (models, ORM)
33511 33511 Single-select admin autcomplete widget has lost its auto-focus contrib.admin
31254 31254 "populate() isn't reentrant" masks underlying error Core (Other)
33506 33506 QuerySet.bulk_update() should perform atomic writes against routed db_for_write. Database layer (models, ORM)
33503 33503 docs.djangoproject.com does not serve objects.inv by Sphinx Documentation
33499 33499 {% url '...' test=a %} fails when "a" contains a forward slash Core (URLs)
33502 33502 Move Field attributes to class attributes. Database layer (models, ORM)
33500 33500 Django ORM bug: overloading delete() method of models Database layer (models, ORM)
33498 33498 Email FROM: field unusual behavior of changing the input, can lead to errors Core (Mail)
33494 33494 Collectstatic fails with Django 4 and SourcemapManifestStaticFilesStorage contrib.staticfiles
33493 33493 It's counter-intuitive how QuerySet.iterate() works with prefetch_related Database layer (models, ORM)
33489 33489 Autocomplete broken on ManyToManyField contrib.admin
33492 33492 Getting Errors for code that is commented Template system
33490 33490 Potential bug: mysql-connector-python Django 3.2.11 and third-party packages that populate the Admin Site Uncategorized
33488 33488 Django rename migration does not rename the index Migrations
33484 33484 Improve docs about date lookup filter Documentation
33483 33483 Index name migration instability between database engines Database layer (models, ORM)
33475 33475 Add a SESSION_KEY_LENGTH setting contrib.sessions
33487 33487 Adding `validate_slug` to a model's validators causes flapping migrations between 2.x and 3.x Migrations
33454 33454 Django4 does not pick up tests according to tags. Testing framework
33485 33485 inlineformset_factory generate more db subquerys when the model have fk Forms
33479 33479 Change Username on Django Forums Uncategorized
33478 33478 Can't use QuerySet.get_or_create() with a field named defaults Database layer (models, ORM)
33477 33477 Union Operator merges annotated values wrongfully Database layer (models, ORM)
33470 33470 Avoid SQL comments with descriptions of noop operations in sqlmigrate. Migrations
33472 33472 slugify() don't work when used in model's save() method. Utilities
33469 33469 Make ID argument of json_script filter optional Template system
33467 33467 Small Framework to create Demo-Systems Core (Other)
33466 33466 Specify the order of columns in the table. Migrations
33459 33459 Explain how to optimize full text search with SearchVectorField and GinIndex Documentation
15691 15691 TEST_DEPENDENCIES doesn't use TEST_NAME in circular dependency detection. Testing framework
29482 29482 simplify KeyTransform to always use the 'nested_operator' contrib.postgres
20349 20349 Don't load django.test when not testing Testing framework
33378 33378 ImproperlyConfigured error is raised when installing apps in subdirectory Core (Management commands)
33456 33456 Make underscore in hostname error more explicit HTTP handling
33451 33451 queryset_object.query results does not add quotes around string values Database layer (models, ORM)
33447 33447 min_num on formsets should not just be added to extra, again Forms
33437 33437 Add possibility to render fields individually using as_p, a_table and as_ul Forms
33448 33448 timezone difference causes problem with admin panel time contrib.admin
27961 27961 Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored HTTP handling
33444 33444 Add an option with default answer for makemigrations questions. Migrations
17881 17881 Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields contrib.admin
33445 33445 MultiWidget doesn't call subwidgets' render() methods. Forms
33440 33440 Cannot escape % character when using gettext(). Internationalization
33438 33438 SMTPAuthenticationError in EmailMessage and EmailMultiAlternatives when using 'Some Name <email@gmail.com>' format for `from_email` while running server locally Core (Mail)
33436 33436 Remove test_restrictions_with_no_joining_columns. Database layer (models, ORM)
32746 32746 Unexpected test failures in 3.3.2 when running the whole testsuite Testing framework
33431 33431 Regroup Violates Syntax Expectations Template system
33427 33427 Add new flag in loaddata command that loads fixture without overriding existing objects with same primary key Core (Management commands)
33429 33429 Wrong results when using .values().distinct() with default ordering Database layer (models, ORM)
33424 33424 Jsonfield data being returned as str Database layer (models, ORM)
33423 33423 Load urls from function in URLResolver Core (URLs)
33421 33421 Skip consistency checks on makemigrations Migrations
33420 33420 Cannot import name RequestSite from partially initialized module. contrib.syndication
33415 33415 @classproperty breakes @abc.abstractmethod Utilities
33416 33416 Typo in tutorial Documentation
33411 33411 Django 2.2.26 tarball on PyPI differs from djangoproject.org Packaging
14586 14586 Make interpolate JS function not require the named parameter. Internationalization
33412 33412 Postgres db backend does not restart connection after disconnect Database layer (models, ORM)
33409 33409 Django logs out after a redirect with a long Cyrillic message contrib.messages
24778 24778 Data Migration from Fixture Migrations
29801 29801 Allow using fixtures in data migrations Migrations
29294 29294 ModelAdmin.raw_id_fields should be included in select_related() by change_view and used by raw id widget contrib.admin
33387 33387 Separate between words in Django commands and methods Core (Management commands)
16979 16979 adds Q objects for related fields. Database layer (models, ORM)
24803 24803 Collected SQL does not respect empty strings as params when formatting result sql Database layer (models, ORM)
27574 27574 support geodetic distance calculation on MySQL 5.7+ GIS
30519 30519 Add sanity checks to Django RasterField deserialization for rasters that are not fully managed through Django. GIS
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
33401 33401 Error in Django Tutorial # 4 Documentation
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
33399 33399 Overriding Choices for a field in the Form not working when using ModelForm. Forms
33394 33394 Adding inlines doesn't work with a manually crafted HTML. contrib.admin
33395 33395 No error raised when FILE_UPLOAD_TEMP_DIR is not accessible Core (Other)
33393 33393 Weird title level in logging how-to Documentation
33392 33392 Removing composed indexes fails on MySQL Migrations
27141 27141 makemigrations fails with PermissionDenied on django_migrations Migrations
33390 33390 PermissionsMixin.is_superuser Documentation
33389 33389 Admin label contrast issues & light background elements in dark mode contrib.admin
33385 33385 Unexpected behavior regarding custom permissions creation contrib.auth
33384 33384 Add QuerySet.get_or_none() Database layer (models, ORM)
33382 33382 Different count and len result for a distinct QuerySet Database layer (models, ORM)
33383 33383 Inconsistent capitalization in admin's msgid "the web/Web site today" contrib.admin
33381 33381 List filter in django admin (v3.2 - v4) covers/hide part of data table contrib.admin
33375 33375 Admin changelist_formset does not use the Admin queryset contrib.admin
33377 33377 Django Ignoring updates to urls.py Core (URLs)
33373 33373 Support expressions on rhs for __has_keys, __has_any_keys JSONField lookups. Database layer (models, ORM)
33369 33369 Add through_defaults as argument for m2m_changed signal Database layer (models, ORM)
33371 33371 Unnecessary colon with blank label Forms
33370 33370 {% if %} tag incorreclty being evaluated Template system
33365 33365 Functionality change in 3.2.10 for re_path(). Core (URLs)
30530 30530 url `path` accepts newlines in various places. Core (URLs)
27864 27864 Limit the number of terms in an admin search contrib.admin
33364 33364 Improve Documentation by having list of topics fixed on the left and table of contents on the right Documentation
33363 33363 Don’t load GIS static assets from external servers GIS
33362 33362 ALLOWED_HOSTS no longer accepts a non-list/tuple iterable. HTTP handling
33359 33359 Don't close database connections after every TestCase Testing framework
33360 33360 Origin header checking fails for null origin CSRF
33356 33356 "python manage.py test" fails, but running the individual TestCase pass Uncategorized
33349 33349 Add option to produce duration_string without days Forms
33354 33354 django-completion 3.2.9 homebrew build failure Utilities
33352 33352 ModelAdmin.list_display option should support double-underscore notation to express field-of-associated-model contrib.admin
30681 30681 SQL script from sqlsequencereset doesn't work on Postgres 11.3. Database layer (models, ORM)
33347 33347 django.contrib.gis.geos.MultiPolygon segfault on arm GIS
33345 33345 Forms does not search external template directories Forms
25265 25265 DB Backend cannot specify query class. Database layer (models, ORM)
33343 33343 update_or_create seems to issue wrongly limited query to the database Database layer (models, ORM)
27095 27095 Queries involving postgres Array fields can't include expressions as elements contrib.postgres
33341 33341 The PrimaryKey of an Unmanaged Model is incorrectly regognized (accessing database VIEW) Uncategorized
33337 33337 Part of admin template is ignored when deploying Template system
33336 33336 Widget.Media.JS ESM support Forms
33321 33321 Django admin doesn't render "add another / modify" icons next to ForeignKey fields that are declared in the ModelForm contrib.admin
33330 33330 Printing QuerySet.query from non-default DB can throw an error Database layer (models, ORM)
33332 33332 Writing your first Django app, part 5 - error please help me. Testing framework
33324 33324 Missing static file errors with manifest storage are particularly hard to debug (no error email) contrib.staticfiles
33329 33329 Allow more whitespace control on template tags Template system
22357 22357 Sometimes the OSMWidget highlights the outer area of a Polygon / MultiPolygon GIS
33326 33326 [doc] Does french translation uses smartquotes or something? Documentation
33325 33325 When running full test suite Django test fails, but when running TestCase classes individually works just fine Testing framework
33323 33323 On custom migrations, import of model classes with app.get_model('appname', 'ModelName') ignores overwritten models.Model methods Migrations
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
33217 33217 Add parentheses to @functools.lru_cache Core (Other)
33318 33318 Truncator class recognizes different length of ellipsis(...) depending on the LANGUAGE_CODE. Internationalization
33320 33320 Inconsistencies around --no-input flags Core (Management commands)
33313 33313 Inheriting from multiple abstract models with same field causes name collision when overriding field is direct parent Database layer (models, ORM)
22617 22617 Allow to fix translation -> Fix makemessages to not delete debug data and hide errors (and all similar modules using "msgmerge") Core (Management commands)
33311 33311 Disallow overriding parent blocks within conditionals. Template system
33314 33314 Migration Fail with MTI and Many2Many relation when switching PK type Migrations
33315 33315 A little question about writing your first Django application, Part 5 Documentation
33307 33307 Model got both positional and keyword arguments for field 'id'. Database layer (models, ORM)
33306 33306 installed django according to instructions, and get error "django: command not found" Core (Management commands)
33299 33299 Add @request_passes_test decorator. contrib.auth
11765 11765 models.DateField(null=True, blank=True) accepts None, but not the empty string '' Database layer (models, ORM)
33293 33293 Wrong redirect behind reverse proxy contrib.admin
33294 33294 opclasses missing in PostGIS's 3D geometry indexes GIS
33286 33286 The use of related_name kwarg in ForeignKey should be mentioned in the Many-to-One documentation Documentation
33290 33290 Docs for versions in the extended support should indicate lack of support. Documentation
33291 33291 Allow blocks with same name in if/else Template system
33281 33281 intcomma template filter doesn't depend on the USE_L10N setting. Template system
33288 33288 SQLite schema introspection should use PRAGMA instead of parsing to retrieve foreign keys Database layer (models, ORM)
33292 33292 Failing GIS tests with MySQL Testing framework
33289 33289 JSONField Form Field doesn't accept valid JSON boolean or null Forms
33283 33283 Support for map function on ModelAdmin.prepopulated_fields. contrib.admin
33266 33266 Auto-reload not detecting changes in Django 3.2 Core (Other)
33284 33284 JSONFIeld decode error with Python 3.9 Database layer (models, ORM)
33232 33232 DecimalField rounding error when upgrading from 3.1 to 3.2 on Postgres Database layer (models, ORM)
33280 33280 Migration with django-database-view don't work with multiple databases. Database layer (models, ORM)
33272 33272 Non-installed model error isn't raised if the module is in the submodule of an installed app Database layer (models, ORM)
33273 33273 queryset.update SQL does not receive fields from base model of inheriting model. Database layer (models, ORM)
33276 33276 Strange difference for prefetched_objects between related_field.remove, m2m_related_field.remove and generic_related_field.remove. Database layer (models, ORM)
33274 33274 Point coordinates should accept Decimal GIS
33275 33275 DiscoverRunner.setup_databases() creates db based on ordering of aliases from unordered set. Testing framework
33271 33271 Bulk delete does not delete related objects Database layer (models, ORM)
33270 33270 Wrong static translations, for example "Remove" and "Delete" Internationalization
33265 33265 Form.get_context() backward-incompatibility Forms
29299 29299 Add type hints (PEP 484) and variable annotations (PEP 526) Core (Other)
33258 33258 inconsistent use of () and [] for attributes in ModelAdmin class - Also class variables contrib.admin
33261 33261 Autocomplete field triggers a PermissionDenied error contrib.admin
32856 32856 Django 2.2 not compatible with psycopg 2.9 Database layer (models, ORM)
33259 33259 Model._meta.related_objects returns different values in shell and from the request. Database layer (models, ORM)
33255 33255 Closing </Body> tag inside textarea is being lowercased. Template system
33254 33254 Issue with django.forms.fields.FilePathField() and callable path Forms
33243 33243 Inline comment vanishes in parsed template, comment block is represented as CommentNode Template system
33251 33251 RadioSelect HTML change is missing in Django 4.0 changelog. Forms
33250 33250 EmailField's label in PasswordResetForm doesn't match the verbose_name of AbstractUser's EmailField contrib.auth
33248 33248 inspectdb command doesn't introspect on_delete option. Database layer (models, ORM)
9682 9682 icontains can be case-sensitive on MySQL Database layer (models, ORM)
33249 33249 Writing your first Django app, part 3, Initial Path missing '/' Documentation
33242 33242 Support annotating related fields with QuerySet.annotate(). Database layer (models, ORM)
33244 33244 Why cross-domain access, cors reports an error, the request can still enter the view to process the view logic HTTP handling
33241 33241 support for script type="module" in django admin Form Media contrib.admin
27074 27074 connection.is_usable() raises AttributeError after the connection is closed Database layer (models, ORM)
33212 33212 Incorrect cookie parsing by django.http.cookie.parse_cookie Core (Other)
33226 33226 Add css class hooks to BaseForm Uncategorized
33220 33220 Test suite failures when using PYTHONOPTIMIZE or optimization CLI flags Testing framework
33227 33227 Deprecation warnings with python 3.10 Utilities
33208 33208 Allow globally defining custom (i.e. with select_related) querysets for ModelChoiceFields/ForeignKeys contrib.admin
33219 33219 django.test.client missconversion of json with internal dicts Testing framework
33222 33222 MySQL Connection respawns a closed connection before closing (?) Database layer (models, ORM)
33218 33218 slugify() can't handle Turkish İ while allow_unicode = True Utilities
32811 32811 Annotate removes Meta.ordering Database layer (models, ORM)
33043 33043 method_decorator() should preserve wrapper assignments Utilities
33209 33209 ManyToManyField.add() doesn't respect a unique constraint in intermediate table Database layer (models, ORM)
33207 33207 django.apps.apps.get_model() does not allow namespaced (PEP 420) apps to get a model Core (Other)
28223 28223 Form not always picklable due to template renderer Forms
33204 33204 Make MultiValueDict more consistent HTTP handling
33202 33202 Add a "grouper" template filter Template system
33200 33200 Consider "hiding" datetime/zoneinfo imports in django.utils.timezone Utilities
33192 33192 It is not possible to use a custom lookup/transorm in a CheckConstraint Database layer (models, ORM)
30509 30509 Various FileResponse fixes and changes HTTP handling
33196 33196 AppConfig.label identifier enforcement unnecessarily complicates upgrades for some apps Core (Other)
33193 33193 Clarify enumeration types are true Python Enums Documentation
27131 27131 send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method Core (Mail)
33184 33184 Allow a way to create a new test database AND keep it for the next test run Testing framework
21755 21755 Add ForeignKey support to REQUIRED_FIELDS contrib.auth
33190 33190 If signals will be executed when running loaddata, then provide a warning Core (Management commands)
33188 33188 Configurable default verbose_name for models Database layer (models, ORM)
33177 33177 Setting DATABASES[alias]["TEST"]["MIGRATE"] = False should mean that `migrate` isn't run. Testing framework
33186 33186 Clarify get_FOO_display returns name, not label, from models.Choices Database layer (models, ORM)
33183 33183 keepdb results in "Using existing database" log line, even when no database exists Database layer (models, ORM)
16493 16493 Windows: makemessages generate django.po should use forward slashes too Core (Management commands)
33181 33181 GeoDjango CoordTransform slightly offset from pyproj transform GIS
33176 33176 Unexpected results using order_by with multiple fields Database layer (models, ORM)
33175 33175 ForeignKeyRawIdWidget doesn't quote object.pk and generates wrong links. contrib.admin
33168 33168 Meta.managed=False field not respected by makemigrations Documentation
28410 28410 query filter on date portion of datetime creates wrong parameters for mysql CONVERT_TZ function when used with a fixed offset timezone Database layer (models, ORM)
33165 33165 DateInput default date is not shown when localization is on Forms
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
33164 33164 UUID URL converter should support uppercase hexadecimal digits Core (URLs)
33162 33162 Add __file__ to Settings. Core (Other)
33158 33158 Severely degraded performance under ASGI compared to the typical WSGI deployment pattern HTTP handling
33157 33157 Consider back-porting the fix of #32889 to version 3.2.x HTTP handling
33140 33140 Enforce ordering of checks. Core (Other)
33152 33152 Document the fact that a DB connection can be closed mid-request when a HTTP client disconnects prematurely Documentation
32659 32659 Autocomplete field: The results could not be loaded. contrib.admin
33153 33153 "database table is locked" error on SQLite when testing with mirror database Testing framework
33150 33150 EmailBackend.write_message crashes when self.steam is BufferedWriter Core (Mail)
33147 33147 django-admin runserver --settings=mysite.settings errors out Core (Management commands)
33146 33146 Wrong command in ASGI deployment-guide using uvicorn Documentation
33144 33144 get_elided_page_range() method doesn't work properly. Generic views
33145 33145 Django FormView getlist method can't access File type input Generic views
33142 33142 Form clean method called after validation field clean method fails Forms
29527 29527 Multi-column comparisons Database layer (models, ORM)
33138 33138 Tuple comparison for efficient lexicographic ordering on multiple columns Database layer (models, ORM)
33135 33135 Add read_only parameter to Model fields for virtual columns. Database layer (models, ORM)
33126 33126 No « French » on Transifex? Documentation
33123 33123 Django admin urls are not working, they just redirect to back to the admin root. contrib.admin
32204 32204 Quick Filter for the Admin Sidebar contrib.admin
33122 33122 createsuperuser fails when using USERNAME_FIELD contrib.auth
33120 33120 Add OGC-compliant models for GeoDjango running on MySQL 8.0 GIS
33119 33119 Change casing of a model's name referenced by ManyToManyField generates unnecessary migrations. Migrations
33117 33117 sitemap.xml template used with alternates for multiple languages returns an invalid xml contrib.sitemaps
33121 33121 Mention custom users in the tutorial 02. Documentation
33118 33118 JSON Generic view Generic views
11634 11634 OpenLayers default position GIS
13926 13926 GeometryCollections are not visible in OSMGeoAdmin GIS
33116 33116 'str' object is not callable error appears from contrib.messages. contrib.messages
33115 33115 Connection issue after a HEAD is used HTTP handling
32113 32113 No error at 404 page when context processor returns None. Template system
33109 33109 Testing the presence of SameSite and Secure cookies doesn't work Testing framework
33110 33110 django.contrib.admin.templates base.html load i18n two times contrib.admin
31975 31975 Add support for list of fields to admin_order_field. contrib.admin
33106 33106 ModelMultipleChoiceField clean() method calls prepare_value instead of to_python Forms
33108 33108 Makemigrations allows on-off default when adding non-nullable unique field Migrations
33105 33105 Undocumented behavior: A default ordering doesn't affect GROUP BY queries. Documentation
32742 32742 Running migrations when updating default_auto_field only updates primary key. Migrations
33103 33103 I want to get the SQL through the model Database layer (models, ORM)
33097 33097 Class based simple tag that takes context fails with simple_tag(). Template system
33094 33094 "Show all" is ambiguous contrib.admin
33093 33093 Overriding default fields overrides Meta labels Forms
33087 33087 Postgres: SSL connection has been closed unexpectedly Database layer (models, ORM)
33088 33088 Remaining connection slots are reserved for non-replication superuser connections Database layer (models, ORM)
33085 33085 Random errors - django.db.utils.InterfaceError: connection already closed Uncategorized
33068 33068 makemessages is inconvenient when overriding default django translations Internationalization
3482 3482 MultipleChoiceField validation against a list with a single null element Forms
33081 33081 TypeError: scandir: path should be string, bytes, os.PathLike or None, not function Forms
32768 32768 An incorrect language is sometimes displayed - redirects adding a language code to a path can be inappropriate cached by HTTP caches Internationalization
33076 33076 SyntaxError when using __in lookup with F() expression. Database layer (models, ORM)
33075 33075 '__date' returns None in MySQL while it returns date object in Sqlite3 Database layer (models, ORM)
32982 32982 Tighten up the check for status codes in HttpResponse HTTP handling
33074 33074 Do not require fields on UpdateView/CreateView if form specified Generic views
33071 33071 ContentType selects wrong DB in multiple DB setup contrib.contenttypes
33072 33072 Providing Django Channels Documentation within djangoproject.com documentation Documentation
33069 33069 Comment to match code in django.form.widget.Widget.value_from_datadict Uncategorized
33066 33066 Add annotation about accepting ISO 8601 formats by DateTimeField() to the DATETIME_INPUT_FORMATS docs. Documentation
33065 33065 DisallowedHost exception when using server/container name to access django service Uncategorized
33064 33064 Created Model is not showing in Django Atomic Trasaction Block Database layer (models, ORM)
33063 33063 Use string module instead of writing all of characters Utilities
33059 33059 Form + Formset(s) Class Based View Generic views
33055 33055 Django - Custom Join's F('') includes single quotes in column reference, causing Postgres to think it's string and not a column reference Database layer (models, ORM)
33053 33053 How do I get List of values from django form template to form.py Cleaned_data Forms
33052 33052 save() on object with pk with default and existing value results in error and not update. Database layer (models, ORM)
33049 33049 TabularInline doesn't render properly MultiPolygonField in Django Admin GIS
33045 33045 Out-of-the box support for React JS Template system
33041 33041 call_command() returns different values for options than manage.py when nargs is specified. Core (Management commands)
33040 33040 BaseModelForm.is_valid() should document how it modifies the BaseModelForm.instance Documentation
33017 33017 Fix get_storage_engine to only look at current database Database layer (models, ORM)
33038 33038 Documentation for exception handling and transactions is misleading. Documentation
33039 33039 Django to have conditional column based on another column Database layer (models, ORM)
33021 33021 Migration crashes when GIN index with gin_trgm_ops is used Database layer (models, ORM)
33031 33031 How do I check if a child object is being destroyed by cascade delete from parent in post_delete signal of the child. Uncategorized
33023 33023 InMemoryUploadedFile - opening with context manager multiple time is throwing error Core (Other)
33013 33013 "AppConfig" subclass imports found in Django 3.2's automatic "AppConfig" discovery Core (Other)
33019 33019 makemigrations produces invalid import path in migration file Migrations
24622 24622 Response "context" and "templates" not available in the Test Client when using Jinja2 - Django 1.8 Testing framework
33020 33020 Run Time Error Uncategorized
33016 33016 Cannot override choices error_messages in model Database layer (models, ORM)
7018 7018 Make ModelForm multiple inheritance possible Forms
33011 33011 my_model.manyrelation_set.all() return empty value Database layer (models, ORM)
32998 32998 process_view() is not called on 404 HTTP handling
33001 33001 ManifestStaticFilesStorage is problematic - need changes here File uploads/storage
33007 33007 `form_clean()` performance Forms
33010 33010 id to uuid type casting bug in Django 2.2 Database layer (models, ORM)
32999 32999 Admin Tabular Stacked Inline widget headings are not aligned headings contrib.admin
33009 33009 ./manage.py test --keepdb fails when DB permissions are not sufficient Database layer (models, ORM)
32341 32341 forms.ModelMultipleChoiceField raises TypeError with empty_label argument. Forms
33006 33006 3.2.6 release isn't tagged Packaging
33005 33005 Django is saving redundant or empty data in the SQLite database Database layer (models, ORM)
32995 32995 Incorrect GROUP BY in ORM query with Function Database layer (models, ORM)
33000 33000 Form does not render html input of RadioSelect Forms
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
31991 31991 QuerySet.raw() method returns string instead of dict for JSONField(). Database layer (models, ORM)
32991 32991 Change in behavior of FileField.url between versions 2.2.16 -> 3.2.5; returned 'relative' value contains leading slash contrib.staticfiles
32043 32043 OuterRef with possible NULL generates value = NULL instead of value IS NULL in COUNT() group by. Database layer (models, ORM)
27541 27541 Provide hooks to override manifest file storage in ManifestFilesMixin contrib.staticfiles
32989 32989 my urls, views, and templates work, but view_on_site in the admin does not. Uncategorized
32985 32985 "O valor \"%(value)s\" tem um formato de data inválido. Deve ser no formato " "YYY-MM-DD." Uncategorized
32701 32701 Oracle AWD/ATP Wallet Use additional configurations needed for Mac environment Database layer (models, ORM)
32981 32981 raw sql with postgres jsonb_array_elements no longer deserialises in Django 3.2.5. Database layer (models, ORM)
32979 32979 502 Bad Gateway nginx/1.4.6 (Ubuntu) HTTP handling
32977 32977 conditionalize Class Meta. I want to achieve something like this. How can i do it? Uncategorized
32976 32976 502 Bad Gateway nginx/1.4.6 (Ubuntu) Uncategorized
32974 32974 multiple form Uncategorized
32971 32971 System check methods can yield their items instead of creating lists at every layer Core (System checks)
32972 32972 Django ORM raw query not playing nice with Geometric Point objects GIS
32973 32973 Pass generator expression to str.join() instead of list / tuple throughout code base Core (Other)
32968 32968 Migration errors from SQLite to Postgres Migrations
32965 32965 Django related manager allways choose db_for_read router and fail update/delete Database layer (models, ORM)
30234 30234 Disallow non-uppercase settings in settings.configure() Core (Other)
32963 32963 Combination of filter on the annotation and random order. Database layer (models, ORM)
14844 14844 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
23422 23422 Cannot add Permission to Group in data migration Migrations
32960 32960 Undocumented breaking changes of get_deleted_objects() Documentation
32958 32958 URLValidator tests don't obviously test how long validation takes Testing framework
32955 32955 widthratio does not round properly Template system
32954 32954 Improve error message with URLValidator and schemes Uncategorized
32688 32688 The ON CONFLICT sql suffix creates a syntax error on m2m inserts Database layer (models, ORM)
32952 32952 Django is not generating new session contrib.sessions
32938 32938 App name changes and is confusing to use across a project Uncategorized
32945 32945 Improve performance of HttpRequest._current_scheme_host() HTTP handling
32927 32927 Multi geometries cause Segmentation fault 11 on Macbook with M1 CPU with gdal 3.3.1 Database layer (models, ORM)
32937 32937 Form.get_initial_for_field() can return different values if called more than once Forms
32936 32936 NoReverseMatch Error for a line that is commented out in HTML Template system
32932 32932 Unique indexes Database layer (models, ORM)
32931 32931 Add further and clear instruction to see effect of Http404 in tutorial 3 Documentation
32925 32925 TextField default text not populate to MySQL data when migrate Database layer (models, ORM)
32926 32926 Overriding admin site error contrib.admin
32922 32922 Adding "preferred_language" property to "HttpRequest" object HTTP handling
32921 32921 Incorrect SQL generation for JSON has_key__in Database layer (models, ORM)
32918 32918 Increase logging of authentication flow contrib.auth
32911 32911 django.forms.BaseFormSet.is_valid does not respect TOTAL_FORM_COUNT Forms
32912 32912 Using label_from_instance on ModelChoiceField requires resetting queryset first Forms
32903 32903 admin page in Google-Chrome does not show the columns like in Firefox or Chrome contrib.admin
32909 32909 strftime got None on sqlite Database layer (models, ORM)
32907 32907 Allow duplicate headers while sending email Core (Mail)
13217 13217 LocaleMiddleware breaks caching. (Vary: Cookie) Uncategorized
32898 32898 get_or_create() with filter() has surprising behaviour Database layer (models, ORM)
32897 32897 create_user() does not raise ValidationError contrib.auth
32896 32896 Exclude on expressions not being negated as expected Database layer (models, ORM)
32895 32895 Incorrectly disallowing negative integer for window range end Database layer (models, ORM)
32890 32890 Consider ranking the documentation search results Uncategorized
17292 17292 Add support for several authors in syndication framework contrib.syndication
32887 32887 v3.2.4 regression - Invalid path type: PurePosixPath Utilities
32882 32882 Problems when comparing two fields with None value using F() in Case() Database layer (models, ORM)
32883 32883 CORS issue with flutter web and django! HTTP handling
25456 25456 Make GenericIPAddressField normalize IPv4 addresses Database layer (models, ORM)
24096 24096 GROUP BY on oracle fails with TextField and BinaryField Database layer (models, ORM)
11760 11760 Placeholder for through value in ManyToManyField of abstract class Database layer (models, ORM)
32881 32881 Inconsistent user models in contrib.auth.forms contrib.auth
32875 32875 Which is prefered for `default_related_name`? Uncategorized
32876 32876 The parametered `all` is not preserved after save object in django admin. contrib.admin
32878 32878 Seems that browsing releases in Django Project website interchanged "Prev" and "Next" links Documentation
32877 32877 request.POST sending array Uncategorized
32861 32861 DecimalField on sqlite should use numeric instead of decimal type Database layer (models, ORM)
32871 32871 Issue on documentation: path /articles/2003 does match the urlpattern 'articles/2003/' Core (URLs)
32868 32868 Add system check or warning for model fields shadowing methods / other attributes Core (System checks)
32872 32872 Parallel Unit tests fail to clone DBs with TimescaleDB Database layer (models, ORM)
32869 32869 Bug while migrating a OneToOneField to ForeignKey on PostgreSQL. Migrations
32862 32862 Order By in Postgres When Using Annotations Causes Ambiguous Field Name Database layer (models, ORM)
32864 32864 When running manage.py makemigrations command, it gives an unexpected issue in check_consistent_history. Core (Management commands)
32857 32857 Django standalone ORM AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF' Uncategorized
32854 32854 Document how to integrate third-party JS code Documentation
32848 32848 Bad error with invalid lookup on annotated field. Uncategorized
32844 32844 Cached pages can crash on 3.1 to 3.2 upgrade Documentation
32853 32853 apps.get_model in RunPython returning "LookupError: No installed app with label" Uncategorized
32851 32851 GenericRelation inherited from Abstract model in different app fails to generate migration Uncategorized
32852 32852 Attribute error for missing content_type on File object for modeladmin change request File uploads/storage
32845 32845 Names of uploaded files cannot be modified. File uploads/storage
32846 32846 DateMixin.uses_datetime_field does not work when date_field is defined on a related model Generic views
30082 30082 Document that Django 1.11.x raises a deprecation warning with Python 3.7 Documentation
30078 30078 Django 1.11.* with Python 3.7.* raises a DeprecationWarning Uncategorized
32839 32839 Unnecessary qoutes around table name with in subquery Database layer (models, ORM)
32836 32836 User needs both change and view permissions for autocomplete to work, not one or the other. Documentation
32838 32838 Migrations create extra index when foreign key is also part of a unique constraint Database layer (models, ORM)
32837 32837 Flatpages manipulates url before get_object_or_404 leads to error contrib.flatpages
24849 24849 Broken squashmigration when model related to another one gets deleted Migrations
32835 32835 ManyRelatedManager should support replace method Database layer (models, ORM)
32834 32834 DEFAULT_AUTO_FIELD should allow for diable migration for existing models Migrations
27734 27734 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
32828 32828 Wrong .count() for GROUP BY on ordered queryset Database layer (models, ORM)
32801 32801 Support for non-aggregation subqueries in FROM clause Database layer (models, ORM)
32826 32826 Allow for custom groupings in Django Admin contrib.admin
32823 32823 Cannot pass extra AJAX settings to admin autocomplete contrib.admin
32822 32822 Docs that send_email()'s from_email doesn't work in Gmail. Documentation
32818 32818 Add pyproject.toml config for black formatter Utilities
32815 32815 Failed to reset ContextVars in sync/async middlewares Uncategorized
32642 32642 RuntimeError: 'apps.core.apps' declares more than one default AppConfig on custom admin setup contrib.admin
32809 32809 Filtering with Q and OR gets duplicated entries Database layer (models, ORM)
26591 26591 Incorrect Manifest Keys for ManifestStaticFilesStorage on Windows contrib.staticfiles
32205 32205 sqlmigrate crashes after removing squashed migrations. Database layer (models, ORM)
32803 32803 Not obvious interaction between Postgresql trgm index and icontains lookup Database layer (models, ORM)
32802 32802 Ability to generate GenericForeignKey from class properties contrib.contenttypes
32806 32806 Send email with a content_type=text/* attachment Core (Mail)
32805 32805 makemigrations seems to generate an unnecessary AlterField Migrations
32804 32804 Add 'link' attribute to admin display function to enable custom link contrib.admin
32799 32799 Inconsistency regarding the default value of CharField Migrations
31304 31304 PostgreSQL full-text search employs coalesce function for non-null single-column searches with SearchVector Database layer (models, ORM)
32792 32792 admin.display decorator boolean flag not working with @property contrib.admin
32794 32794 Get rid of boolean traps in Engine Template system
31973 31973 TypeError loading data in JSONField if DB has native JSON support Database layer (models, ORM)
32787 32787 ContentTypes are created instead of renamed when using SeparateDatabaseAndState Database layer (models, ORM)
32782 32782 Optimize _get_user_permissions by using set comprehensions Uncategorized
30272 30272 get_language_from_request(..., check_path=True) not respecting i18n_patterns prefix_default_language=False Internationalization
32788 32788 Transaction APIs do not consult the DB router to choose DB connection Database layer (models, ORM)
32784 32784 django.core.paginator.count should check for method arguments without defaults Core (Other)
32774 32774 cache_page decorator doesn't work for cross-browser Core (Cache system)
27659 27659 Arbritrary file overrides in startproject/app template extraction Utilities
32773 32773 Production Configuration of Django 3.2 with gunicorn and uvicorn Documentation
32769 32769 Fix for sporadically crashing parallel test runner Testing framework
32757 32757 CSRF cookies are not issued once expired if the session cookie is still valid CSRF
32771 32771 Hardcoded _popup values should use IS_POPUP_VAR instead contrib.admin
32767 32767 inspectdb and sql non-boolean issues Database layer (models, ORM)
32764 32764 pass getattr() for settings to the settings module Core (Other)
32763 32763 Path is wrong: OperationalError "Plugin pvio_npipe could not be loaded" Database layer (models, ORM)
32760 32760 Host value misinterpreted locally HTTP handling
32761 32761 Model meta field "to_python" behaviour with decimal fields Database layer (models, ORM)
32759 32759 Use dataclasses to represent models Database layer (models, ORM)
32758 32758 Django heroku deployment Migrations
32745 32745 Django 3.2 is auto reloading when template files are changed Template system
32756 32756 Inconsistent TestCase results with fixtures Testing framework
32751 32751 Add link from Session object to User object contrib.sessions
32752 32752 Annotation yields ProgrammingError error when migrating from 2.2 to 3.x Database layer (models, ORM)
32753 32753 Object of type Pacific/Honolulu is not JSON serializable Uncategorized
32748 32748 Django admin Filefield in Tabularinline does not work contrib.admin
32702 32702 urlize() should not decode URL fragments Utilities
32719 32719 Re-allow path components in `name` for Storage backends which allow it. File uploads/storage
32711 32711 MySQL performance regression in forms.models.apply_limit_choices_to_to_formfield Forms
29595 29595 Allow using timedelta in migrations questioner Migrations
32737 32737 get_language_info replaces requested language code with the one found in django.conf.locale.LANG_INFO Internationalization
32741 32741 Tutorial Part 2 throws models.W042 warnings when making migrations Documentation
31216 31216 Support terminal color output on Windows via colorama Core (Management commands)
32731 32731 makemigrations reports "No changes detected" if a property exists with the same field name Migrations
15894 15894 SITE_CACHE does not invalidate in multiprocess environments contrib.sites
32736 32736 Translation of user permissions contrib.auth
32726 32726 Enforce database level constraints for fields with limited choices Database layer (models, ORM)
32729 32729 formulario de registro se muestra debajo de todas las apps en administrador django contrib.admin
32725 32725 Release notes for 2.2.21 are incomplete, or the code is too strict Uncategorized
32724 32724 Deleting a MTI Child model will leave associated rows in the parent table. Migrations
32708 32708 Django cron file lock breaks with django 3.2 File uploads/storage
32715 32715 Duplicated CRUD permissions when renaming a model contrib.auth
32710 32710 static template tag converts '?' to '%3F' contrib.staticfiles
29519 29519 Django admin actions: _selected_action disregarded when `difference` is applied to queryset via filters contrib.admin
32706 32706 Ambiguity around field choices in the Model Field section Documentation
32707 32707 Wrong reference to template Template system
32703 32703 Deferred UniqueConstraints should not be validated in validate_unique() Database layer (models, ORM)
32700 32700 Small indentation issue in part 5 of tutorial Uncategorized
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)
32692 32692 Django 3.2 automatic AppConfig discovery breaks projects working in 3.1.8 contrib.admin
32694 32694 Colored output detection issue in VS Code on Windows 8.1 Core (Management commands)
32697 32697 Older versions of Django insist on converting BigAutoField back to AutoField Migrations
22889 22889 Proper handling of to_field in deconstruct for AUTH_USER_MODEL foreign key Migrations
32696 32696 Display Changed Value in History Form Django Admin contrib.admin
32689 32689 Infinite AlterField Migrations due to default callable object missmatch Migrations
26368 26368 Order of &-ing Q objects affects results in edge case Database layer (models, ORM)
29168 29168 Document how to write a custom lookup where the rhs comes before the lhs Documentation
32628 32628 Add extra data to autocomplete request contrib.admin
32685 32685 Add feature to preserve order in .filter(field__in=list) query Database layer (models, ORM)
32680 32680 Add an option to display inlines as a table without forms. contrib.admin
32684 32684 Annotate query with Subquery with None value cannot be reliably filtered (or excluded) Database layer (models, ORM)
32683 32683 class-based view to deal with modelformsets and formsets Generic views
32679 32679 Django model not updating image field correctly (Raw content) Database layer (models, ORM)
32677 32677 django.db.models.fields.related.relatedfield not described in the documentation Documentation
21135 21135 Admin: Support for editing OneToOne related models in RELATED model contrib.admin
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)
24822 24822 Autodetector crashes on add/removal of tzinfo from DateTimeField default Documentation
21859 21859 clarify Django docs re: email addresses and ascii Documentation
21993 21993 Messages documentation is topic style, there is no ref Documentation
18596 18596 Documentation of JavaScriptCatalog isn't very clear Documentation
32666 32666 Clarify mysite/urls.py location for tutorial-01 Documentation
32584 32584 OrderBy.as_sql() overwrites template, creating invalid syntax for certain database backends Database layer (models, ORM)
32658 32658 Subquery ignores query ordering Database layer (models, ORM)
32663 32663 Remove Error raising on annotation & distinct call Database layer (models, ORM)
19159 19159 loaddata reports DeserializationError instead of MemoryError Core (Serialization)
32654 32654 docstring in modules created by startapp Core (Management commands)
32651 32651 Combining Q with a Q containing Exists crashes Database layer (models, ORM)
32656 32656 Broken link Uncategorized
24047 24047 Cannot combine values_list querysets that do subqueries Database layer (models, ORM)
22591 22591 Changing of HTTP status code in form_invalid() Forms
32648 32648 New sitemap 'alternates' generation feature is bugged using default values. contrib.sitemaps
32634 32634 AlterField drops contraints in the wrong order when performed as reverse migration Migrations
32646 32646 add request.json() shortcut HTTP handling
32644 32644 TemplateDoesNotExist for templates in local apps Template system
32630 32630 Autoreloader doesn't work on Windows 10. Utilities
32606 32606 Allow rich configuration of Selenium tests Testing framework
32639 32639 ADMINS and MANAGERS may contain invalid email addreses Core (System checks)
32625 32625 JSONField with callable default reports ModelForm.has_changed() when it hasn't Forms
6896 6896 Add ability to store only relative paths in a FilePathField Database layer (models, ORM)
32633 32633 send_mail must make `from_email` argument optional Core (Mail)
32631 32631 Django shows wrong file for NoReverseMatch error Template system
32629 32629 Autocomplete module broken contrib.admin
32626 32626 TypeError while using Selenium with Django 3.2 Testing framework
32623 32623 Collapsible fieldsets inside inlines do not work contrib.admin
32622 32622 BooleanField raises ValidationErrors when passing False Forms
32621 32621 class names might follow pep8 Core (Other)
27488 27488 add support for IsValid and MakeValid GIS functions on SpatiaLite backend GIS
32617 32617 The word in the document is misspelled Documentation
32616 32616 QuerySet filter() does not preserve the argument order for a WHERE clause Database layer (models, ORM)
32615 32615 Autocomplete does not honor model ordering contrib.admin
30156 30156 Drop support for SpatiaLite 4.1 and 4.2 GIS
32613 32613 add more documentation Documentation
32612 32612 CSRF tests test_https_malformed_host and test_origin_malformed_host aren't testing what they should CSRF
32608 32608 Collation test fails on PostgreSQL on Windows due to missing locale Testing framework
32607 32607 DateTimeField in django administration bug contrib.admin
32605 32605 Custom Middleware Error ====> WSGI application '<ProjectName>.wsgi.application' could not be loaded; Error importing module. Core (System checks)
32601 32601 Optimize split_domain_port() by leveraging the regex HTTP handling
32597 32597 generic inline formsets: object has no attribute 'fk' Forms
27575 27575 Make host validation run on all requests HTTP handling
32598 32598 Issue in models.SlugField Core (URLs)
32593 32593 Cast() to DecimalField() raises DataError. Migrations
32587 32587 Use RelatedManager of parent object in get_queryset of inlines and support prefetching contrib.admin
32589 32589 Document the need for calling close_old_connections in long-running management commands. Documentation
32590 32590 Add option to avoid subtransactions by default when using transaction.atomic() Database layer (models, ORM)
32537 32537 RequestSite and IDN contrib.sites
26061 26061 Empty queryset raises EmptyResultSet (instead of print SQL query) Database layer (models, ORM)
32586 32586 ASGI responses from Django do not provide lowercased HTTP headers as required by the spec HTTP handling
32112 32112 ./manage.py migrate generating invalid django_content_type inserts contrib.contenttypes
32352 32352 Django tests uses SRIDs which gives different results by default on different versions of proj4 GIS
31372 31372 Autoreload: dictionary changed size during iteration. Core (Other)
18096 18096 Overiding delete permissions in the Admin contrib.admin
31425 31425 Support for Clear-Site-Data header. HTTP handling
32558 32558 Fail tests when unhandled thread exceptions occur Testing framework
32549 32549 Add `Q.empty()` to check for nested empty Q objects like `Q(Q())` Database layer (models, ORM)
32569 32569 Is there a way to use multiple forward slash URL as one URL? Core (URLs)
32563 32563 Cannot override database used with RelatedManager Database layer (models, ORM)
32560 32560 Make --pdb cooperate with --buffer Testing framework
32564 32564 admin/base.html : Add block "end_of_body" for JS includes contrib.admin
32562 32562 Broken Authentication (Insecure CSRF and Session ID) CSRF
32566 32566 Earthly for builds? Uncategorized
32561 32561 Unpacking request.GET into a function call turns the values into lists with one item. Uncategorized
32553 32553 Allow UserAttributeSimilarityValidator to validate against fields of related models contrib.auth
32555 32555 DecimalField Rounding inconsistency (PostgreSQL) Database layer (models, ORM)
32541 32541 Separate context and rendering in forms Forms
23076 23076 Cascaded deletion of polymorphic models fails Database layer (models, ORM)
31158 31158 _password_validators_help_text_html() returns HTML block level element. contrib.auth
32551 32551 Need a direct reference of MEDIA_URL and MEDIA_ROOT in file uploads Documentation
32550 32550 Translation Error Documentation
32542 32542 Native postgres json field support is broken Database layer (models, ORM)
32534 32534 Allow using StatReloader even if watchman is available Utilities
32538 32538 Easy - Small Update in Django Writing your first app 07 Documentation
32531 32531 Cache key not learnt for 304 responses — view must keep redoing work until "fresh" request comes in! HTTP handling
32523 32523 Warn when trying to use a widget as a field in a form Forms
32533 32533 i18n l10n set the Accept-Language but always get settings.LANGUAGE_CODE Uncategorized
32525 32525 Class Cast throws DataError when column contains numeric string or alphabet string in postgres Database layer (models, ORM)
32527 32527 needs_rollback flag issue with implementation of backend that does not support savepoint Database layer (models, ORM)
32530 32530 readonly makes field return None on cleaned_data? Forms
32524 32524 unexpected behavior when using gettattr for related object Database layer (models, ORM)
32522 32522 Improved error message on DoesNotExist Uncategorized
32521 32521 Possible documentation error re. template directories Documentation
32515 32515 m2m_changed signal not received with custom through model Database layer (models, ORM)
32514 32514 A mixin for success messages when an object is deleted contrib.messages
32509 32509 Manytomany relations not loaded even it exists Database layer (models, ORM)
28824 28824 Allow different Foreign Keys to share same underlying DB column Database layer (models, ORM)
25408 25408 Pass additional arguments to BaseForm.__init__ from BaseModelForm.__init__ Forms
32506 32506 exclude = '__all__' treated as an iterable in fields_for_model Forms
32505 32505 Allow queryset.extra() to specify OR operation Database layer (models, ORM)
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
32498 32498 setup django app in IIS windows server 2012 HTTP handling
32497 32497 setup django app in IIS windows server 2012 Uncategorized
32496 32496 Screencast on How to contribute to Django Documentation
32495 32495 Migrations that modify constraints raise an exception on multi-schema databases Migrations
32484 32484 Can't access inherited fields from multi-table inherited model when using apps from MigrationExecutor Database layer (models, ORM)
32464 32464 Enable "detaching" of file from FileField and ImageField Database layer (models, ORM)
32477 32477 Wrapping of admin views does not preserve view attributes contrib.admin
32490 32490 Add base36 URL path converter Core (URLs)
19727 19727 form.is_valid() always returns false Forms
32488 32488 Installation FAQ needs an update to remote Python 2.7 and Django 1.11 (it is 2021 now). Documentation
32486 32486 Migration which removes UniqueTogether constraint containing a ForeignKey fails with MariaDB (MySQL) Uncategorized
32482 32482 Overriding model and/or application order in Admin application is complex and incosistent contrib.admin
32481 32481 url ending in .jpeg Core (URLs)
32476 32476 Django Query Generating Style Error Database layer (models, ORM)
32475 32475 datadump and dataload subcommands documentation error Documentation
32474 32474 JSONField and register_default_jsonb all json column return as str Database layer (models, ORM)
32473 32473 no additional info is printed even runserver with --verbosity 3 Core (Management commands)
32465 32465 Passwords in env variables should be hidden on debug page like other settings are. Error reporting
32463 32463 'Sum' aggregate function not working with Window function on SQLite. Database layer (models, ORM)
32461 32461 PostgreSQL UNACCENT function not working on annotations contrib.postgres
32462 32462 Django ORM get_readonly_fields, action on a ONE table row contrib.admin
32459 32459 Admin inlines not visible on certain screensizes with sidebar open contrib.admin
32450 32450 "TypeError: cannot pickle" when applying | operator to a Q object Database layer (models, ORM)
32439 32439 Dumpdata fails on Windows due to non-utf8 system locale Uncategorized
32457 32457 SeparateDatabaseAndState fails with RemoveField Migrations
32449 32449 Allow specifying tables in RawSQL(). Database layer (models, ORM)
32452 32452 Simplify storing strings/bytes in a Storage File uploads/storage
32451 32451 Management command to securely generate a secret key Core (Management commands)
32448 32448 Django 3.1 and Django 3.0 Internationalization and localization Uncategorized
32447 32447 ORM query made in `request_finished` signal callback fails in ASGI HTTP handling
32444 32444 JSONField does not have parameter help_text Database layer (models, ORM)
32441 32441 Django 2.0 to 2.2 and python 3.4 to 3.6 Uncategorized
32440 32440 Copy/Paste in documentation Documentation
27339 27339 Adding an AutoField prompts for a default which creates a broken migration Migrations
30944 30944 Change resuable apps docs to use setuptools declarative config Documentation
25022 25022 collectstatic create self-referential symlink contrib.staticfiles
32436 32436 Unable to logout from Django Admin contrib.sessions
32435 32435 Bug in JsonField with null=False Database layer (models, ORM)
31015 31015 loss of precision of geometry coordinates on Oracle 18 GIS
32434 32434 Using a RadioSelect widget with ModelChoiceField results in no empty option Forms
32428 32428 [Feature Request] Allow DeleteView to override the redirect to use 303 Generic views
32432 32432 ModelForm does not respect ModelChoiceField's to_field_name attribute Forms
32429 32429 Configurable "always available" InclusionNode context variables Template system
17498 17498 Add a way to register a model with the admin but prevent it from appearing on the app index page contrib.admin
32413 32413 File upload permission denied error on large files File uploads/storage
32427 32427 Fix MySQL example of CREATE DATABASE to use utf8mb4 character set Documentation
32426 32426 forgot password link in django admin login page contrib.admin
32423 32423 Support for extra related lookup definitions of a field. Database layer (models, ORM)
32422 32422 Error occurs when migrate db: relation is not existed. Migrations
32414 32414 Syntax Error when combining __in and F() in filter Database layer (models, ORM)
32418 32418 F() expressions crash due to some interval/duration error on MySQL. Database layer (models, ORM)
32415 32415 Error occurs when migrate db: relation is not existed. Migrations
30171 30171 Fix DatabaseError threading error during servers tests Database layer (models, ORM)
29177 29177 Unmanaged models with ForeignKeys do not get those fields serialized into their migration state when CreateModel happens. Migrations
32410 32410 An empty list is considered as an empty value for JSONField. Forms
32407 32407 Add token generator for email verification contrib.auth
32405 32405 Inline admin - last related item also hidden when user has no add_permission contrib.admin
32404 32404 Parallel TestRunner fails with +1 database replica reference on MacBook Pro. Testing framework
32399 32399 Allow method_decorator() to accept a list/tuple of method names. Utilities
32401 32401 Email template for resetting password is missing the port the application is running on contrib.admin
32402 32402 django.urls resolve does not resolve typed paths, like <int:pk> Core (URLs)
32393 32393 Indexes of only the first abstract base class are included in the model Migrations
32391 32391 Replace width with flex properties for the changelist filter contrib.admin
32387 32387 More efficiant migration management Migrations
32386 32386 ForeignKey index is removed upon creation of a UniqueConstraint, which breaks migrating backwards Migrations
32384 32384 Can't see list view of data in Django Admin contrib.admin
32382 32382 Django 3.2 app config search prevents single-file apps Core (Other)
32380 32380 GeoDjango lookups should support F() expressions. GIS
32376 32376 Allow destroy_test_db() not to fail if database doesn't exist Database layer (models, ORM)
32378 32378 Inconsistent exception raising syntax in documentation Documentation
32377 32377 Django duplicating block.super content Uncategorized
32373 32373 Broken translations since the introduction of TranslationCatalog Internationalization
32370 32370 Model._perform_unique_checks cannot properly validate simultaneous adding and changing Database layer (models, ORM)
32368 32368 Wrong srid when creating SpatialReference with proj4 GIS
32364 32364 ModelAdmin.formfield_overrides drops TEMPLATES...DIRS while loading a custom widget template within a std admin form template Template system
29975 29975 Password reset emails in combination with click tracking do not work with Intelligent Tracking Prevention on Safari for iOS 12 and macOS Mojave contrib.auth
32358 32358 Paginating a queryset with a distance lookup fails due to unhashable type Distance GIS
32361 32361 runsslserver crash without message Uncategorized
30378 30378 AttributeError: 'NoneType' object has no attribute 'split' Core (Other)
32359 32359 Should we define __round__ on Expression? Database layer (models, ORM)
32351 32351 AlterField migration on ForeignKey column fails on fresh DB when referenced model has been subsequently modified Migrations
32356 32356 Add url argument to translate tag Internationalization
32354 32354 HTML in verbose_name Forms
12794 12794 Interaction between sessions and django.views.i18n.set_language causes caching errors Internationalization
31327 31327 Deprecate providing_args argument from Signal Utilities
7098 7098 FieldError Invalid order_by arguments in Admin pages when sorting on a ForeignKey contrib.admin
30997 30997 Deprecate HttpRequest.is_ajax. HTTP handling
30165 30165 Deprecate ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() Internationalization
32343 32343 Chained autocomplete_fields in contrib.admin contrib.admin
31358 31358 Increase default password salt size in BasePasswordHasher. contrib.auth
32099 32099 Admin action decorators contrib.admin
25134 25134 Add a decorator to escapsulate admin method properties contrib.admin
32346 32346 Expose ROW_NUMBER functionality. Database layer (models, ORM)
32344 32344 Allow arbitrary `deconstructible` class properties to participate in migrations Migrations
26709 26709 Add operation for creating database indexes and class based indexes Migrations
32334 32334 Backwards migration with RenameModel om MySQL failing with content_type.name does not exist Database layer (models, ORM)
32337 32337 Django Check Constraint is not enforced at all Database layer (models, ORM)
31571 31571 Explain how to transform a geometry with GDAL 3 authority axis strategy. Documentation
32333 32333 _raw_delete won't work as expected on union'ed QuerySets Database layer (models, ORM)
32330 32330 Inheritance for already existing models will throw an exception Migrations
32331 32331 Using non-ASCII chars in EMAIL_HOST_PASSWORD raises UnicodeEncodeError. Core (Mail)
32326 32326 Proposing a more concrete example of 'Streaming large CSV files' Documentation
32327 32327 get_random_secret_key() should return a valid secret key Core (Management commands)
32325 32325 cannot assing 1 models.id must be "model name" instance Uncategorized
32323 32323 Lazy object id fetch on object initialization. Database layer (models, ORM)
32320 32320 DateField uses unlocalized function when auto_now is True Database layer (models, ORM)
32318 32318 Collect on annotated values causes error GIS
28741 28741 Remove unnecessary leading dot from cross-domain cookie examples Documentation
11909 11909 Django 'eating up' method errors in templates Template system
20611 20611 Add reverse unique field Database layer (models, ORM)
32308 32308 docs for db.models.restrict is incorrect Documentation
32307 32307 Allow change DATA_UPLOAD_MAX_MEMORY_SIZE per view Uncategorized
32305 32305 Add an option to limit the number of connections to a database Database layer (models, ORM)
27827 27827 Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries Template system
32300 32300 "BIGINT UNSIGNED value is out of range" occurs when substraction operation between PositiveBigIntegerField and BigIntegerField using F() Database layer (models, ORM)
32295 32295 Admin HTML Presentation Error contrib.admin
31265 31265 Bug in ModelAdmin.render_change_form()'s has_file_field check. contrib.admin
32293 32293 import _scproxy and spatialite database backend segfaults Uncategorized
32289 32289 Multi Theme support for the Admin contrib.admin
32288 32288 ManyToManyField creates a (unneeded) duplicate index Database layer (models, ORM)
32287 32287 AUTH_USER_MODEL does not allow the User to be from an app that has a label with a '.' in it. contrib.auth
32286 32286 Definition of JSONField causes issue with validation for a Falsey value Forms
32284 32284 More friendly exception messages when incoorect app_label is supplied Core (Other)
32282 32282 Styling django test's output Testing framework
32281 32281 Prefetech Object - to_attr has ambiguous behavior when using a related lookup Database layer (models, ORM)
32280 32280 Change all documentation examples using variable-length tuples into lists Documentation
32279 32279 Is this a bug with the ManyToMany self referencing field? Uncategorized
32276 32276 Adding a unique UUIDField with default to an existing model results in IntegrityErrors. Database layer (models, ORM)
32274 32274 Template Does Not Exist Template system
21227 21227 Selenium tests terminate with [Errno 10054] Testing framework
25707 25707 Use py.test for internal testing Testing framework
32270 32270 Changing Django’s default test runner to be more robust Testing framework
32266 32266 Inspectdb command shows ugly classnames from django-based tables Core (Management commands)
32268 32268 Column doesn't exist when adding new field or removing a field after makemigrations or migrate command Migrations
4444 4444 broken pipe issue django-admin.py runserver
32264 32264 Run database checks by default in some scenarios Core (System checks)
32257 32257 Django does not close persistent connections on server shutdown Database layer (models, ORM)
32254 32254 Support Django Database Password Rotation Database layer (models, ORM)
32253 32253 Tuple passed instead of string in warnings.warn in validate_key method in base.py Core (Cache system)
32251 32251 GEOSGeometry error logging when handling a GEOSException GIS
32250 32250 Typo in tutorial 04 Documentation
32249 32249 Increment of duration field not works properly Database layer (models, ORM)
32245 32245 Replacement for ./manage.py test --liveserver ? Testing framework
29622 29622 Support string transforms in functional indexes. Database layer (models, ORM)
32242 32242 @override_settings does not work with DATABASES Testing framework
32239 32239 FilteredRelation is not working with GenericRelation Database layer (models, ORM)
32237 32237 JSONField isnull and =None Database layer (models, ORM)
32238 32238 Versioning files in Django Uncategorized
19126 19126 Allow runserver to bypass model validation Core (Management commands)
32039 32039 psycop2.extras.register_default_jsonb() crashes with TypeError in Django 3.1.1. Database layer (models, ORM)
24157 24157 Prompt to add a new field after renaming Migrations
32228 32228 csrf_exempt decorator async support CSRF
32225 32225 Edit popup in model 'change' page results in a not found if the foreign key model contains a space contrib.admin
32212 32212 Vary header changed by SessionMiddleware Uncategorized
32221 32221 Created migrations cant pass flake8 tests Migrations
32216 32216 Can not execute tests with spatialite as database backend GIS
32214 32214 Add django.core.exceptions.NON_FIELD_ERRORS key to the settings Core (Other)
32215 32215 documentation possible error - minor Documentation
32211 32211 Add Codespaces Configuration Uncategorized
32209 32209 Prepend project name to default admin url contrib.admin
31309 31309 Django admin site needs X-UA-Compatible meta tag to prevent IE rendering the page poorly in compatibility mode. contrib.admin
32207 32207 Slug field is accepting whitespace when entered through Django shell. Database layer (models, ORM)
27718 27718 Add QuerySet.union(), intersection(), difference() Database layer (models, ORM)
17662 17662 Adds percentage filter to humanize module contrib.humanize
32198 32198 Passwords of users created in admin user interface possibly not hashed? contrib.admin
32196 32196 bug in admin panel translation when LANGUAGE_CODE is set to anything other than 'en-us' contrib.auth
32119 32119 Broken admin interface after 3.1 update contrib.admin
32194 32194 Issue while rendering view with Django 3.1.3. Generic views
32190 32190 Support for model relationships defined pre-save Database layer (models, ORM)
32186 32186 Application's `ready()` method doesn't called when app's author missed to define `default_app_config` Core (Other)
32188 32188 Pipenv latest version of Django is 3.0.11 rather than 3.1.* Uncategorized
32185 32185 Add anchors to django code style docs Documentation
27807 27807 Overriding username validators doesn't work as documented contrib.auth
32184 32184 `manage.py migrate --noinput` should not delete stale modules Core (Management commands)
32181 32181 ModelBackend used hardcoded global variable UserModel that cannot be overrided. contrib.auth
30760 30760 Django admin "view on site" button doesn't respect database routers contrib.contenttypes
32170 32170 Admin select_related is different to the model's select related Uncategorized
32171 32171 Unable to use ProjectState and ModelState correctly to make changes to MySQL Migrations
5863 5863 list_display does not allow functions of referenced objects contrib.admin
32167 32167 app.ready() is called after models ready, but the site's urlpatterns are not parsed yet, so how to add code after the whole site is ready? Core (Other)
32140 32140 `startTest` result hook not called until after tests already started when `--parallel` used Testing framework
29113 29113 Simplify django.forms.formsets.all_valid() and clarify docstring Forms
32164 32164 Broken content_length header in AsyncTestClient when doing post requests with json data Testing framework
32163 32163 Admin change password is not handled gracefully (error 500) contrib.admin
32161 32161 Strict form of semantic versioning in Django. Core (Other)
32160 32160 Missing formset ManagementForm data not catched by is_valid Forms
32157 32157 Additional information to the "with" templatetag. Template system
32103 32103 NotImplementedError in twisted (with Python 3.8 on Windows) Core (Management commands)
32155 32155 Count() by default uses group by Database layer (models, ORM)
32154 32154 Test client POSTs unset data as False Testing framework
32151 32151 Invalid query SQL created when combining __in and F() in filter Database layer (models, ORM)
32150 32150 Admin Docs No reverse match error contrib.admindocs
32147 32147 timezone error when casting a naive date in a Daylight Saving Time Change Utilities
32146 32146 Make AutocompleteSelect and AutocompleteSelectMultiple easier to reuse contrib.admin
32142 32142 Tutorial 7 - [settings.py code error] Documentation
32139 32139 Add check, that raise TemplateException, when argument 'only' provided more then once in tag 'include' Template system
32135 32135 JSONField db_type `jsonb`==>`json` for sequential data no longer works Database layer (models, ORM)
31551 31551 TypeError: _bulk_create() got an unexpected keyword argument 'ignore_conflicts'. Database layer (models, ORM)
32136 32136 Period inside of quoting in the deletion message contrib.admin
27188 27188 Allow using unique=True with FileField File uploads/storage
23902 23902 Migrating between Geography / Geometry types fails GIS
32131 32131 ManifestStaticFilesStorage should also check in debug mode whether referenced file actually exists contrib.staticfiles
9475 9475 add(), create(), etc. should be supported by intermediate ManyToMany model with extra attributes if extra fields can be calculated Database layer (models, ORM)
32109 32109 Cannot add content to admin sidebar without breaking layout contrib.admin
32122 32122 Querying GenericIPAddressField for inexact matches requires use of QuerySet.extra Database layer (models, ORM)
32118 32118 Add field for 4-bytes floats (RealField/SmallFloatField). Database layer (models, ORM)
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
27917 27917 Allow ModelAdmin.radio_fields to work with NullBooleanField contrib.admin
32115 32115 Typo in Tutorial Part 7 Documentation
31900 31900 Reloader using watchman initiates reloads despite no file changed Utilities
29805 29805 Add documentation for changing admin breadcrumbs Documentation
18088 18088 Add a "supports_foreign_key" database feature to ease testing Testing framework
27450 27450 GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5 GIS
28087 28087 Allow filtering and ordering with RawQuerySet Database layer (models, ORM)
30022 30022 Doc how to combine post_save signal with on_commit to alter a m2m relation when saving a model instance Documentation
32111 32111 Django 3.1.2 JSONField handling error with an Postgres Foreign Data Wrapper-based model Database layer (models, ORM)
32082 32082 Support "Row Values" in where clause / filter Database layer (models, ORM)
32086 32086 Misleading documentation on AccessMixin Documentation
17276 17276 Slow anti-join query against Postgres Database layer (models, ORM)
32104 32104 Adding ASN support to GeoIP2 GIS
32092 32092 Add an async db backend: asyncpg Database layer (models, ORM)
32100 32100 Parameter KEY_PREFIX for DummyCache causing test runner to fail Core (Cache system)
32101 32101 Handle SameSite=None Known Incompatible Clients Core (Other)
32097 32097 Staff users cannot acess admin site contrib.admin
32090 32090 Negated query on nullable field in conditonal aggregations. Database layer (models, ORM)
32093 32093 Optional Async Middleware without Context Switching Utilities
32084 32084 Can't upload PNG to ImageField Uncategorized
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
32085 32085 Add template tag for creating link to admin site Template system
32079 32079 Using JSONField with Func() crash when returns boolean. Database layer (models, ORM)
32078 32078 Inconsistent JSONField filtering for value None Database layer (models, ORM)
32077 32077 HTTP view decorators (require_http_methods) not working with async views HTTP handling
32075 32075 New database backend for MariaDB Connector/Python Database layer (models, ORM)
31938 31938 Add a mechanism for page cache invalidation. Core (Cache system)
32067 32067 Add Operation.allow_migrate(). Migrations
32070 32070 Add option to choose app when running management command Core (Management commands)
32071 32071 Django Point requires GDAL on Windows GIS
32066 32066 Sporadic FileNotFoundError on source changes with runserver Core (Other)
32064 32064 runserver sometimes hangs on Windows 10 with PostgreSQL. Core (Management commands)
9338 9338 inline formset should have can_order=True when using order_with_respect_to contrib.admin
32063 32063 windowname_to_id function missing from RelatedObjectLookup.js contrib.admin
32059 32059 Issue when counting a model extending auth_user by month Database layer (models, ORM)
32058 32058 Add count() to RawQuerySet. Database layer (models, ORM)
32049 32049 Database connection differs between Middleware and views running under ASGI. HTTP handling
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
32050 32050 reverse() and request.get_full_path() escape URL paths differently Core (URLs)
32055 32055 Add Surrogate-Control header to the 304 response HTTP handling
32056 32056 Improve assigning to the reverse side of a OneToOne relationship Database layer (models, ORM)
32054 32054 Signal disconnect not working with multiple decorators Database layer (models, ORM)
32052 32052 Change password link in UserAdmin is still available for the staff user's with 'change_user" permission and lack of 'change_password' one contrib.admin
32044 32044 Add remove_nulls option to Postgres ArrayAgg method contrib.postgres
24723 24723 Migration writer errors should be more informative Migrations
23870 23870 Sliced QuerySets in ModelChoiceField Forms
17955 17955 Uploading a file without using django forms HTTP handling
32040 32040 django.test encoding does not match 'utf-8' Testing framework
32036 32036 stack overflow on admin save Uncategorized
32037 32037 MinValueValidator, MaxValueValidator comparisons are not compatible with there messages Core (Other)
32035 32035 AbstractUser.clean assumes default manager is named objects contrib.auth
32033 32033 No longer able to override DATA_UPLOAD_MAX_MEMORY_SIZE outside of settings.py File uploads/storage
32013 32013 Field choice attribute returns different objects in forms. Forms
32032 32032 Aggregate on union of querysets generates invalid SQL Database layer (models, ORM)
32024 32024 AttributeError: 'tuple' object has no attribute 'startswith' Uncategorized
32022 32022 Create Pull Request Templates Uncategorized
32020 32020 Wrong multiple Count() annotations. Database layer (models, ORM)
32021 32021 Add support to update a JSONField with result from annotation Database layer (models, ORM)
32019 32019 Typos DIRS value on TEMPLATES constant settings.py Documentation
32017 32017 TypeError: check() got an unexpected keyword argument 'databases' Core (System checks)
32015 32015 psycopg2 jsonb is not loaded with connections.cursor Database layer (models, ORM)
32005 32005 Allow disabling of auto-404-redirection in LocaleMiddleware Internationalization
20516 20516 Allow use of prepared statements Database layer (models, ORM)
32014 32014 When Upgrading Django1.11 to Django latest Database layer (models, ORM)
32010 32010 Unexpected behaviour of MultiValueDict.getlist in conjunction with map Utilities
30415 30415 Refactor runtests.py to allow using other test runners. Testing framework
32011 32011 Error when calling add() on ManyRelatedManager with intermediary model Documentation
32009 32009 Deployment issue Uncategorized
32008 32008 sanitize_address() can add newlines in a header that django.core.mail.EmailMessage will refuse. Core (Mail)
14628 14628 Document which settings can be changed at runtime Documentation
32006 32006 Aggregation generates wrong SQL query on PostgreSQL partionned tables. Database layer (models, ORM)
32000 32000 Do not override "user" variable when User model is used with generic views Generic views
32001 32001 Pass obj to user.has_perm() in ModelAdmin contrib.admin
26697 26697 Drop django.contrib.gis.maps? GIS
31999 31999 Sqlite and datetime aggregates. Database layer (models, ORM)
31997 31997 Regression in Django 3 related to ORM in async tasks (OperationalError: database is locked) Database layer (models, ORM)
31998 31998 Doc'd that TEST['MIRROR'] requires TransactionTestCase. Documentation
31996 31996 Template Mixins Template system
31995 31995 Unnecesarry quotes are created by TemporaryUploadedFile. File uploads/storage
31994 31994 Error in Tutorial 2 Documentation
31992 31992 Admin password_* templates are missing <title> suffix contrib.admin
28428 28428 Add support for Pathlib objects in django.core.files.storage File uploads/storage
31988 31988 Annotate Case(When()) duplicate objects. Database layer (models, ORM)
27257 27257 Use the ->> operator when filtering builtin text lookups on JSONField keys contrib.postgres
31984 31984 TypeError: object HttpResponse can't be used in 'await' expression. HTTP handling
27417 27417 Migration to change model field case crashes on Oracle Migrations
31981 31981 many_to_many add() does not trigger post_save signal for the through class Database layer (models, ORM)
31980 31980 manage.py check --deploy should not throw security.W004 warning if SECURE_HSTS_SECONDS is explicitly set to 0 Core (Management commands)
31958 31958 Django ORM sync_to_async error FATAL: remaining connection slots are reserved for non-replication superuser connections Database layer (models, ORM)
31970 31970 Logging in from one browser logs me out from other browsers (after any change in PBKDF2PasswordHasher.iterations) contrib.sessions
31719 31719 Remaining data.decode('ascii') @ hashers.py, but data is a str contrib.auth
31977 31977 Transforms silently don't work in F and OuterRef expressions. Database layer (models, ORM)
31976 31976 Admin navigation sidebar should be hidden in popups. contrib.admin
27871 27871 Django keeps making the same migration over and over again Migrations
31974 31974 SplitDateTimeWidget and is_valid problem Forms
31971 31971 Would like a BooleanChoiceField in Forms Forms
23771 23771 Optimisation idea for Paginator object Database layer (models, ORM)
31961 31961 forms.ChoiceField calls choices callback multiple times. Forms
31968 31968 Handling of no auth backend failed contrib.auth
31969 31969 'database' option in conf file not working Database layer (models, ORM)
31957 31957 ModelAdmin method save_form not documented but being called multiple times contrib.admin
31963 31963 Nested OuterRef not woking to access grandparent's ID. Database layer (models, ORM)
31964 31964 NoReverseMatch at / Reverse for 'home-page' not found. 'home-page' is not a valid view function or pattern name. Generic views
31960 31960 Document that Django email validator does not enforce valid emails Uncategorized
31959 31959 EmailValidator must not accept hyphen as first character Utilities
31955 31955 Multiple email send issues Core (Mail)
31913 31913 PasswordResetConfirmView results in NoReverseMarch contrib.auth
31953 31953 Model Inheritance and reverse relations Database layer (models, ORM)
31951 31951 verbose_name_plural does not overwrite names on list (admin) contrib.admin
30939 30939 Upgrading Django from 2.1 to 2.2 - strings are not translated Internationalization
31950 31950 Messages persist even between pages and after reloading the page contrib.messages
31924 31924 Support --force-color for runserver Core (Management commands)
31917 31917 MySQL Operational Error: "Unknown column 'x' in 'having clause'" Database layer (models, ORM)
31939 31939 Allow to specify a custom --add-comments option to pass to xgettext in makemessages. Internationalization
31940 31940 Order of WHERE clauses do not match the order of the arguments to .filter(). Database layer (models, ORM)
31935 31935 The add link on sidebar are slipped when use japanese or chinese language contrib.admin
31931 31931 Django 3 performance regression. Database layer (models, ORM)
31933 31933 Regression in Set-Cookie which affects Django users HTTP handling
31930 31930 Using a builtin callable as a default arg for JSONField. Migrations
31929 31929 Cannot import Replace() from the django.db.models.functions. Database layer (models, ORM)
31927 31927 Table of Contents should be sticky in Django Docs Documentation
31911 31911 Django-3.1: get_language() fails to return LANGUAGE_CODE during ./manage.py migrate Internationalization
31881 31881 Raise Index name limit for postgres Database layer (models, ORM)
31914 31914 Django does not pick up .mo files when LOCALE_PATHS is unset Internationalization
31915 31915 Allow load template tag before extends tag Template system
27480 27480 Add a Cache.touch(key, timeout=DEFAULT_TIMEOUT) method Core (Cache system)
31904 31904 Django queryset cannot call distinct() and order_by() on separate fields. Database layer (models, ORM)
31903 31903 WebSocket OSError: headers already sent. Core (Other)
31899 31899 unexpected behaviour of get_or_create when one of the kwargs is None Database layer (models, ORM)
27679 27679 Document that empty formsets display min_num+extra forms Documentation
31884 31884 nav-sidebar ui optimization contrib.admin
31896 31896 Using unsafe PyYAML utils when loading fixtures. Core (Serialization)
31898 31898 New Form Widget similar to Admin Read-only display Forms
31897 31897 Example in `Using settings in Python code` documentation is misleading Documentation
31886 31886 Django test hits default database while running test - expecting `test_<defaultdatabasename>` Testing framework
31893 31893 Django admin panel has weird look contrib.admin
31890 31890 Use keyring for setting SECRET_KEY. Core (Other)
31882 31882 JSONField for SQLite on macos - cannot set DYLD_LIBRARY_PATH Uncategorized
31883 31883 exclude(pk__in=[None]) returns no objects Database layer (models, ORM)
31879 31879 Changing a model formset's queryset has no effect when self.forms is accessed Forms
29532 29532 Make model/app urls configurable for admin contrib.admin
31869 31869 Improving data migration using `dumpdata` and `loaddata` Core (Management commands)
29551 29551 My use-case of QuerySet.extra(): Join two models without explicit relation Uncategorized
31876 31876 UserManager._create_user does not respect USERNAME_FIELD contrib.auth
31875 31875 Improve Documentation of Template Filters with Multiple Arguments Documentation
31874 31874 FK id is not used in update_or_create when id is not used directly Database layer (models, ORM)
31871 31871 SESSION_COOKIE_SAMESITE comment in global_settings is outdated. Core (Other)
31873 31873 Count in query giving undesired results across models Database layer (models, ORM)
31868 31868 Plural forms expression could be dangerous Internationalization
31862 31862 Add ArrayField for all supported databases - not only postgres Database layer (models, ORM)
31860 31860 "__date" in F expression not working, have to use Func() Database layer (models, ORM)
31861 31861 Model field for enumeration types Database layer (models, ORM)
31857 31857 Admin side_bar showing up in login form with django-otp. contrib.admin
31859 31859 Admin side_bar showing up in models detail pages. contrib.admin
31611 31611 Point Coords inputted using OSM map widget in Admin are wrong way round. GIS
31853 31853 Incorrect wrapping of translated action labels in admin sidebar for East Asian languages. contrib.admin
31855 31855 Flag for Initial Database Engine Uncategorized
31493 31493 Replace var usage with const and let keywords in JavaScript. contrib.admin
31848 31848 Support namespaced django.contrib.admindocs views. contrib.admindocs
31845 31845 CSRF check fails when browsing with FQDN with trailing dot CSRF
31847 31847 Adding table prefix stripping to inspectdb Core (Management commands)
31844 31844 When running migrations, the origional starting migrations should be shown. Uncategorized
31841 31841 DecimalField doesnt't respect max_digits when converting Database layer (models, ORM)
31851 31851 list_filter not working with foreign keys contrib.admin
31849 31849 django-admin startproject - Fails to create files after encountering CommandError Core (Management commands)
27719 27719 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
22406 22406 Inconsistent way to parse boolean value from posted data Forms
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
31837 31837 Possible manager migration bug Migrations
31838 31838 django.contrib.gis.geos.error.GEOSException: Could not parse version info string "3.8.0-CAPI-1.13.1 " Uncategorized
31834 31834 Cannot sqlmigrate on Django migrations that change unique_together Migrations
31830 31830 wrong result of QuerySet count() caused by incorrect handling of EmptyResultSet inside Exists() inside OR Database layer (models, ORM)
31828 31828 no such table: main.auth_user__old error in Admin Migrations
31820 31820 CheckboxSelectMultiple widget doesn't work with TextChoices enabled CharFields Forms
31819 31819 Django + Django REST Framework generates API errors with swagger Core (Other)
31817 31817 sanitize_address() raises TypeError for bytestrings. Core (Mail)
31818 31818 Allow `startproject` to ignore patterns / folders Core (Management commands)
31813 31813 PASSWORD_RESET_TIMEOUT and PASSWORD_RESET_TIMEOUT_DAYS Documentation
24763 24763 Docs incorrectly state that DoesNotExist is in django.core.exceptions Documentation
31807 31807 Whether support more secure method to generate session id contrib.sessions
31810 31810 HttpRequest.headers doesn't contain headers without HTTP prefix. HTTP handling
30114 30114 ValidationError sometimes raised for valid UUIDs with mod_wsgi Database layer (models, ORM)
31809 31809 Regex URL patterns with conditional capture break default values in view functions Core (URLs)
31808 31808 Django causes latest setuptools to issue "UserWarning: Distutils was imported before Setuptools." Core (Other)
31803 31803 Should ModelState.field_cache be documented? Documentation
31800 31800 Oracle InspectDB tests fail on Windows Database layer (models, ORM)
31801 31801 Oracle schema tests error out on Windows Database layer (models, ORM)
31798 31798 Let EmailField automatically transform value to lower case Database layer (models, ORM)
31796 31796 DetailView Instance running twice for single rendering Generic views
16893 16893 negation of Q object returns the same thing Database layer (models, ORM)
31795 31795 Allow overriding regional subtags convertion to lowercase Internationalization
31774 31774 validate_unique in Model class doesn't validate uniqueness for ImageField. Database layer (models, ORM)
31780 31780 Include the Python traceback in the debug-page footer as a HTML comment Core (Other)
31794 31794 NotImplementedError: subclasses of BaseCache must provide a touch() method Core (Cache system)
31778 31778 Pass exception to ERROR_PAGE_TEMPLATE after catching TemplateDoesNotExist. HTTP handling
22981 22981 Fields with auto_now=True are not updated if the field name is not present in update_fields list passed into Model.save Database layer (models, ORM)
31787 31787 dumpdata/loaddata BinaryField base64 decoding fails Core (Serialization)
31786 31786 来自遥远东方的声援 contrib.humanize
25425 25425 Enforce calling resolve_expression before as_sql on all expressions Database layer (models, ORM)
31785 31785 Documentation suggesting using UUIDField as a good alternative for primary_key, without inviting to consider performance drawbacks Documentation
31781 31781 Not Found The requested resource was not found on this server Template system
31782 31782 Missing statements while creating [appName] on templates Documentation
23547 23547 BooleanField that is required and have value False always will raise ValidationError Forms
27430 27430 `manage.py test` does not support unittest `-b` buffer option Testing framework
31776 31776 Django test client uses incomplete request for _login Testing framework
31775 31775 An option to enforce raw_id_fields in Admin site for all relation fields by default contrib.admin
31771 31771 Add warning if model field has trailing comma. Core (System checks)
31772 31772 Support for field with Roman Numeral Database layer (models, ORM)
31764 31764 Add a way to allow subdomain wildcards in the set of allowed hosts for redirects after login/logout contrib.auth
31759 31759 Why do instance hints in ForwardManyToOneDescriptor use the related object? Database layer (models, ORM)
31768 31768 `django.http.request` `validate_domains` - should be optional "Invalid HTTP_HOST header" HTTP handling
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
31761 31761 Gracefull Migration | relation already exists Migrations
29257 29257 If creation of a db cursor fails, the resulting traceback is misleading Database layer (models, ORM)
31560 31560 Circular imports raise AppRegistryNotReady. Core (Other)
31760 31760 Incorrect translation of the words that contain ’ in their msgid contrib.admin
31756 31756 Use get_list_filter on ModelAdmin.lookup_allowed contrib.admin
31754 31754 preserve_filters doesn't work contrib.admin
31753 31753 SpatialReference srid -> proj4 -> srid returns wrong SRID GIS
31744 31744 Pydoc support/helper Core (Other)
31746 31746 UniqueConstraint with ForeignKey cannot be removed on MySQL/MariaDB Migrations
31749 31749 Unable to find effective method to bulk_update else create Database layer (models, ORM)
31748 31748 In admin page there is a lack of internationalization Internationalization
27708 27708 Relation between tables in different schemas with big names Migrations
31737 31737 Strange admin behaviour on Django 3.1b1 with Firefox contrib.admin
31741 31741 Admin site applies formfield_overrides for parent field class to instance of a child class contrib.admin
31740 31740 Part 4 of the tutorial incorrectly uses a namespaced url Documentation
31738 31738 invalid exception thrown "django.core.exceptions.ImproperlyConfigured: settings.FIXTURE_DIRS contains duplicates." Core (Management commands)
31717 31717 WSGI calling close causes premature close_if_unusable_or_obsolete calls during transaction? Uncategorized
31722 31722 RangeWidget produces 1 subwidget, itself Uncategorized
31725 31725 Setting ImageField and FileField default to a static file Database layer (models, ORM)
31733 31733 Some translation doesn't work. Core (Other)
29266 29266 Cannot perform schema migrations without downtime using MySQL in strict mode Database layer (models, ORM)
31734 31734 warnings.warn() fails when looping over memcache_key_warnings() Core (Cache system)
31724 31724 django.urls.resolve ignores the FORCE_SCRIPT_NAME setting. Core (URLs)
31728 31728 cache.backends.db._cull sometimes fails with 'NoneType' object is not subscriptable Core (Cache system)
31729 31729 The documentation for ArchiveIndexView is not clear for new developers. Documentation
31726 31726 Allow calculated field on admin change_list contrib.admin
31727 31727 Open ID Connect Support contrib.auth
27399 27399 Segfault when running GDALBandTests on OSX 10.11.6 GIS
22259 22259 Per row result for dumpdata Core (Management commands)
30190 30190 json lines (jsonl) serializer Core (Serialization)
31715 31715 Documentation : Customize the admin look and feel Documentation
31712 31712 Inconsistent axes definition between PostGIS and Spatialite for 4326 GIS
31705 31705 Bad way to select default filter parameter from "n total" link contrib.admin
28641 28641 Improvements to QuerySet.bulk_create() Database layer (models, ORM)
31711 31711 WeekArchiveView seens to be zero based for week, instead of one based. Generic views
31706 31706 Removed unnecessary getattr() call in FileDescriptor.__get__(). Database layer (models, ORM)
31673 31673 Equivalent to {{ form }} for generic detail view Generic views
31708 31708 django-ldap-auth-backend contrib.auth
31707 31707 django-ldap-auth-backend contrib.auth
31698 31698 Remove DatabaseOperations.autoinc_sql() Migrations
31699 31699 Fields placed at the SELECT clause in an erroneous order. Database layer (models, ORM)
31697 31697 Please help me to solve the below error in django Uncategorized
31693 31693 Add setting to control installed PostgreSQL extensions. Migrations
31695 31695 GDAL 3 axis order causes inconsistency in geodjango api and breaks geometry calculations GIS
31694 31694 _base_manager and related objects mismatch between docs and implementation Documentation
31688 31688 Fail to rename and reuse field when using postgres Migrations
31687 31687 Subquery loses ordering when passed to Func even if Func needs ordering. Database layer (models, ORM)
31684 31684 Document upload_to method behavior when duplicate file is present Documentation
31686 31686 SQL migrations don't set default in database. Database layer (models, ORM)
31683 31683 Overridden methods ignored in models.DecimalField subclass Database layer (models, ORM)
31681 31681 Output checks ran via manage.py checks. Core (System checks)
31632 31632 Single queries without transaction do not follow AUTOCOMMIT Database layer (models, ORM)
31678 31678 "AttributeError: 'ManyToOneRel' object has no attribute 'select_format'" fails in 3.0.7 Database layer (models, ORM)
31666 31666 Combine prefetch_related queries for FK's to the same target model Database layer (models, ORM)
31669 31669 migrate --fake-initial doesn't work when only a subset of tables exists in database. Migrations
31671 31671 Unable to get PK or ID for One-to-One field within template Template system
31668 31668 Why do i need to use rest_framework ?! Uncategorized
31665 31665 Auto-migrations fail on postgres when Charfield's default value is longer than old constraint Migrations
31638 31638 On Mysql/Sqlite, db.models.functions.Now uses wrong timezone Database layer (models, ORM)
27804 27804 Use unittest.subTest() in Django's test suite Core (Other)
31656 31656 Help Texts in UserCreationForm cannot be overridden Forms
31658 31658 Performing SQL queries in AppConfig.ready(). Core (Other)
31655 31655 Development server quits on request to /admin/ Core (Other)
17613 17613 Add validation method for cache keys Core (Cache system)
31610 31610 Make it easier to override the RelatedFieldWidgetWrapper in admin. contrib.admin
23048 23048 Add the ability to make RemoveField reversible for non-null fields Migrations
31651 31651 Constant expressions of an ExpressionWrapper object are incorrectly placed at the GROUP BY clause Database layer (models, ORM)
31652 31652 Admin site URLS do not respect APPEND_SLASH conf contrib.admin
31635 31635 SameSite cookie except on a URL HTTP handling
31643 31643 Change virtualenv doc references to Python 3 venv. Documentation
31642 31642 Some static assets in the Admin site fail to fetch (using custom storage) contrib.admin
31648 31648 'WSGIRequest' attribute not working File uploads/storage
31644 31644 Add a change event to DateTimeShortcuts.js. contrib.admin
31647 31647 Add "times" template filter. contrib.humanize
31646 31646 Support annotated check constraints. Database layer (models, ORM)
21171 21171 Skip transaction creation for single statement operations Database layer (models, ORM)
31627 31627 Could there be an "--exclude" option to "startproject/startapp"? Core (Management commands)
31613 31613 GeoModelAdmin's openlayers widget stroke width too thin for some linestrings GIS
31634 31634 Add support for With clause Uncategorized
31633 31633 Permission objects not automatically created for ManyToMany fields without a through model contrib.auth
31631 31631 Use Django ORM Postgresql regex when the regex is in the database and the value is a string Database layer (models, ORM)
31629 31629 Sites framework post_migrate signal overwrites user created site. contrib.sites
31599 31599 Improve the performance of the autoreloader by ignoring third party packages. Utilities
31481 31481 Admin crash when using functions in model meta ordering of o2o primary key. contrib.admin
31625 31625 Djongo database engine is not supported by any Django 3.0.6 or previous releases. Database layer (models, ORM)
31619 31619 Incorrect error message get_object_or_404 if queryset have error Uncategorized
31366 31366 GEOSGeometry fails on instance with GEOJson and srid not 4326. GIS
31374 31374 Runtime Error unable to solve from forums/ FAQ. Uncategorized
31582 31582 Django template engine render pre-fetches data even when iterator() is used Template system
27585 27585 ManyToMany relationship is cascading delete after being detached Database layer (models, ORM)
22079 22079 TestClient serialization of GET params with empty list as value Testing framework
31603 31603 "Clear all filters" link removes ordering and search criteria. contrib.admin
31605 31605 messages shortcuts will not process with whitespace. contrib.messages
31609 31609 Add support for Table Function Model. Database layer (models, ORM)
31600 31600 Calling .delete() on a queryset doesn't delete related objects. Database layer (models, ORM)
31602 31602 Add conditions to the forms. Forms
31598 31598 Broken link in Django 1.4 docs. Documentation
31595 31595 models.Datefield being localized where it shouldn't Internationalization
13227 13227 Query cloning fails with models having Lock as instance member Database layer (models, ORM)
31592 31592 Reverting Django 3.1. to Django 3.0.6 raises "binascii.Error: Incorrect padding". Core (Other)
31587 31587 List filters are selected only for queries with explicit __exact lookups. contrib.admin
31586 31586 Small mistake in 'Writing your first Django app, part 4' tutorial Documentation
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
31589 31589 Raw queries do not work if any DB content column has the % symbol. Database layer (models, ORM)
31588 31588 Unclear behaviour for ModelForms Forms
31524 31524 Stop minifying only some admin static assets contrib.admin
31585 31585 Translation: Part of tutorial02 to Korean. Documentation
31575 31575 Document admin's requirement on django.template.context_processors.request context processor. contrib.admin
30188 30188 Aggregate annotation, Case() - When(): AssertionError No exception message supplied Database layer (models, ORM)
31581 31581 Queryset bug when using Q()? -- doubles up the counts by doing an extra join. Database layer (models, ORM)
31553 31553 Incorrect query for inline admin when the parent is a proxy model contrib.admin
31574 31574 EmailMessage.cc/to/bcc cannot mix tuples and lists as arguments. Core (Mail)
10305 10305 Add a form instantiation hook for contrib.admin add/change views contrib.admin
30503 30503 ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host. HTTP handling
31564 31564 Django fails to return HttpResponse message on early response with large uploads. File uploads/storage
31563 31563 Document edge case with uwsgi, wsgi.file_wrapper and BytesIO. Documentation
31567 31567 Reversed coordinate order on Ubuntu 20.04. GIS
31565 31565 Support GENERATED ALWAYS columns for MySQL and PostgreSQL Database layer (models, ORM)
31562 31562 Namespacing in urls to look at default app name. Core (URLs)
31561 31561 QuerySet could be a collections.abc.Set. Database layer (models, ORM)
31556 31556 Remove useless (and inefficient) listcomp in the poll tutorial Documentation
31559 31559 Dial down the SpamBayes settings. Uncategorized
31555 31555 Use .format() and f-strings in the polls tutorial. Documentation
31557 31557 Use .assertTrue instead of .assertIs(..., True) in the unit testing section of the polls tutorial. Documentation
27661 27661 Move FileSystemFinder ImproperlyConfigured errors to system checks contrib.staticfiles
31549 31549 Wrong results when executing QuerySet.query. Database layer (models, ORM)
31544 31544 Document input/output capturing utils in django.test.utils Testing framework
31545 31545 I find a bug in Django. Core (URLs)
31547 31547 A bug in Django3.0.6 about the function of "include" Uncategorized
26227 26227 Unicode attachment filename displays incorrectly in some clients Core (Mail)
31540 31540 i18n URLs are not matched against the fallback language. Internationalization
27408 27408 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
31537 31537 Optionally log server_time with timezone. Core (Other)
31535 31535 Calling annotate with a case statement that references a recursive many to many relationship creates duplicates. Database layer (models, ORM)
30372 30372 Django (moderately) High CPU usage at Idle Core (Other)
31533 31533 Test client request's post body can be read multiple times, unlike real requests. Testing framework
31532 31532 Deprecate {% ifequal %} and {% ifnotequal %} template tags in favor of {% if %}. Template system
31531 31531 Loaddata fixtures with UUID as primary key Database layer (models, ORM)
30631 30631 Prefixing Q Objects. Database layer (models, ORM)
31526 31526 Include Admin model views as Generic Views Generic views
31525 31525 Development vs Production. Uncategorized
31519 31519 Unclosed tags don't cause syntax errors in templates. Template system
18325 18325 Wrap management stdout/stderr Core (Management commands)
31513 31513 Store failed tests in files. Testing framework
31512 31512 Django TextChoices cannot utilize `is` or `==` isn't explicitly stated Database layer (models, ORM)
31510 31510 server is not working properly for admin panel contrib.admin
24691 24691 Document model._state.adding (since UUIDField sets value before save) Documentation
31501 31501 Update Documentation for "Testing Responses" section on Django Documentation Documentation
29892 29892 Multiple Selenium test failures in Firefox Testing framework
31498 31498 GenericRelation's get_internal_type() incorrectly reports "ManyToManyField". contrib.contenttypes
31497 31497 get_static_prefix() as variable in a template doesn't work. contrib.staticfiles
31492 31492 Changing field type can cause unrelated nullability change in field on Oracle. Database layer (models, ORM)
31479 31479 Add support to reset sequences on SQLite Database layer (models, ORM)
31488 31488 Django Admin showing "Date input" for Time Field in Mobile Safari contrib.admin
31490 31490 Increase length of contrib.sites domain field contrib.sites
31482 31482 The templatetags folder doesn't need to be a package. Documentation
31489 31489 Django Admin showing "Date input" for Time Field in Mobile Safari. contrib.admin
31484 31484 Possibility to provide additional Context to Render a FlatPage. contrib.flatpages
31478 31478 Template.get_exception_info() relies on internal state which isn't correct for sub-templates. Template system
31477 31477 Simplify signature of `DatabaseOperations.execute_sql_flush()` Uncategorized
29069 29069 Static file serving does not call request_finished signal HTTP handling
31480 31480 Accessing admin panel doesn't work. contrib.admin
31467 31467 Possible error in the doc "Writing your first Django app, part 1". Documentation
31475 31475 Recursion issue when deleting related objects Database layer (models, ORM)
31469 31469 Custom lookup ignored inside built-in aggregation. Database layer (models, ORM)
31464 31464 Oracle destroy test database mixes tablespace, database and tables. Database layer (models, ORM)
31463 31463 Apply OPTIONS in database settings to dbshell. Database layer (models, ORM)
31458 31458 Allow changing executable_name for dbshell management command. Core (Management commands)
31454 31454 The behavior of m2m_changed signals does not match the documentation. Documentation
31460 31460 Keeping copy of the email in senders sent folder Core (Mail)
31457 31457 Docker container django html page was {{form.first_name}}. Template system
13757 13757 Signal inconsistency between auto_created and manually defined intermediate models for m2m fields Database layer (models, ORM)
31456 31456 startapp doesn't allow one to create an app under a package. Uncategorized
31453 31453 Avoid comparison against a boolean value for Exists(). Database layer (models, ORM)
31452 31452 Allow to order models in the admin index and app index views contrib.admin
31448 31448 Support HTML messages in send_mass_mail(). Core (Mail)
31447 31447 ManifestStaticFilesStorage should have file exclude patterns. contrib.staticfiles
28305 28305 AlterField migration tries to alter column that still has a foreign key contraint Migrations
31449 31449 Autocomplete doesn't work when ForeignKey to_field is not pk. contrib.admin
31446 31446 Annotate with ExpressionWrapper gives wrong result on date field. Database layer (models, ORM)
31444 31444 ForeignKey migrations without database changes shouldn't touch the database Migrations
28847 28847 Manifest/CachedStaticFilesStorage should keep providing cache-busting when DEBUG is true Core (Cache system)
31442 31442 Inherited ManyToMany.all() empty with multiple inherited models of same name from abstract one Database layer (models, ORM)
22608 22608 Migrations optimizer slow (due to double working?) Migrations
31438 31438 Current user in form. Documentation
31439 31439 Integrate Django with Angular JS. Uncategorized
31424 31424 django.utils.log.AdminEmailHandler won't include stack trace when django.server logs are propogated Uncategorized
27666 27666 Delay rendering of models in migration operations when possible Migrations
31433 31433 Model.objects.create() doesn't utilize caching for prefetches defined on the ObjectManager. Database layer (models, ORM)
31429 31429 Django test client adds carriage return on empty request. Testing framework
31432 31432 Conform to HTTP Status Code RFC's redirect classes. HTTP handling
31422 31422 Django response too long even do nothing. Uncategorized
31421 31421 Running test suites hang on mac OX Catalina 10.15.2. Core (Other)
22319 22319 ValueError: Related model cannot be resolved Migrations
31418 31418 ValueError when FileBasedCache is used in Python 3.7 Core (Cache system)
31419 31419 Django Postgres memory leak Database layer (models, ORM)
31320 31320 Prevent BEGIN and COMMIT in RunSQL in atomic migrations. Migrations
31414 31414 Django TestCase reads from "production" database with MySQL backend. Testing framework
12826 12826 Use __slots__ for some simple objects. Core (Other)
23027 23027 Add database-backend-specific checks Core (System checks)
29170 29170 Unable to add triggers in migrations on Oracle. Database layer (models, ORM)
31373 31373 Django 3.x / uwsgi is leaking connections. Database layer (models, ORM)
31406 31406 Access date/time of request. HTTP handling
30964 30964 macOS/SQLite test failure Database layer (models, ORM)
31390 31390 Using Q as rhs value in filter causes SQL Syntax error Database layer (models, ORM)
31401 31401 Exclude on M2M with F-function not working. Database layer (models, ORM)
30749 30749 Admin date_hierarchy filter by month of October 2019 does not include October 31th when TZ is set to Europe/Paris (UTC+2) contrib.admin
31397 31397 Support qs.filter(related=Q(...)). Database layer (models, ORM)
31365 31365 Remove SelectFilter2.js dependency on jQuery contrib.admin
31394 31394 Impossible to create with an inverse one-to-one relationship. Database layer (models, ORM)
31393 31393 Support table SQL comments. Database layer (models, ORM)
31387 31387 Document BASE_DIR setting. Documentation
31388 31388 HttpResponseBase.setdefault() issue. HTTP handling
31389 31389 Django SQLite3 ExtractWeek returns week one instead of the last week of the year. Database layer (models, ORM)
31384 31384 Check if objs are clean before bulk_create, bulk_update Database layer (models, ORM)
27760 27760 Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME Testing framework
31381 31381 jsi18n with zh-hans (or zh-hant) not working. Internationalization
31378 31378 Support bytes in assertXMLEqual()/assertXMLNotEqual(). Testing framework
31379 31379 Admin login page is broken after using django-admin startproject. contrib.admin
31360 31360 Is `request.csrf_processing_done` part of the public CSRF protection API? CSRF
31367 31367 ImportError error while importing class from auth/mixin to auth/view. contrib.auth
31363 31363 Django humanize's intword filter does not accept negative numbers. contrib.humanize
31364 31364 django.contrib.auth.forms.AuthenticationForm assumes 'username' as the USERNAME_FIELD Forms
25113 25113 Field lookup for __not_in Database layer (models, ORM)
31355 31355 Improving auth app contrib.auth
27865 27865 Document use of Manager rather than BaseManager for from_queryset() Documentation
18305 18305 force_update/force_insert not passed up the inheritance chain in .save() Database layer (models, ORM)
31352 31352 Document migration dependencies "__latest__" special value. Documentation
27160 27160 Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser Documentation
31348 31348 Unhandled exception Python 3.8.2 in Django. Core (Other)
31344 31344 Django raises UnicodeEncodeError when there is a cookie with a non-latin character. HTTP handling
31343 31343 Foreign key constraint to MTI child model is lost if the child model's parent was changed. Migrations
31346 31346 Without adding this, got an error. Documentation
31341 31341 Document minimal gettext version for ES6 template strings support Internationalization
31338 31338 ChangeList parses querystring incorrectly contrib.admin
31306 31306 Raise ValidationError on first failure. Database layer (models, ORM)
31339 31339 ORM call in app.ready in ASGI mode causes errors. Core (Other)
31337 31337 [mysql] Django loses track of renamed table when recreating a foreign key, resulting in "Table 'foo.bar' doesn't exist" Database layer (models, ORM)
31322 31322 Add 'help_text' property to InlineModelAdmin Uncategorized
31332 31332 Constraint detection fails when altering unique_together on MySQL. Migrations
31315 31315 Closing all connections in function tagged with @transaction_atomic or transaction atomic block breaks atomicity Database layer (models, ORM)
31334 31334 Add a method to specify class on form help text. Forms
31329 31329 Converting from concrete to abstract inheritance creates invalid migrations Uncategorized
31326 31326 Deleting a concrete subclass table with no additional fields results results in invalid migration Uncategorized
31316 31316 handler500 called multiple times. HTTP handling
31319 31319 URL dispatcher does not handle multislashes. Core (URLs)
31325 31325 Send a mail launch UnicodeError. Core (Mail)
31323 31323 doc bugs: ptyhon -> python Documentation
31321 31321 Unexpected behavior of `update_or_create`, misleading flag `created`. Database layer (models, ORM)
31311 31311 Unneeded escape sequences in character classes Core (Other)
31295 31295 Avoid Select widget triggering additional query when using ModelChoiceIterator. Forms
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
31308 31308 Fixture loading fails when more than one Test case uses same fixtures Testing framework
31305 31305 FieldError when doing batch update from the list view. contrib.admin
31294 31294 Disabled (hidden) inputs don't transmit their data. Forms
31296 31296 Document different config scenarios of full text search configuration. Documentation
31302 31302 A lot of messages become untranslated after #30400 (typographic improvement) Uncategorized
31290 31290 Unable to runserver - python manage.py runserver Uncategorized
31287 31287 Rename mark_safe and "safe" template filters to something less safe sounding Template system
31283 31283 "collecstatic --clear" could take ignored patterns into consideration contrib.staticfiles
31284 31284 Bootstrap-Integration Packaging
31278 31278 Schema Editor Action: Pull Field Up Migrations
31260 31260 Enable cookie security if HTTPS is explicity indicated in settings. Core (Other)
31281 31281 Make TestClient run transaction.on_commit actions. Testing framework
31279 31279 PasswordResetView always defaulting to the admin page and not to template. contrib.auth
31272 31272 Django and JS (from npm module) problem contrib.staticfiles
31263 31263 remote_field model caching issues in RenameModel migration. Migrations
31280 31280 Rename DEBUG_PROPAGATE_EXCEPTIONS to PROPAGATE_EXCEPTIONS. HTTP handling
31261 31261 Add support for defining models.Choices fields with dict, tuple, set and list values. Database layer (models, ORM)
31273 31273 Django and JS (from npm module) problem contrib.staticfiles
18517 18517 URLField does not support url with underscore Core (URLs)
31269 31269 Generic Relations on multi table inheritance does not behave as other fields contrib.contenttypes
31264 31264 ORA-00918: column ambiguously defined django admin. Database layer (models, ORM)
31243 31243 Implement set/remove/clear for non-nullable Reverse FKs Database layer (models, ORM)
31242 31242 RelatedManager Set Semantics vs. Behavior Database layer (models, ORM)
31258 31258 Django admin deletes only one instance from many contrib.admin
31257 31257 Migrations don't apply changes for decimal_places on MySQL. Migrations
31177 31177 Use "raise from" where appropriate Core (Other)
5069 5069 newforms cannot initial SelectDateWidget 's value Uncategorized
31256 31256 Inline widget permision is now based on it's foregin key. contrib.admin
31252 31252 Oracle GIS doesn't support spatial indexes in Meta.indexes. GIS
31245 31245 CharField doesn't accept bytestrings in default parameter in Django 2.2. Database layer (models, ORM)
31244 31244 Admin interface fails to load with file not found on FilePathField model. contrib.admin
31247 31247 Created new project. But runserver command fails. Uncategorized
31238 31238 Django using ASGI server but translations uses thread local. Core (Other)
27835 27835 Make TransactionTestCase raise an error if it accesses non-default database connection without multi_db=True Testing framework
31229 31229 Add setting to allow flexible session saving based on response codes contrib.sessions
31236 31236 (urls.W005) URL namespace 'admin' isn't unique. contrib.admin
31234 31234 Increase entropy for 1.11's make_msgid() randint component Core (Mail)
31231 31231 ORM doesn't find a row with a SQL null JSONB field. contrib.postgres
31230 31230 Dynamic fieldset is not showing as per intended. contrib.admin
31227 31227 Doing filter() or exclude() after an intersection(). Database layer (models, ORM)
31225 31225 Use NFD normalization in get_valid_filename(). Utilities
22162 22162 new filter tags for string processing on templates Template system
31220 31220 Widgets ignores "cols" attribute. Forms
31215 31215 Typo in tutorial 6. Documentation
31218 31218 response.set_cookie() method not accepting "samesite" key set to "None" in release versions HTTP handling
31213 31213 Add flag to remove_stale_contenttypes to remove entries for nonexistent apps. contrib.contenttypes
31214 31214 ORM query with Count(Subquery(...)) produces invalid SQL with Django 3.0. Database layer (models, ORM)
31201 31201 Atomic Transaction Roll Back File Upload File uploads/storage
27852 27852 Admin Delete Object Block Page Doesn't Show All Related Objects Blocking Deletion Database layer (models, ORM)
31209 31209 Logic flaw in the tutorial 4. Documentation
24465 24465 Failed logins are recorded as HTTP 200 instead of HTTP 403 contrib.admin
27888 27888 Add a button to clear all admin filters contrib.admin
31204 31204 Paginator with count = 0 always produce non-limited QuerySet. Core (Other)
31205 31205 Setting headers in JsonResponse HTTP handling
31203 31203 Using Markup in ValidationError. Core (Other)
15725 15725 No easy way to get default model values into a ModelForm for validation Forms
31197 31197 CheckConstraints with F objects don't apply on SQLite. Database layer (models, ORM)
31198 31198 CheckConstraints with F objects don't apply on SQLite Database layer (models, ORM)
31199 31199 CheckConstraints with F objects don't apply on SQLite Database layer (models, ORM)
14408 14408 Admin Error when subclassing ContentType for generic Relations contrib.admin
31194 31194 gis_tests.geoapp.test_functions.GISFunctionsTests.test_geometry_distance fails with recent PROJ versions GIS
31193 31193 gis_tests.geoapp.test_functions.GISFunctionsTests.test_geometry_distance fails with recent PROJ versions GIS
31192 31192 gis_tests.geoapp.test_functions.GISFunctionsTests.test_geometry_distance fails with recent PROJ versions GIS
31091 31091 ConnectionResetError: [Errno 104] Connection reset by peer with a simple GET call. HTTP handling
31191 31191 Fix the style guide to recommend `raise from`. Documentation
30645 30645 GEOSGeometry incorrectly transforms geometry. GIS
26434 26434 Inconsistent results of QuerySet count() method using PostgreSQL backend prior and post the QuerySet evaluation Database layer (models, ORM)
31189 31189 Password field help texts generates invalid html when using as_p() and as_table() helpers. contrib.auth
29095 29095 QuerySet.count() with Sum window function generates invalid SQL on PostgreSQL Database layer (models, ORM)
31186 31186 Migration crash when changing CharField to TextField and removing related unique constraint on MySQL. Migrations
24535 24535 Make "manage.py migrate" atomic, i.e. rolling back any migrations on failure Migrations
31183 31183 Add a feature flag for "PostgreSQL only supports UNBOUNDED together with PRECEDING and FOLLOWING" Database layer (models, ORM)
31188 31188 Query param values got converted to lists. HTTP handling
31176 31176 "manage.py migrate" should wrap all migrations into a single transaction. Migrations
31178 31178 Filing a new bug when you're logged in is *extremely* difficult Uncategorized
31175 31175 Remove newline in Textarea widget. Forms
31173 31173 Testing with PickleSerializer and Mock objects breaks. contrib.sessions
31174 31174 The inline original text area can not display full. contrib.admin
24619 24619 Technical error responses (404 and 500) should return responses dependent on Accept header Error reporting
25167 25167 Provide option to disable ajax text/plain response in technical_500_response Error reporting
11919 11919 dpaste.com feature in debug traceback view should be optional Error reporting
23951 23951 SafeExceptionReporterFilter does not have a way to filter and redact exception messages Error reporting
31163 31163 Use filters after when case, the table is not reused. Database layer (models, ORM)
31165 31165 Overhaul settings. Core (Other)
31168 31168 Add ability to mark test as parallel unsafe. Testing framework
31167 31167 Unable to delete or modify a constraint using model Meta. Migrations
29271 29271 Chaining Filters on a Reverse Foreign Key Produces Multiple Joins Database layer (models, ORM)
31161 31161 Remote User - user name with "\". contrib.auth
31159 31159 There seems to be a problem with latest version of django as it does not identify djongo as valid database connector for mongodb. Database layer (models, ORM)
31093 31093 Extend permission backend with get_queryset(user, model). contrib.auth
31156 31156 Updated seo content not showing on google page when served with django templating Template system
31153 31153 Fix "common" user creation on Oracle 12c+. Database layer (models, ORM)
31152 31152 Annotating ArrayAgg and Subquery crashes with values(). Database layer (models, ORM)
31151 31151 Automatically create a database from database config settings Migrations
31149 31149 Django Documentation needed for 1.9.7. Documentation
31146 31146 ManyToManyField with a through table are not updated on save in admin when using inlines. contrib.admin
29203 29203 Cached Session may cause losing a session, when it failed to connect to cache backend contrib.sessions
31145 31145 Session cookie has always the "SameSite=Lax" header. contrib.sessions
31140 31140 Caching of dict containing SafeText objects fails with bmemcached. Core (Cache system)
31143 31143 Variable attribute resolution priority in templates. Template system
31134 31134 ASGI does not closing DB connections properly. Database layer (models, ORM)
31137 31137 TypeError when ordering by a ForeignKey field to a model which orders by Length(). Database layer (models, ORM)
25868 25868 Importing django.test.utils.get_runner fails on Django 1.9 with Python 3.3 Testing framework
31138 31138 Question on template render Template system
22878 22878 DateTimeField auto_now_add, auto_now & CreateView Uncategorized
29760 29760 Cursors are being closed explicitly in autocommit mode Database layer (models, ORM)
31131 31131 Add selectable pop-up for GenericForeignKey to contrib.admin. contrib.admin
31129 31129 Password reset requires proper SESSION_COOKIE_SAMESITE value. contrib.auth
31132 31132 Django Internationalization Issue Internationalization
22089 22089 Deleting object with custom primary_key causes the pk to be None Database layer (models, ORM)
31130 31130 GenericRelation error if not use default field name for GenericForeignKey Core (Cache system)
31125 31125 Add confirmation page or preview page to ModelAdmin's add_view/change_view. contrib.admin
31127 31127 Django should warn (or throw an error) when creating a new app called 'app'. Core (Management commands)
31114 31114 request.build_absolute_uri does not support reverse_lazy Core (URLs)
31121 31121 SitesFrameworkTests fails when called after ContentTypesViewsSiteRelTests Testing framework
31120 31120 Social Logins for django web application contrib.auth
31119 31119 Localization always set to language 'en' Internationalization
31116 31116 Running test in parallel seems broken. Testing framework
31112 31112 Schema Editor's add_field does not append "_id" to the foreign key column. Database layer (models, ORM)
31108 31108 Manager isn't available; User has been swapped for 'myuser.MyUser' - again contrib.auth
31113 31113 Throw warning when field length is greater than max_length in SQLite. Database layer (models, ORM)
31111 31111 Schema Editor's add_field not able to add foreign key field Database layer (models, ORM)
28954 28954 Remove Jython code and documentation Core (Other)
31107 31107 Autocomplete fields in the admin do not respect limit_choices_to contrib.admin
31104 31104 OneToOneField strange behavior when saving reference. Database layer (models, ORM)
31102 31102 Bug: Saving on a ModelAdmin with TabularInlines sometimes duplicates rows Uncategorized
30911 30911 Django query returns no data; pasting query into MySQL prompt shows correct data. Database layer (models, ORM)
31105 31105 Search within an array in JSON Field Database layer (models, ORM)
31098 31098 has_add_permission() takes 2 positional arguments but 3 were given. contrib.admin
31101 31101 {% csrf_token %} fails validation for xhtml CSRF
31099 31099 ValueError: Non-reversible reg-exp portion: '(?i'. Core (URLs)
31100 31100 Why baseformset method "non_form_errors" is not property Uncategorized
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
31096 31096 Massively improving ManyToMany caching when using in forms Forms
31083 31083 Add select_related support for Site.objects.get_current contrib.sites
22014 22014 `prefetch_related` recursion protection does not cover all cases Database layer (models, ORM)
18174 18174 Model inheritance pointers doesn't refer to parent to refer to grandparents Database layer (models, ORM)
29682 29682 Admin change form crashes if a view-only model's form has field not on the model contrib.admin
31092 31092 Django 3 runserver command stops after login into admin page Utilities
31087 31087 SpatialLite backend raises ValueError when getting distance parameter. GIS
12679 12679 In admin, inlines should be allowed to be properties contrib.admin
31089 31089 May be CSRF middleware logical error CSRF
26743 26743 DeserializationError local variable 'pk' referenced before assignment (which hides real error) Core (Serialization)
6657 6657 HttpResponse.set_cookie(secure=False) still sets secure cookies HTTP handling
31085 31085 Prevent bots from submitting forms. Forms
31084 31084 ValueError: could not convert string to float. Database layer (models, ORM)
25361 25361 Unpickling of QuerySet fails in presence of abstract intermediate model Database layer (models, ORM)
31082 31082 New `Content-Disposition: inline` header in FileResponse causing issues on Safari HTTP handling
13233 13233 readonly_fields doesn't work with fields not part of the model contrib.admin
25477 25477 Modelbase.__new__ causes `AppRegistryNotReady` Core (Other)
28373 28373 TIME_ZONE value in DATABASES settings is not used when making dates timezone-aware on MySQL, SQLite, and Oracle. Database layer (models, ORM)
31080 31080 Remove redundant type="text/javascript" attribute from <script> tags Uncategorized
31081 31081 print query doesn't work on multiple db environment with no default Database layer (models, ORM)
31079 31079 Boolean not right value in admin page. contrib.admin
31078 31078 Problem while deleting inline model record in admin model. contrib.admin
31075 31075 CSRF token missing or incorrect when File upload path not exist. File uploads/storage
31074 31074 Errors model abstract testing. Database layer (models, ORM)
31072 31072 Empty string validator not run on nullable charfield Uncategorized
30481 30481 Document that force_str() allows lone surrogates. Documentation
31067 31067 Python 3.7 crashes after trying to visit admin page on Windows and MacOS. Core (Other)
31068 31068 Server stops when going to /admin contrib.admin
17344 17344 A away to tell ManyToManyField to use ordering on intermediate field Database layer (models, ORM)
14071 14071 Row duplicated when modifying PK contrib.admin
31065 31065 "django.db.utils.InterfaceError: connection already closed" in unittests Database layer (models, ORM)
29039 29039 Disabling migrations doesn't work with --keepdb Testing framework
31062 31062 Tutorial 1 Documentation ASGI not referenced during initial buildout for Django 3 Documentation
31063 31063 Make URL validators consistent. Core (Other)
31053 31053 EmailValidator should not accept soft hyphen in email addresses. Core (Mail)
30910 30910 Add system check warning on duplicate check constraints. Core (System checks)
31059 31059 Typo in django 3.0 releases notes. Documentation
31058 31058 Ordering by the result of RawSQL with F expression and distinct. Database layer (models, ORM)
28441 28441 GEOS version parsing fails if it has a trailing hash GIS
31057 31057 Choices enum - Inconsistent values. Database layer (models, ORM)
29925 29925 Redirect with HTTP/2 Server Push HTTP handling
31054 31054 Omits test_ prefix from database name when running subset of tests Uncategorized
31052 31052 Let Django users customize FORMAT_SETTINGS (a feature request) Uncategorized
31050 31050 EmailMessage doesn't strip empty addresses from recipients in message headers Core (Mail)
31045 31045 Squashing migrations returns "SyntaxError: Invalid token". Migrations
26659 26659 Allow filtering of which tests run Testing framework
31049 31049 BooleanField error. Forms
31048 31048 Proposal to add `--dry-run` flag to `makemessages` command Internationalization
16212 16212 Improve multiple sort UX contrib.admin
31047 31047 Empty models.TextField being incorrectly saved as empty string Database layer (models, ORM)
31043 31043 Form with ModelChoiceField and disabled failed when the initial is model instance. Forms
31028 31028 Use JavaScript classList API contrib.admin
31037 31037 Template truncatechars dots missing. Template system
31041 31041 Custom validation in the clean method triggers before checking the fields exist or not. Database layer (models, ORM)
31035 31035 Promote BaseCommand.run_from_argv to a documented method Documentation
30975 30975 Replace get_select_option with Selenium's native select_by_value Testing framework
31038 31038 Prevent collectstatic from trying to access a database. contrib.staticfiles
31027 31027 Prefer DOM object properties over Element.getAttribute() and Element.setAttribute(). contrib.admin
31036 31036 Primary key has incorrect default on MySQL. Database layer (models, ORM)
31033 31033 djangoproject documentation search not returning results try searching for forms yields no results Documentation
31031 31031 Possible data loss in admin changeform view when using regex special characters in formset prefix contrib.admin
27914 27914 makemigrations produces incorrect path for inner classes Migrations
23950 23950 Adding 'deconstruct' method breaks serialization of type Migrations
28469 28469 Add additional response type subclasses HTTP handling
24709 24709 ArrayField doesn't support .update() and F() objects contrib.postgres
25060 25060 Add support for str(timedelta) representation in parse_duration Utilities
31023 31023 __second lookup doesn't work on Django 2.2.7. Database layer (models, ORM)
8467 8467 For ManyToMany manager, we should convert objects being added or removed to the pk type if they are not. Database layer (models, ORM)
31022 31022 Setup GitHub tracking links Documentation
31019 31019 The database backend specific checks could be bypassed when using multiple databases. Core (System checks)
31012 31012 Required SelectDateWidget renders invalid HTML Forms
31020 31020 Disabled ModelChoiceField produces an error in to_python Forms
31016 31016 Documentation: MySQL notes: utf8. Documentation
31017 31017 Search on online Django documentation is not working for 2.2 and 3 Documentation
31011 31011 A new template tag for ternary operations? Template system
31009 31009 Test database named just "test_". Database layer (models, ORM)
31008 31008 Incorrect rendering of some code blocks in documentation Documentation
30993 30993 Class based views and syndications are similar, but not exactly the same contrib.syndication
27164 27164 Database routers examples could be more realistic Documentation
30991 30991 Optional removal of transaction and extra get() in get_or_create(). Database layer (models, ORM)
31004 31004 Using FilteredRelation on M2M relationship duplicates result rows. Database layer (models, ORM)
31005 31005 Incorrect GROUP BY aggregate values when filtering by annotation on reverse-related LEFT OUTER JOIN Database layer (models, ORM)
31001 31001 Test failures on SQLite 3.30. Database layer (models, ORM)
27272 27272 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
29182 29182 SQLite 3.26 breaks database migration ForeignKey constraint, leaving <table_name>__old in db schema Migrations
31000 31000 Match @import rule and url() statement exclude of the css comment during the collectstatic. contrib.staticfiles
30989 30989 Remove not implemented `B` time format (Swatch Internet Time). Utilities
30990 30990 Documentation error for `z` date format Documentation
30992 30992 missing column in generated SQL at exclude() function call Database layer (models, ORM)
28819 28819 Django 2.0 - subclasses of Loader must provide a get_template_sources() method Uncategorized
30984 30984 Cache culling. Core (Cache system)
30985 30985 Error when adding a group in admin - "The database backend does not accept 0 as a value for AutoField". contrib.admin
30941 30941 hasattr(request, '_cached_user') check no longer works contrib.auth
30983 30983 Exception traceback fails due to subsequent exceptions when using the Jinja template backend and Jinja>=2.10.2 Template system
3237 3237 [patch] CIDR in INTERNAL_IPS Core (Other)
30982 30982 django.db.backends.postgresql is not one of available backends. Database layer (models, ORM)
30979 30979 Unreliable variable value HTTP handling
30978 30978 Missing configuration step with custom filters. Documentation
30976 30976 ManyToManyField doesn't JOIN when target object has a ForeignKey with the same name as a default query name. Database layer (models, ORM)
30972 30972 USERNAME_FIELD UniqueConstraint option Database layer (models, ORM)
30970 30970 Waiting for enhancement in "inspectdb" command. Database layer (models, ORM)
30968 30968 Use github actions for linting. Testing framework
16146 16146 Calling functions with arguments inside a template Template system
30948 30948 Change packaging to use setup.cfg declarative syntax Packaging
30965 30965 Error coming in terminal without any bug in code. HTTP handling
30246 30246 Using an annotated field calculated with django.db.models.functions.Extract in aggregate results in ProgrammingError Database layer (models, ORM)
30962 30962 GitHub Actions Uncategorized
30959 30959 QuerySet.iterator() returns no result although QuerySet.count() is a positive number. Database layer (models, ORM)
30957 30957 Inconsistent slice behaviour on cached vs non-cached result lists in QuerySets. Database layer (models, ORM)
30954 30954 NVARCHAR2 fields are not using cx_Oracle.NCHAR. Database layer (models, ORM)
30940 30940 Documentation on formsets lists incomplete code to detect errors in clean() Documentation
30946 30946 Hebrew translation of "This password is too short." message Internationalization
30951 30951 Admin Documentation recommends an incorrect method to get selected objects. Documentation
30942 30942 first() and last() return same object (first in both cases) when the order_by field is the same Database layer (models, ORM)
30938 30938 DEFAULT_CONTENT_TYPE django.utils.deprecation.RemovedInDjango30Warning. HTTP handling
30937 30937 URLField validator (URLValidator) does not respect null/blank Database layer (models, ORM)
17007 17007 Fixture documentation should include non-numeric PK information Documentation
30936 30936 Enabled timezone collides with date_hierarchy of django admin. contrib.admin
30469 30469 Boolean False becomes NULL with recent mysql-connector-python Database layer (models, ORM)
30935 30935 Problem with makemigrations/migrate (AUTH_USER_MODEL) and duplication of tables. Migrations
30930 30930 Many to Many Doc. Documentation
30929 30929 get_previous/next_by_FOO functions are undocumented. Documentation
24648 24648 Model fields that reference settings that differ between dev and prod trigger the autodetector Migrations
30926 30926 passing an empty string to help_text in model fields using ugettext_lazy causes new migrations without any change Migrations
30925 30925 Missing queryset filter operator leads to extra operator use Database layer (models, ORM)
30924 30924 Numbers in top-level domain raise ValidationError Forms
30921 30921 _DeadlockError is raised when using StatReloader. Utilities
30919 30919 Template-loader postmortem should list non-existent directories. Template system
30920 30920 Choice enumeration types should not enforce enum.unique(). Database layer (models, ORM)
30914 30914 Queryset errors on any operation. Database layer (models, ORM)
30912 30912 django.utils._os.safe_join breaks on Windows for paths that end in a slash/backslash Utilities
29377 29377 DatabaseSchemaEditor: add a hook to run DML statements after the entire schema is created Migrations
30902 30902 The value of a TextChoices/IntegerChoices field has a differing type Database layer (models, ORM)
30909 30909 ConnectionResetError: [Errno 54] Connection reset by peer HTTP handling
30905 30905 render() got an unexpected keyword argument 'renderer'. Forms
30901 30901 first() and last() return same object (first in both cases) when the order_by field is the same Uncategorized
29919 29919 Using RelatedOnlyFieldListFilter with reverse ManyToMany crashes contrib.admin
30894 30894 Reverse OneToOneField relation: `prefetch_related` uses `related_name` while `select_related` uses `related_query_name` Database layer (models, ORM)
30895 30895 Multiples trailing slashes appended to URL Core (URLs)
30896 30896 "OperationalError: (1054, "Unknown column ...)" error when running migrations on an empty MySQL database. Migrations
30893 30893 Django tutorial part 3 documentation minor fix. Documentation
27391 27391 Support unittest.TestCase.debug() method. Testing framework
30887 30887 UnicodeEncodeError logging error with saving binary with PyMySQL driver. Database layer (models, ORM)
30889 30889 gis.measure: Distance/Distance should error. GIS
30536 30536 Allow running custom logic in django.setup(). Core (Other)
30891 30891 Convert a Dictionary Into Query-Set and Perform All Orm Queries into it without hitting database. Database layer (models, ORM)
30888 30888 Dangerous behavior for queryset combinator Database layer (models, ORM)
30886 30886 Bug in TestCase tutorial Documentation
26481 26481 Add a "strict mode" for defer()/only() to prevent queries on unfetched field access Database layer (models, ORM)
30884 30884 Possible bug using bulk_create for the user model Utilities
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
30883 30883 select_for_update doesn't include submodels in PostgreSQL Database layer (models, ORM)
30882 30882 Promote that Django already drop Python 2.7 support. Documentation
30879 30879 Nested foreign key test failures on Django 3.0 with SQLite 3.30. Database layer (models, ORM)
30842 30842 Prefetch_related spends considerable time constructing querysets. Database layer (models, ORM)
30874 30874 Allow disabling of lazy loading of model and related fields on querysets Uncategorized
30881 30881 Optimize _tx_resource_for_name() function in django/scripts/manage_translations.py Core (Other)
30880 30880 Optimize the _tx_resource_for_name() function in django/scripts/manage_translations.py Core (Other)
30878 30878 Django catched a request error when deploy nameserver to IP. Utilities
26207 26207 Replace dynamic classes with non-data descriptors for deferred instance loading Database layer (models, ORM)
30877 30877 User Password Automatically changes after 15 days. contrib.auth
25817 25817 Unable to rename a field reference in foreign key 'to_field' Migrations
20393 20393 django.db.models.query.QuerySet.__repr__ should not have side-effects Database layer (models, ORM)
30875 30875 Allow IDN domains HTTP handling
30869 30869 Setting to confirm destructive/weird migrations. Migrations
30873 30873 I'm looking option to get the selected value from MultipleChoiceField Forms
30871 30871 override_settings() does not restore partially deleted settings. Testing framework
30867 30867 Old indexes should be dropped after new ones are created. Migrations
29241 29241 ConditionalGetMiddleware and x-sendfile Core (Cache system)
30863 30863 Queryset __repr__ can overload a database server in some cases Database layer (models, ORM)
27086 27086 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
30860 30860 Skip OrderBy.as_sqlite on SQLite >= 3.30 Database layer (models, ORM)
30855 30855 JSON has_key causes 'TypeError: can only concatenate tuple (not "list") to tuple' in Django 2.2.6 Database layer (models, ORM)
30857 30857 When subclassing a model field, `max_length` cannot be passed as an argument to `self.__init__`. Documentation
30861 30861 Support for ValidationWarning Forms
30837 30837 Changing password reset email template name to .txt extension contrib.auth
30853 30853 field__foo__contains dont work in 2.2.6 on JSONField Database layer (models, ORM)
30844 30844 Add after_db_init() hook method to model Database layer (models, ORM)
30851 30851 Humanize isn't fully translated into Armenian. Internationalization
30850 30850 Overriding the default admin requires the custom admin site not to be in admin.py. Documentation
30848 30848 GeoDjango GeometryZ Field Wanted. GIS
30847 30847 Geodjango not respecting spatial_index=False. GIS
10348 10348 contrib.admin: select_related overwritten by django.contrib.admin.views.ChangeList.get_query_set contrib.admin
30843 30843 New argument for FileField and descendants: size_field. Database layer (models, ORM)
30845 30845 Simple explanation of default app folder structure. Documentation
26600 26600 map says a queryset is not iterable Database layer (models, ORM)
30840 30840 Sending JSON using the django test client fails when providing content_type='application/json' Testing framework
30835 30835 post_delete signal fires before objects are removed from database Documentation
30838 30838 Please modify message about unapplied migrations. Migrations
14218 14218 Paginator just implement the __iter__ function Core (Other)
30832 30832 django custom relationship Database layer (models, ORM)
30831 30831 Django doesn't respect overriding the maxlength widget attribute for CharFields in ModelForm. Forms
30830 30830 django custom relationship Database layer (models, ORM)
30829 30829 TypeError: can only concatenate tuple (not "list") to tuple Database layer (models, ORM)
30788 30788 Fix concatenation of tuple to list (or vice versa) Database layer (models, ORM)
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
30824 30824 Test Cases for Multi-db and unmanged models are failing. Testing framework
30823 30823 Postgres + Django. Database layer (models, ORM)
30822 30822 Oracle Bulk Create TextField fails when there is a mix of short and long string. Database layer (models, ORM)
30818 30818 Django can't handle m2m relations well sometimes. Database layer (models, ORM)
30815 30815 Typo on messages documentation page Documentation
30813 30813 dumpdata > flush > loaddata. Core (Management commands)
30814 30814 dampdata > flush > loaddata Core (Management commands)
15910 15910 show delete links for all admin inline formset rows contrib.admin
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
30810 30810 WatchmanReloaderTests.test_setting_timeout_from_environment_variable() fails with AttributeError. Utilities
30809 30809 test_clear_site_cache consistently hangs up / fails when running all tests Testing framework
30804 30804 Minor issue in Chaining filters section in given example code Documentation
30787 30787 update_connections_time_zone fails with parallel tests Testing framework
30799 30799 Unknown call done to "GET /graphql HTTP/1.1" with brand new project django 2.2.5 Uncategorized
30797 30797 LoginView Error when going back to login page contrib.auth
30794 30794 inspectdb should generate related_name for ForeignKey. Database layer (models, ORM)
30795 30795 Django cannot serialize value into migration file. Core (Serialization)
30793 30793 Add a SECURITY.md file. Documentation
30792 30792 Is There Any Way to Apply all Orm methods into A Dictioanary ? Utilities
30790 30790 `autocomplete_fields` checks restrict usage to `search_fields` being defined instead of `get_search_fields` contrib.admin
30789 30789 Add list of required fields to ModelForm. Forms
27462 27462 Clarify what's contained in m2m_changed's "pk_set" argument Documentation
30783 30783 Support gin__int_ops option for PostgreSQL intarray. Database layer (models, ORM)
30781 30781 New feature: field permissions based on data classification contrib.auth
30782 30782 "ptyhon" typo in a Chinese translation of "​Advanced tutorial: How to write reusable apps". Documentation
30777 30777 File isn't treated correctly, when in user-defined field. File uploads/storage
30778 30778 Use lowercased app_labels for generated table names. Database layer (models, ORM)
30773 30773 Support Algorithm parameter on MySQL migrations. Database layer (models, ORM)
30770 30770 Incorrect escaping TruncBase on ExpressionWrapper for date arithmetic. Database layer (models, ORM)
27473 27473 Allow using Extract() with DurationField Database layer (models, ORM)
27338 27338 Running an AlterField to change a CharField primary key to AutoField crashes. Migrations
15063 15063 multi_db flag on TestCase causes invalid error reporting when loading fixtures. Testing framework
24680 24680 In testing, warnings appear when loading database-specific fixtures Core (Management commands)
16713 16713 Fixture loading for tests ignore database specific names. Testing framework
29513 29513 Make TransactionTestCase.multi_db documentation more discoverable. Documentation
18929 18929 CachedFilesMixin is not compatible with S3BotoStorage. contrib.staticfiles
29817 29817 Deprecate FILE_CHARSET setting Core (Other)
28606 28606 Deprecate CachedStaticFilesStorage contrib.staticfiles
28478 28478 Make DiscoverRunner skip creating a test database if not needed Testing framework
30768 30768 django.forms.boundfield.as_widget() causes an exception when used. Forms
29072 29072 Allow select_related() to fetch individual fields from a related model Database layer (models, ORM)
30764 30764 Ignore node_modules by default for makemessages Uncategorized
30755 30755 Have django.views.generic.base.View.as_view() check argument type, via annotations. Generic views
30756 30756 ModelForm does not work well with the override field on Inherited Model Database layer (models, ORM)
30762 30762 Code detail error in tutorial 03. Documentation
8384 8384 Wrong alphabetical ordering with accented letters (sqlite issue?) Database layer (models, ORM)
30741 30741 sqlmigrate doesn't show a drop constraint SQL when previous create constrain operation wasn't perform. Migrations
30748 30748 Abstract model class specifies foreign key – MySQL doesn't have it. Database layer (models, ORM)
20648 20648 Template variable and loss of precision Template system
30751 30751 IntegrityError with TransactionTestCase and serialized_rollback=True. Testing framework
30745 30745 Allow serving a default file for FileField from static URL. File uploads/storage
30740 30740 collectstatic tries to connect to database contrib.staticfiles
30705 30705 Django template permissions not working when used inside the template of an inclusion tag Template system
30742 30742 ModelForm should allow passing update_fields to instance.save() Forms
30744 30744 Where did fulltext index support for MySQL go? Database layer (models, ORM)
30743 30743 Removing `db_index=True` crashes migrations. Database layer (models, ORM)
8559 8559 new comment.get_absolute_url returns '' Documentation
30737 30737 Incorrectly encoded headers can yield uncaught UnicodeDecodeError HTTP handling
30734 30734 Webp Converter Uncategorized
30726 30726 'week' queryset returns no objects Database layer (models, ORM)
30514 30514 Occasional CSRF cookie not set Django 2.1 CSRF
28376 28376 URIs not supported error Database layer (models, ORM)
30730 30730 STATICFILES_FINDERS not set. Documentation
30728 30728 Django urls patterns resolver shadowing exceptions thrown everywhere else Utilities
30720 30720 Allow specifying multiple domains for makemessages command. Internationalization
30717 30717 Session model has a useless LIKE index. contrib.sessions
30718 30718 blocktrans is crashing when using percent signs when no variables were supplied. Internationalization
30724 30724 Please create a hyperlink to easy pickings in README.rst file. Documentation
30723 30723 Lazy translations in field help cause JSON serialize errors contrib.auth
30721 30721 Implicit related objects filtration because of the set Manager. Database layer (models, ORM)
30719 30719 Unable to use OuterRef(Expression(...)) Database layer (models, ORM)
30714 30714 Add a system check against SESSION_EXPIRE_AT_BROWSER_CLOSE and SESSION_COOKIE_AGE both being set contrib.sessions
30713 30713 ListView queryset issue Database layer (models, ORM)
30694 30694 Document FileResponse does not seek its file source Documentation
30710 30710 impossible without workarounds to see which fields changed when subscribing to signals from generic views Uncategorized
30687 30687 GIS distance lookups fail within subqueries using OuterRef Database layer (models, ORM)
30709 30709 Error in translated document. Documentation
30708 30708 There is bug on RSS XML processor Uncategorized
30706 30706 Why isn't the auth.User.id field documented? Documentation
30707 30707 why it took 30s when call sorted function in django server sometimes. Core (Other)
30702 30702 Form leaks all objects of model Forms
30703 30703 Make RelatedFieldListFilter respect model meta ordering. contrib.admin
30403 30403 Test namespace packages discover fails to load module. Testing framework
30700 30700 templatetag truncatechars_html breaks HTML entities Uncategorized
23879 23879 We should use test-skipping, not conditional discovery in runtests.py Testing framework
30697 30697 SQLite3.28 breaks django migrations. Database layer (models, ORM)
30692 30692 Email sent by AdminEmailHandler is sent from <root@localhost>, not from settings.DEFAULT_FROM_EMAIL Uncategorized
30690 30690 get_or_create() ignores database router's db_for_read() method Database layer (models, ORM)
30674 30674 Autoreload fails to restart server when exception is SyntaxError. Utilities
30689 30689 Fix documentation for the `fields` argument of MultiValueField Documentation
30684 30684 Oracle Database 12.2 allows 128 byte identifiers Database layer (models, ORM)
30675 30675 Ignore ACCEPT_LANGUAGE header only on i18n prefixed url patterns Internationalization
30683 30683 QuerySet.count() crashes when window functions and conditional expressions are both used. Database layer (models, ORM)
30682 30682 Bug with Mysql connection (since 2.2a1). Database layer (models, ORM)
30679 30679 Warn when Django works with unsupported version of GDAL. GIS
30669 30669 Can FILE_UPLOAD_MAX_MEMORY_SIZE be set to None? HTTP handling
30671 30671 Conditional for Template Block Content. Template system
30667 30667 Running last() on a related object with a F() ordering mutates model ordering. Database layer (models, ORM)
30666 30666 Use autocomplete_fields with models not registered in the admin contrib.admin
30660 30660 Use of properites by Django and debugging in PyCharm Uncategorized
30662 30662 Add a signal at the end of Model.refresh_from_db(). Database layer (models, ORM)
30552 30552 GEOSGeometry.reverse() loses SRID. GIS
30663 30663 How to iuse the if to verify a self define filter value. Template system
30659 30659 Annotate ignored when using after union. Database layer (models, ORM)
30658 30658 Unexpected result using union querysets with annotated columns. Database layer (models, ORM)
27995 27995 Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). Database layer (models, ORM)
28145 28145 Django documention - MySQL database connector - PyMySQL for python 3 support Documentation
30654 30654 Optimize session cache backend KEY_PREFIX settings to support dynamic configuration. contrib.sessions
30652 30652 ResolvedOuterRef object has no attribute contains_aggregate. Database layer (models, ORM)
30580 30580 django.db.migrations.optimizer error in indention Migrations
30650 30650 Need QuerySet.extra for a where clause based on on a CharField value in a second model Database layer (models, ORM)
30649 30649 Implement MakeValid() for non-column values. GIS
30313 30313 SQLite min version in Django 2.2 breaks Centos 7 compatibility Database layer (models, ORM)
30646 30646 close_if_unusable_or_obsolete fails to close unusable connections. Database layer (models, ORM)
30643 30643 Docs incorrectly state that time zone support is disabled by default. Documentation
30642 30642 Unable to include default value in column_sql when creating new model. Database layer (models, ORM)
30630 30630 MemoryError appears when using cx-Oracle 7.2 on Oracle 12c (12.1.0.2.0) with Python 3.7 (3.7.4). Database layer (models, ORM)
30635 30635 Add feature to sanitize text include control characters Utilities
30641 30641 Update docs for using CSRF with Ajax. Documentation
30639 30639 Raise an error on unsupported operations following QuerySet.union(). Database layer (models, ORM)
30607 30607 How to use Django specific markup in the docstrings. Documentation
14129 14129 Slovenian translation plural-forms Internationalization
30634 30634 "manage.py runserver" does not respect SCRIPT_NAME header. HTTP handling
30633 30633 Group by concat(field1,field2) producing wrong result. Database layer (models, ORM)
30619 30619 runserver fails to close connection if --nothreading specified. HTTP handling
30517 30517 Add Redis cache backend. Core (Cache system)
30629 30629 Add Redis to django.core.cache Core (Cache system)
30627 30627 In multi-table inheritance, querying with invalid pk raises different exception depending on the inheritance level. Database layer (models, ORM)
30626 30626 InlineModelAdmin fails of an empty form when DecimalField has default and blank=True. contrib.admin
30617 30617 test_check_constraints sometimes fails with no such table error. Testing framework
30622 30622 A better admin interface for non-relational databases like MongoDB. Database layer (models, ORM)
30623 30623 Remove duplicate call to `self.update` on RequestContext Template system
30616 30616 CommandTemplate Behavior Is Inconsistent. Core (Management commands)
30615 30615 Add row_to_json(row) postgresql function. contrib.postgres
30612 30612 cached_property breaks type checking Utilities
7537 7537 Make RegexURLResolver easier to subclass Core (URLs)
30611 30611 Add reversal options object to django migration constructs/class constructors Migrations
30610 30610 Model.full_clean() doesn't prevetn invalid (null) values when blank=True. Database layer (models, ORM)
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
30605 30605 Define a variable TESTS in settings Uncategorized
30606 30606 Use .tables for SQLite in tutorial 02 Documentation
30598 30598 Create new files when overriding the default admin site. Documentation
30592 30592 Selection from subquery Database layer (models, ORM)
30590 30590 Error in the documentation of the polling app. Documentation
20535 20535 Unnecessary join created for intermediate table between two M2M tables Database layer (models, ORM)
30555 30555 Migration files generated do not follow PEP8 E501 rule Migrations
30587 30587 Cloaking exceptions raised by get_object_or_404(). Database layer (models, ORM)
30586 30586 Django 2.2 compatibility with PyMySQL. Database layer (models, ORM)
30582 30582 Redirect by using 307/308 instead of 301/302. HTTP handling
30575 30575 Union of TruncBase annotations with different tzinfo apply `convert_value` of last tzinfo. Database layer (models, ORM)
30502 30502 Admin interface hangs on models with "parentNode" field . contrib.admin
30579 30579 Add management command to delete all tables. Migrations
30485 30485 Unexpected behavior for django.utils.http.urlencode Core (Other)
30576 30576 Code not working on Django Tutorial part 6. Documentation
30574 30574 Support join tables query over two tables without foreign key. Database layer (models, ORM)
30570 30570 Integrity errors in Django project with custom User model. Migrations
30568 30568 Definition of URLconf appears in tutorial 3; first mention is in tutorial 1. Documentation
30569 30569 Count and Sum annotation interfere with each other. Database layer (models, ORM)
30527 30527 Problem with creating migrations for subclassed field changes. Migrations
29086 29086 Add a warning when saving bytestrings to CharFields Database layer (models, ORM)
30564 30564 Cannot create custom field that returns a queryset AND uses pre_save(). Database layer (models, ORM)
30561 30561 Time for peppering user passwords in Django? Uncategorized
30560 30560 Error: Submission rejected as potential spam. Uncategorized
30558 30558 Autocompletion should be disabled in the "Add user" form. contrib.admin
30559 30559 Django 2.2 | Auto-reload doesn't detect changes in new apps. Utilities
30554 30554 Excessive logging by autoreload in v 2.2.1 and 2.2.2 Core (Other)
6344 6344 Refactored manage.py inspectdb Core (Management commands)
30551 30551 urlize on URL with incomplete query string adds equal sign. Utilities
30475 30475 Use of i18n_patterns and a buggy 404 template trigger internal server error without a backtrace. Core (URLs)
30546 30546 isinstance() call on SimpleLazyObject doesn't swallow evaluation exceptions on Python3. Utilities
30226 30226 Add base authentication backend to ease custom backend creation. contrib.auth
30545 30545 admin.E108 is raised on fields accessible only via instance. contrib.admin
30544 30544 Django 2.1 release notes don't mention the BooleanField(blank=False) default change. Documentation
28490 28490 Descriptors on Models are reported as nonexistent by System Check Framework for ModelAdmin.list_display if they return None contrib.admin
30541 30541 Django MultiDB tests not loading fixtures as expected. Testing framework
30540 30540 Django left join with AND condition. Database layer (models, ORM)
30538 30538 Inconsistent slug generation behaviour of slugify() and prepopulated fields in Django Admin. Utilities
30533 30533 Delete cascade on large tables can cause process termination on PostgreSQL. Database layer (models, ORM)
30539 30539 Django - “with / as” to fill block is not working. Template system
30537 30537 ForeignKey: inconsistent handling of referenced obj. id. Database layer (models, ORM)
30535 30535 Czech plural-forms is incorrect in translations. Internationalization
30528 30528 Django Admin adds Javascript in different sequences contrib.admin
30532 30532 Union queryset should raise on filter() and exclude(). Database layer (models, ORM)
30531 30531 Exception when creating an inherited model object with existing base Database layer (models, ORM)
30529 30529 SQLCompiler.as_sql should return parameters as a list (and not as a tuple) Database layer (models, ORM)
30526 30526 migration to UUID id field doesn't properly convert integers (SQLite). Migrations
30522 30522 How to use Custom install Sqlite3 in Django. Database layer (models, ORM)
30525 30525 --skip-checks management command needs backported Core (Management commands)
30524 30524 on_delete doesn't work properly with MySql. Uncategorized
30518 30518 Multiple Count annotation with filter doesn't work properly. Database layer (models, ORM)
30513 30513 Impossible migration (with a change of model base) is not noticed. Migrations
30508 30508 Add Password Reset Via Email to documentation. Documentation
29085 29085 Possible data loss on .save() with unsaved related model. Database layer (models, ORM)
19189 19189 FormWizard done method can't revisit forms contrib.formtools
30100 30100 Add a Validator that uses Troy Hunts Have I been pwned Database to validate passwords. contrib.auth
30496 30496 Broken order for class Media Forms
30492 30492 "B" seen as time-related format specifier. Template system
27635 27635 django.utils.crypto should use secrets on Python 3.6+ Utilities
24088 24088 text/varchar_pattern_ops on PostgreSQL could be optional Database layer (models, ORM)
30487 30487 Using more than 245 functions in CombinedExpressions causes RecursionError. Database layer (models, ORM)
30480 30480 Discrepancy in `DateTime` field value If the django orm union() is used with the empty array in the filter. Database layer (models, ORM)
30483 30483 Switch test requirements from psycopg2-binary package to pscyopg2 Testing framework
27685 27685 Allow autoreloader to use watchman Utilities
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
30474 30474 Minor change to documentation on many-to-many relationships. Documentation
28593 28593 DEP 0201: Simplified routing syntax Core (URLs)
30473 30473 len() and count() yield different results on randomly ordered QuerySet with annotation, Database layer (models, ORM)
30467 30467 `makemigrations app_label` sometimes tries to create migrations for unrequested app_label Migrations
30470 30470 Complete assertHTMLEqual() support for all self closing tags Testing framework
30471 30471 "This account is inactive" error on login form will never display with ModelBackend contrib.auth
30441 30441 Persistent connections not reused on request. Database layer (models, ORM)
30468 30468 assertHTMLEqual doesn't account for all ASCII whitespace in a class attribute. Testing framework
30399 30399 Use Python stdlib html.escape() to in django.utils.html.escape() Utilities
30466 30466 FieldFile.save documentation is misleading Documentation
30465 30465 Authenticate: "An error occurred while connecting." contrib.sessions
30464 30464 'AppRegistryNotReady' error after Django Upgrade from 1.8 to 1.11 version Uncategorized
28789 28789 Django won't update sqlite_master table using migrations.AlterModelTable, which causes loaddata to fail. Migrations
30462 30462 Conditional aggregation doesn't work with subquery annotations. Database layer (models, ORM)
30458 30458 Allow JsonResponse to automatically serialize querysets. HTTP handling
30456 30456 Doing a select_related() after a union() results in an IndexError. Database layer (models, ORM)
30454 30454 doc error about "Cache key prefixing". Documentation
30455 30455 Django ModelForm with multiple ForeignKey query optimisation issue. Database layer (models, ORM)
30444 30444 Refactor `BaseDatabaseSchemaEditor.create_model` Database layer (models, ORM)
30450 30450 Cannot import AbstractBaseUser. Core (Other)
30452 30452 'AppRegistryNotReady' error after Django Upgrade from 1.8 to 1.9 version Uncategorized
30438 30438 GeoDjango .SHP file Specifications. GIS
30442 30442 Add additional validators to auth/password_validation.py contrib.auth
30445 30445 RunSQL Migration should accept psycogp2 sql.Composable object. Migrations
30433 30433 Authentication system is not working with Google Chrome for django 2.1 and 2.2.1. CSRF
30435 30435 __iexact not working inside validator function. Database layer (models, ORM)
30434 30434 DurationField silently drops negative sign Database layer (models, ORM)
30431 30431 Migration hangs on non default database. Migrations
30432 30432 Django development server shutdown on error. Utilities
30429 30429 Allow different response classes in render(). HTTP handling
26488 26488 migrate crashes when renaming a multi-table inheritance base model Migrations
30430 30430 Make the admin URL wrap() decorator accessible from anywhere. contrib.admin
30428 30428 Custom tags not loaded. Template system
30424 30424 Queries within AppConfig.ready() can cause issues with some Django db commands Uncategorized
27946 27946 Improve "ValueError: Found wrong number of constraints" error message Migrations
30414 30414 Please document scripts being used on djangoci.com. Documentation
30417 30417 Documentation missing for TemplateCommand. Documentation
15565 15565 Runserver reloading breaks terminal STDIN when using pdb.set_trace() django-admin.py runserver
30407 30407 Modelform initial values override instance values when both are set. Forms
30410 30410 Allow silencing "Adding permission ..." for tests Testing framework
30392 30392 Onboarding new contibutors improvements Documentation
30406 30406 Charfield max length error. Database layer (models, ORM)
30404 30404 "Using a model formset in a view" example doesn't handle invalid formset. Documentation
30383 30383 Performance issue with ThreadPoolExecutor/Multiprocessing. Core (Other)
30401 30401 Clarification about when a default value is assigned to a ModelField Documentation
21048 21048 Error page should not invoke callables passed through WSGI META structure Error reporting
26658 26658 "When Case" query generating rule in duplicate Database layer (models, ORM)
30394 30394 Mutiple annotation with Sum return wrong values. Database layer (models, ORM)
30369 30369 Creating database tables from queries based on ORM API Database layer (models, ORM)
30254 30254 Custom model metaclasses cannot access the attribute dict in __init__ Database layer (models, ORM)
30373 30373 "Save as new" with read-only fields. contrib.admin
30391 30391 .get() ignores .using(). Database layer (models, ORM)
29582 29582 SearchVector doesn't support querying non-text fields contrib.postgres
30371 30371 sqlmigrate fails with string defaults on mysql Database layer (models, ORM)
30389 30389 Duplicate object when ordering through a foreign key Database layer (models, ORM)
25507 25507 count() crashes with a RawSQL annotation. Database layer (models, ORM)
30354 30354 Filter not displayed when admin.RelatedOnlyFieldListFilter is used for auth.models.User Uncategorized
30384 30384 Django 1.11 Upgrade -> runserver Error in db/models/fields/related.py _check_table_uniqueness Database layer (models, ORM)
30381 30381 django/contrib/auth/migrations/0011_update_proxy_permissions.py can cause a unique constraint violation contrib.auth
30379 30379 ProgrammingError from exclude using models.F with long relation Database layer (models, ORM)
30374 30374 Paginator UnorderedObjectListWarning on union(all=True) of two sorted queries Database layer (models, ORM)
18676 18676 Django should do m2m deletes in a single query when possible Database layer (models, ORM)
30377 30377 Exceptions when viewing project on local machine HTTP handling
30376 30376 Saving ModelForm with missing, non-optional fields does not trigger a validation error Documentation
27755 27755 add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. contrib.admin
30309 30309 Remove hasattr reference in One-to-One documentation example Documentation
14688 14688 BaseInlineFormSet does not support "auto_id" Forms
16922 16922 Add a template-based form rendering system Forms
14808 14808 i18n is not safe. Documentation
14009 14009 custom formset validation documentation is incomplete Documentation
26040 26040 Streaming Large CSV Files Example Incorrect Documentation
30364 30364 Django 2.2 check fails under sourceless project Uncategorized
30273 30273 ModelAdmin for proxy model with InlineModelAdmin for superclass reference results in admin.E202 contrib.admin
30088 30088 host = 127.0.0.1 does not force TCP for MySQL driver Database layer (models, ORM)
30334 30334 extra option for InlineModelAdmin instances should be "0" if user is lacking "add" permission contrib.admin
29287 29287 Time to Remove: django.utils.deprecation.MiddlewareMixin Core (Other)
30356 30356 HSTS disabled in admin pages Uncategorized
30357 30357 Admin of app does not recognize Foreign_key field Uncategorized
30359 30359 Possible access to unintended variable in "django/tests/contenttypes_tests/test_models.py" line 128 contrib.contenttypes
30344 30344 Converted serve static to class base views contrib.staticfiles
30353 30353 Recursion Error while running tests Testing framework
30346 30346 InspectDB doesn't test for UUID (at least) on PostgreSQL Database layer (models, ORM)
30345 30345 documentation mistake Documentation
30330 30330 delete() on instances of models without any dependencies doesn't clear PKs. Database layer (models, ORM)
30340 30340 Filtering after `.difference()` does not work Database layer (models, ORM)
30338 30338 sitemap.xml template should not use localization contrib.sitemaps
30337 30337 Django Admin - Migrations: default value for models.DateTime() with auto_add_now=True Migrations
21379 21379 Add support for Unicode usernames contrib.auth
30320 30320 using deserialization object.save() is inconsistent Database layer (models, ORM)
30322 30322 DEBUG=False + csrf_exempt(GraphqlView) + gunicorn == crash Uncategorized
30314 30314 Enable SESSION_COOKIE_SECURE by Default contrib.sessions
30317 30317 model_to_dict() makes separate db calls for each missing field Forms
30302 30302 model_to_dict() should return an empty dict for an empty list of fields. Forms
30306 30306 Textarea widget missing input_type Forms
30308 30308 Clarify in documentation that runserver is overridden for django.contrib.staticfiles Documentation
30305 30305 Feature to set the returncode of a django custom command Uncategorized
26590 26590 Make AJAX requests in the test client using a kwarg. ie. ajax=True Testing framework
30278 30278 Using del on uncalled cached_property throws exception. Utilities
30301 30301 `django.core.management.base.OutputWrapper` discards the `style_func` argument. Core (Management commands)
30290 30290 Documentation should make clear that values on DecimalField is better to be passed as strings Documentation
30299 30299 Remove jQuery dependency from getCookie() function in CSRF docs Documentation
30154 30154 i18n: redirects to default login page if LOGIN_URL = 'login' not specified Documentation
30297 30297 When delete fields and unique together from model django fails on migrations Migrations
30298 30298 Search results in Google for Django documentation mixes up languages Documentation
30285 30285 The domain in broken link emails can be spoofed Core (Other)
30293 30293 ValueError: invalid literal for int() with base 10: 'None' Migrations
30292 30292 The unique_together meta option does not get migrated Migrations
30291 30291 pt-br translation for humanize has no spaces (messes with naturaltime filter) contrib.humanize
27360 27360 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
30287 30287 post_remove and post_add behave differently for m2m_changed Uncategorized
30288 30288 PostgreSQL connections forced into UTC if setting.USE_TZ is True. Database layer (models, ORM)
30286 30286 Model's ID is being overwritten when GenericForeignKey is assigned contrib.contenttypes
30284 30284 Redundant is_active check in auth.backends.ModelBackend contrib.auth
29539 29539 Cannot use Aggregation function in Model.Meta.ordering Database layer (models, ORM)
29918 29918 Add support for checking object permissions in PermissionRequiredMixin contrib.auth
21703 21703 `exclude` query with `F` object across relationship fails Database layer (models, ORM)
30282 30282 CSRF token invalid after DELETE request CSRF
30280 30280 Model_get_FIELD_display() returns proxies in 2.2rc1 but always returned strings previously Database layer (models, ORM)
30281 30281 Model.refresh_from_db() does not refresh related objects Database layer (models, ORM)
30279 30279 PASSWORD_RESET_TIMEOUT_DAYS why i cant set it in no of hours. contrib.auth
30275 30275 Autofocus the first field in contrib.admin add form contrib.admin
30276 30276 reverse DeleteModel migration with a primary key OneToOneField fails in MySQL Migrations
30268 30268 Django admin list_editable overrides changes done elsewhere contrib.admin
30260 30260 ManyToManyField with a non-list default value has different behavior in an inlined Admin vs a standalone Admin contrib.admin
30250 30250 Due to iOS Safari 12 issue, SameSite flag on session and CSRF cookies should NOT be Lax by default Core (Other)
30270 30270 .all() for related manager always returns empty list Database layer (models, ORM)
30269 30269 AlterField in database_operations of SeparateDatabaseAndState migration doesn't set NOT NULL constraint for PostgreSQL Migrations
30018 30018 Regression for selenium tests & inaccurate Content-Length HTTP handling
30249 30249 Deprecate re-raising view exceptions from test client in tests Testing framework
30179 30179 Merging 3 or more media objects can throw unnecessary MediaOrderConflictWarnings Forms
30253 30253 Document how to order nulls in QuerySet.order_by() Documentation
30262 30262 Do not create GROUP BY clause expressions for Subqueries Database layer (models, ORM)
30251 30251 Include User Registration, Forgot password, Email link for Forgot password, OTP authentication by default Core (Other)
30248 30248 Implement case insensitive fields in Sqlite Database layer (models, ORM)
30247 30247 ModelMultipleChoiceField Bug - Initial Values has to be in queryset, does not make sense Forms
19493 19493 annotate(Count()) does not work properly with django.db.backends.oracle Database layer (models, ORM)
18807 18807 Inconsistency in the default views Core (Other)
30244 30244 Aggregate functions with filter have bug with state mutation in get_source_expressions() method Database layer (models, ORM)
17345 17345 Allow ordering override on ManyToManyField Database layer (models, ORM)
30239 30239 TIME_ZONE (settings.py) TZ database name is incorrect for Kyiv: it should be Kyiv instead of Kiev Internationalization
30238 30238 Exception when saving model created with string for DateField Database layer (models, ORM)
30233 30233 add get_queryset_with_parent_obj to InlineModelAdmin to support access parent_model's instance contrib.admin
30235 30235 Fix a Russian localization Internationalization
30227 30227 POST "multipart/form-data" without "boundary" causes AttributeError HTTP handling
30229 30229 inlines.min.js contains an unnecessary polyfill contrib.admin
30228 30228 DeleteModel migration's name argument is supposed to be lowercase Migrations
30230 30230 GeoDjango installation issue (OSgeo and GDAL versions) GIS
30225 30225 Unicode characters in `migrate` command output making deployment fail Migrations
30222 30222 documentation bug for base managers Documentation
30223 30223 Minor refactor to /django/contrib/admin/static/admin/js/core.js contrib.admin
29523 29523 Remove DateTimeShortcuts.js dependency on jQuery contrib.admin
30217 30217 Admin form for DateTimeField does should require both fields contrib.admin
30057 30057 diffsettings leaves out custom default settings Core (Management commands)
30214 30214 Indexes defined on abstract base classes are not propagated to subclasses Database layer (models, ORM)
29683 29683 Add the view permission to several places in the docs Documentation
30208 30208 Login header sizing is inconsistent when window resizes contrib.admin
30212 30212 Update documentation for multiple databases to reflect four default permissions Documentation
30211 30211 Using QuerySet.union with a QuerySet.values_list with annotations results in broken SQL where the order of the fields from one side of the union is wrong Database layer (models, ORM)
30210 30210 Allow empty strings of blank=True model fields to pass unique_together constraint Database layer (models, ORM)
30203 30203 Union with group by don't generate correct Subquery Database layer (models, ORM)
30197 30197 Template variable resolution with class objects Template system
30205 30205 New built-in tag to disable invoking callable variables during template variable resolution Template system
30204 30204 Allow declaring pre and post migration SQL on a model's Meta class Database layer (models, ORM)
30202 30202 Add a documentation example for DateRangeField Documentation
30201 30201 Form with IntegerRangeField does not validate contrib.postgres
30198 30198 djangoproject.com Mixed Up Language on Google Search Uncategorized
30195 30195 RawSQL ignores decimal_places property of DecimalField Database layer (models, ORM)
30194 30194 Documentation default language is Indonesian instead of English Documentation
30193 30193 Changes to PostgreSQL ensure_timezone caused unnecessary roundtrips to the database on connection initialization. Database layer (models, ORM)
30192 30192 Image upload failing on mobile File uploads/storage
29291 29291 Negated Q expressions across a nullable relationship are not properly handled by When expressions. Database layer (models, ORM)
30173 30173 Use subprocess.run and PGPASSWORD for client in postgres backend Database layer (models, ORM)
30185 30185 Add link to pymemcache on Caching Page Documentation
29654 29654 Truncate should use horizontal ellipsis character instead of three dots Utilities
29478 29478 cached_property decorator doesn't work with mangled method names Utilities
30180 30180 @register.inclusion_tag, Character limit occurs when rendering text, localhost Template system
30182 30182 GitHub release notifications don't work Packaging
30177 30177 format_number() crashes when the number has over 200 digits Utilities
30174 30174 Forgotten migrations in Django 2.1.6 contrib.auth
30176 30176 1.11.19 release on pypi has a contrib/admin/templatetags/base.py file Packaging
15362 15362 The file_uploads tests are failing on Windows File uploads/storage
30169 30169 Remove SAP SQL Anywhere from 3rd party database backend page Documentation
30153 30153 ModelAdmin with custom widgets, inlines, and filter_horizontal can merge media in broken order contrib.admin
30027 30027 SQLite (pre 3.25.0) does not support window functions, raises OperationalError Database layer (models, ORM)
30168 30168 Change date, time and datetime inputs from text type Forms
30167 30167 Allow Child Templates To Inherit Loaded Tags From Parent Template system
30162 30162 Model error_message 'required' gets overridden by default_error_message Forms
30163 30163 UserCreationForm's error_messages for 'password1' and 'password2' can't be overidden by form's Meta.error_essages contrib.auth
30164 30164 Changing attributes in the default Authentication Form contrib.auth
30144 30144 Support passing timedelta for cache timeout Core (Cache system)
26839 26839 Migrate: TypeError: 'module' object is not callable Migrations
30150 30150 Django 1.11 with MySQL 8: "Unknown system variable 'TX_ISOLATION'" Database layer (models, ORM)
30151 30151 QuerySet.last() and [] operator give different results Database layer (models, ORM)
30146 30146 Move change form fieldset toggle to the right side contrib.admin
30147 30147 Simplify directory creation with os.makedirs(..., exist_ok=True) Uncategorized
30145 30145 SQLCompiler do not escape names correctly Database layer (models, ORM)
30143 30143 Django query abrupt behaviour Database layer (models, ORM)
30142 30142 Can a PositiveIntegerField have Unique attribute Database layer (models, ORM)
30137 30137 Replace use of OSError aliases with OSError (IOError, EnvironmentError, WindowsError, mmap.error, socket.error, select.error) Uncategorized
29825 29825 ngettext returns invalid result if msgstr is also a valid msgid in the same catalog Internationalization
30140 30140 Where and how to install virtualenv ? Documentation
30139 30139 django.contrib.auth.forms.UserCreationForm() doesn't call default manager's create_user() Database layer (models, ORM)
30135 30135 PermissionDenied Exception not catched Testing framework
30133 30133 compilemessages breaks the virtualenv ! Internationalization
30131 30131 When I Do The code for the tutorial from 2017 it seems to be wrong that i have to fix it Uncategorized
30132 30132 str(QuerySet.query) returns broken SQL for filter on text field Database layer (models, ORM)
30130 30130 Django .values().distinct() returns a lot more records than .values().distinct().count() Database layer (models, ORM)
30122 30122 Add index in object_id column in LogEntry table to make fetch query faster. contrib.admin
30126 30126 Incorrect validation of forms.DecimalField Forms
30125 30125 forms.DecimalField has incorrect validator Forms
30079 30079 Prefetch cache should be aware of database source and .using() should not always trigger a new query Documentation
30101 30101 Recommended middleware syntax fails for some testing cases (when not using Client) Documentation
30106 30106 Use bulk_update to perform order_with_respect to updates Database layer (models, ORM)
30089 30089 TestClient doesn't accept data with duplicate keys (SELECT multiple) Testing framework
30121 30121 assertURLEqual() should coerce URLs built with reverse_lazy() Testing framework
30119 30119 Filter floatformat seems to ignore the localize off tag Template system
30118 30118 Add support for filter arguments in queryset.exists() and queryset.count() Database layer (models, ORM)
28602 28602 Filesystem watcher based autoreload implementation for Windows platform Utilities
30113 30113 Ignoring body with application/json payload causes HTTP 400 HTTP handling
30112 30112 python manage.py runserver very long response time Uncategorized
30110 30110 Specifying the primary key on an object with a datetimefield that has a callable default results in the datetime parser trying to parse the default, not the called default Database layer (models, ORM)
27991 27991 Add 'obj' kwarg to InlineModelAdmin.has_add_permission() contrib.admin
28137 28137 Deprecate HttpRequest.xreadlines HTTP handling
28370 28370 Deprecate the unused context argument of Field.from_db_value() and Expression.convert_value() Database layer (models, ORM)
27829 27829 Deprecate DEFAULT_CONTENT_TYPE setting HTTP handling
30109 30109 F-String translations don't work Internationalization
30090 30090 Cannot reverse MySQL DB migration when model has unique_together and one of the fields has db_index=True Migrations
30044 30044 A FieldError should be raised when trying to update with F reference to MTI inherited field Database layer (models, ORM)
30102 30102 Optimize the `page_not_found` view after #30070 Core (Other)
15665 15665 Inline admins are broken when primary key is not an AutoField and not editable. contrib.admin
30104 30104 Need filtering by Window expression Database layer (models, ORM)
30103 30103 Allow Q objects to be hashable, so that they can be used in sets Database layer (models, ORM)
10852 10852 Add no-fuzzy-matching option to makemessages Internationalization
29004 29004 Allow inspectdb to create models from database views Database layer (models, ORM)
30080 30080 New optional settings - disable bulk_create in all managers and call self.full_clean() before saving the models Database layer (models, ORM)
30081 30081 Translation with context - makemessages doesn't recognize the context Core (Management commands)
30096 30096 Use case of extra() Migrations
30084 30084 Setting DATABASES['default']['TEST']['engine'] to SQLite does not cause Django to use an in-memory database as expected Testing framework
30094 30094 Using ctrl-c to exit --parallel testing will not allow --parallel testing to work anymore. Testing framework
30092 30092 Error in tutorial 2 ? Documentation
9631 9631 FieldFile assumes efficient Storage.size File uploads/storage
9173 9173 Conditional content of template blocks Template system
30087 30087 The error handling logic for empty default db config isn't tested Database layer (models, ORM)
30085 30085 Aggregate functions crash when using Postgres JSON field KeyTransform contrib.postgres
30075 30075 Better error message for "App 'bar.foo' could not be found. Is it in INSTALLED_APPS?" Core (Management commands)
30070 30070 Content spoofing possiblity in default 404 page Core (Other)
17561 17561 EmailField does not automatically lower the case in email addresses Database layer (models, ORM)
30077 30077 TextField constructor needs a strip=False option Database layer (models, ORM)
30047 30047 Documentation: add a Note about default ordering on models used in Subquery filters Documentation
30073 30073 SQLite 3.26.0 breaks the tests running using in-memory database Database layer (models, ORM)
30074 30074 Cannot Un-escape LIKE wildcards without .extra() Database layer (models, ORM)
30072 30072 SiteManager.get_current() cache uses global variable instead of cache breaking multiple instance deployments. contrib.sites
30050 30050 InlineModelAdmin.has_change_permission() incorrectly called with non-None obj during add contrib.admin
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
30068 30068 Spelling mistake on pt_BR translation of django-humanize contrib.humanize
30063 30063 Document that unique_together might be deprecated in favor of constraints in the future. Database layer (models, ORM)
30067 30067 500 Internal Server Error!! - Issue in wsgi in django application migrating from python2.7 to python3.6 Uncategorized
30061 30061 annotate boolean from a Q object Database layer (models, ORM)
30065 30065 Migration crash on removal of field in unique together. Migrations
30059 30059 DELETE request with payload makes subsequent request fail HTTP handling
30024 30024 The test client request methods should raise an error when passed None as a data value Testing framework
15015 15015 Mixing read-only with ability to add new instances using a FormSet Forms
30058 30058 Make SMTP EmailBackend.send_messages() return 0 rather than None for empty/error cases Core (Mail)
20483 20483 Reduce the set of apps seen by individual tests Testing framework
26840 26840 Extract database teardown from DiscoverRunner, to better support third-party test runners Testing framework
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
30041 30041 Can't use __init_subclass__ in the Model subclass directly (not as a mixin class) Database layer (models, ORM)
30015 30015 HTTP server doesn't clear previous request data in keep-alive connection. HTTP handling
28123 28123 django.utils.html.smart_urlquote() is incorrectly parsing the query string Utilities
30051 30051 ContentType __str__ representation only shows model without the app that the model comes from contrib.contenttypes
30017 30017 Django should assume port 443 for https in django.utils.http.is_same_domain() HTTP handling
30039 30039 Inconsistency error after unapplying squash migration. Migrations
30045 30045 "can't concat str to bytes error" on SessionMiddleware with python 3 contrib.sessions
30048 30048 Migrations created when verbose_name or help_text is changed Migrations
30026 30026 Using collapse class in ModelAdmin fieldset while using the same media file in ModelAdmin's and its inline's form causes wrong media ordering contrib.admin
30038 30038 New shortcut: redirect_with_params() Uncategorized
30042 30042 Use of kwargs in the tutorial. Documentation
30025 30025 dismiseAddRelatedObjectPopup() not executing change event for select element contrib.admin
30028 30028 Uneditable object still editable through change_list if list_editable not empty contrib.admin
30034 30034 Shows wrong user on list_display in LogEntryAdmin contrib.admin
30036 30036 Code example for using Paginator in a view makes redundant imports Documentation
30035 30035 many to many through table not recognisable in custom migration Migrations
30021 30021 Allow contrib.sites to use the request host and fallback to a SITE_ID contrib.sites
27867 27867 Excluding a reverse relation produces inconsistent queries Database layer (models, ORM)
30009 30009 Invalid SQL query when using Subquery, caused by table alias quoting. Database layer (models, ORM)
29986 29986 ngettext_lazy result doesn't support `.format` Internationalization
30011 30011 Count with filter annotation bug on filter Database layer (models, ORM)
30003 30003 Manage.py entry point Core (Management commands)
30016 30016 Test regressions with sqlite3 3.26.0 (vs 3.25.3) Database layer (models, ORM)
29948 29948 Single empty TransactionTestCase fails with IntegrityError Testing framework
30012 30012 Ability to specify a custom AnonymousUser contrib.auth
30008 30008 OperationalError Thrown On Admin Page While Modifying Data Uncategorized
24589 24589 Allow usage of widgets (and maybe others) in GCBV (through ModelFormMixin) Generic views
30007 30007 ForeignKey's limit_choices_to attribute is ignored when autocomplete view builds queryset. contrib.admin
30006 30006 Wrong UUID serialization in inline admin when used as a 1to1Field primary key of a UUID primary key. Database layer (models, ORM)
29999 29999 Include overriding admin site to tutorial Documentation
25678 25678 migrate scalar to array field in PostrgreSQL fails Migrations
29992 29992 Error in admin checking list_display items contrib.admin
29996 29996 QuerySet.extra using contains, startswith on integerfield Database layer (models, ORM)
29993 29993 Bug trying to add two fields with the same name in two models Migrations
29989 29989 Geodjango running through memory GIS
29982 29982 Change form fields don't appear on the same as requested in ModelAdmin.fields contrib.admin
22115 22115 Related Querysets from Inlines not getting cached contrib.admin
29977 29977 Allow customizing AccessMixin redirect contrib.auth
29980 29980 SuspiciousFileOperation when running collectstatic contrib.staticfiles
29978 29978 GDALException not catched in GeometryField.to_python GIS
29976 29976 How to perform Group by on Union of two models Database layer (models, ORM)
29974 29974 QuerySet.bulk_update() doesn't support non-truthy primary keys Database layer (models, ORM)
29965 29965 Postgresql hstore extension not initialized in testing contrib.postgres
29849 29849 runserver crashes with "Remote end closed connection without response" HTTP handling
29972 29972 Django QueryDict replace plus "+" by space in query string HTTP handling
25619 25619 Make runserver use HTTP 1.1 HTTP handling
29967 29967 Django Admin Inlines, for users who only have "view" permission on the inline model, return Validation errors. contrib.admin
29963 29963 JsonField should not allows top-level scalar values contrib.postgres
29962 29962 Queryset.explain(verbose=True) doesn't work on non-PostgreSQL backend Database layer (models, ORM)
29505 29505 SchemaEditor prohibits setting a field's default value to a callable that'll be used as the default Migrations
29908 29908 Foreign key isn't set on object after related set access if ForeignKey uses to_field Database layer (models, ORM)
28814 28814 Python 3.7 compatibility Core (Other)
29959 29959 Random LooseVersion errors while getting multiple wkb values GIS
29960 29960 `render_to_string` passes `None` for `context` if unspecified, but `Template.render` expects type `Context` Template system
29946 29946 Weird session behavior after upgrading to Django 1.11.16 contrib.auth
29958 29958 Combining empty help_text in model field + gettext_lazy will make new migrations every time we run makemigrations Migrations
29957 29957 Django/Migration schema Migrations
29954 29954 views.py, urls.py not updating Uncategorized
29951 29951 Object not created in the correct table with db_table=<schema>.<table> on PostgreSQL Testing framework
13061 13061 Default login template is on bad place - registration/login.html TemplateDoesNotExist contrib.auth
29927 29927 ModelAdmin.exclude ignored when generating readonly view contrib.admin
29944 29944 Can't translate URL if activated language is different than the URL's Internationalization
29940 29940 Update "Performing raw SQL queries" doc to recommend not using raw() Documentation
10449 10449 HTML accents not escaped out when using forms Internationalization
29947 29947 Inlines containing a field with default value are considered empty and not saved contrib.admin
18378 18378 Q() combined with annotate() can produce bad SQL Database layer (models, ORM)
28094 28094 Document how @override_settings(CACHES=...) can work with class-based views Documentation
29941 29941 assign to user_type variable explicitly Documentation
29917 29917 Admin actions are duplicated when using model admins with inheritance contrib.admin
29938 29938 "int() argument must be a string or a number, not 'list'" error oracle 12.1 python Database layer (models, ORM)
29937 29937 "See also" infobox has faulty URL on docs older than 2.1 Documentation
29935 29935 autocomplete_field and get_form function bug Forms
21611 21611 RichTextField Forms
29485 29485 Testing with Oracle in AWS RDS (oracle managed files) Testing framework
26722 26722 Django silently discarding the user-provided on_delete with GenericRelation contrib.contenttypes
29894 29894 Read-only fields in ModelAdmin should not be placed at the end contrib.admin
29921 29921 Default BooleanField.required different from Django 2.0 when using choices Forms
29922 29922 Windows/Linux,macOS button has opposite syntax Documentation
29923 29923 Quickstart code bit missing python command Documentation
29924 29924 url template tag return bad url Template system
18776 18776 urlparse do not support reverse_lazy as url arg Python 3
29911 29911 Standardize delete_cached_value API on model Fields Database layer (models, ORM)
29900 29900 ForeignKey foo with to_field=bar option: Accessor should be called foo_bar not foo_id Database layer (models, ORM)
29912 29912 Make CharField/TextField remove newlines from input Forms
29914 29914 Also allow "y" while running collectstatic so that the user doesn't have to type in the whole word "yes". contrib.staticfiles
29913 29913 prefetch_related() crash with foreign key to model with non-abstract base class and UUID pk Database layer (models, ORM)
27994 27994 Document contrib.staticfiles.storage.ManifestFilesMixin Documentation
22390 22390 Document restart required after adding statics directory: tutorial part 06 Documentation
29906 29906 `isinstance(django_settings, type)` triggers ImproperlyConfigured, although settings are not really accessed Core (Other)
29909 29909 Django tutorial instructs the reader to create a 'static' directory and reload the webpage without restarting the server Documentation
29907 29907 Allow QuerySet.get() and filter() to accept a positional argument for implicit primary key filtering Database layer (models, ORM)
29904 29904 Not Null CharField Doesn't generate DB constraint on Oracle Migrations
29905 29905 Can you fix ticket 26171 in 1.8.x Database layer (models, ORM)
29897 29897 Initial migration fails when referencing a custom user model from a sequence of at least two concrete ancestor models Migrations
29902 29902 Django 2.* - Admin - relation "auth_user" does not exist contrib.admin
29896 29896 Regression when saving a ForeignKey with to_field attr. Cached model is lost. Database layer (models, ORM)
29878 29878 GEOSContextHandle leaks probably due to thread local object destructing order GIS
27025 27025 Python 3.6 compatibility Core (Other)
29888 29888 How to resolve the issue? Uncategorized
29885 29885 mock called never gets set after upgrade to 2.1 Testing framework
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
29872 29872 ConnectionAbortedError from Chrome cancelled preload HTTP handling
29881 29881 Invalid SQL on MySQL with Cast to DecimalField Database layer (models, ORM)
29830 29830 EmailMessage may ignore quote printable encoding Core (Mail)
29880 29880 PasswordResetConfirmView docs refer to nonexistent set_password_form Documentation
29860 29860 Allow BaseValidator to accept a callable limit_value Core (Other)
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
24343 24343 UUID foreign key accessor returns inconsistent type Database layer (models, ORM)
29876 29876 MySQL 8 fails to run GIS tests GIS
29875 29875 Support GeoLite2 databases GIS
29873 29873 Link to access related field on the admin tool contrib.admin
13871 13871 contrib.admin:list_editable - ForeignKey performance is O(m*n) contrib.admin
29858 29858 Clarify docs regarding CSRF token header name Documentation
29861 29861 Use timezone.now() instead of datetime.now() for TimeField's auto_now/auto_now_add Database layer (models, ORM)
29852 29852 Infinite migrations when using SimpleLazyObject in field arguments Migrations
29857 29857 Add get_storage_class to __all__ in django.core.files.storage File uploads/storage
29855 29855 Admin form crashes when limit_choices_to query returns non-distinct results Forms
29859 29859 Version 2.1.1 doesn't have OrderableAggMixin for Postgres StringAgg function contrib.postgres
29856 29856 tutorial bug Documentation
19587 19587 makemessages to update PO file only if translation's changed Internationalization
29848 29848 If using db_column in a model makemigrations is wrong Database layer (models, ORM)
29839 29839 Make leading character in quote/unquote in contrib.admin.utils configurable contrib.admin
29826 29826 urlize does not handle HTML angle brackets correctly Template system
29833 29833 Show change form edit links on read-only foreign keys contrib.admin
29846 29846 Signals - handling multiple requests concurrently HTTP handling
29844 29844 Cast DecimalField to FloatField rounds to integer on MySQL Database layer (models, ORM)
29842 29842 For some reason self.client.get("/") return a Resolve404 error even with the LocaleMiddleware Uncategorized
29841 29841 Fixtures counting backward Database layer (models, ORM)
29837 29837 Allow email sending with a newline in the subject Core (Mail)
29820 29820 Remove unused, undocumented, and unnecessary dummy template backend Template system
29828 29828 Use assertFalse and assertTrue instead of assertIs in "Writing your first Django app" Documentation
29821 29821 Add JSONField for all supported DBs (and move into core). Database layer (models, ORM)
29818 29818 ValueError when parsing querydata to autofill a Django admin form contrib.admin
13089 13089 Support Negative Indexing on QuerySets Database layer (models, ORM)
29077 29077 [Help] Why JSONField for MySql/MariaDB etc are not supported in Django? Uncategorized
29819 29819 ManyToManyField needs "through" argument (and its link table) when working with a legacyDB Documentation
29815 29815 InlineModelAdmin ignores media files from widgets included in the used form contrib.admin
29816 29816 Bug fix for ticket #29138 contrib.admin
12892 12892 UnicodeEncodeError in contrib.admindocs with non-EN locale Internationalization
29752 29752 Add new ALLOWED_HOSTS_EXEMPT setting HTTP handling
29813 29813 backends.base.test_operations.DatabaseOperationTests fails on MySQL in isolation Database layer (models, ORM)
29812 29812 AlterUniqueTogether creates invalid SQL for app with hyphen in name Migrations
29811 29811 Admin: Extend the Object History to Table History contrib.admin
29806 29806 Add parent_link to ForeignKey Database layer (models, ORM)
29767 29767 Failed to cast between datetime and date on SQLite Database layer (models, ORM)
29803 29803 Django throws 500, when running development server and json request is missing trailing / Core (Management commands)
29796 29796 Add a system check error if the prefix in the STATICFILES_DIRS ends with slash contrib.staticfiles
25243 25243 inspectdb crashes if SQLite foreign key references sqlite_master Core (Management commands)
24176 24176 Incorrect SQL text when searching in SQLite for datetime values with milliseconds Database layer (models, ORM)
29794 29794 Duplicate object returned using filter Database layer (models, ORM)
29798 29798 truncatewords_html fails on some self-closing tags Template system
28425 28425 Prefetch can execute an UPDATE statement if a certain to_attr is given Database layer (models, ORM)
29793 29793 GeometryField with Oracle always assume that axes are named as long and lat in geometry metadata GIS
29787 29787 ForeignKey to User with BigIntegerField id/pk gets created as 'integer' instead of 'bigint' field in postgres Database layer (models, ORM)
29785 29785 Using {{ csrf_token }} throws exception (AttributeError: 'dict' object has no attribute 'META') if no render context CSRF
29786 29786 Add option to lock rows with select_for_update() immediately Database layer (models, ORM)
29776 29776 Pulling part of django.conf.settings from the database Core (Other)
29779 29779 url calling the wrong function Uncategorized
29777 29777 ORA-00933: SQL command not properly ended with pagination in a ModelViewSet Database layer (models, ORM)
29772 29772 SimpleLazyObject doesn't implement __gt__ / __lt__ Core (Other)
29766 29766 Add admonition after submit a new commit Documentation
29764 29764 Allow using QuerySet.in_bulk() with a composed unique field Database layer (models, ORM)
27899 27899 Phrase search query for Postgres full text search contrib.postgres
26964 26964 No mention of index_together on the GenericForeignKey section Documentation
29756 29756 Missing information about model field name restriction Documentation
29753 29753 User Admin models use `django.contrib.auth.models.User` instead of `User = get_user_model()` contrib.admin
29749 29749 Make the migrations loader ignore files starting with an underscore or tilde Migrations
29730 29730 Clarify email docs about what "successfully delivered messages" means Documentation
29747 29747 UUID in loaddata fixture raise ValidationError on objects having OneToOne relationship (uuid as FK). Database layer (models, ORM)
29243 29243 Improve efficiency of migration graph algorithm Migrations
29728 29728 CSRF_USE_SESSIONS leads to session save on every request using csrf CSRF
29734 29734 Added option to sort message strings for translations by msgid Internationalization
29736 29736 Admin interface causes ORA-00918: column ambiguously defined contrib.admin
23121 23121 Infinte migrations when changing Meta options Migrations
29741 29741 There is no way to validate a ModelAdmin against it's inline formsets contrib.admin
29739 29739 BaseModelFormSet ignores excess rows in initial when extra < len(initial) Forms
29743 29743 Queryset.extra is required to select Postgres' system columns like xmin and xmax Database layer (models, ORM)
29742 29742 Problem overriding the FilteredSelectMultiple widget Forms
29740 29740 Wrong lines shown on ValueError when rendering template with a bad for-loop Template system
29737 29737 Error loading jython callable 'application': No module named mysite Uncategorized
29733 29733 update_or_create - documentation misleading Documentation
29229 29229 QuerySet.values_list() combined with .extra() or .annotate() may produce wrong .union() Database layer (models, ORM)
29688 29688 ModelAdmin: Add attribute to override manager used by ModelAdmin.get_queryset() contrib.admin
29731 29731 Type conversion should be possible with OuterRef Database layer (models, ORM)
29726 29726 Setting the Shanghai time zone causes a query error Database layer (models, ORM)
15613 15613 django.views.static.serve gives incorrect Content-Length with non-regular files Uncategorized
16470 16470 Make FileResponse set the Content-Disposition header HTTP handling
29655 29655 Cannot enter Django admin interface when model instances are validated on save Uncategorized
29720 29720 Validating migrations using manage.py Migrations
29718 29718 Document admin template collision backwards incompatibility in Django 2.1 Documentation
29715 29715 Djagno ModelAdmin Pre Delete view page crash in NestedObjects.collect() method contrib.admin
29710 29710 Support simple-style CASE expressions Database layer (models, ORM)
29709 29709 Recommend the django-pyodbc-azure instead of Django-mssql as Microsoft SQL Server backend Documentation
29687 29687 Make the test client serialize list/tuple for JSON mime type Testing framework
29691 29691 Support ForeignKey based model inheritance Database layer (models, ORM)
29704 29704 manage.py test --testrunner doesn't work if not followed by an equals sign Core (Management commands)
29570 29570 Add check that MEDIA_URL is not inside STATIC_URL. Core (System checks)
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
26352 26352 models.E003 check incorrectly prevents duplicate ManyToMany through-self that differ by through_fields Core (System checks)
29699 29699 Remove redirect loop warning re. using redirect_authenticated_user with permissions checking. Documentation
29701 29701 has_add_permission in admin.TabularInline gives KeyError exception contrib.admin
29693 29693 capfirst() corrupts text for languages without capital letters Utilities
29696 29696 BaseModelFormSet.initial_form_count() incorrectly treats data={} as an unbound form Forms
29695 29695 Add system checks for admin's app dependencies and TEMPLATES setting contrib.admin
21838 21838 What about adding a .reload() method to the QuerySet API? Database layer (models, ORM)
29679 29679 select_related() crashes with "ORA-00918: column ambiguously defined" on Oracle Database layer (models, ORM)
29690 29690 aligned <ul>'s are incorrectly positioned for RTL languages in admin contrib.admin
17295 17295 Admin "View" permission contrib.admin
12738 12738 CSRF token name should be a configurable setting CSRF
29686 29686 Make UserAdmin.user_change_password() pass object to has_change_permission() contrib.auth
29626 29626 Implement an optimized version of delete_many() for the db cache backend Core (Cache system)
29684 29684 PostgreSQL causes "TypeError: unhashable type: 'list'" when using aggregate function Database layer (models, ORM)
29663 29663 POST to admin change view should redirect to changelist view if user has "view" permission contrib.admin
29656 29656 Range Fields do not support blank values via ModelForm contrib.postgres
29681 29681 Support XHTML5 (XML serialization of HTML5) Forms
29678 29678 inspectdb fails on MySQL 8 with " 'utf8' is currently an alias for the character set UTF8MB3" Core (Management commands)
29677 29677 StaticFilesStorage.post_process does not seem to exist, contrary to documentation Documentation
29675 29675 TypeError: create_superuser() missing 1 required positional argument: 'full_name' Uncategorized
29676 29676 has_add_permission() returning False in TabularInline form raises exception in contrib.admin contrib.admin
29650 29650 Model.refresh_from_db() no longer refreshes related objects Database layer (models, ORM)
29674 29674 Error with ForeignKey model, after add this model Migrations
29672 29672 Returns an empty model field that is filled with a trigger in the database. Uncategorized
29671 29671 Unable to modify UserAdmin to prevent editing/viewing passwords contrib.auth
29670 29670 Django 2.1 PDF and ePub documentation download links are broken. Documentation
29638 29638 Offline Documentation format for Django 2.1 missing for PDF & ePub Documentation
29668 29668 missing FROM-clause entry in subquery with extra Database layer (models, ORM)
29665 29665 Add guidelines for scaling up Django Documentation
29660 29660 POST to admin change view without change permission should 403 contrib.admin
29449 29449 UserCreationForm and UserChangeForm don't work if username isn't a CharField contrib.auth
29038 29038 Render HTML void elements without a closing slash Forms
29661 29661 Generalized View decorator for Http Request attributes Uncategorized
29659 29659 Not able to connect to SQL Server 2012 from current version of DJango and Python Database layer (models, ORM)
29657 29657 Looks like an incorrect documentation [https://docs.djangoproject.com/en/2.1/intro/tutorial03/] Documentation
28575 28575 Allow pickling dynamically created Model exception classes (DoesNotExist, MultipleObjectsReturned, RelatedObjectDoesNotExist) Database layer (models, ORM)
29647 29647 "Please correct the error below." when saving edit model form with inline formset and space at the end of primary key value contrib.admin
29651 29651 MemoryError while deleting object with huge amount of related objects contrib.admin
29652 29652 Document that Django 2.1 dropped compatbility with py-bcrypt contrib.auth
29649 29649 admin readonly_fields with unique_together raises IntegrityError Forms
29244 29244 Paginator.count() may incorrectly silence AttributeError and TypeError Core (Other)
27335 27335 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
22395 22395 Deleting a model and fields that relate to it results in ValueError: Related model '<app>.<model>' cannot be resolved Migrations
29645 29645 django.core.exceptions.ImproperlyConfigured: Unable to load the SpatiaLite library extension "mod_spatialite" in ubuntu 18.04 GIS
29632 29632 After migrating a Django project generated with cookiecutter-django from Python 2.x to 3.x, db migration of (cookiecutter-django generated, not Django module) django.contrib.sites fails with "TypeError: attribute name must be string, not 'bytes'" Migrations
29639 29639 Fault in the documentation around usage of Context versus dict Documentation
29636 29636 Failing admin.E108 system check in 2.1 contrib.admin
27334 27334 File uploads could rename temporary files rather than copying them File uploads/storage
28540 28540 Document changes to file upload permissions in Django 1.11 Documentation
29635 29635 can't pass int value to QueryDict Instance HTTP handling
29634 29634 QueryDict fails to urlencode integer values HTTP handling
28584 28584 Remove workarounds for SQLite < 3.7.15 Database layer (models, ORM)
29624 29624 Django 2.1 incompatible with sqlite 3.6.20 Database layer (models, ORM)
29631 29631 Feature Request: models.UniqueBooleanField() Database layer (models, ORM)
29633 29633 Document the geometry type for each GeoDjango model field Documentation
26891 26891 ForeignObject/ForeignKey does not obey lookup registration API Database layer (models, ORM)
29627 29627 QueryDict.urlencode() crashes on non-string values HTTP handling
29629 29629 Remove (deprecate?) django.utils.six Utilities
29620 29620 Document possible performance benefits from transactions Documentation
29621 29621 Different Http requests behaviour between python shell and Django shell Uncategorized
29618 29618 using query parameters to filter by boolean causes validation error due to lowercase true/false Database layer (models, ORM)
24733 24733 Pass exceptions to error handlers HTTP handling
22296 22296 m2m_changed pk_set value inconsistent between post_add and post_remove Database layer (models, ORM)
29554 29554 Allow loading apps dynamically at runtime Core (Other)
29611 29611 Reverse and built-in template tag 'url' does not work exactly the same way. Core (URLs)
29610 29610 Crash in sqlite3 last_executed_query when using printf() formatting Database layer (models, ORM)
29608 29608 Query with several filtered annotation on different related objects Database layer (models, ORM)
29609 29609 Please add a "jump to top" button to the django docs Documentation
29605 29605 Allow EmailValidator to accept an address with a human readable prefix Core (Other)
29602 29602 Jinja2's forceescape filter doesn't work on Django's safe strings Utilities
28788 28788 Add support for Model.clean_<fieldname> Database layer (models, ORM)
28659 28659 LayerMapping fails with unique=True and Geometry column is None GIS
29604 29604 Problem in views.py file: args used for positional argument Documentation
29009 29009 Error using jsonpickle.encode() on a QuerySet with a Subquery: "This queryset contains a reference to an outer query and may only be used in a subquery" Database layer (models, ORM)
29603 29603 dumpdata shouldn't use allow_migrate_model Core (Management commands)
28901 28901 Document considerations with read committed isolation level and InnoDB Documentation
29597 29597 AttributeError when django.template.context_processors.debug is invoked with null request Template system
29599 29599 chunk_size for InMemoryUploadedFile is not used File uploads/storage
29601 29601 Segfault while rendering a template Template system
29588 29588 unique_together constraint not inherited from abstract model in migration file Migrations
29596 29596 changepassword command does not use --database option when saving user contrib.auth
29594 29594 Support for TruncWeek Database function (Eliminating need for QuerySet.extra) Database layer (models, ORM)
29590 29590 Make defaults a required argument for QuerySet.get_or_create() and update_or_create() Database layer (models, ORM)
29586 29586 Add ability to link static resources to apps Core (Other)
29591 29591 ManyToManyField examples are confused about how many Publication objects there are Documentation
29587 29587 Problem with "Plural-forms" generated in PO file for Haitian Language Uncategorized
29528 29528 Make URLValidator reject invalid characters in the username and password Core (Other)
29585 29585 Handling FormSets in Class Based Views Generic views
29580 29580 Now() database function doesn't respect TIME_ZONE with USE_TZ Database layer (models, ORM)
29583 29583 python manage.py inspectdb makes all fields with a default value blank=True, null=True Core (Management commands)
29579 29579 Objects count after Many to many related query shows wrong Database layer (models, ORM)
29581 29581 MultiValueDict behaviour does not match dict behaviour for single values Utilities
29568 29568 Avoid trying to UPDATE a parent model when its child just got INSERT Database layer (models, ORM)
29040 29040 test database creation log output doesn't use consistent stream Testing framework
27731 27731 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
29575 29575 MySQL error code 1062 (duplicate entry for key) raises MySQLdb.IntegrityError, not django.db.IntegrityError Database layer (models, ORM)
29577 29577 Generated SQL in PostGres for exists filter does Exists(...)=true. Having just Exists(...) without "true" is faster by nearly 50% in many of my queries Database layer (models, ORM)
29571 29571 Error 500 when accessing static files that do not exist contrib.staticfiles
29572 29572 Cancel the dependency on MySQLdb Database layer (models, ORM)
29425 29425 Auto language redirect does not work if prefix_default_language=False in root URLConf Internationalization
29254 29254 Improve paginator count performance by removing select_related from the query Core (Other)
25375 25375 Paginator generates suboptimal queries Database layer (models, ORM)
29567 29567 It raise FieldError when the F() function uses a forign key field. Uncategorized
29565 29565 SyntaxError when running in Python 3.7 contrib.admin
23976 23976 ValidationError crashes if initialized with a list of empty dicts Core (Other)
29562 29562 Allow the cache template tag to take a function that adds context data Template system
29544 29544 Django 2.0.7 broke regex lookup on MariaDB Database layer (models, ORM)
29561 29561 Window Function Lag/Lead supported on Filter (Not equal) for FloatField Database layer (models, ORM)
9804 9804 sqlflush fails for ManyToMany with inherited intermediary Database layer (models, ORM)
27845 27845 Possible Migration Optimizer Strategy Improvement Migrations
27768 27768 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
29557 29557 add on_commit decorator Database layer (models, ORM)
22875 22875 "ValueError: Lookup failed for model referenced by field app.Model.m2mfield: app.ThroghModel" in simple-self contained M2M setup Migrations
29558 29558 Request for more information on past versions of Python Uncategorized
29556 29556 remove_stale_contenttypes --noinput should delete stale content types contrib.contenttypes
29552 29552 Path for 'commands' is incorrect in pt-BR docs Documentation
29553 29553 Test client should set Content-Length header to a string rather than integer Testing framework
29555 29555 Left outer join with extra condition Database layer (models, ORM)
27472 27472 GEOSGeometry('POINT EMPTY').ogr crashes GIS
29451 29451 Add compatibility with MySQL 8 Database layer (models, ORM)
24218 24218 Use sub-query in ORM when distinct and order_by columns do not match Database layer (models, ORM)
26428 26428 Add support for relative path redirects to the test Client Testing framework
29540 29540 Project specific default app template Core (Management commands)
29537 29537 Uploaded big files (>2621440 B) not readable by the server File uploads/storage
29533 29533 Flushing stdout in django-admin command Core (Management commands)
29504 29504 JSONField dictionary/object lookup using an "integer" key Documentation
29480 29480 mysql constraints are sometimes retrieved out of the order that they are defined in Database layer (models, ORM)
29525 29525 Handle strings as allowed_hosts arguments to is_safe_url() Utilities
29535 29535 Updated email.MIME* references for Python 3 Documentation
13764 13764 i18n in custom javascript contrib.admin
29531 29531 Chat live with other Django users fails to open Core (URLs)
29520 29520 test client crashes when posting bytes Testing framework
28457 28457 A new 'Congrats' page for first time Django installs Core (Other)
29526 29526 Use of QuerySet.extra() when excluding twice a string occurance Uncategorized
29524 29524 Documentation Error Documentation
29518 29518 Misleading sqlmigrate "App 'apps.somethings' does not have migrations." error message Core (Management commands)
29511 29511 Set the charset on the JavaScriptCatalog response Internationalization
29521 29521 Infinite migrations without changes on code when Choices are store in a dictionary Migrations
29515 29515 put sample code in empty migrations Migrations
29508 29508 Simplify overriding `login_form` in AdminSite contrib.admin
29512 29512 QuerySet pipe operator is undocumented Documentation
29437 29437 Formset.media collect Form.Media and Field.widget.media not correct Forms
29438 29438 Add form_callback argument for formset_factory Forms
29506 29506 Misleading migrate "App 'apps.somethings' does not have migrations." error message with nested apps Core (Management commands)
27398 27398 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
29456 29456 Django 1.11 same filter_list get redisplayed in different model admin page contrib.admin
29493 29493 Block strings from being passed to `__in` Database layer (models, ORM)
29488 29488 FilteredSelectMultiple Controls Don't Work if The Name of the Widget Has a Space contrib.admin
29498 29498 2.1~alpha1 release tarball missing tests/migrations/test_migrations_bad_pyc/0001_initial.pyc causing test failure Packaging
29495 29495 When altering unique_together and removing a field, migrations may get wrong order. Migrations
29486 29486 Odd behaviour with ForeignKey to non-integer field since Django 2.0.5 with PostgreSQL Migrations
29494 29494 Flush command doesn’t work on custom db_table including schema Database layer (models, ORM)
29489 29489 Shell and default language preference Internationalization
29483 29483 Confirm support for GDAL 2.3 GIS
29477 29477 wrong translation on es_MX Internationalization
29466 29466 Textual "to" parameter of ForeignKey fails to resolve if placed in abstract model Database layer (models, ORM)
22900 22900 ugettext_lazy with arguments causes RuntimeError Documentation
22961 22961 StaticFilesHandler should not run middleware on 404 contrib.staticfiles
29484 29484 Remove the need to specify SPATIALITE_LIBRARY_PATH with Spatialite 4.2+ GIS
29297 29297 Exception ignored in: <generator object SQLCompiler.setup_query.<locals>.<genexpr> at 0x111aafe08> Database layer (models, ORM)
29481 29481 Documentation should mention that cloning a QuerySet retains the underlying database Documentation
29474 29474 Simply BaseInlineFormset.save_new() with call to super() Forms
29472 29472 Natural key not serializing for primary_key OneToOneField Core (Serialization)
29454 29454 Default size for django.core.files.uploadedfile is None and then len will raise error File uploads/storage
28462 28462 ModelAdmin.list_editable unusably slow and memory intensive with large datasets contrib.admin
29479 29479 'caches' is not declared in __all__ Core (Cache system)
29476 29476 Filter with BooleanField produces invalid SQL for .query Database layer (models, ORM)
29475 29475 Only the change permission allows reading data contrib.admin
29468 29468 Allow overriding a widget's attributes without redeclaring the default widget Forms
26110 26110 Admin form escapes postgres JSONField on ValidationError contrib.admin
24260 24260 Add migration support for logical field renames Migrations
29465 29465 Admin._changeform_view incorrectly initializes ModelForm instance contrib.admin
29461 29461 ogrinspect test_time_field failure on SpatiaLite GIS
29462 29462 ogrinspect test failures with GDAL 2.2.x GIS
28257 28257 Add support for GDAL 2.2 GIS
29460 29460 Add support for GEOS 3.6 GIS
29455 29455 MySQL Backend & features detection are not taking MariaDB Aria engine into account Database layer (models, ORM)
29445 29445 Compute defaults values with using of objects manager contrib.admin
29436 29436 admin change_form.html in prepopulated_fields_js template tag always call second time every empty_form in inline_admin_formset contrib.admin
29439 29439 InlineAdminFormSet worked with forms array, but don't asks fieldset from every form in array contrib.admin
29434 29434 model_to_dict should work with prefix Database layer (models, ORM)
29453 29453 article_form.html not found Forms
29415 29415 custom url converters are not picked up on reverse when part of included patterns Core (URLs)
29432 29432 Allow passing an integer to the slice template filter Template system
29450 29450 Redirect using HTTP status "303 See Other" for django.http.response HttpResponseRedirect HTTP handling
11487 11487 Oracle encoding bug when saving more than 4000 characters Database layer (models, ORM)
27098 27098 Deprecate DatabaseIntrospection.get_indexes Database layer (models, ORM)
29057 29057 contrib.postgres OID caching crashes when initializing a ConnectionHandler manually contrib.postgres
27560 27560 Formset.save() crashes for model with foreign key to concrete base model Forms
29423 29423 Add reference documentation for Field.value_from_object() Documentation
29442 29442 wrong sql for cast datetime to date in sqlite backend Database layer (models, ORM)
29405 29405 Missing dependecies in the contributing tutorial Documentation
29435 29435 2 copies FormWizard in the same browser don't work correctly Forms
28106 28106 Broken response/request after raising RequestDataTooBig in request.py HTTP handling
29424 29424 Datetime objects parsed as strings when signals used - Django 1.9.5 Uncategorized
29422 29422 QuerySet.extra use case - "earth_box", "ll_to_earth" Database layer (models, ORM)
29420 29420 Single quote in json bytes from RequestFactory Testing framework
29418 29418 rss feed returnes 404 contrib.syndication
29392 29392 Command parsing does not handle options that conflict with `--settings`/`--pythonpath` Core (Management commands)
29411 29411 Pickling of a form fails after a form was used in a template Forms
29409 29409 Support SameSite cookies on 1.11.x Uncategorized
29404 29404 Add --show-sql option to the shell command Core (Management commands)
29364 29364 CommonMiddleware.get_full_path_with_slash should raise exception for POST / PUT / PATCH requests even if settings.DEBUG = False HTTP handling
29402 29402 parse_header function in http/multipartparser.py unescapes in wrong order HTTP handling
29401 29401 Update admin's jQuery to 3.3.1 contrib.admin
29399 29399 Template rendering errors are incorrectly blamed on base template Template system
29397 29397 Username validation should be handled at the model level on object creation. contrib.admin
27629 27629 Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ Database layer (models, ORM)
29395 29395 Assigning correctly formatted time string to TimeField field works, but leaves the field value a string (and not datetime.time as when retrieved) Database layer (models, ORM)
29394 29394 Broken urls.py instructions in tutorial 1 Documentation
29386 29386 Meta Inheritance for default_permissions Database layer (models, ORM)
29346 29346 Add "intermediary" kwarg to ModelForm._save_m2m Forms
29281 29281 In some cases i18n set_language does not change url language Internationalization
29382 29382 don't call objects with __call__ instantly Template system
29387 29387 GenericRelation's on proxy models do not cascade deletion Uncategorized
29384 29384 Change the SQL while filtering by month or day with MySQL when USE_TZ is True Database layer (models, ORM)
29373 29373 Provide a description for PyPI Packaging
18063 18063 repr() should return only ascii, not unicode Database layer (models, ORM)
29355 29355 ArrayField in admin inline form try to save null instead default value Uncategorized
29378 29378 migration does not consistently rename field "id" to "model_id" depending on model name Migrations
29358 29358 Add a system check to prohibit models with more than one primary_key field Core (System checks)
29365 29365 the reverse function does not work in the current application, which was included in the URL using namespace Core (URLs)
29375 29375 Remove empty form action attribute Documentation
29360 29360 collectstatic docs reference Python2-only Fabric Documentation
29371 29371 Documentation building fails with AssertionError while writing internals/contributing/triaging-tickets Documentation
29357 29357 Not configuring the `LOGGING` causes to keep the Wsgi server busy HTTP handling
29368 29368 File upload through Safari browser HTTP handling
29366 29366 startproject --template option doesn't support http authentication, neither through .netrc file Core (Management commands)
29361 29361 django.contrib.flatpages.urls does not have an app_name attribute contrib.flatpages
29362 29362 makemessages ignores implicitly concatenated string literals Uncategorized
29354 29354 ordering inherited from abstract superclass does not get applied to admin inlines Database layer (models, ORM)
29323 29323 HTTPRequest QueryDict wrongly decodes binary encoded values HTTP handling
28973 28973 Move the output of every file that collectstatic processes to verbosity level 2 contrib.staticfiles
29347 29347 InternalError at /admin/foo/bar/taz/change/ Error in python: TypeError DETAIL: a float is required contrib.admin
29348 29348 "-" and "_" in language code should be consistent Internationalization
29247 29247 A custom blank value in model field choices doesn't work when using named groups Database layer (models, ORM)
29344 29344 RemoveField on model with a single field generates invalid SQL Migrations
29340 29340 "cache.get_or_set()" extra hits on database Core (Cache system)
29341 29341 Automatically Set "request.current_app" for all Request Utilities
29339 29339 Add result caching to RawQuerySet / QuerySet.raw() Database layer (models, ORM)
23890 23890 Deprecation warning with numpy 1.8+ Template system
29335 29335 changed default pastebin link to dpaste.de Error reporting
29174 29174 makemessages does not find translations in Python 3.6 formatted string literals Documentation
29175 29175 makemessages doesn't parse ES6 template strings Documentation
29334 29334 Update pypi.python.org links to point to pypi.org Documentation
29331 29331 Model fields where the field name is shadowed by Python property aren't saved Database layer (models, ORM)
29332 29332 AdminReadonlyField accepts the optional argument model_admin but treats it as non-optional contrib.admin
29318 29318 ValidationError has no attribute `error_list` if message is a dict, but Field.run_validators() depends on it Core (Other)
29330 29330 Regression in master: cannot pickle queryset with expression Database layer (models, ORM)
29259 29259 Disable Fuzzy Internationalization
29328 29328 Proxy for User model referenced as AUTH_USER_MODEL contrib.auth
29305 29305 GET or POST requests outside of the browser to the LiveServerTestCase server hang Testing framework
29326 29326 Auto-suffixing for irregular plurals in verbose_name_plural Database layer (models, ORM)
29327 29327 UserCreationForm's password field help_text displays raw HTML contrib.auth
29321 29321 when instance.delete() while cause memory leak Database layer (models, ORM)
29325 29325 Django docs Polls App,Diferent queryset returns same object values but QuestionIndexViewTests works for one query and fails for other Generic views
27863 27863 Implement "SameSite" flag for session and CSRF cookies HTTP handling
29319 29319 post_delete signals is sent before objects are deleted Database layer (models, ORM)
22538 22538 Support for HTML5 Date and Time input fields Forms
29296 29296 admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured contrib.admindocs
19153 19153 Deprecate GzipMiddleware HTTP handling
29315 29315 exclude with OneToOneField produces incorrect results on sqlite Database layer (models, ORM)
29311 29311 Ease customizing URLField validation Database layer (models, ORM)
29316 29316 TypeError when defining `strip` on a CharField Database layer (models, ORM)
29304 29304 QuerySet.bulk_create() fails with "ORA-01790: expression must have same datatype as corresponding expression" Database layer (models, ORM)
29309 29309 Recommended MySQL Setup Does Not Work Properly Documentation
29314 29314 PostgreSQL error when using a TextField generic object ID field, an integer PK, and GenericRelation contrib.contenttypes
29312 29312 How to use form data to query the database, then use the results in a calculation. Forms
29310 29310 ManyRelatedManager.add() does not accept `bulk` kwarg as described in documentation Documentation
29302 29302 Add support for MySQL's (>=5.6.1) ST_* spatial functions GIS
29202 29202 KeyError in django-sites caching (race condition?) contrib.sites
28779 28779 Customizing REDIRECT_FIELD_NAME is cumbersome contrib.auth
29298 29298 Add a mechanism for changing a user's email address, with an email confirmation contrib.auth
29300 29300 Allow overriding INTERNAL_RESET_URL_TOKEN on PasswordResetConfirmView contrib.auth
29290 29290 Previously squashed migration fails under Python 3 with "multiple leaf nodes" error Migrations
29264 29264 JS loading order in Admin-Change_form changes from model to model Template system
29293 29293 valid UUID is not a valid UUID Database layer (models, ORM)
29289 29289 Clarify comment regarding what data is hashed to generate PasswordResetTokenGenerator tokens contrib.auth
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
29292 29292 Wrong path in "Escrevendo comandos personalizados do django-admin" Documentation
29288 29288 {% widthratio %} fails to assign to variable if exception happens Template system
24791 24791 Cannot run tests without access to postgres database Testing framework
29276 29276 Compatibility of charset works not well when there are non-ascii characters in HTTPResponse headers HTTP handling
27728 27728 Allowed overriding admin templatetag's templates. contrib.admin
28406 28406 bug with HStore that has a default value of empty dict - {} Database layer (models, ORM)
29285 29285 forms.DecimalField doesn't recognise max_decimal_places kwarg Documentation
29272 29272 Queryset using order_by(F()) fails to compile with values_list Database layer (models, ORM)
29116 29116 Geometry editing issue when widget map_srid different from original value srid GIS
29273 29273 MultipleChoiceField incorrectly selects the empty value for an empty form Forms
29277 29277 Add a bust_browser_cache flag to the static template tag contrib.staticfiles
29283 29283 Difference between 'apps.get_model' and 'import' in migration Database layer (models, ORM)
29279 29279 Added renderer argument to BaseModelForm to match BaseForm Forms
29275 29275 Emit "(actual errors: none)" instead of "(actual errors: )" in assertFormError Testing framework
16554 16554 Unnecessary join when using a reverse foreign-key relationship in separate filter or aggregate calls Database layer (models, ORM)
27161 27161 TypedChoiceField fails to validate properly when used with ArrayField Forms
29245 29245 ForeignKeyField Renaming leads Remove and AddField instead of RenameField Migration Migrations
29265 29265 Docs about static files should explain benefits of using {% static %} template tag Documentation
25590 25590 Allow fields to set join class Database layer (models, ORM)
26426 26426 Add a way to customize a QuerySet's joins Database layer (models, ORM)
29267 29267 Refactor ModelForm to support separate fields Forms
29269 29269 django inspectdb with windows Migrations
29263 29263 Model.refresh_from_db() does not re-calculate annotation fields Database layer (models, ORM)
29255 29255 bulk=False does not work with m2m relations Documentation
29256 29256 Need a save() call after assigning a many to many relation Database layer (models, ORM)
29252 29252 Add CSRF protection to LogoutView contrib.auth
29238 29238 psycopg2.InterfaceError in sequential tests after HTTP 404 Testing framework
29189 29189 Allow customizing the CSS classes of the <tr>, <ul>, and <p> in Form.as_table(), as_ul(), and_p() Forms
29215 29215 Document potential change to behaviour of QuerySet methods when upgrading to Python 3.6 Documentation
29228 29228 Django query documentation does not talk about collation Documentation
27533 27533 inspectdb crashes on unsupported unique_together constraints in PostgreSQL Database layer (models, ORM)
29240 29240 https://code.djangoproject.com/ticket/ - sending emails Uncategorized
27656 27656 Fix comment verb style according to PEP 257 Core (Other)
11278 11278 Docs do not mention mod.m2m = [list, of, PKs] Documentation
29242 29242 Support PyMySQL Database layer (models, ORM)
29223 29223 Dummy database backend's is_usable() method should return False Database layer (models, ORM)
29173 29173 Document that Model.save() doesn't refresh fields from the database Documentation
29234 29234 manage.py command "ping_google" requires django.contrib.sites to work but it's not documented Documentation
29235 29235 Dropdown menu for multiple checkbox select Forms
29233 29233 Proposing to change the spelling of "how-to's" Documentation
29103 29103 sqlmigrate produces byte literal in SQL for one-off string default value in TextField, CharField on MySQL Migrations
27392 27392 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
29231 29231 Documentation Regression for Tutorial 03 Documentation
28959 28959 Clicking "No, take me back" on the delete selected inline foreign key / one-to-one field confirmation page does nothing contrib.admin
29225 29225 The non-test database can be destroyed during testing if two aliases point to the same database Testing framework
29219 29219 Admin Changelist Filters Not Using Parsed Params contrib.admin
29220 29220 Auth: change user_passes_test func, new arg arg_position add contrib.auth
29221 29221 No space added before admin-autocomplete CSS class contrib.admin
28787 28787 QuerySet.update() fails on MySQL if a subquery references the base table Database layer (models, ORM)
29181 29181 Move admin's flatten() function to django.utils Utilities
29218 29218 Custom URL converters break direct urls.py modules import Core (URLs)
29217 29217 Small typo in spanish translation Documentation
29204 29204 Problems with Django and timezone Uncategorized
29213 29213 Translations for autocomplete widget don't work for zh-hans and zh-hant contrib.admin
28407 28407 Allow inspectdb to introspect db column comments Database layer (models, ORM)
29210 29210 Include default templates for class-based views Generic views
29211 29211 update_or_create with column named defaults Database layer (models, ORM)
29207 29207 Admin.py ignores a verbose_name_plural contrib.admin
29171 29171 PostgreSQL specific model fields - ArrayField: Type Mismatch Database layer (models, ORM)
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
29180 29180 makemigrations autodetector ignoring existing migrations Migrations
29183 29183 "cache" template tag should not render empty strings on failure Core (Cache system)
29190 29190 timezone.is_aware() raises unhandled exception when receiving datetime.date object as argument Utilities
29197 29197 TemplateDoesNotExist: postgres/widgets/split_array.html contrib.postgres
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
29196 29196 Chaining multiple filters duplicates `INNER JOIN` for the final query Uncategorized
28943 28943 Avoid the need to call get_context_data() in TemplateView subclasses Generic views
29191 29191 Move the model name to the beginning of the page title for admin add/change/delete pages contrib.admin
29179 29179 format_html() can falsely interpret a strack trace as a str.format replacement field Utilities
29185 29185 Migrations with `default=some_callable` populate all existing rows with the same value Migrations
29176 29176 User.normalize_username() crashes if username isn't a string contrib.auth
29172 29172 Using Window in Subquery causes AttributeError Database layer (models, ORM)
28835 28835 Development server doesn't shut down on SIGTERM Core (Management commands)
29169 29169 Upgrade django 1.8 to 1.9 contrib.contenttypes
18957 18957 Add next/previous buttons when editing a model in the admin site contrib.admin
29164 29164 Problem in Integrating the pyspark with django Packaging
29163 29163 When uploading, if file size is greater than the FILE_UPLOAD_MAX_MEMORY_SIZE, the permissions of the file on disk is screwed up. File uploads/storage
29162 29162 urls issue on hosted server Uncategorized
29153 29153 Ease customizing the label attrs on a model form field Forms
29160 29160 Django ModelForm doesn't parse foreign keys in initial= kwarg. Forms
29156 29156 Enhance the model methods added when Meta.order_with_respect_to is used Database layer (models, ORM)
29151 29151 Aliasing pgettext_lazy makes it work unexpected Internationalization
28635 28635 admin's preserved filters don't work if the URL has non-ASCII characters in it contrib.admin
27449 27449 Make django.utils.translation.trans_real.get_supported_language_variant public API Internationalization
28858 28858 Remove 'else' after 'return' or 'raise' Core (Other)
29149 29149 django-admin migrate fails on 2.0 when a project contains squashed migrations from an earlier version Migrations
28398 28398 Allow management command invocation to suggest commands for mistyped commands Core (Management commands)
29146 29146 re_path() examples are missing ^ and $ in regexes Documentation
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
29137 29137 ModelForm, Generic Views and Generic Edit Views Custom Layout Simplification Forms
29136 29136 CreateView documentation incomplete Documentation
27810 27810 Add query expression support for ModelAdmin list_display's admin_order_field contrib.admin
29126 29126 Document the behavior of QuerySet.update_or_create() with manually specified pks Documentation
29134 29134 RelatedObjectDoesNotExist & Duplicate Key Exception Occurring Sporadically Database layer (models, ORM)
28933 28933 Optimize the queries for ModelAdmin.date_hierarchy contrib.admin
29037 29037 Add a bulk_update method to models Database layer (models, ORM)
29130 29130 floatformat is rounding off incorrectly Template system
29125 29125 Q.deconstruct() is nondeterministic if the Q has multiple kwargs Database layer (models, ORM)
28972 28972 `RelatedObjectDoesNotExist` during `loaddata` of models with multi-table inheritance Core (Serialization)
24270 24270 Wheel package does not contain 'extras' directory Packaging
27682 27682 Add more dependencies to extras_require (eg sqlparse, PyYAML) Packaging
18937 18937 Use modern Python packaging metadata standard (1.2, PEP 345) Packaging
29124 29124 Generated migration orders RemoveField and AlterUniqueTogether incorrectly, causing FieldDoesNotExist Migrations
29118 29118 QuerySet.order_by(Exists(...)) crashes Database layer (models, ORM)
29121 29121 Admin ChangeList trims off multi-valued query parameters contrib.admin
29107 29107 Document that ModelForm isn't actually a subclass of Form Documentation
29119 29119 Request for discussion / maybe features contrib.auth
28723 28723 RelatedManager.get_prefetch_queryset returns "wrong" cache_name Database layer (models, ORM)
29117 29117 Excessive memory use when multiple objects retrieved using objects.get() Database layer (models, ORM)
29082 29082 Make the test client automatically encode JSON data Testing framework
27999 27999 Add test Client support for HTTP 307 and 308 redirects Testing framework
29114 29114 `django-admin shell` TypeError crash with ipython installed Core (Management commands)
29092 29092 Clashing table name checks don't account for database routers Database layer (models, ORM)
29100 29100 Give useful feedback to developer if a bad url is used for a static file File uploads/storage
29105 29105 Make Default Test Output More Verbose (And Formatted Prettier) Testing framework
29110 29110 A user with change_permission for the User model can make themselves a superuser. contrib.admin
29068 29068 Django urlpatterns has limit of allowed urls with namespace? Core (URLs)
29104 29104 Django Trac reCAPTCHA is Broken Uncategorized
29102 29102 ImproperlyConfigured URLConf on certain requests (unknown cause) Core (URLs)
29101 29101 Beautify Django Test Output Testing framework
29099 29099 Save the last selected version of the docs Documentation
29029 29029 Django 1.8.18 admin uses jquery version with security issues contrib.admin
28259 28259 Make bool(AnonymousUser) evaluate to false contrib.auth
29079 29079 Django settings should not cache user wrapped settings Core (Other)
29096 29096 JSONField() as base_field for ArrayField() for creating an object array contrib.postgres
29093 29093 django/db/models/base.py:ModelBase.__new__() utilize 'or' Database layer (models, ORM)
29091 29091 makemigrations crashes if a migration directory doesn't have an __init__.py Migrations
29071 29071 Backend authentication does not reset `credentials` on each iteration. contrib.auth
29089 29089 Redundant date parsing in SelectDateWidget.format_value() Forms
29088 29088 Fail to perform a json lookup field search using __in syntax contrib.postgres
29076 29076 Make Model.refresh_from_db() clear cached foreign key and one to one fields, even if the related ID hasn't changed Database layer (models, ORM)
29065 29065 Make django.core.validators only load Pillow if needed Core (Other)
29075 29075 Wrong version in settings.py comments Documentation
29081 29081 Clarify QuerySet.select_related() example regarding "hitting the database" Documentation
29035 29035 Django Admin does not URL encode the search terms of list filters, breaking the search URL. contrib.admin
29083 29083 DateField returning string instead of date object Database layer (models, ORM)
29033 29033 Sitemap framework does not properly detect secure requests contrib.sitemaps
29080 29080 SELECT @@SQL_AUTO_IS_NULL query for every page Database layer (models, ORM)
28409 28409 Makemessages works with errors Internationalization
28878 28878 "pip install django" is broken on Python 2; can be fixed for most users with metadata Packaging
29073 29073 CONN_MAX_AGE and others not being picked up from settings file Database layer (models, ORM)
29070 29070 Admin login redirects to /accounts/login after upgrade to Django 2.0 contrib.admin
29067 29067 QuerySet.values_list(..., flat=True) combined with .annotate() incorrectly includes the annotate columns Database layer (models, ORM)
29051 29051 unique_together behavior undocumented changes in 1.11 Documentation
20562 20562 Docs: How to use django ORM with multiprocessing Documentation
29064 29064 SuccessMessageMixin delete support contrib.messages
29060 29060 Make {% firstof %} assign '' to the asvar if all inputs are false Template system
29053 29053 cx_oracle throws "DPI-1054: connection cannot be closed when open statements or LOBs exist" during django migration Migrations
29046 29046 possible race condition with manager logic Database layer (models, ORM)
29042 29042 UserCreationForm fails to render extended UserModel in CreateView Forms
29050 29050 using django-admin startproject give AttributeError contrib.admin
29018 29018 The 'E' date filter format should return lowercase months for Spanish Internationalization
29044 29044 Changes to autoreload to make atexit calls work in the child process. Core (Management commands)
29041 29041 Use HTML5 boolean attribute syntax for SelectMultiple's multiple attribute Forms
25604 25604 Add --check flag to makemigrations; return 0 exit status for no new migrations Core (Management commands)
23668 23668 make_aware() and make_naive() should default to the current timezone Utilities
29034 29034 App Configs do not correctly handle static files contrib.staticfiles
16484 16484 Duplicate entry sessions error contrib.sessions
29014 29014 State that sqlite >= 3.7.15 is supported Documentation
29028 29028 Warning show up even use `django.utils.timezone.now` Uncategorized
19300 19300 capfirst filter breaks translation context in template Template system
29031 29031 @permission_required decorator not Working contrib.auth
29021 29021 Weird behavior of foreign key lookup and annotate F expression Database layer (models, ORM)
29020 29020 incomplete instructions in contributing tutorial Documentation
29017 29017 BaseCommand.leave_locale_alone doc is outdated Documentation
28099 28099 Reuse of UpdateQuery breaks complex delete updates Database layer (models, ORM)
22837 22837 Migrations detect unnessecary(?) changes Migrations
29013 29013 Japanese localization has not been completed. Uncategorized
29012 29012 Coordination of Authorization Backends in Permission Checking contrib.auth
29011 29011 forms.Field with space in dynamically generated forms.Form leads to wrong assigned id in generated HTML form Forms
29002 29002 Documentation about cached template loader is inaccurate about DEBUG Documentation
29007 29007 DecimalValidator crashes on NaN, SNan, Inf, and Infinity values Core (Other)
28828 28828 Performance improvements for HttpRequest.build_absolute_uri() HTTP handling
28983 28983 Documentation on providing initial data with migrations is unhelpful Documentation
24525 24525 AssertionError at `Query.change_aliases` Database layer (models, ORM)
29005 29005 django object builder Core (Other)
28994 28994 Create possibility to merge several fields into one line with fieldset option contrib.admin
29003 29003 Errror in "Contributing > Writing Code > Unit tests > Quick start" Documentation
28989 28989 Allow deleting cookies using restricted cookie prefixes HTTP handling
28997 28997 NameError: name 'last_property' is not defined Migrations
28995 28995 Reuse django admin list view for model as a many to many selector contrib.admin
28993 28993 Make admin's many to many picker widget available in django.forms Forms
15522 15522 Allow customizing queryset deletion in the delete_selected admin action view contrib.admin
28882 28882 Cannot save disabled MultiValueFields Forms
28517 28517 admin does not check if a model has default_permissions before raising PermissionDenied contrib.admin
28982 28982 Simplify code with "and" and "or" Uncategorized
28986 28986 Admin should not format booleans as T,rue/Fa,lse even if boolean=False contrib.admin
28984 28984 Assorted code simplifications Core (Other)
28970 28970 Option to suppress signals on save to avoid loop Database layer (models, ORM)
28985 28985 Remove None checking before hasattr() Core (Other)
28930 28930 Simplify code with all() and any() Core (Other)
28978 28978 m2m_changed signal's "model" argument is acting wierd Database layer (models, ORM)
28979 28979 The Deprecation Timeline version number seems wrong Documentation
28918 28918 Model.refresh_from_db() should use _base_manager instead of the default_manager Database layer (models, ORM)
28974 28974 Model.refresh_from_db() should pass the refreshed instance as a database hint Database layer (models, ORM)
24754 24754 Implementation of global permissions contrib.auth
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
28971 28971 EmailMessage.message() does not override Cc header from extra_headers dict (unlike From, To, and Reply-To) Core (Mail)
28964 28964 RenameField after AddField after CreateModel in one operations list gives ProgrammingError: relation "field" does not exist Migrations
28968 28968 LiveServerTestCase prematurely closing HttpResponse with Django 2.0 HTTP handling
27175 27175 Deprecate silencing exceptions raised while rendering the {% include %} template tag Template system
26623 26623 Customizing environment variable for RemoteUserMiddleware requires subclass contrib.auth
25042 25042 When user is authenticated using external (REMOTE_USER) authentication, their attributes should get updated if the external environment provides the data contrib.auth
25030 25030 The /admin/login/ should observe external authentication even when it appears in POST contrib.auth
28962 28962 Documentation of use of template tags in forms Documentation
28783 28783 Allow specifying custom operator classes for PostgreSQL indexes Database layer (models, ORM)
28852 28852 Search in admin can't use index when several fields are in `search_fields` contrib.admin
28486 28486 Template FileLoader can't find widget templates Template system
28969 28969 400 error is 500 in production Uncategorized
28851 28851 Support Open Ranges for Range Lookup - convert None to 'infinity' Database layer (models, ORM)
28953 28953 makemigrations with specified app label tries to connect to other databases that are not directly related Migrations
28920 28920 AlterModelManagers migration is generated for all Models with custom Managers, which is not compatible with Django 1.8 Migrations
28966 28966 Document that the UUID URL path converter requires dashes Documentation
28961 28961 Convert result of predicate in the function django.utils.functional.partition to bool Utilities
28963 28963 Sphinx's needs_sphinx setting value needs an update Documentation
28594 28594 Value error on related user name during save of user model contrib.auth
28957 28957 Django database error Database layer (models, ORM)
28955 28955 RuntimeError: populate() isn't reentrant getting this error with python3, django1.11, Core (Management commands)
28952 28952 inspectdb generates primary_key with null=True Core (Management commands)
28951 28951 loaddata from fixture doesn't work with null=False auto_now_add fields Uncategorized
28945 28945 widgets.Input should support non-app custom template_names Forms
28940 28940 Annotate SUM aggregation value as field Database layer (models, ORM)
28942 28942 ChoiceWidget.option_template_name ignores TEMPLATES DIRS Forms
23242 23242 Add an option to avoid slow date_hierarchy queries on a big tables contrib.admin
28923 28923 "TypeError: 'set' object is not reversible" crash if form Media is a set rather than list/tuple Forms
28921 28921 On filtering nested many to many fields Database layer (models, ORM)
28922 28922 django.core.mail.send_mail() is not using settings values Core (Other)
28927 28927 include tag fails silently if included template's static tag fails Uncategorized
28924 28924 path function in Django 2.0 does not seem to work with django-rest-framework's format_suffix_patterns function Core (URLs)
26650 26650 Automatically apply Cast based on output_field Database layer (models, ORM)
28839 28839 Model.__repr__() should include the pk Database layer (models, ORM)
28914 28914 Django Generates Incorrect SQL for Altering Multiple Nullable Fields With Defaults Migrations
28903 28903 Wheel files don't include the license properly Packaging
28856 28856 GenericForeignKey attributes create new instances on every access contrib.contenttypes
28907 28907 Exploit that iterating over empty sequences is noop Core (Other)
28906 28906 Reduce calls to bool() Core (Other)
28891 28891 Document Origin's `loader` attribute Documentation
28904 28904 QuerySet.exclude() doesn't work properly with __in and a list containing None Database layer (models, ORM)
28893 28893 Narrow dict.items() calls to .keys()/.items() Core (Other)
28886 28886 Example included auth urls don't include accounts/ prefix assumed by much of the other documentation Documentation
28899 28899 recursive relationship only works one way Database layer (models, ORM)
28895 28895 serialized_rollback = True causes an IntgrityError in LiveServerTestCase Testing framework
28836 28836 Not nesting version of @atomic decorator Database layer (models, ORM)
28888 28888 Index added to _meta.indexes with Meta.indexes=[] yields two equal addIndex() operations. Database layer (models, ORM)
28873 28873 Use dict.setdefault() to set model and form field defaults Core (Other)
28879 28879 Widget NumberInput becomes text if you change size Uncategorized
28860 28860 Reduce calls to len() Core (Other)
28875 28875 SQL: Creation of Index fails with '/' in app_label Database layer (models, ORM)
28849 28849 SQLite foreign key constraints are not repointed on model or field rename Migrations
28799 28799 ModelFormSet is incorrectly considered as not valid if initial form is not changed and validate_min=True Forms
28866 28866 InlineAdminFormSet should include InlineModelAdmin's Media before its formset's Media contrib.admin
28826 28826 AttributeError while trying to filter by annotion based on Q Database layer (models, ORM)
28864 28864 Allow overriding the default dropdown list for the time widget in Django admin contrib.admin
28837 28837 test client crashes if an exception with more than one argument is raised Testing framework
28832 28832 django migrations to PostgreSQL not handling order_with_respect_to removals Migrations
28853 28853 Use database cursor as a context manager internally Database layer (models, ORM)
28855 28855 Running Django, I crashed the Python interpreter (wow) Uncategorized
28854 28854 Replace type(True) with bool in django/db/backends/sqlite3/schema.py Migrations
28773 28773 manage.py makemessages throws syntax error due to incorrectly generated django.pot Internationalization
28840 28840 Admin save as new doesn't work with GenericTabularInline contrib.contenttypes
28850 28850 LocaleMiddleware permanent redirects documentation Documentation
28846 28846 SQLite schema editor clears deferred SQL on operation requiring table rebuilds Migrations
27954 27954 Prevent PostgreSQL dbshell from exiting on CTRL-C Core (Management commands)
28843 28843 Pagination: previous_page_number shouldn't raise exception when page=1 Uncategorized
28844 28844 Sites cache is not multi-process safe contrib.sites
28845 28845 Wrong title in app administration site (Polish) contrib.admin
20027 20027 manage.py shebang should reflect used python executable Python 3
27657 27657 Getting crash when using the runserver command on Windows 10 in PowerShell following update to Python 3.6 Utilities
28829 28829 Timezone is recognized only when provided in CamelCase Core (Other)
24367 24367 ORA-00918 (column ambiguously defined) when using a combination of slicing, distinct, and order_by Database layer (models, ORM)
28827 28827 AttributeError: 'int' object has no attribute 'tzinfo' with ExtractHour and calculation Database layer (models, ORM)
28830 28830 Add a function to convert a list to a Queryset Database layer (models, ORM)
28825 28825 Templated email with {% extends parent_name %} doesn't re-resolve the base template Template system
28797 28797 Sum aggregation might return "-0.00" instead of "0.00" Database layer (models, ORM)
28771 28771 Add a model field option that corresponds to the short_description admin property Database layer (models, ORM)
28804 28804 MariaDB compatibility broken: "Unknown system variable 'transaction_isolation'" Database layer (models, ORM)
28818 28818 Tutorial 02: Missing PollsConfig class - explanation required Documentation
28810 28810 Use str.format()-style logging formatting instead of '%' Core (Other)
28815 28815 Incorrect ExtractYear imports in Window functions docs Documentation
28798 28798 Remove unused django.utils.dates.WEEKDAYS_REV, MONTHS_3_REV Utilities
28813 28813 Sqlite migration of manual primary key Migrations
28812 28812 Lack of ModelAdmin permission to list all objects. contrib.admin
28801 28801 Outdated translatable text of a contrib.auth literal Internationalization
28636 28636 Allow customizing the fallback language from the locale middleware Internationalization
28807 28807 No error emails sent to admin list Core (Mail)
28803 28803 When renaming foreign key indexes don't get renamed which breaks next migrations Migrations
28802 28802 PasswordResetForm has method send_email in the documentation but send_mail is the correct method contrib.auth
28796 28796 reverse() coerces bytes in args/kwargs to str which adds "b" prefixes to the ouput Documentation
24201 24201 order_with_respect_to GenericForeignKey Database layer (models, ORM)
27458 27458 Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" Database layer (models, ORM)
27843 27843 M2M db table names with explicit `username` Database layer (models, ORM)
28786 28786 Document middleware ordering considerations due to CommonMiddleware setting Content-Length Documentation
28744 28744 enctype on <input> if FileField Forms
28795 28795 Remove 'not in' checks and use dict.setdefault() Core (Other)
6498 6498 Add case insensitive model ordering Database layer (models, ORM)
28769 28769 Utilize 'x or y' in place of 'x if x else y' Core (Other)
28793 28793 AttributeError: 'ModelName' object has no attribute 'save_m2m' Forms
28777 28777 Clarify the docs for admin's @register's arguments Documentation
27710 27710 foreign key _id optimisation leads to incorrect descriptor value Database layer (models, ORM)
28751 28751 Add an error message for inactive user login in AdminAuthenticationForm contrib.admin
20300 20300 Django 1.5.1, update sql trouble Database layer (models, ORM)
28585 28585 Set `has_file_field` context attribute for admin change forms conditionally on Form.is_multipart() contrib.admin
28720 28720 Add HttpRequest.get_full_path_info() HTTP handling
28544 28544 unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT Internationalization
28770 28770 Warn that quoting a placeholder in a raw SQL string can lead to SQL injection Documentation
28663 28663 Check for likely incorrectly migrated django.urls.path() calls (that still have regex characters in the route) Core (URLs)
28775 28775 Queryset last() does not honor slices Database layer (models, ORM)
28776 28776 a/an/and typos in docs and comments Documentation
28774 28774 Use only a specific database schema instead of 'public' one (like in Postgresql) Database layer (models, ORM)
28765 28765 Clarify the documentation about what types the __in lookup accepts Documentation
28772 28772 UnicodeWarning produced when using callable default on BinaryField in Python 2 Database layer (models, ORM)
28764 28764 Store staticfiles.json with code contrib.staticfiles
28703 28703 URL regex for admin's app_index view isn't constructed deterministically contrib.admin
28717 28717 Document that using ModelAdmin.list_filter with foreign keys may require a database router Documentation
28746 28746 Model missing custom Meta option in migrations Migrations
28680 28680 Document that Func.__init__()'s **extra and as_sql()'s **extra_context aren't escaped Documentation
28760 28760 DummyCache's get_many(), set_many(), and delete_many() don't give cache key warnings Core (Cache system)
4956 4956 Implement Reverse Pagination Generic views
27318 27318 Return failed values from memcached.set_many() Core (Cache system)
28756 28756 QuerySet API .extra( ) usage for FIELD + ORDER BY of queryset Database layer (models, ORM)
28753 28753 Unit tests documentation does not specify non-python requirements Documentation
28010 28010 Add support for SELECT...FOR UPDATE OF Database layer (models, ORM)
28735 28735 Typo in django/views/templates/default_urlconf.html Core (Other)
28737 28737 Clarify {% cache %} tag's handling of arguments Documentation
28740 28740 Add continent name and code to GeoIP2.city() dict GIS
28736 28736 Database migration fails with postgresql 8.x with rest_framework.authtoken Database layer (models, ORM)
28733 28733 Formsets are missing classes to be easily styleable Forms
28728 28728 Make validate_password() require a user instance contrib.auth
24279 24279 ORing with an empty Q() produces inconsistent results Database layer (models, ORM)
28706 28706 Allow easier reuse of AuthenticationForm invalid_login ValidationError contrib.auth
28732 28732 Deleted OneToOneRelation still referenced (not None) after refresh_from_db Database layer (models, ORM)
14807 14807 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
28704 28704 update_or_create() calls select_for_update(), which locks database row Database layer (models, ORM)
28705 28705 Wrong annotation when used with QuerySet.order_by() Database layer (models, ORM)
28730 28730 Large integer literals lose precision in templates Template system
28729 28729 Replace numbered list with unordered list in TemplateSetting docs Documentation
27515 27515 Make AuthenticationForm use the username length from the user model contrib.auth
19130 19130 Auth forms contain hard-coded assumptions about field length contrib.auth
28711 28711 unordered_list template filter does not work with lazy translations Template system
28724 28724 QuerySet filter across m2m returns incorrect number of objects Uncategorized
28497 28497 QuerySet.filter() with a sliced QuerySet crashes Database layer (models, ORM)
28677 28677 on_delete is a required positional argument for ForeignKeys, even in migrations Migrations
28713 28713 ModelBackend call to get_all_permissions() makes get_user_permissions() return all permissions contrib.auth
28710 28710 Wrong Basque DATE_FORMAT string Internationalization
26139 26139 UUIDField value must be declared "binary" to avoid MySQL warning Database layer (models, ORM)
28708 28708 Add constants to detect the Python version Core (Other)
28709 28709 makemessages creates faulty .po file Internationalization
27846 27846 refresh_from_db() doesn't clear reverse OneToOneFields Database layer (models, ORM)
28248 28248 Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS contrib.auth
28707 28707 Model.validate_unique() method doesn't take in account multi-db Database layer (models, ORM)
28701 28701 QueryDict processes some Unicode symbols incorrectly HTTP handling
28698 28698 Show template origin in TemplateSyntaxError Template system
28697 28697 Removing unique_together constraint make migration fail with MySQL Migrations
28601 28601 Don't cache default callable return value of None in cache.get_or_set() Core (Cache system)
28691 28691 Breaking change for 2.0: app_name no longer in include, but in urls.py Documentation
28684 28684 Removing an index from an IntegerField causes a KeyError exception Migrations
28612 28612 inspectdb sets max_length to -1 if no field length specified in the DB schema Database layer (models, ORM)
28556 28556 resolve of i18n_patterns does not match default language paths with prefix_default_language=False Internationalization
27857 27857 Cleanups and features to use when dropping support for Python 3.4 Core (Other)
28686 28686 QuerySet.bulk_create() doesn't need to convert the input objs into list Database layer (models, ORM)
18416 18416 Query fails when SimpleLazyObject evaluates to None Database layer (models, ORM)
27546 27546 Replace hardcoded class names in __repr__-methods Core (Other)
28683 28683 GIS Length function generates incorrect queries when evaluated multiple times GIS
28672 28672 CheckboxSelectMultiple does not correctly bind to the form attribute passed in when rendered outside its containing form Forms
28671 28671 DateTimeField: make auto_now_add just a default value Database layer (models, ORM)
28669 28669 bool(ungettext_lazy('%(value)d blah', '%(value)d blahs', 'value')) returns False Internationalization
22503 22503 Inconsistent behavior when a QuerySet is sliced Database layer (models, ORM)
28681 28681 QuerySet.get() implies LIMIT 2 Database layer (models, ORM)
28676 28676 Using select_for_update with next save() in multiple threads stucks Database layer (models, ORM)
28674 28674 QuerySet._batched_insert() the caller ensures, that bool(objs) is True Database layer (models, ORM)
28673 28673 Make null=True explicitly uncombinable with auto_now=True Database layer (models, ORM)
28675 28675 Tautology in sql/compiler/SQLInsertCompiler.execute_sql() Database layer (models, ORM)
28642 28642 Add LRU caching to parse_accept_lang_header Internationalization
28652 28652 Small fixes to some comments in django/db/models/query.py Database layer (models, ORM)
28666 28666 Incorrect month translation in es_AR Internationalization
28664 28664 basic subquery generates invalid sql Database layer (models, ORM)
28654 28654 Drop support for SpatiaLite 4.0 GIS
27979 27979 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
28656 28656 Strangely odd behaviour when ordering QuerySet by BooleanField. Database layer (models, ORM)
28657 28657 Strangely odd behaviour when ordering QuerySet by BooleanField. Database layer (models, ORM)
27067 27067 Deprecate string_concat Internationalization
28651 28651 Typo in docs/ref/contrib/postgres/fields.txt Documentation
28492 28492 Allow defining expressions' default output_field as a class attribute rather than in __init__() Database layer (models, ORM)
28609 28609 Original request URI is not available to development server Core (Management commands)
28614 28614 FileBasedCache documentation shouldn't recommend /var/tmp Documentation
28644 28644 Messages not Displaying After Redirect contrib.messages
28640 28640 migrations.AlterField changing from default=False to True drops default Migrations
28626 28626 Drop support for PostgreSQL 9.3 Database layer (models, ORM)
28639 28639 Changing a primary key doesn't change corresponding foreign keys Migrations
28573 28573 Migrations create a bad index if creating and renaming the same foreign key in one migration Migrations
28533 28533 Add request.headers, track used headers and use that information to automatically populate Vary header. HTTP handling
28623 28623 Docs: handle_uploaded_file(f) .. what is "f"? Documentation
28634 28634 after install new version 1.11.5 there is an error "No module named 'django.apps'" Uncategorized
28637 28637 libgeos can't parse version with commit hash at the end GIS
28630 28630 Can't install django dev version when path contains non-ascii characters on Windows10 Internationalization
28552 28552 Drop support for MySQL 5.5 Database layer (models, ORM)
28633 28633 Migrate BooleanField to IntegerField Migrations
28627 28627 path-urls documentation implies implicit converter-types Documentation
28587 28587 All Generic Views are loosing args when you pass args and kwargs into urlpattern Generic views
28631 28631 admin.site.urls returns 3-tuple, not 2-tuple. contrib.admin
25006 25006 Allow for custom Time shortcut in DateTimeShortCuts.js contrib.admin
27788 27788 Drop support for Oracle < 12.1 Database layer (models, ORM)
27532 27532 Deprecate Model._meta.has_auto_field Database layer (models, ORM)
26956 26956 Allow additional safe hosts for "next" parameter during login contrib.auth
18974 18974 Warn against using models.permalink Documentation
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
28617 28617 pep8 violations in output of ogrinspect GIS
28488 28488 Django 1.11+ raises CSRF verification failed if settings.DEBUG is False and an intermediate 404 page is requested CSRF
28599 28599 Case/When seems to ungroup the results of a values().annotate() query Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
28615 28615 makemigrations doesn't generate any output for a model with CharField blank=False Database layer (models, ORM)
28610 28610 register_tests() for serializers test doesn't show skipped formats Core (Serialization)
28611 28611 Redirects contrib app - CharField(max_length=200) is too little contrib.redirects
26527 26527 HashedFilesMixin StaticFileStorage can't handle nested assets contrib.staticfiles
28605 28605 Use verbose_name and localize field names in the admin history Uncategorized
26818 26818 Make the Django admin CSS responsive contrib.admin
27895 27895 Test Client fails to decode json response with unicode characters Testing framework
27603 27603 on SpatiaLite AsKML GIS function fails if annotated queryset is evaluated several times GIS
28578 28578 Rename DatabaseCreation.clone_test_db() argument from number to suffix Database layer (models, ORM)
28580 28580 AUTH_USER_MODEL not working in 1.11.5 contrib.auth
28392 28392 GIS's WKT regex doesn't match large scientific notation GIS
28579 28579 Clarify 2.0 is just a new version numbering scheme Documentation
28583 28583 test_timezone.py test failure on Django 1.9 with Python 3.6 Utilities
27818 27818 Use contextlib.suppress to suppress exceptions. Core (Other)
28545 28545 unique_together does not handle null as most would expect it Core (System checks)
17326 17326 {% trans %} in inline javascript code Template system
28561 28561 Docs inaccurate about QuerySet.order_by('foo__id') creating a join Documentation
26257 26257 Add support for expressions like (Lower('myfield'),) in model Meta.ordering Database layer (models, ORM)
23523 23523 pyinotify yelling no space available Uncategorized
24995 24995 MySQL 5.5.x errno: 150 when renaming a primary key Migrations
28568 28568 Example in reference of Database Functions leads to NameError Documentation
28551 28551 Exclude query on M2M field with F() fails Database layer (models, ORM)
28565 28565 Collectstatic raises error when trying to ignore files with glob wildcards contrib.staticfiles
26344 26344 EmailMultiAlternatives ignores alternatives when it has attachments and body is empty Core (Mail)
28564 28564 Cache backend with python-memcached broken: TypeError: __init__() got an unexpected keyword argument 'KEY_PREFIX' Core (Cache system)
20036 20036 django.contrib.gis.geos.error.GEOSException: Could not parse version info string "3.4.0dev-CAPI-1.8.0 r0" GIS
25225 25225 Unnecessary/Redundant __iter__ method with ListMixin class (contrib.gis.geos.mutable_list.py)? GIS
28538 28538 order_with_respect_to not working when model accessed via a many-to-many related field Database layer (models, ORM)
28557 28557 docs label `to` __init__ parameter as `othermodel` for ForeignKey, OneToOneField, ManyToManyField Documentation
26522 26522 Non-deterministic crash in django.db.models.sql.Query.combine() Database layer (models, ORM)
28143 28143 CSRF token fails when Debug is disabled and a custom view is used for handler404 CSRF
27998 27998 LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin contrib.admin
28543 28543 ModelForm.initial is affected while its bound instance's m2m field be set with new data Database layer (models, ORM)
27701 27701 Document that runserver bypasses middleware for static files Documentation
28548 28548 Remove usage of "middlewares" in documentation Documentation
28523 28523 Improve the error message when squashing migration with RunPython that require manual changes Migrations
27326 27326 Overriding queryset deletion from ModelAdmin contrib.admin
28536 28536 Replace old cross-browser compatibility JavaScript functions with HTML DOM equivalents contrib.admin
28537 28537 Urlpatterns don't work. Core (URLs)
28531 28531 MultipleChoiceField / CheckboxSelectMultiple values linked to a CharField not restored on bound model forms Forms
21318 21318 Clarify the ordering of the various Media classes Documentation
12265 12265 Media (js/css) collection strategy in Forms has no order dependence concept Forms
28532 28532 Misspelled PostgreSQL data type in documentation Documentation
28527 28527 How rewrite query in Django ORM? Database layer (models, ORM)
28516 28516 Admin change_list logs multiple "VariableDoesNotExist" errors. contrib.admin
28522 28522 Django seems to ignore global DATE_INPUT_FORMATS and TIME_INPUT_FORMATS when set in settings Uncategorized
28473 28473 Consider SCRIPT_NAME for SECURE_REDIRECT_EXEMPT setting HTTP handling
28380 28380 Wrong handling of NULL values in spatialite geometry comparison functions GIS
27796 27796 Middlewares load twice due to StaticFilesHandler(WSGIHandler) contrib.staticfiles
28515 28515 mysql is checking all models also models that are mapped to POSTGIS Database layer (models, ORM)
18665 18665 Allow registering custom admin views with the admin's index contrib.admin
28506 28506 Ease hooking custom views to the Django admin contrib.admin
24380 24380 First locmem email sent in tests is absurdly slow. Core (Mail)
28511 28511 Documentation Error, Writing your first Django app, part 4, Polls/view.py Documentation
28512 28512 save() behavior of a parent model class accessed through _ptr attribute Uncategorized
28509 28509 Can't parse GEOS version installed with homebrew GIS
28499 28499 makemigrations fails on model with geometry field when the geo database is not the default one GIS
28503 28503 Updating 1.10 to 1.11 object has no attribute 'select_for_update_skip_locked' Uncategorized
12279 12279 prepare_database_save in add_update_fields makes some custom fields be impossible. Database layer (models, ORM)
28495 28495 GDAL Feature.fields should be a list of strs rather than bytestrings GIS
28491 28491 "TypeError: context must be a dict rather than Context" when using loader.select_template() with Context Template system
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
28494 28494 ModelForms calls default on fields that ain't selected. Forms
28489 28489 AttributeError: 'NoneType' object has no attribute 'is_relation' - None is undefined Migrations
28468 28468 Template braces within {% include ... with="..." %} are not evaluated Template system
28219 28219 Ease locating origin of queryset paginator warnings Core (Other)
28484 28484 QuerySet.extra keyword Database layer (models, ORM)
27855 27855 Document Python 3.4 support for Django 2.0 Documentation
28483 28483 Unclear language in Django 2.0 release notes regarding Python version support Documentation
18368 18368 LayerMapping.save() should be able to set attributes on created model instances GIS
28481 28481 migrate --fake produces stale content type warning when CreateModel exists in non-initial migration Migrations
28480 28480 Nonstandard "minlength" property to <input/> Forms
28482 28482 migrate --fake produces stale content type warning when CreateModel exists in non-initial migration Migrations
7070 7070 Query.get_ordering doesn't support foreign key related ordering when combined with distinct() Uncategorized
28465 28465 Unify index SQL creation code Database layer (models, ORM)
28475 28475 Allow user to skip test database creation per connection Testing framework
28471 28471 Clarify the documentation about the relationship between model meta "index_together" and "indexes" using Index() classes Documentation
28476 28476 Difficulty getting filter_horizontal to extend to the InlineModelAdmin object in admin? contrib.admin
28466 28466 Clarify the definition of a lazy relationship in the docs Documentation
28467 28467 Missing real MultiValueField - MultiValueField is actually a MultiField Forms
28461 28461 Clarify how UserManager.create_superuser() must be implemented with a ForeignKey in REQUIRED_FIELDS Documentation
27859 27859 Migration to create TextField with db_index=True crashes on MySQL Migrations
28464 28464 How to prevent URLconf settings from being carried onto new project? contrib.redirects
28463 28463 Custom migrations that create a postgres role run against the production database during tests (postgres 9.6) Testing framework
28460 28460 CharField primary keys with underscores are reversed incorrectly in admin links contrib.admin
28450 28450 Documentation on admin actions with intermediate pages is incomplete Documentation
27380 27380 Add the 'raw' argument with the 'm2m_changed' signal Database layer (models, ORM)
28445 28445 DateField timezone issue with get_or_create (duplicate key value violates unique constraint) Database layer (models, ORM)
28449 28449 bug related to the joins whith pk_id__exact__id Database layer (models, ORM)
28434 28434 JavaScriptCatalog and JSONCatalog don't contain translatations from LOCALE_PATHS Internationalization
28448 28448 Support concurrently indexes for PostgreSQL Migrations
28446 28446 QuerySet.extra is required for using SQL functions in SELECT clause Database layer (models, ORM)
28444 28444 Allow for different settings for each thread when testing with --parallel Testing framework
28443 28443 MultiValueField does not work with ModelChoiceField? Forms
28415 28415 Clarify what characters ASCIIUsernameValidator and UnicodeUsernameValidator accept Documentation
28363 28363 Allow naming the migration generated by squashmigrations Migrations
7554 7554 python manage.py dbshell does not enter password from settings.py Core (Management commands)
28435 28435 SECURE_HSTS_PRELOAD has a warning about possibly breaking your website when it cannot Documentation
28430 28430 Response is not necessarily rendered when response middlewares are applied Uncategorized
28413 28413 app_name doesn't work in ROOT_URLCONF Core (URLs)
24996 24996 Reimplement the DatabaseFeatures.supports_select_related flag Database layer (models, ORM)
28163 28163 Make the default settings.py pass pep8 Core (Other)
28424 28424 TypeError: context must be a dict rather than Context. Template system
28429 28429 Doc error Documentation
28418 28418 Creating join paths to fields that are GenericRelations to proxy models fails with an AttributeError contrib.contenttypes
17453 17453 IRC logs link is not reachable Documentation
28427 28427 Setup.py uses old % formatting Packaging
28422 28422 Allow adding joins to other querysets (or models) to a queryset with extra join conditions Database layer (models, ORM)
27970 27970 Allow in_bulk() to use other unique fields besides the primary key Database layer (models, ORM)
28419 28419 Support for value() usage with PostgreSQL-specific JSONFields contrib.postgres
28417 28417 django.db.migrations.DeleteModel doesn't delete corresponding permissions contrib.auth
28416 28416 Doc improvement: "divisibleby" DTL filter Documentation
28414 28414 ClearableFileInput doesn't work properly as subwidget of MultiWidget Forms
28412 28412 BaseCommand "help" masks Python builtin Uncategorized
28402 28402 Provide 'temporary_file_path' for InMemoryUploadedFile File uploads/storage
28399 28399 QuerySet.count() doesn't work on combined queries (union, intersection, difference) Database layer (models, ORM)
28396 28396 filter_horizontal and filter_vertical do not scroll horizontally for long string representations contrib.admin
28400 28400 TransactionTestCase will truncate data created from data migration Testing framework
28372 28372 Admin inline JS should fire signal on add/remove to other JS can react. contrib.admin
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
28397 28397 Remove DjangoRuntimeWarning Core (Other)
28228 28228 changing a primary key and saving results in a new object rather than renaming the existing object. Database layer (models, ORM)
28390 28390 "Fixing UnicodeEncodeError for file uploads" instructions don't work on CentOS 7 Documentation
27477 27477 Use QuerySet.select_for_update() in admin change form to fix race condition contrib.admin
28374 28374 Updating an Annotated Queryset results in ProgrammingError Database layer (models, ORM)
27303 27303 Selecting multiple admin list_filters across relations return results that don't match both filters contrib.admin
26634 26634 Add the ability to do subselects for querying versioned data Database layer (models, ORM)
28368 28368 Trying to create a model instance with an existing shared primary key in MTI silently updates an existing instance Database layer (models, ORM)
28355 28355 Widget rendering of non-ASCII date/time formats fails on Python 2 Forms
27670 27670 Loading shell crashes when pythonrc file contains error Core (Management commands)
28366 28366 AlterUniqueTogether and RemoveField on same field lead to migration error Migrations
28310 28310 form RangeFields should treat (None, None) as Range(None, None) rather than None contrib.postgres
28362 28362 Docs incorrectly state that time zone support is disabled by default Documentation
28347 28347 Allow custom attributes for model fields Database layer (models, ORM)
28346 28346 Misleading error message when validator cannot be serialized Migrations
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
28339 28339 Expand the docs around how sqlmigrate works with regards to constraint and index names Documentation
27964 27964 Raise an error if a MySQL geometry with an unsupported SRID is saved to the database GIS
24823 24823 FileField with callable default raises error with forms Database layer (models, ORM)
28340 28340 USE_THOUSAND_SEPARATOR=True causes primary key to include commas Template system
28338 28338 Missing import in tutorial part 1 Documentation
28323 28323 Redundant use of normalize() in django.utils.timezone.localtime() and make_naive() Utilities
28298 28298 Alter field adds constaint on column db_constraint=False Migrations
16870 16870 CSRF too strict when no referer is present CSRF
28225 28225 Credentials of the Admin login form are stored browser due autocomplete was enabled by default. contrib.admin
28325 28325 ImageFile extesion validation fails with: AttributeError: 'list' object has no attribute 'name' File uploads/storage
28318 28318 Django Doesn't Support Triple Joins Without Extra Database layer (models, ORM)
28328 28328 QuerySet.only doesn't work with QuerySet.difference Database layer (models, ORM)
28326 28326 Allow providing initial data in ModelForm Meta Forms
28327 28327 Django says mod_wsgi documentation is great but mod_wsgi says its in a mess Documentation
28324 28324 Make utils.feedgenerator write attributes in a deterministic order Utilities
23808 23808 manage.py runserver creates django_migrations without concent Documentation
6907 6907 Rethink the silent eating of exceptions in templates Template system
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
28314 28314 Quote error in static tag documentation Documentation
28176 28176 Expose real (i.e. not converted to string) value in widget option context Forms
28320 28320 Parallel testing: Please implement a signal or call checks after test DB creation but before cloning it. Testing framework
27745 27745 Improve code coverage for django/contrib/contenttypes contrib.contenttypes
28303 28303 IntegerField & NumberInput widget localize max_value when rendering form field Forms
28319 28319 Make TextField with choices use a Select widget Forms
28309 28309 Migration bug in related_name for ManyToManyField with self Migrations
27787 27787 call_command() should validate the arguments it receives Core (Management commands)
28317 28317 QuerySet.extra cannot reference a column name with a capital letter Database layer (models, ORM)
28315 28315 Support an API for filtering of GenericForeignKeys Database layer (models, ORM)
28304 28304 pgettext should return SafeData if both `message` and `context` are instances of SafeData Internationalization
28311 28311 Ability to specify field querysets in ModelForm constructor Forms
25031 25031 unordered_list template filter fails for certain sequences Template system
28308 28308 Document removal of Select.render_option() Documentation
27434 27434 Document caveats of raising a ValidationError in Model.clean() for a field not in a model form Documentation
28302 28302 Separate authorisation from authentication contrib.auth
23853 23853 Replace JoinInfo namedtuple with Join class Database layer (models, ORM)
27830 27830 Use distutils.version.LooseVersion instead of custom version parsing Core (Other)
28301 28301 Object history is not logged for many to many fields contrib.admin
27967 27967 The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk contrib.admin
27655 27655 Styleguide missing - Use single quotes instead of double quotes in string Documentation
28299 28299 Adding a unique UUIDField to an existing model immediately fails with a database constraint error Migrations
28285 28285 Updating Password Hasher Invalidates Users First Login After Upgrade contrib.auth
27953 27953 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
28292 28292 ORing on ManyToMany to same model can result in duplicate items in queryset Database layer (models, ORM)
28267 28267 Change submit_line implementation to allow easier modification contrib.admin
25171 25171 Can't update queryset after Count annotation Database layer (models, ORM)
28282 28282 Index.set_name_with_model() not called on models without a base meta class Database layer (models, ORM)
28286 28286 Union ("|") and Interception ("&") QuerySets raise AssertionError Database layer (models, ORM)
28287 28287 Change in admin's ForeignKeyRawIdWidget not documented Documentation
28165 28165 FileExtensionValidator's allowed_extensions must be given in lower case File uploads/storage
26400 26400 QuerySet bulk_create method to handle generators to prevent loading all objects in memory at once Database layer (models, ORM)
28279 28279 Feature - Stable output for the makemessages command Core (Management commands)
28281 28281 Queryset.count() with a union takes the first id of the results objects Database layer (models, ORM)
28278 28278 A required AdminFileWidget generates invalid HTML contrib.admin
28104 28104 conditional view processing decorator adds stale ETag HTTP handling
28276 28276 debug.py loops over QueryDict['items'] instead of QueryDict.items() Error reporting
18394 18394 Add warning for invalid JavaScriptCatalog 'packages' Internationalization
28275 28275 Change SchemaEditor._alter_column_type_sql() first argument to the model rather than the table Migrations
28274 28274 Django OperationalError near "?": Syntax error Database layer (models, ORM)
27792 27792 Extended category support for Atom and RSS feeds contrib.syndication
28272 28272 PostgreSQL: AutoField sequences don't increment when inserting objects with an explicitely specified PK Database layer (models, ORM)
26651 26651 Keep uploaded file suffix for TemporaryUploadedFile File uploads/storage
28269 28269 Fix Model._meta._property_names to work with attributes that raise AttributeError Database layer (models, ORM)
28268 28268 Feature: Clear cached_property on related DB operations. Database layer (models, ORM)
28270 28270 Support MariaDB cluster (Galera) Database layer (models, ORM)
27308 27308 BytesWarning exception raised when running with python 3 -bb option Core (Other)
28192 28192 Prevent passing positional arguments to form fields Forms
28190 28190 Clarify absolute/relative paths in the extends/include template tag docs Documentation
28070 28070 set_language (i18n) without next does not change language if called from a language prefixed URL Internationalization
26755 26755 test_middleware_classes_headers fails when django files aren't writable Core (Other)
28265 28265 Template widget rendering: "Add the renderer argument ..." false positive when using **kwargs Forms
28266 28266 Typo in docs/ref/models/instances.txt Model.from_db() code example Documentation
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27639 27639 Add a chunk size argument to QuerySet.iterator() Database layer (models, ORM)
28242 28242 Move ImageField file extension validation from models to forms for better backwards compatibility Forms
28254 28254 get 304 HTTP code and can't open the pages on windows 10 HTTP handling
28261 28261 django paging after ordering use slicing return wrong result Database layer (models, ORM)
27777 27777 File object does not consistently open itself in context manager use File uploads/storage
13167 13167 Non-existent arg passed to template filter raises VariableDoesNotExist Template system
28246 28246 modify_settings decorator append operation failing Testing framework
28235 28235 LiveServerTestCase crashes because it got a ParseResultBytes instance Testing framework
28212 28212 Allow customizing the port that LiveServerTestCase uses Testing framework
25418 25418 URL Validator to check only hostname part without domain nor tld Core (Other)
26294 26294 Clarify call_command()'s handling of args and options Documentation
28255 28255 URLValidator rejects hostname only URLs Core (Other)
28237 28237 Allow GDAL library detection to work with non "dot zero" releases GIS
28256 28256 Django `update_last_login` always providing lastest time. not last login time contrib.auth
28199 28199 `Subquery` in __in filter generating invalid SQL Database layer (models, ORM)
26823 26823 auth signal receiver update_last_login not compatible with custom user models that have no last_login field contrib.auth
28204 28204 MultipleObjectMixin.paginate_queryset() crashes with UnicodeDecodeError if InvalidPage message contains non-ASCII Generic views
28251 28251 MultipleObjectMixin,paginate_queryset() crashes with UnicodeDecodeError if InvalidPage message contains non-ASCII Generic views
27922 27922 Add ErrorDict.get_json_data() method Forms
28249 28249 Remove unnecessary dict.keys() calls Uncategorized
28226 28226 Remove use of deprecated ''.join() pattern HTTP handling
28238 28238 Changelist save method causing MemoryError contrib.admin
27881 27881 Add "unified diff" output mode to diffsettings management command Core (Management commands)
28247 28247 Don't require last_login property on custom user models contrib.auth
28245 28245 timezone.UTC() is not exported, but is attempted to be accessed Uncategorized
27978 27978 Allow loaddata to read data from stdin Core (Management commands)
28240 28240 django.db.models.query.values not acting as documented Database layer (models, ORM)
28244 28244 Exceptions derived from BaseException instead of Exception are not caught by convert_exception_to_response() Uncategorized
27876 27876 Documentation error for installing tests/requirements/py3.txt Documentation
28111 28111 Allow skipping validations done in database for Model.full_clean() Database layer (models, ORM)
28243 28243 Renaming Base model in multi-table inheritance raises django.core.exceptions.FieldError: Auto-generated field clashes Migrations
28221 28221 Fallback language overrides plural forms Internationalization
28239 28239 incorrect django.template.Context documentation since 1.10 Documentation
28211 28211 Inefficient query produced when using OR'ed Q objects Database layer (models, ORM)
28234 28234 SimpleSearchTest failures with postgresql contrib.postgres
27860 27860 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
28230 28230 Allow DjangoJsonEncoder to serialize CallableBool Core (Serialization)
28207 28207 contrib.auth.authenticate() doesn't work correctly if multiple auth backends don't accept a position request argument contrib.auth
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
16850 16850 Testsuite failing on JSON serialization Core (Serialization)
28227 28227 Make BaseRangeField importable at django.contrib.postgres.forms as documented contrib.postgres
28180 28180 Number queries in assertNumQueries failure output Testing framework
28210 28210 `<orm_object>._state.adding` behaviour and model inheritance Database layer (models, ORM)
28220 28220 contrib.auth.models Group should have a default ordering to prevent UnorderedObjectListWarning contrib.auth
28218 28218 KeyError 'content-type' http/response.py when printing response HTTP handling
28213 28213 New template filter like filesizeformat but for other units Template system
28208 28208 DjangoJsonEncoder does not encode Queryset Core (Serialization)
28197 28197 PostgreSQL introspection's get_constraints() retrieves index fields in arbitrary order Database layer (models, ORM)
28195 28195 Make OSMWidget zoom level configurable GIS
28196 28196 Character Encoding on EmailMessage when sending Core (Mail)
28148 28148 Document addition of validate_image_file_extension() as a backwards incompatible change for ImageField Documentation
28129 28129 Allow custom template tags to accept keyword only arguments Template system
28193 28193 Maximum length of database column in many-to-many through table is not updated if the foreign keyed model has a CharField primary key Migrations
28191 28191 'or' is translated in "Invalid block tag" exception message Template system
28189 28189 Sending emails asynchronous contrib.auth
28160 28160 Prevent hiding GDAL errors if it's not installed GIS
28185 28185 ModelAdmin.lookup_allowed() fails to consider dynamic list_filter contrib.admin
28186 28186 Formset validate_min bug for empty_forms_count Forms
22995 22995 Deprecate auto_now and auto_now_add and document alternatives Database layer (models, ORM)
28164 28164 Properly convert floats in DecimalField.to_python Database layer (models, ORM)
28183 28183 objects.create(**dictionary, key=value) regression in 1.11 Database layer (models, ORM)
28182 28182 Introduce django code migrations Uncategorized
28178 28178 Allow applications that make optional use of contrib.gis to better silence the lack of a GDAL install GIS
27118 27118 Make QuerySet.get_or_create()/update_or_create() error for a non-field in defaults Database layer (models, ORM)
28179 28179 Unittest of a form with Multiselect not filling correctly Uncategorized
28175 28175 __in query on parent model no longer works in 1.11 Database layer (models, ORM)
28162 28162 Documented solution to "MySQL Strict Mode is not set" warning doesn't work in MySQL 5.5 Documentation
28173 28173 Occasional FieldError for field that really does exist Database layer (models, ORM)
27554 27554 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
28169 28169 Unable to disconnect signal Database layer (models, ORM)
22657 22657 Can't disconnect signal if connected using @receiver tag Database layer (models, ORM)
28166 28166 Model _state.db for an inherited object is not correctly populated to parent object Database layer (models, ORM)
28159 28159 Using InlineFormset.save_as_new crashes in Django 1.11 Forms
28146 28146 PostGIS: Django 1.11 adds two extra queries: SELECT postgis_lib_version() and SELECT version() GIS
28153 28153 Add a method to DiscoverRunner to allow populating a database with test data Testing framework
28052 28052 Django inadvertently removes all indexes when switching to db_index=False Migrations
28100 28100 Remove link in UserChangeForm.password's translatable help_text Internationalization
28158 28158 Error in tutorials Documentation
28139 28139 Add one more level in the topics main index Documentation
28156 28156 User.has_perm always returns False for a custom permission inherited from group contrib.auth
28150 28150 Behavour of django.utils.text.slugify is not consistent between Python 2 and 3 when passed a tuple Utilities
28040 28040 Update SplitArrayWidget to use template-based widget rendering contrib.postgres
28155 28155 Security system checks do not ignore MIDDLEWARE_CLASSES when MIDDLEWARE is defined Core (System checks)
28151 28151 '__startswith' issue on Oracle 10G Database layer (models, ORM)
14149 14149 LIKE clauses fail in Oracle 9.2.0.7 Database layer (models, ORM)
28149 28149 QuerySet model fields comparison Database layer (models, ORM)
28130 28130 Formset validate_min validation ignores unchanged forms Forms
20939 20939 Convert QuerySet to Query when filtering Database layer (models, ORM)
6767 6767 Oracle backend treats DecimalFields as floats somewhere, losing precision Database layer (models, ORM)
28141 28141 When have null=True inside ForeignKey, Django don't to do CASCADE Operation even passing on_delete=models.CASCADE. [using PostgreSQL] Database layer (models, ORM)
28140 28140 Add convenience method to add `Permission`s to a `User` contrib.auth
28037 28037 Incorrect return type in QueryDict.items()/values() docs examples Documentation
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27644 27644 Document FileSystemStorage.get_created_time() limitation on Unix Documentation
28133 28133 KeyError: u'blank' or KeyError: u'editable' when upgrading django Migrations
28136 28136 timesince() uses wrong plural form in Polish when the number is 14. Internationalization
20094 20094 Models with `next` method on python 2.6 Database layer (models, ORM)
28121 28121 force_text incorrectly handles SafeBytes under PY3 Utilities
28119 28119 Test client cookies do not take into account server hostnames/domains Testing framework
28134 28134 Python 3.6 Django 1.11 manage.py" (I'm unable to add apps) Uncategorized
28124 28124 Timezone-related overflows in utils Utilities
23518 23518 Subquery does not respect explicit __exact Database layer (models, ORM)
28101 28101 Regression in nested __in subquery lookups when using to_field. Database layer (models, ORM)
28109 28109 Paginator warning about unordered object list should have the appropriate stacklevel Core (Other)
28114 28114 Using a custom user model when starting a project: default code generation. Core (Management commands)
28113 28113 send_email module needs a name field Forms
28108 28108 new Pagination object create hit to database Core (Other)
28039 28039 BaseGeometryWidget.subwidgets() crashes with KeyError 'widget' GIS
28090 28090 TimeField's value incorrectly localized in forms Forms
28088 28088 Overriding the built-in Django form widget HTML doesn't work Documentation
28096 28096 Cannot Prefetch() when queryset has ModelIterable subclass Database layer (models, ORM)
28086 28086 Support Resolving F Expression in Custom DB Function Database layer (models, ORM)
28098 28098 Error while doing migrations for a new model that is used in an form in the admin.py Migrations
28093 28093 Parsing of multipart/form-data broken since 1.10.x series HTTP handling
28092 28092 Document rename of update_contenttypes() Documentation
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
28058 28058 Empty Select widget (no choices) evaluates to False Forms
28084 28084 FieldDoesNotExist when running a migration that removes a deleted field from unique_together Migrations
28083 28083 Unable to cc self on ticket "Submission rejected as potential spam" Uncategorized
24030 24030 default id field not migrated correctly Migrations
28080 28080 Migration guesses wrong namespace for Enum defined on class Migrations
28067 28067 Clarify __str__() return type when using python_2_unicode_compatible() Documentation
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
28035 28035 Allowing logging the queryset location for a given query Database layer (models, ORM)
25276 25276 AlterField should raise an error when referenced field doesn't exist Migrations
28069 28069 Updating location of setup_test_environment() warning in tutorial 5 Documentation
28065 28065 Optimize SchemaEditor.alter_field() to avoid dropping foreign key constraints if not needed Migrations
28021 28021 Add active_login_required decorator contrib.auth
28064 28064 MultiValueDictKeyError double quotes missing str keys in error messages Utilities
28013 28013 admin/inlines.js has different functionality from admin/inlines.min.js contrib.admin
27947 27947 Document that model field error_messages don't carry over to forms Documentation
28047 28047 QuerySet.filter() using the name of a OneToOneField primary key crashes Database layer (models, ORM)
28063 28063 Allow to use add() with ManyToManyField which specifies an intermediary model Database layer (models, ORM)
16614 16614 Support server-side cursors for queryset iteration in database backends Database layer (models, ORM)
28061 28061 Decimal Validation Error Uncategorized
27183 27183 JSONField improperly escaped in admin interface during normal usage contrib.postgres
28057 28057 Admin inlines very slow to render contrib.admin
27972 27972 BaseSpatialField.geodetic should return SpatialReference.geographic GIS
28049 28049 ArrayField of IntegerField-s with Choices does not pass validation contrib.postgres
28001 28001 Investigate/update comment about context popping in ForNode.render() Template system
21729 21729 DecimalField.to_python() fails on values with invalid unicode start byte Forms
27916 27916 versionchanged / versionadded annotation titles missing in downloadable docs Documentation
28031 28031 Documentation for uwsgi deployment mentions buggy uwsgi packages in some distros but not when they were fixed Documentation
28029 28029 Removal of ability to reverse by dotted path found to be very non-DRY Core (URLs)
28027 28027 UTF-8 in help_text in models.ManyToManyField doesn't work anymore contrib.admin
28019 28019 Django django.db.models.Model.save() logic bit illogical? Database layer (models, ORM)
28030 28030 queryset.union count() method throws TypeError Database layer (models, ORM)
7452 7452 Settings for HTML4 or XHTML output Core (Other)
28023 28023 Wrong method in SQL query log Database layer (models, ORM)
28014 28014 "manage.py makemigrations --check" exits with 0 in case of exception Core (Management commands)
28026 28026 Pillow version > 4.0.0 not recognized Uncategorized
28022 28022 pillow not being recognised Core (System checks)
28018 28018 OneToOneField not working with inlineadmin contrib.admin
27912 27912 Open redirect on non-HTTP protocols: is_safe_url not validating properly HTTP handling
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)
27573 27573 Distance function returns Distance object instead of raw value on MySQL GIS
27928 27928 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
24317 24317 Deprecate field.rel, replace it with real field instances Database layer (models, ORM)
27989 27989 Passing an empty QueryDict to a form stores it as a plain dictionary Forms
28002 28002 named cycle tags don't work if cycle is instantiated outside included template Template system
27848 27848 EmailMessage.attach_file() with .eml file crashes Core (Mail)
27866 27866 Make ChoiceWidget.format_value() return a list Forms
27359 27359 Make it possible to specify a default template engine Template system
21584 21584 prefetch_related child queryset does not update on create Database layer (models, ORM)
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27993 27993 Impossible to clear an ArrayField with a forms.MultipleChoiceField Forms
27997 27997 Can't get last() item of a paginator 'page' Core (Other)
27942 27942 admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines contrib.admin
27973 27973 LinearRing.json gives invalid GeoJSON GIS
27990 27990 QuerySet.count() raises ValueError when QuerySet.union() is used Database layer (models, ORM)
27992 27992 Cleaned form values does not save to model Forms
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27988 27988 django-admin documentation typo (--v instead of -v) Documentation
27987 27987 debug view doesn't set default colours in css Error reporting
27736 27736 Prefer decorators for lookup-registration Core (Other)
27981 27981 date/time filter docs inaccurate about how localization works Documentation
25758 25758 Date filter doesn't use internationalization when USE_L10N is True Template system
27986 27986 Change BaseModelForm dictionary variable object_data to be OrderedDict Forms
27956 27956 Template error raised in an {% extends %} parent template shows incorrect source location on debug page Template system
24920 24920 Database type NUMERIC with no parameters is not supported Database layer (models, ORM)
27984 27984 Broken link in LANGUAGE_CODE settings Documentation
27980 27980 ExpressionWrapper is maybe masking a NotImplementedError on SQLite Database layer (models, ORM)
27983 27983 Tutorial should contain complete files at each step Documentation
27962 27962 allow lookups on Area annotation GIS
27958 27958 CSRF_COOKIE reset while requesting a broken relative URL over HTTPS CSRF
27969 27969 models.Field.formfield() should allow the 'disabled' kwarg for fields with choices Database layer (models, ORM)
27556 27556 add Oracle support for IsValid function and isvalid lookup GIS
27952 27952 core.validators.validate_slug doesn't mention that only latin letters are accepted. Core (Other)
27976 27976 label_from_instance fails silently: form field disappears. Forms
27975 27975 Regression on ability to use `queryset=None` on `ModelChoiceField` Forms
27977 27977 inspectdb errors after upgrade to cx_Oracle 5.3 Database layer (models, ORM)
27971 27971 GeoDjango LinearRing and Polygon handle contains/covers differently GIS
27945 27945 Clarify RegexValidator docs (match vs. search) Documentation
27966 27966 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27960 27960 ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second GIS
27915 27915 Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes Database layer (models, ORM)
27949 27949 Document how OpenLayers 3 widgets work Documentation
27919 27919 Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code Forms
27963 27963 Docstring example in docs doesn't follow PEP 257 Documentation
27965 27965 gis_tests.test_geoforms.GeometryFieldTest.test_field_string_value fails GIS
27939 27939 GeoDjango - map doesn't show correct point in admin GIS
27968 27968 Django admin calendar week day name wrong contrib.admin
27584 27584 Template error raised in a parent template shows incorrect source location on debug page Template system
27957 27957 Remove technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages Forms
27890 27890 runtests.py cleanup exception on Python 3.6 Core (Other)
27959 27959 Wrong output when alter field in sqlmigrate. Migrations
27724 27724 SelectDateWidget clears date and month if year is not selected Forms
27955 27955 JSONField.default not applied in admin contrib.admin
25004 25004 Add an OpenLayers 3 compatible map widget GIS
24199 24199 string_if_invalid doesn't provide information in many cases Template system
27951 27951 Nondeterministic ordering test failure in model_forms on Oracle Forms
27948 27948 Static serving views do incorrect unquote()ing of path contrib.staticfiles
27675 27675 Django postgres JSONField encoding contrib.postgres
27943 27943 Unable to log in with added superuser account contrib.admin
27897 27897 Searching for foreign key's pk in the admin crashes with FieldDoesNotExist contrib.admin
27882 27882 Allow template fragment caching for unlimited time Template system
27918 27918 Document ChoiceWidget.option_template_name Documentation
27924 27924 Add support for cx_Oracle 5.3 Database layer (models, ORM)
27822 27822 Audit Oracle's DatabaseIntrospection.data_types_reverse Database layer (models, ORM)
25247 25247 makemigrations unable to generate necessary migration for making a superclass abstract Migrations
27941 27941 Incorrect checking or re-conciliation of parent/child fields when inheritance is changed to abstract Migrations
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)
27920 27920 RadioSelect is not rendering the value attribute when it is empty Forms
27938 27938 Warning in tests: UserWarning: Limit for query logging exceeded, only the last 9000 queries will be returned. Testing framework
27937 27937 Potential issue with field.queryset._result_cache persisting Forms
23425 23425 Hide oracle specific GIS behaviour behind a feature flag GIS
27529 27529 Geographic database functions with two parameters should accept expressions in one or the other arguments GIS
27930 27930 The rhs attribute of the In lookup is not iterable anymore Database layer (models, ORM)
27927 27927 collectstatic with CachedStaticFilesStorage does not create symlinks contrib.staticfiles
27934 27934 modelformset_factory ignores max_num and returns 15 forms Uncategorized
27932 27932 EmailValidator fails on "a.@example.com" Core (Mail)
27933 27933 FieldDoesNotExist if remove foreign key and remove unique constraint at the same time Migrations
27904 27904 Add a system check that Field.validators are callable Database layer (models, ORM)
27911 27911 Document UserAdmin when creating custom User model Documentation
27913 27913 Admin calendar failed contrib.admin
16682 16682 KeyboardInterrupt not handled properly in transaction aborting Database layer (models, ORM)
27908 27908 Cannot use 'schema.table' with 'inspectdb' Core (Management commands)
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27907 27907 DecimalFields don't work with initial Forms
27891 27891 Allow setting a login backend when using PasswordResetConfirmView contrib.auth
27878 27878 Move to Python 3 shebangs Core (Other)
27622 27622 Test client should accept vendor tree json variants Testing framework
26817 26817 Document downsides and alternatives of Jinja2 context processors Documentation
27893 27893 Make it possible to disable exception re-raising in test client Testing framework
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27903 27903 RenameModel does not not change ForeignKey with related_name='+' Migrations
27898 27898 Inheriting from AbstractBaseUser does not interpolate unique error message on field contrib.auth
27896 27896 In Django 1.10 when sqlite is used and TIME_ZONE=None a django.db.utils.OperationalError error is raised when filtering by __date on a DateTimeField Database layer (models, ORM)
27900 27900 Make escapejs escape backticks to support usage in ES6 template literals Utilities
27901 27901 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
27902 27902 user_can_authenticate prevents confirm_login_allowed from checking inactive user contrib.auth
27887 27887 TypeError when namespaced urlconf included from non-namespaced one Core (System checks)
27889 27889 ModelAdmin ordering by pk fails check contrib.admin
27894 27894 ATOMIC_REQUESTS setting isn't honored in second view called via as_view() Uncategorized
27836 27836 Add a way to delete directories through the file Storage API File uploads/storage
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
27883 27883 "Vertical" polymorphism of models Database layer (models, ORM)
27885 27885 Migration creates index of a deleted table Migrations
27884 27884 Document that validators needs to be an iterable since Django 1.11 Documentation
27875 27875 Manager inheritance documentation doesn't mention manager_inheritance_from_future Documentation
27176 27176 django.setup() should raise an exception instead of hanging on re-entrant calls Core (Other)
27873 27873 setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple Testing framework
27874 27874 URL namespacing warning (urls.W005) does not consider nested URL namespaces Core (System checks)
22144 22144 Oracle Long text and bulk_create Database layer (models, ORM)
27879 27879 Writing Atom1Feed crashes if enclosures argument isn't provided to add_item() Utilities
27766 27766 runserver crashes because of auto-reloader (Py3 + PowerShell) Utilities
12033 12033 ModelAdmin.search_fields throws exception when using @ for non mysql database contrib.admin
27479 27479 ingored GDALException('Invalid pointer returned from "GDALClose"',) during tests GIS
27868 27868 makemessages creates files in '__pycache__' directory by default Core (Management commands)
27851 27851 include(admin.site.urls) doesn't work on master yet contrib.admin
27872 27872 Tutorial contains invalid instructions regarding background image Documentation
18914 18914 Add a way to add items to the admin's object tools using Python code contrib.admin
26285 26285 Deprecate the MySQL specific __search lookup Database layer (models, ORM)
27856 27856 Date subtraction loses accuracy on PostgreSQL for differences larger than month Database layer (models, ORM)
23151 23151 Deprecate RegexField.error_message Forms
27861 27861 Allow project template's BASE_DIR calculation to work regardless of how settings are structured Core (Other)
27850 27850 Admin Related Widget Wrapper ignores custom render() contrib.admin
27853 27853 When AdminEmailHandler is configured with include_html, DisallowedHost causes a 500 instead of a 400 Error reporting
27828 27828 ORM crash on F('date_field') - F('int_field') on PostgreSQL Database layer (models, ORM)
24028 24028 Related instance caching causes abstraction leaks from Field.get_db_prep_save 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
27135 27135 Standardise type value returned by introspection.get_constraints for indexes Database layer (models, ORM)
27847 27847 Allow caching form templates when DEBUG=True Forms
27841 27841 ORM 'join on' with extra restrictions Database layer (models, ORM)
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
26551 26551 Django ORM generates invalid PostgreSQL query with Inverted Q() object that crosses relations Database layer (models, ORM)
27839 27839 Add a native file upload progress bar through forms Forms
27838 27838 How to run a shell command concurrently from django server Uncategorized
27837 27837 After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old Uncategorized
27823 27823 Use python-home in WSGI daemon installation documentation Documentation
27820 27820 RequestDataTooBig/TooManyFields fail to render the debug page HTTP handling
27832 27832 contenttypes migration not following the doc on hints naming contrib.contenttypes
27831 27831 decorator_from_middleware is not compatible with new middlewares Utilities
21670 21670 New Model.save() mechanism causes deadlocks in mysql transactions Database layer (models, ORM)
27367 27367 Document behaviour when several urls have the same name Documentation
26610 26610 Add a citext field for contrib.postgres contrib.postgres
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
25524 25524 Evaluate handle_spheroid removal in get_distance method GIS
26347 26347 Saving ManyToMany field under race condition causes data loss on MySQL Database layer (models, ORM)
26108 26108 New method for returning OR querysets Database layer (models, ORM)
27537 27537 Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 Core (Management commands)
24577 24577 Restrict extending and including to require templates from the same engine. Template system
27586 27586 Django sometimes crashes on Windows when being launched in PyCharm Utilities
27148 27148 Invalid input for UUIDField with ModelMultipleChoiceField throws ValueError, not ValidationError Forms
27826 27826 Django migration can not find existing constraint Uncategorized
27809 27809 Add pre_add and post_add signals Database layer (models, ORM)
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)
20572 20572 Localized PostgreSQL error messages break loaddata Core (Management commands)
20368 20368 MemoryError can block rendering of traceback page Template system
27821 27821 Documentation of the return value of clean_<fieldname>() could be clarified Documentation
27816 27816 Duplicate keyword '_binary' failure when using BinaryField with mysql backend Database layer (models, ORM)
27356 27356 admin lookup_allowed incorrectly returns False for a nested reverse OneToOneField contrib.admin
27814 27814 Unclear explanation of orphans in Paginator Documentation
27817 27817 Jsonfield duplicating records in production database after running manage.py test Database layer (models, ORM)
27805 27805 ClearableFileInput's "Clear" checkbox on model fields with a default doesn't work Forms
27783 27783 VariableDoesNotExist can lead to stack overflows unusually easily Template system
27812 27812 When there is a DateTimeField django does not group by Database layer (models, ORM)
27797 27797 dumpdata generate a backup not usable with loaddata using MySQL Core (Serialization)
12302 12302 Exception with utf8 message leads to DjangoUnicodeDecodeError 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)
27806 27806 Allow for more dynamic ALLOWED_HOSTS configuration Core (Other)
27782 27782 Model signals and Many2Many fields Documentation
24194 24194 Oracle Backend Operations Database layer (models, ORM)
6423 6423 technical_500_response fails on String Exceptions Template system
27798 27798 Add a standardised approach for packaged apps to define default settings Core (Other)
27800 27800 Crash with QuerySet.annotate(Length(...)).distinct() Database layer (models, ORM)
14606 14606 Application module imported twice when running development server Core (Other)
27799 27799 If 'args' is used on a custom LabelCommand or AppCommand subclass, only the last positional arg is supplied to the command Core (Management commands)
27758 27758 Template widget rendering breaks the AdvancedModelIterator pattern Forms
27793 27793 Use Python's ipaddress module for IP validation Utilities
27784 27784 Custom Site model support for django.contrib.sites. contrib.sites
27790 27790 Investigate increased memory usage in tests when calling migrate without available_apps set Migrations
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27202 27202 Investigate RenameMethodsBase effect on yaml serialization Utilities
21628 21628 Stop using the `imp` module Core (Other)
15662 15662 module_has_submodule incorrectly uses the Importer Protocol Core (Other)
27769 27769 createsuperuser command missing docs about no-input/interactive Documentation
27748 27748 Use callables instead of strings as default error handlers (handler404, etc.) Core (URLs)
26083 26083 Python 2 deprecation warnings for classes that define __eq__() but not __hash__() Core (Other)
27786 27786 Uploading dependent on the user File uploads/storage
27678 27678 Document that the template system isn't safe against untrusted template authors Documentation
22779 22779 Swappable Site contrib.sites
27501 27501 ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated Documentation
27780 27780 makemigrations on custom user model Migrations
27779 27779 Problem with Coverage Report on djangoci.com Uncategorized
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
27774 27774 django admin with many objects count is very slow contrib.admin
27776 27776 Merge base.txt tests requirements file into py3.txt Testing framework
19201 19201 session data should always contain the expiry date contrib.sessions
27773 27773 Model field level permission and Field value level permission in Django and DRF Uncategorized
27757 27757 The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. contrib.admin
27762 27762 Concurrency Safety Documentation Documentation
27772 27772 Multiple Database without Default Database layer (models, ORM)
27746 27746 Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL Migrations
27771 27771 Problem with unicode literals and EMAIL_PORT Core (Mail)
6052 6052 SafeUnicode is not type.UnicodeType in _mysql.connection.escape Database layer (models, ORM)
25761 25761 Re-raised exceptions with __cause__ should also set __traceback__ on the exception Database layer (models, ORM)
27770 27770 {% include %} with the template instance is broken under django 1.11 Uncategorized
27743 27743 CSS fix of "viewsitelink", "golink" and "addlink" buttons for Django admin contrib.admin
9400 9400 flock causes problems when writing to an NFS share File uploads/storage
27759 27759 Template widget rendering: attrs with value False now render Forms
27765 27765 Migration to delete child model (multi-table inheritance) results in an error when using SQLite Migrations
27761 27761 Typo in multiple_input.html produces invalid HTML Forms
27749 27749 Documention change gunicorn deployment Documentation
27754 27754 Please document that Django models implement __dict__ (or tell me they officially don't) Documentation
27756 27756 Missing documentation of SECURE_HSTS_PRELOAD Documentation
27632 27632 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
27750 27750 TypeError when running manage.py migrate Migrations
23905 23905 Use built-in email.utils.make_msgid() when dropping Python 2 Core (Mail)
27744 27744 Complex prefetch_related broken (from 1.9 to 1.10) Database layer (models, ORM)
14153 14153 Redirects fail if URL has appended query string Contrib apps
27740 27740 Allow content_type or object_id of GenericForeignKey to be field on related model contrib.contenttypes
26058 26058 Custom storage backend's not entirely decoupled from FileField File uploads/storage
24046 24046 Deprecate the "escape" half of django.utils.safestring Utilities
25079 25079 Warn if both TEMPLATES and TEMPLATE_DIRS are defined Template system
26320 26320 Deprecate implicit OneToOneField parent_link Database layer (models, ORM)
26509 26509 Deprecate the precision_wkt() contrib.gis function GIS
26533 26533 Rename Widget._format_value() to format_value() Forms
26226 26226 Related managers should honor the queryset used for prefetching their results. Database layer (models, ORM)
25838 25838 ./manage.py shell creates unnecessary nested exceptions Core (Management commands)
25550 25550 Deprecate direct assignment to the reverse side of a related set Database layer (models, ORM)
25120 25120 Deprecate template.loaders.eggs.Loader Template system
24215 24215 Refactor of lazy model operations Database layer (models, ORM)
24205 24205 Remove or deprecate weak parameter to Signal.disconnect() Core (Other)
27297 27297 infinite AlterField migrations created for foreign key after case-only model name change Migrations
24711 24711 Allow flush management command to drop tables and re-run migrations Core (Management commands)
25223 25223 Allow default language to be one unsupported by django if the local project has the required translation catalog Internationalization
27738 27738 Default index name not set outside of migrations Database layer (models, ORM)
27690 27690 remove sleep before dropping test db? Testing framework
27735 27735 l10n is applied to Select widget's choices after template-based widget rendering Documentation
27544 27544 F() Expressions updating dates in .update() field fails on SQLite Database layer (models, ORM)
27663 27663 Make Index.create_sql() and SchemaEditor._create_index_sql() return SQL parameters as well Migrations
27733 27733 ClearableFileInput widget renders incorrectly Forms
27387 27387 Rendering "required" as HTML attribute is not documented under Field.required Documentation
27699 27699 parse_duration returns None if passed a string with a negative number of seconds Utilities
27709 27709 ContentTypes.objects.get_for_models returns inconsistent results for proxy models contrib.contenttypes
27518 27518 HTTP Referer leaks password reset link contrib.auth
27721 27721 Unhelpful error message when trying to run shell that can't be imported Core (Management commands)
27727 27727 Exclude with many condition in the same related field's fields Database layer (models, ORM)
27706 27706 Session key is not set when trying to log in, when another user's session cookie is sent with the login request contrib.auth
27725 27725 requests.post fail inside of django shell but not python shell Uncategorized
16575 16575 Allow specifying custom "empty" values for SelectDateWidget Forms
27717 27717 Squashmigrations doesn't optimize AlterModelOptions verbose_name_plural into CreateModel Migrations
27720 27720 Confusing error message when creating a model with unspecified attributes that have no defaults Database layer (models, ORM)
27716 27716 FieldFile incorrectly returns bytes the first time it is opened with 'r' File uploads/storage
27714 27714 Small visual artifact when clicking inline edit button in admin contrib.admin
27715 27715 [Tutorial - part 6.] Lack of saving created question into db Documentation
27711 27711 Questionable "Install Django" option ordering Documentation
27673 27673 System checks for contrib.admin are executed during registration contrib.admin
26961 26961 Run admin checks if DEBUG is False contrib.admin
27688 27688 Django message framework add_message() should prefer ducktyping over isinstance contrib.messages
27705 27705 Add protocol and server_cls attributes to runserver for extensibility Core (Management commands)
27432 27432 showmigrations --plan should show migrations that would be applied for the given app_labels Core (Management commands)
27703 27703 [Feature request] Template language type annotations Template system
27689 27689 FileSystemStorage().get_valid_name() may return empty string File uploads/storage
27691 27691 Avoid `logger=logging.getLogger(__name__)` Uncategorized
27702 27702 {{ form.id }} missing in documentation example Documentation
17975 17975 Make sessions more robust contrib.sessions
27698 27698 Add django.test.utils.ContextList.get() Testing framework
27696 27696 Email line length limiting does not work properly with Cyrillic strings Core (Mail)
27497 27497 make Area function, Distance function and lookups work with geodetic coordinates on SpatiaLite GIS
27695 27695 Development testing instructions do not work Uncategorized
27687 27687 Dateformat issue using django basic logging formatter Utilities
27680 27680 Recommend ccbv.co.uk in class-based views docs Documentation
27664 27664 Manager.contribute_to_class() is called with abstract model rather than concrete model Database layer (models, ORM)
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
25912 25912 Add binary left/right shift operators to F expressions Database layer (models, ORM)
26802 26802 Sending mails with attachment results in 'bytes' object has no attribute 'encode' Core (Mail)
27668 27668 Autocheck compliance with Python docstring conventions. Core (Other)
27671 27671 Exclusion of .po files from next source distributions Internationalization
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
27652 27652 Humanize docs should clarify: Floats OK too! Documentation
27667 27667 Check port number out of range for dev server url Core (Management commands)
27615 27615 Use native interval type on Oracle Database layer (models, ORM)
27665 27665 More than one instance of Chrome locks up LiveServerTestCase Testing framework
25415 25415 Make DiscoverRunner run system checks Testing framework
27662 27662 test suite fails in the last week of a leap year Utilities
27653 27653 Improvement of Ukrainian locale formats Internationalization
24949 24949 Force to_field and probably other fields to unicode during migration deconstruction Migrations
26731 26731 UnicodeDecodeError when writing unicode to stdout of management command Core (Management commands)
27660 27660 clean() not called on ModelForm for UpdateView Forms
27628 27628 startproject with template as a github zipball fails with PermissionError Utilities
27638 27638 Rollback data changes made inside templates Template system
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)
27640 27640 HTTPResponse.__repr__ errors when Content-Type header is not defined HTTP handling
27627 27627 OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server Database layer (models, ORM)
27642 27642 Make `forms.utils.flatatt` not add values which are `None` to attrs Forms
27643 27643 ModelAdmin.save_as is ignored contrib.admin
27636 27636 The filter queryset is dynamic? Database layer (models, ORM)
25492 25492 Check deferred foreign key constraints before dropping them Core (System checks)
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27633 27633 A typo in Chinese locale 错别字 Internationalization
26384 26384 Migrations crash renaming the pk of a model with a self-referential foreign key on SQLite Migrations
27630 27630 Autoreload continuously reloads when not using pyinotify Utilities
26494 26494 executable flags lost when using an archive as a project/app template Utilities
18823 18823 Clear with a M2M field with a through model Database layer (models, ORM)
26487 26487 Use EHLO after smtplib.SMTP_SSL too. Core (Mail)
25003 25003 schema.tests.SchemaTests.test_alter_implicit_id_to_explicit fails when run in isolation on MySQL Migrations
27623 27623 Responsive break in https://docs.djangoproject.com/en/1.10/intro/tutorial05/ Uncategorized
23952 23952 Don't run all template tests with string_if_invalid='INVALID' Template system
26385 26385 Squashing migrations with Python 2.7 adds bytestring prefix to ManyToManyField 'to' values which fails to run on Python 3 Migrations
26632 26632 System check for list_display_links ignores value of ModelAdmin.get_list_display() contrib.admin
25862 25862 LazyObject doesn't support multiprocessing on Python 2 Core (Other)
24871 24871 Textarea widget has redundant \r\n when writing XHTML Forms
27621 27621 Should list_filter be named list_filters for consistency ? contrib.admin
27600 27600 Support reading commands from stdin in shell command Core (Management commands)
27612 27612 Add a check that URL instance namespaces are unique across a project Core (System checks)
18514 18514 Creating sequences fails with Oracle 01741 error on custom table name with quotes Database layer (models, ORM)
25753 25753 Cache formats retrieved from django settings in formats.get_format Utilities
27619 27619 Queries where column name includes a '%' character break when using MySQL Database layer (models, ORM)
25754 25754 Queryset repr is not displayed on IPython >= 3.0 REPL if a NotImplementedError is raised Database layer (models, ORM)
27439 27439 Document how to add locale for osX on Unit Tests/Troubleshooting section for contribution Documentation
27618 27618 docs/intro/tutorial04.txt: Incorrect Information in Amend Views section Documentation
27616 27616 HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt Uncategorized
27485 27485 Allow ALLOWED_HOSTS to accept an IP-range / wildcard HTTP handling
27377 27377 Clarify that prepopulated_fields doesn't work with OneToOneField Documentation
27606 27606 Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost HTTP handling
24182 24182 Document or improve limitations for doing queries in field defaults Migrations
27613 27613 BaseInlineFormSet is validating form for extra forms Forms
27263 27263 Allow validators to short-circuit in form field validation Forms
27470 27470 CSRF context processor never sets NOTPROVIDED CSRF
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27597 27597 UrlResolver doesn't check all possibilities Core (URLs)
27601 27601 BooleanField no longer accepts empty string as False value Database layer (models, ORM)
27610 27610 Unexpected behavior on chained filters Database layer (models, ORM)
27609 27609 gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. Core (System checks)
27608 27608 Combine simple_tag and assignment_tag Template system
19415 19415 Clarify how aggregates work with multi-valued relationships and multiple filter() calls Documentation
27576 27576 fallback to GDAL if spatial_ref_sys is unavailable GIS
27602 27602 add Oracle support for BoundingCircle function GIS
27607 27607 add Oracle support for AsGML function GIS
27558 27558 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27418 27418 Occasional missing plural forms in JavaScriptCatalog Internationalization
27313 27313 Allow overriding the admin's popup response template on an app or model basis contrib.admin
19629 19629 CSRF verification failed. Request aborted. when following instructions for comments Documentation
27599 27599 str(models.Field()) crashes Database layer (models, ORM)
27593 27593 Template traceback, doesn't account for {% include ... %} tags. Template system
27570 27570 Make context processor run outside of RequestContext Template system
27598 27598 Allow specifying directories for a filesystem template loader Template system
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27592 27592 QueryDict docs don't mention that iter methods are available only on Python 2 Documentation
27591 27591 running manage.py with virtual environment Uncategorized
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)
27310 27310 Refactor RenameModel.state_forwards to avoid relying on state.apps. Migrations
27581 27581 Second-level proxy fails to inherit reverse relation from parent proxy Database layer (models, ORM)
27355 27355 Add PostgreSQL Extension operation example to reference page Documentation
27566 27566 Clarify documentation of ModelAdmin.save_model and delete_model Documentation
17834 17834 ETag generated from empty content can break http caching HTTP handling
27579 27579 Alias Python 3's assertion names on Python 2 in SimpleTestCase Testing framework
27571 27571 Conditionally add TEST_DATABASE_PREFIX to db name Testing framework
27578 27578 ModelChoiceField.to_python() somehow receives value as type 'list' Forms
27569 27569 Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. Core (URLs)
27577 27577 Django annotated query returns wrong results Database layer (models, ORM)
27568 27568 Add new Entropy Password Validator to django.contrib.auth.password_validation contrib.auth
27564 27564 `refresh_from_db()` should return the model instance instead of None Database layer (models, ORM)
27565 27565 {{ form.as_p }} with RadioSelect generates invalid HTML Forms
27562 27562 Django using uuid as primary key, receive AttributeError during createsuperuser(NOT AN ISSUE) Uncategorized
27119 27119 full_clean() called too many times during formset validation Forms
8165 8165 When using can_order=True on formset, ordered_forms is not avaible when formset.is_valid() is false Forms
27542 27542 Client.force_login() shouldn't use authentication backends without a get_user() method Testing framework
27088 27088 GEOSGeometry should accept Python 2.7 memoryview GIS
27358 27358 Add a system check for FileField upload_to starting with a slash Core (System checks)
27548 27548 Documentation missing section about adding your app to INSTALLED_APPS in settings Documentation
27557 27557 Overzealous GEOSGeometry sub-subclasses casts GIS
27552 27552 add docs/tests for GEOSGeometry.normalize() GIS
27507 27507 use SchemaEditor.execute() to run deferred_sql in migration sync_apps Core (Management commands)
27181 27181 Sites framework does not normalize domains with trailing "." contrib.sites
27553 27553 tutorial python manage.py runserver creates NameError: name 'include' is not defined Documentation
24646 24646 File names jinja2.py cannot import jinja2 Documentation
27402 27402 When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly Internationalization
27549 27549 django.utils.functional.lazy cannot be used with regular expressions module (re) Utilities
27551 27551 Search box on the Django 'Documentation' page is not behaving as expected Documentation
27547 27547 Unicode in Textarea breaks rendering Uncategorized
27545 27545 Django conditional If-Match: * returns precondition failed response HTTP handling
27321 27321 ignores_quoted_identifier_case broken on MySQL on OS X/Windows Database layer (models, ORM)
18717 18717 Setting attributes on deferred objects should trigger field's descriptor's __set__() Database layer (models, ORM)
27540 27540 Importerror: No module named dash Uncategorized
27535 27535 RFE: Exclude pk from queries Database layer (models, ORM)
27536 27536 order_by('pk') is not obeyed if superclass has default ordering Database layer (models, ORM)
27509 27509 Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. Documentation
27531 27531 Delete confirmation page overrides extrahead contrib.admin
27517 27517 TemplateResponseMixin with charset does not work Generic views
27530 27530 Referencing a function in a model field definition, and then removing that reference (and function) after running a migration raises an exception Uncategorized
27528 27528 No default object-level permissions provider contrib.auth
27499 27499 Pickling a QuerySet evaluates the querysets given to Prefetch in prefetch_related Database layer (models, ORM)
26340 26340 Cannot rollback to a savepoint explicitly after an IntegrityError when autocommit is disabled Database layer (models, ORM)
27504 27504 Cannot Make ORM Queries After an Error and Rollback In Non-autocommit Mode Database layer (models, ORM)
27526 27526 test_fuzzy_compiling failing on a machine with 64 cores Internationalization
27525 27525 Revert to previous migration automatically after failure when using MySQL backend Migrations
27527 27527 How to enable login for a custom written authentication backend contrib.auth
26920 26920 GEOSGeometry objects compare equal despite different SRID GIS
27506 27506 HttpRequest.build_absolute_uri throws DisallowedHost HTTP handling
27510 27510 Allow custom keyword arguments to modelform_factory in ModelFormMixin Generic views
27521 27521 QueryDict is inconsistently converted to kwargs between CPython and PyPy Core (Other)
27524 27524 Using user instance (instead of get_user_model()) leads to errors when user model is overridden contrib.auth
26570 26570 Test runner imports models package with Python 3.5+ Testing framework
27483 27483 Add a login_required decorator for AJAX requests contrib.auth
27221 27221 Document how to escape a percent symbol in ugettext Documentation
27250 27250 Confusing <label> assignment with CheckboxSelectMultiple Forms
27295 27295 Add a system check to prohibit models that start with an underscore Core (System checks)
27394 27394 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27513 27513 Optimize Signal.send a tiny bit Utilities
27523 27523 Sitemap ping_google function reverse broken on Django 1.10 contrib.sitemaps
27519 27519 Issue in Django 1.8.5 model class Database layer (models, ORM)
27508 27508 Debug 404 page shouldn't include the request path prefix in the description of URLconf matching Error reporting
27520 27520 sqlmigrate generates a duplicate DROP INDEX statement (migrate works fine) Migrations
27511 27511 Docs incorrect about related_model for GenericRelation being None Documentation
27512 27512 Dead code path in Model.__init__ Database layer (models, ORM)
27514 27514 Add test coverage for Model.__init__ "Number of args..." exception Database layer (models, ORM)
27493 27493 GIS raster transformation test failures due to precisions with GDAL 2.1 GIS
27503 27503 Provide a way for to-many rels to be used without the db Database layer (models, ORM)
27502 27502 The search of official documentation is broken Documentation
27500 27500 Warn about potentially significant performance degrading schema changes when making/running migrations Migrations
27156 27156 Setting HttpRequest.encoding should clear GET HTTP handling
27482 27482 Conditional Expressions documentation should have an example for filter() methods Documentation
25748 25748 Glossary: Project vs App Documentation
27467 27467 UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented contrib.auth
23386 23386 Clear F expressions after a model instance is saved Database layer (models, ORM)
27496 27496 Iterating over ModelChoiceField with RadioSelect widget duplicates query Forms
27495 27495 MultipleChoiceField isn't working with options longer than 1 character Forms
27476 27476 model Integer fields (and derivatives) do not raise a ValidationError while other types do Database layer (models, ORM)
27492 27492 JsonResponse can't handle model_to_dict() with empty ImageField HTTP handling
27494 27494 markup typo in model docs Documentation
27407 27407 Model.delete(keep_parents=True) should preserve parent reverse relationships Database layer (models, ORM)
27003 27003 ArrayField and JSONField form fields fail on already converted values Forms
27491 27491 TruncDay function arguments aren't quoted properly when you print the SQL query Database layer (models, ORM)
27490 27490 Remove python3-memcached from test dependencies Core (Cache system)
27393 27393 Admin: input boxes on password reset forms are not aligned contrib.admin
27453 27453 LocaleRegexProvider unnecessarily recompiles the same regex for every active language Core (URLs)
25284 25284 QuerySet.filter(related_id=queryset) no longer does implicit __in lookup Documentation
27463 27463 Fix ambiguous variable flake8 warnings Core (Other)
27481 27481 boolean annotation returns integer on SQLite Database layer (models, ORM)
27484 27484 ManyToMany relationship filter - delete - generate wrong sql Database layer (models, ORM)
24729 24729 Test --keepdb option is incompatible with data migrations. Database layer (models, ORM)
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27474 27474 Classes attribute in admin.TabularInline contrib.admin
27386 27386 Readonly callable field is unconditionally wrapped inside <p>...</p>, which might create invalid HTML contrib.admin
27478 27478 JSONB_AGG is not available in PostgreSQL 9.4 contrib.postgres
27431 27431 Disabled fields are marked as changed in form Forms
26693 26693 RenameModel causes state.apps rendering leading to massive time increase in makemigrations Migrations
18985 18985 DeprecationWarning no longer loud by default in Python 2.7+ Core (Other)
27469 27469 Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address Core (Mail)
27438 27438 manage.py diffsettings should allow to compare to another settings module (not only to default Django settings) Core (Management commands)
27426 27426 Test Client shouldn't subclass RequestFactory Testing framework
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27461 27461 makemigrations router.allow_migrate() calls for consistency checks use incorrect (app_label, model) pairs Core (Management commands)
27414 27414 Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances Documentation
27138 27138 timezone.localtime accepts naive datetimes on Python ≥ 3.6 Utilities
27436 27436 migrations.test_commands.MakeMigrationsTests fail on Windows when run on a different drive than C: Core (Management commands)
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27456 27456 Changing the unique parameter from True to False has no effect on MySQL Migrations
27459 27459 Tuple index out of bounds when logging Utilities
27455 27455 When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. Internationalization
27433 27433 ModelForm with BooleanField can not save False/unchecked Forms
27454 27454 Skip translation loading in apps that don't have a 'locale' directory Internationalization
27457 27457 Cannot migrate ArrayField on SQLite Database layer (models, ORM)
27378 27378 Add UUID serialization support to migration writer Migrations
27133 27133 Explain how to load initial data with a data migration Documentation
26812 26812 APPEND_SLASH doesn't work with URLs that have query strings HTTP handling
23604 23604 Regression in allowing to handle M2M fields from the "receiving end" - follow up to #23329 contrib.admin
27372 27372 inspectdb fails to inspect sqlite3 tables with foreign keys that have spaces Core (Management commands)
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27346 27346 Stop setting the Content-Length header in ConditionalGetMiddleware HTTP handling
27441 27441 MySQL backend output for 'DROP COLUMN' uses undocumented SQL Migrations
27073 27073 Overridden model managers shouldn't appear in _meta.managers Database layer (models, ORM)
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)
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)
27022 27022 some DjangoTemplates builtin tags misparse lack of whitespace between variable name and boolean operator in arguments Template system
27429 27429 had to use QuerySet.extra to do WHERE LIKE with arbitrary amount / placement of wildcard characters Database layer (models, ORM)
27427 27427 Add reply_to argument on send_mail wrapper. Core (Mail)
27428 27428 Using .extra on Queryset Uncategorized
27425 27425 Outdated FAQ, developers to hire Documentation
27423 27423 Test command sys.exit() does unnecessary casting Testing framework
27424 27424 contenttype 0002_remove_content_type_name migration failure contrib.contenttypes
27422 27422 `makemigrations` fails to migrate ForeignKey types across app boundaries Database layer (models, ORM)
27415 27415 Add request.JSON or request.get_json() HTTP handling
27413 27413 Cannot contact coodinator who charge in django-docs korean translation Documentation
27363 27363 SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do contrib.sessions
27411 27411 Django namespaced reverse not working in test environment Testing framework
27400 27400 Changed in 1.10: {% static %} tag now encodes "#" Documentation
27410 27410 Clarify staticfiles "is enabled (default)" in ref Documentation
27063 27063 i18n_patterns() matches too much of the URL as the language code Internationalization
16626 16626 login_required attribute in class-based Generic Views Generic views
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27405 27405 AdminLogNode render TypeError exception while calling get_admin_log with no user (1.8.x) contrib.admin
27401 27401 Add Transifex config to build translated docs Documentation
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27382 27382 Document that ugettext_lazy() result can't be used with arbitrary Python code Documentation
24975 24975 Add the ability to prefetch_related() from a model instance Database layer (models, ORM)
26622 26622 Improve timezone documentation regarding requirement for pytz Documentation
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
27299 27299 Document Widget.use_required_attribute() Documentation
27340 27340 Model pre_init signal should provide an `instance` argument Database layer (models, ORM)
27389 27389 Cannot use QueryDict without configuring settings first HTTP handling
27390 27390 need modify `runtest.py` parts of the document Documentation
13327 13327 FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null. Database layer (models, ORM)
27362 27362 Omitting default_app_config in __init__.py happens too easily. Core (Other)
27388 27388 Filter chaining results in unnecessary joins (and degenerate performance) Database layer (models, ORM)
26988 26988 User is_authenticated callable property is confusing to check contrib.auth
27385 27385 Error in QuerySet.bulk_create() on PostgreSQL when objs length is a multiple plus one of batch_size Database layer (models, ORM)
27383 27383 Regression: `FileField(default=None)` now never upload a file through a ModelForm File uploads/storage
27384 27384 Accessing request.POST in Django middlewares 1.10.x make it empty for view HTTP handling
26357 26357 'related-lookup' and 'add-another' popups don't work for admin fields added via ajax contrib.admin
27374 27374 JavaScriptCatalog view ignores the packages argument Internationalization
27376 27376 Why not use plural format MIDDLEWARES in settings.py in Django 1.10.x Core (Other)
27375 27375 Error when using conditional expression in aggregation Database layer (models, ORM)
27350 27350 Attaching signals to abstract models don't work as it used to be Database layer (models, ORM)
27343 27343 Different Chaining Of Qs+Filters behaves unexpectedly differently Database layer (models, ORM)
27357 27357 Variant of FilePathField that uses a Storage backend Database layer (models, ORM)
27371 27371 undefined reference in django/contrib/sitemaps/views.py line 71 (version 1.8.15) contrib.sitemaps
27368 27368 mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket Testing framework
27364 27364 DATE_INPUT_FORMATS is not working Database layer (models, ORM)
27366 27366 KeyError: 'no_color' in base.py, l. 314 Migrations
27337 27337 Convoluted MTI with abstract model mixin fails on PY2, works on PY3 Database layer (models, ORM)
27361 27361 Use "from django import forms" in forms api examples Documentation
12087 12087 Django "TransactionTestCase" isn't Testing framework
27351 27351 Add support for composite fields Database layer (models, ORM)
27344 27344 ConditionalGetMiddleware should only operate on GET requests HTTP handling
27354 27354 Incorrect variable name given in tutorial Documentation
27353 27353 BooleanField raises ValidationError always for RadioSelect widget value False Forms
27349 27349 Docs: "Customizing error views" does not mention CSRF_FAILURE_VIEW Documentation
27345 27345 Stop setting the Date header in ConditionalGetMiddleware HTTP handling
27341 27341 Altering max_length on sqlite: makemigrations creates correct migration, but migrate does not alter length of varchar in the database itself Migrations
27347 27347 Contributing docs: Patch vs Pull-Request Documentation
27348 27348 Typo in docs for modify_settings Documentation
27123 27123 prefetch_related return mistaken result Database layer (models, ORM)
22309 22309 DatabaseFeatures.supports_transactions should use temporary tables Database layer (models, ORM)
27342 27342 QuerySet.update_or_create() "shortcut to boilerplatish code" example is incorrect Documentation
21046 21046 django-admin.py always creates files with Unix line endings Core (Management commands)
27333 27333 EmailMessage.message().as_string() incorrectly base64 encoded on Python 3 Core (Mail)
10541 10541 cannot save file from a pipe on Python 2 File uploads/storage
27336 27336 Whitespace control django configuration template Template system
27330 27330 Generic CreateView/UpdateView doesn't send the kwargs to get_context_data Generic views
27329 27329 Django-river State field not showing Uncategorized
27322 27322 get_default_timezone() / LocalTimezone does not handle None values Utilities
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
25475 25475 Document how to to use a literal % in Func.template Documentation
27320 27320 SMTPServerDisconnected('please run connect() first',) Core (Mail)
27315 27315 IntegrityError: insert or update on table violates foreign key constraint on Django 1.10 Uncategorized
27319 27319 Circular ForeignKeys between two unmanaged models produce incomplete migrations Migrations
27244 27244 Incorrect thousand separator for the Greek locale (el) Internationalization
27312 27312 Checking raw argument to prevent signals from executing during fixture loading isn't DRY Core (Other)
22872 22872 Backwards incompatible change: Can't proxy User model: RuntimeError: App registry isn't ready yet. Documentation
27262 27262 Delegate URL resolver checks to URL classes Core (URLs)
27311 27311 Support unpickled models (e.g. read from cache) in migrations Migrations
27314 27314 PointField can't be used in get_or_create GIS
27218 27218 Return LogEntry instances from log_addition, log_change, log_deletion contrib.admin
7355 7355 Urlize function in django.utils.html does not properly work on https:// links Core (Other)
27273 27273 Make usage of construct_change_message easier outside of admin contrib.admin
27304 27304 Django 1.10 onwards broke previous behaviour for models.DateTimeField() in Admin contrib.admin
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27292 27292 Example authentication backend doesn't need to set user's password Documentation
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27279 27279 Performance regression when running migrate with RenameModel operations Migrations
9363 9363 Add a traceback to each query in CursorDebugWrapper Database layer (models, ORM)
27309 27309 Add CallableBool.__hash__() Utilities
27307 27307 sitemap url examples missing names Documentation
23332 23332 Change format of test runner output Testing framework
27306 27306 Document relation between auto_now/auto_now_add and timezones Documentation
27305 27305 Removed unused can_import_settings command attribute Core (Management commands)
27302 27302 Date/time fields flagged as changed in ModelAdmin.construct_change_message contrib.admin
27290 27290 Email validation doesn't check length Core (Other)
26940 26940 makemessages incorrectly configured as not requiring settings Internationalization
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)
27186 27186 Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 Forms
27294 27294 Document fields in UserCreationForm Documentation
27210 27210 smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error Core (Mail)
26315 26315 Allow call_command() to accept a Command object as the first argument Testing framework
27298 27298 Unclear "after each test" wording in the documentation Documentation
27286 27286 Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call Testing framework
27291 27291 Missing attribute: CheckboxSelectMultiple.dont_use_model_field_default_for_empty_data = True Forms
27293 27293 Incorrect time string spacing in Korean Internationalization
27285 27285 Multi-db example : default database config can not be an empty dict Documentation
27289 27289 Docs: Badly wrong explanation of View.as_view() and its use in urlconf Documentation
27217 27217 makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS GIS
27288 27288 In multi-db setup changes written to master are not seen on read-replicas Testing framework
27287 27287 IndexError in logging on runserver broken pipe error Utilities
27283 27283 Typo in the documentation Documentation
27284 27284 Typo error in doc file Documentation
27102 27102 simplify_regex is not cleaning up any outstanding regex-y character contrib.admindocs
27282 27282 port cant be integer with oracle backend Database layer (models, ORM)
27268 27268 Regression on error message for invalid related fields lookup in QuerySet.get() Database layer (models, ORM)
27281 27281 can-delete: we don't use initial data Documentation
27076 27076 Document django.contrib.admin.sites.AdminSite.register() Documentation
27053 27053 Document django.contrib.auth.get_user() Documentation
27266 27266 assertFormError fails when trying to check a custom validation in an Admin form contrib.admin
27271 27271 ServerFormatter should handle simple string messages with or without args Utilities
27277 27277 Error in generation of SQL query when have a ForeignKey with Model with ChoiceField Database layer (models, ORM)
27274 27274 KeyError when using RenameModel in migrations that refer to an unmanaged model in another app. Migrations
27278 27278 Formset.validate_max bad anchor in documentation Documentation
16356 16356 Relationships in Django does not allow CASCADE delete Database layer (models, ORM)
27276 27276 Document how to reverse the admin's login view Documentation
27270 27270 Clarify wording of "A form may include HTML attributes such as maxlength" Documentation
27264 27264 Model Meta is overwriten by abstract parent class Database layer (models, ORM)
27275 27275 Use verbose names for fields in construct_change_message contrib.admin
27259 27259 ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set Database layer (models, ORM)
27269 27269 ORM extremely slow to run annotate/filter query, much faster directly in dbshell Database layer (models, ORM)
16487 16487 F expression with timedelta does not work with __range query filter Database layer (models, ORM)
27265 27265 Using @admin.register causes failure when AdminModel constructor is overriden contrib.admin
26010 26010 I need to count objects in a queryset by year and month Database layer (models, ORM)
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27261 27261 Missing python-brace-format marker for a contrib.admin string contrib.admin
25049 25049 Oracle fails to change unique_together constraints due to case sensitivity Migrations
13161 13161 Avoid global registration of psycopg2 adapters/extensions Database layer (models, ORM)
27249 27249 IntegrityError when using ManyToManyField.add() with a value of incorrect type Database layer (models, ORM)
23776 23776 HStoreField example doesn't work Documentation
7028 7028 Better admin raw_id_fields feedback contrib.admin
27159 27159 Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs Database layer (models, ORM)
27158 27158 Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages contrib.admin
2651 2651 ForeignKey search/filter/autocomplete widget contrib.admin
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
27256 27256 Change the selected attribute of select form tags to use HTML5 boolean syntax Forms
27254 27254 Detect web server context Uncategorized
16679 16679 Speed up signals by caching the receivers per sender Database layer (models, ORM)
27255 27255 Change test runner to display full dotted name of test Testing framework
27243 27243 Make reverse_dict.getlist work with fully qualified module names Core (URLs)
27253 27253 Use assertIsInstance() in test_force_text_lazy Utilities
27252 27252 Remove hosting4django.net from DjangoFriendlyWebHosts Uncategorized
27223 27223 model RangeField with default value are skiped in ModelForm full_clean validation in construct_instance function Forms
27238 27238 Disable check_pattern_startswith_slash if settings.APPEND_SLASH=False Core (System checks)
27219 27219 Emoji don't work in TextFields using Oracle backend Database layer (models, ORM)
26166 26166 Accessing a widget via an index on a BoundField results in unnecessary iteration Forms
27248 27248 Running migrations one-by-one fails after adding django.contrib.sites to INSTALLED_APPS. contrib.sites
27245 27245 can't revert migration with index_together with one field Database layer (models, ORM)
27247 27247 Official way to create custom admin commands with subcommands in py2 / py3 Core (Management commands)
27246 27246 Factor out input template in ClearableFileInput and document template class attributes Forms
27165 27165 CreateModel without indexes always includes options={'indexes': []} Migrations
27242 27242 Add get_object_or_none to django.shortcuts Core (Other)
27239 27239 Unexpected behavior on get_FIELDNAME_display when as int as value Database layer (models, ORM)
27233 27233 IndexError when using django.request Uncategorized
27237 27237 Cannot save() model with ForeignKey with sqlite, but works OK with PostgreSQL Database layer (models, ORM)
13247 13247 GIS google-map.js maxHeight, dragCrossSize options GIS
13112 13112 Customize map type in contrib.gis.maps.google GIS
11482 11482 Add Google map events handling GIS
11458 11458 Add GPolylineOptions and GPolygonOptions to django.contrib.gis.maps.google.overlays GIS
11211 11211 Add GMarkerOptions: clickable, bouncy, dragCrossMove, bounceGravity, autoPan and hide GIS
27235 27235 Avoid using mutable default arguments where possible Uncategorized
27083 27083 Parse conditional HTTP headers according to RFC 7232 HTTP handling
27198 27198 QueryDict getlist allows data to be mutated HTTP handling
27230 27230 Inconsistency in AppConfig.path depending on sys.path Core (Other)
27232 27232 Regression in construct_instance for FileField's with defaults Forms
14284 14284 Support for Google Maps version 3 GIS
11228 11228 FieldFile with check if file exists, and don't raise errors by default Database layer (models, ORM)
5133 5133 Memcached connections get left open (in certain circumstances). Core (Cache system)
27228 27228 prefetch_related with select_related takes a lot of query Database layer (models, ORM)
27187 27187 Django 1.10 is unable to unpickle models pickled in Django pre-1.10 Database layer (models, ORM)
26170 26170 ModelAdmin add/change/delete views always run transaction on default database contrib.admin
27224 27224 Is possible display SVG by help Django`s view? Uncategorized
27178 27178 ImageField when default provided in model, it's impossible to change the value. Forms
27220 27220 MultiWidget not considered in form submit Forms
27203 27203 Update tests that use assertQuerysetEqual lambda o: o to use assertSequenceEqual Core (Other)
27216 27216 Wrong import location in deprecation message contrib.admin
27215 27215 Document new location of jquery in v1.10 Documentation
23155 23155 Add request attr to user_login_failed signal contrib.auth
26524 26524 Change foreign key id list_display reference to display only the id contrib.admin
27212 27212 fix document in `Managing static files` doumentation page Uncategorized
27206 27206 Incorrect DATE_FORMAT for et locale Internationalization
27209 27209 Cast function accepts field class according to docs but expects field instance Documentation
27173 27173 Permit import statements to be longer than 80 characters Core (Other)
27208 27208 It does not work when using the download image ImageField via Admin since Django 1.10.1 Forms
27192 27192 Allow pluralizing admin URLs contrib.admin
27205 27205 Allow doing a substring search in JSONField array contrib.postgres
27204 27204 Clashing m2m intermediate table validation should ignore unmanaged models Core (System checks)
27062 27062 Add support for for_update for MSSQL Database layer (models, ORM)
27197 27197 Document how blank=True affects the migrations questioner Documentation
27199 27199 Integer inputs marked as type="text" instead of type="number" contrib.admin
27196 27196 Allow django admin to be logged into freely on localhost contrib.admin
27170 27170 Make database backend __init__() methods friendlier to subclassing Database layer (models, ORM)
24080 24080 Sqlite segmentation fault regression when running tests (since 1.7.2) Testing framework
27194 27194 Cannot access admin page by following tutorial Uncategorized
27174 27174 Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 Documentation
27191 27191 Generation of error reports fails if request.GET, POST, FILES or COOKIES contains key 'items' Error reporting
27180 27180 Check for sql_mode fails during migration with special database connections Database layer (models, ORM)
27190 27190 Internet explorer 9 fails to load Roboto-Regular.woff font contrib.admin
27172 27172 Close cursor in custom SQL example Documentation
27189 27189 Allow namespaced management commands Core (Management commands)
27168 27168 "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name Migrations
27185 27185 Can not change value in DateTimeField in Admin when default is set contrib.admin
27177 27177 Migrations not found for app with same name as project Database layer (models, ORM)
25553 25553 Add lazy version of admin_static's static contrib.admin
25864 25864 AppRegistryNotReady exception since update from 1.8.7 to 1.9 Uncategorized
26152 26152 django.setup() hangs django if ever used in a module that's imported by an app Documentation
27171 27171 #7201 Change 'unicode_literals' in TemplateCommand, change admin and view templates Template system
18565 18565 Point object doesn't work in queyset.extra params argument GIS
10664 10664 non-serializing fixtures Core (Serialization)
26098 26098 Support Geodjango admin widgets on SSL GIS
27097 27097 Add introspection for index type Database layer (models, ORM)
25476 25476 Use pg_catalog tables to introspect constraints Database layer (models, ORM)
27108 27108 Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist contrib.staticfiles
27169 27169 adding a field to a model with default value in postgres, when is migrated drop the default Migrations
27099 27099 Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice Documentation
27167 27167 Removing Validator callable breaks Migrations Migrations
27166 27166 Documentation clarification of warning for using cache-based sessions Documentation
27142 27142 makemigrations fails on special database connections Migrations
25850 25850 Migrations ignore inconsistent history silently Migrations
27110 27110 makemigrations shouldn't create `django_migrations` table in external databases Migrations
27162 27162 Move CreateExtension to django.db.backends.postgresql Database layer (models, ORM)
27150 27150 Document that a name should be provided when wrapping file-like objects that don't have one with File Documentation
27137 27137 Document how to disable migrations for an application Documentation
22741 22741 Migrate fails with `TypeError` when using a callable default for a `ForeignKey` Database layer (models, ORM)
27163 27163 Unable to specify multiple pythonpath in django-admin Core (Management commands)
27157 27157 AdminForm may crash if model_admin argument is None contrib.admin
27152 27152 Comma-delimited servers list not supported in memcached caches `LOCATION` Core (Cache system)
27140 27140 Prevent template rendering from hiding a property's TypeError Template system
27154 27154 Allow comparing CallableFalse/CallableTrue with bitwise or contrib.auth
27153 27153 HttpResponseBase should check for valid HTTP status code HTTP handling
27081 27081 Allow migrations to serialize methods on pypy Migrations
27145 27145 Discrepenacy between documentation and docstring for Storage.save method Documentation
27113 27113 Test that setting HttpRequest.encoding clears POST HTTP handling
27155 27155 makemigrations --no-check-consistency command line argument 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
26979 26979 Using an admin.RelatedOnlyFieldListFilter in admin does not working if a type of a field is ForeignKey and value to_field is not pk (in my case it is UUID). contrib.admin
27132 27132 Allowed testing MemcachedCache and PyLibMCCache during the same test run Core (Cache system)
27124 27124 caches_setting_for_tests passes cull related options to memcached tests Core (Cache system)
27144 27144 annotating across a ManyToManyField returns duplicate results Database layer (models, ORM)
27139 27139 ImportError: No module named 'polls.apps.PollsConfig' Documentation
27136 27136 Change auth forms' autofocus attribute to HTML5 boolean syntax contrib.auth
22986 22986 Allow disabling session model database table creation if not used by session engine contrib.sessions
27134 27134 JSONField key values are not escaped correctly in queries contrib.postgres
21719 21719 Forbid importing models before their application configuration Core (Other)
18582 18582 Emails not being sent to bcc addresses Core (Mail)
27126 27126 Use `namedtuple` in result of `{% regroup %}` Template system
26883 26883 makemessages doesn't find blocktrans if it comes after a comment in templates Internationalization
27127 27127 Overriding timezone in test forces them to be TestCase Testing framework
27125 27125 Can not support django Internationalized domain name in URLValidation Core (URLs)
25995 25995 Add more sophisticated serialization support to JSONField contrib.postgres
27122 27122 More detailed navigation for pdf docs Documentation
27121 27121 Migrate Fails When Column is Deleted and Unique Together is modified in the same migration Migrations
27120 27120 Log message text in PostgreSQL _clone_test_db() refers incorrectly to alias Database layer (models, ORM)
27112 27112 django.test.client.Client doesn't support timeouts Testing framework
27111 27111 UserCreationForm.__init__() crashes if USERNAME_FIELD not in self.fields Forms
26866 26866 Lazy variant of string format Internationalization
27116 27116 Deferrable Admin Filters contrib.admin
27104 27104 The Django test client statement 'response.content' in "Writing your first Django app, part 5" unlikely to return "No polls are available." as documented Documentation
27117 27117 The force_login() does not work in a testing if using more one a test Testing framework
27115 27115 UI discrepancy in Writing your first Django app, part 7 Documentation
27072 27072 AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite GIS
27044 27044 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27089 27089 Add the database alias to InconsistentMigrationHistory message Migrations
24650 24650 Migration changing db_table and managed not creating new table Documentation
27103 27103 GDAL driver ensure_registered should check counts separately GIS
26971 26971 UnicodeDecodeError with non-ASCII string in quoted URL HTTP handling
26998 26998 admin.E013 check false positive on django-taggit contrib.admin
27061 27061 Support creating the TEST PostgreSQL database from a custom template Testing framework
27114 27114 Migrations: AttributeError: can't set attribute Migrations
27107 27107 setting request.encoding damages request.POST HTTP handling
26758 26758 Annotate appears broken with Postgres in recent releases Database layer (models, ORM)
27105 27105 Misleading error in ContentTypes get_for_model contrib.contenttypes
27101 27101 args and kwargs not passed in BaseDetailView Generic views
27093 27093 ORM error on apache + wsgi Database layer (models, ORM)
24113 24113 django.db.backends.sqlite3.introspection.get_constraints does not return constraint names. Database layer (models, ORM)
27096 27096 SQLite fails finding a table primary key when it's also a foreign key Database layer (models, ORM)
21742 21742 Unable to prevent creation of a database during test runs Testing framework
25395 25395 Add an optional dependency on python-fastpbkdf2 contrib.auth
27013 27013 Docs - Using Argon2 with Django - more appropriate pip command Documentation
26902 26902 Add `secure` argument to `is_safe_url()` Utilities
27085 27085 UI Discrepancy in "Writing your first Django app, part 2" Documentation
26571 26571 Documentation about usage of fromtimestamp (wrt timezones) is confusing Documentation
27092 27092 MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created Migrations
26747 26747 Use more specific assertions in tests Core (Other)
27094 27094 ImportError: No module named 'django.core.checks.compatibility.django_1_10' Uncategorized
27091 27091 Add .tox directory to flake8 exclude Testing framework
27087 27087 Document that flush does not affect unmanaged models Documentation
26807 26807 Document how to replicate SubfieldBase behavior of calling to_python on assignment Documentation
27068 27068 Acquire form's initial data more consistently Forms
23485 23485 Add deeper bookmarks to Django Docs PDF Documentation
25258 25258 ExpressionWrapper documentation should be expanded Documentation
25344 25344 Document that prefetch_related() cache doesn't change unless it's refetched from the database Documentation
27084 27084 Admin site does not listen to database routers when adding objects contrib.admin
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
26983 26983 Boolean filter "field__isnull=False" not working with ForeignKey with to_field Database layer (models, ORM)
27059 27059 autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) Core (Management commands)
27077 27077 Simplify calls to is_in_memory_db() in SQLite's DatabaseCreation Database layer (models, ORM)
27069 27069 Documentation for what's possible to import as _ Documentation
27078 27078 Simplify "if" logic inside SQLite's DatabaseCreation._get_test_db_name() Database layer (models, ORM)
26616 26616 Documentation: Improve description of AppConfig.ready() Documentation
27075 27075 URLconf does not properly import underscore-containing module identifiers Core (URLs)
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)
27066 27066 Possible Memory leak while evaluating a QuerySet Database layer (models, ORM)
27009 27009 Make update_session_auth_hash() rotate the session key contrib.auth
27058 27058 Reallow the {% for %} tag to unpack any iterable Template system
27014 27014 Raster support for spatial lookup breaks filtering by annotations GIS
27057 27057 Use _SavedSettings in setup_test_environment() to store pre-test settings Testing framework
27008 27008 Add manage.py test --debug option Testing framework
27048 27048 Document that refresh_from_db() doesn't clear @cached_properties Documentation
27007 27007 Handle non-UTF-8 bytes objects for text/* attachments Core (Mail)
27037 27037 'required' attribute on prefilled ClearableFileInput prevents valid form submissions Forms
26919 26919 Action form's media is not included in changelist view's media contrib.admin
27052 27052 Malformed url of uploaded files; uploaded_to parameter is ignored File uploads/storage
27046 27046 http.request does not support ipv6-formatted ipv4 addresses HTTP handling
27051 27051 Exception when using only whitespace characters as e-mail subject Core (Mail)
25542 25542 Discover runner will raise AttributeError when test modules raise ImportError Testing framework
27049 27049 Romanian i18n typo Internationalization
27050 27050 Incorrect documentation for parameter to django.setup() Documentation
27047 27047 Popup inlines contrib.admin
21278 21278 Using dumpdata to create unit test fixtures causes duplicate foreign keys for auth permissions. Excluding auth causes other referenced auth models to be missing. contrib.auth
27019 27019 DiscoverRunner does not restore old settings.DEBUG value in teardown Testing framework
27045 27045 Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() Documentation
26982 26982 Allow easy removal of "novalidate" in admin contrib.admin
26973 26973 i18n template tag loading error when setting show_indexes=True for views.static.serve Core (Other)
25931 25931 ContentTypes population doesn't work with backwards migrations contrib.contenttypes
26905 26905 Add possibility to pass MultiValueDict-like objects as a form's data Forms
27035 27035 DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False Testing framework
26398 26398 FieldFile open() ignores the mode, always opening the file for reading File uploads/storage
27038 27038 Migration being created even when no change was made. Migrations
27041 27041 Note that middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES Documentation
27040 27040 {%trans 'String' %} does not translate Uncategorized
27036 27036 "locmem" email backend should accept generators Core (Mail)
27033 27033 static tag causes AppRegistryNotReady errors on 1.10 contrib.staticfiles
27002 27002 Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple Forms
26517 26517 Empty Querset Using Empty Queryset in ExpressionWrapper Database layer (models, ORM)
26433 26433 Bug: annotating using When(id__in=[], ...) returns empty queryset Database layer (models, ORM)
27032 27032 Calling setup_test_environment() "twice" deletes pre-setup state Testing framework
27024 27024 BaseGeometryWidget logs a false positive: Error creating geometry from value '' GIS
27028 27028 Clarify failed parallel tests run message Testing framework
27031 27031 Django Tutorial: incorrect import statement Documentation
27026 27026 Objects not fully configured after bulk_create. Database layer (models, ORM)
27027 27027 force_login() now requires an authentication backend if multiple are configured Testing framework
27015 27015 Hidden widget shouldn't have maxlength/minlength attributes Forms
27004 27004 InconsistentMigrationHistory has false positives with squashed migrations Migrations
27023 27023 ~/.pythonrc.py loaded twice if PYTHONSTARTUP set to ~/.pythonrc.py Core (Management commands)
26986 26986 `force_login` requires `user.is_active` in 1.10 Documentation
27020 27020 Close more files with "with" Uncategorized
26928 26928 Change checkbox/radio checked attribute to HTML5 boolean style Forms
27011 27011 Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware HTTP handling
27010 27010 Argon2PasswordHasher.encode() decodes underlying hash as UTF-8 instead of ASCII contrib.auth
27012 27012 test_nested_requests wipes out pre-test settings Testing framework
27016 27016 django-admin.py startproject creates urls.py that raises ImportError Core (URLs)
26978 26978 Improve the message attached to the 404 raised by get_object_or_404 and get_list_or_404 Core (Other)
27005 27005 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
27001 27001 Regression in query counts using RadioSelect with ModelChoiceField Forms
27006 27006 Hints how to update code automatically to support Python3 Documentation
26999 26999 Request to add changes to ``model_to_dict`` in Django 1.10 to the release notes Documentation
27000 27000 Django manage Command.usage() is broken Core (Management commands)
26984 26984 Data Migrations and auto_now Migrations
26996 26996 Upgrade path for custom Context subclasses isn't documented Documentation
26992 26992 On admin change view, exception raised from __unicode__ method of model related by fk is "hidden" and instead view without form shown contrib.admin
26995 26995 Windows Error 10053 after changing database engine Database layer (models, ORM)
26991 26991 Check for SQL_AUTO_IS_NULL fails on special database connections Database layer (models, ORM)
26990 26990 Support MySQL FULLTEXT INDEX in the model DDL Database layer (models, ORM)
26989 26989 Provide a way of specifying ON DELETE and On UPDATE properties in model DDL Database layer (models, ORM)
26966 26966 MySQL backend schema editor skip_default method requires update for MySQL 5.7 Database layer (models, ORM)
26927 26927 Subwidgets not passed required and disabled attributes in BoundField.__iter__() Forms
26930 26930 makemigrations tries to access default databases even when set to empty Migrations
26258 26258 Jinja2 rendered templates are not safe by default Template system
26970 26970 Disabled ModelMultipleChoiceField does not validate anymore Forms
26896 26896 FileSystemStorage no longer accepts reverse_lazy as base_url File uploads/storage
26969 26969 Release Notes 1.8.14 Documentation
26968 26968 Additional annotate before values call includes non-relevant fields in GROUP BY clause Database layer (models, ORM)
26955 26955 Multi-db example : default database config can not be an empty dict Documentation
26965 26965 Postgres Full Text Search in ModelAdmin.search_fields contrib.admin
26937 26937 'NoneType' object has no attribute '_meta' in manage.py dumpdata auth.user Uncategorized
26959 26959 AssertionError in query.py change_aliases Database layer (models, ORM)
26963 26963 Improve error message when trying to insert a value that overflows DecimalField Database layer (models, ORM)
26953 26953 Custom manager inheriting BaseManager.from_queryset() crashes with AssertionError Database layer (models, ORM)
26958 26958 Django urlize inside html tags Template system
26948 26948 Can't start project server on Windows due to "System call failed" error HTTP handling
26939 26939 sitemaps crashes with "isinstance() arg 2 must be a class, type, or tuple of classes and types" contrib.sitemaps
26915 26915 Template response middleware skipped for responses returned from view middleware HTTP handling
26946 26946 Clarify documentation on customizing the ignored pattern list for `collectstatic` Documentation
26935 26935 DB connections stuck in closed state when using Django ORM in daemon Database layer (models, ORM)
26925 26925 Add a link to aggregation ordering interaction from Meta.ordering docs Documentation
26943 26943 Link with BooleanField explanation not available Documentation
26945 26945 i18n_patterns returns tuple instead of list Core (URLs)
26934 26934 Admin inline save fails when inline contains readonly primary key contrib.admin
26926 26926 Dual index migration bug? Migrations
13936 13936 django-admin makemessages generates PO files with an incorrect path to source code files Core (Management commands)
26923 26923 Test suite broken with numpy 1.8.2 in template_tests.syntax_tests.test_numpy Template system
26918 26918 Documentation Clarification on pre_save signal updated_fields Database layer (models, ORM)
26921 26921 Write more in tutorial, please Documentation
26889 26889 Index creation different if SlugField in CreateModel or in AddField of a migration on postgresql Migrations
26914 26914 Invalid characters in cookie name breaks csrf checking HTTP handling
26910 26910 JsonField dont generate by inspectdb command Core (Management commands)
26907 26907 view for UserCreationForm contrib.auth
20495 20495 add login failure events to django.security logger contrib.auth
26904 26904 CSRF middleware ignores X-CSRFToken if token not in cookies CSRF
26901 26901 enable "save-as-new" feature for GenericInlines / ContentTypes contrib.contenttypes
26900 26900 Defer FileFields causes errors when accessing them Database layer (models, ORM)
26765 26765 Etags should not be added when no-store is used HTTP handling
26868 26868 Change MySQL version detection to accomodate MariaDB Database layer (models, ORM)
26898 26898 annotate() with two Count('related_object') gives both as the bigger one Database layer (models, ORM)
26893 26893 Database creation failed using PostGis and Django GIS
26656 26656 Add timedelta support to DjangoJSONEncoder Core (Serialization)
26890 26890 forms.IntegerField does not support unicode numbers Forms
26894 26894 Small typo in docs FAQ: The admin Documentation
26895 26895 An issue migrating from django 1.6 to django 1.8.4 contrib.auth
26892 26892 Add documentation about db_constraint for FK and M2M in Multiple Databases section Documentation
26088 26088 Changing a proxy model to multi-table inheritance does not modify FKs of the model Migrations
17657 17657 ModelForm does not respect ModelMultipleChoiceField's to_field_name attribute Forms
26792 26792 Allow None for the value of cache.get_or_set() Core (Cache system)
26887 26887 Deprecation documentation for 1.9 not clear Documentation
26749 26749 Preserve behavior of use_for_related_field during deprecation Database layer (models, ORM)
26885 26885 django admin jquery initial changed in 1.9+ contrib.admin
12708 12708 Django raises DoesNotExist when consulting an empty ForeignKey field Database layer (models, ORM)
26867 26867 Migrate very slow Migrations
24530 24530 Index names are inconsistent on PostgreSQL (at least) Migrations
26881 26881 Crash when creating migrations with managers having use_in_migrations=True Migrations
26810 26810 DATA_UPLOAD_MAX_NUMBER_FIELDS not taken into account in admin mass actions contrib.admin
26880 26880 test_module_loading.py imports the imp-library which raises PendingDeprecationWarning Testing framework
25317 25317 Altering a 1to1 field to FK on Postgres drops uniqueness but does not create index Migrations
26090 26090 Changing a ForeignKey to a OneToOne field leaves an extraneous index behind Migrations
23565 23565 Unexpected Migration Crash Migrations
26833 26833 alter_field() fails to drop indexes on columns with mixed case on Oracle Database layer (models, ORM)
26838 26838 Disabling migrations via DATABASE['TEST']['MIGRATE'] affects non-testing environment Migrations
25461 25461 Mistake in model _meta API migration guide for multi-table inheritance Documentation
13144 13144 django.template.loaders.app_directories.Loader should look in template subdirectory of current view's application first Template system
9586 9586 Shall upload_to return an urlencoded string or not? File uploads/storage
26814 26814 Update error message to install mysqlclient module Database layer (models, ORM)
26835 26835 Django's URL Regex Should Match Less Core (URLs)
26824 26824 MySQL query with CONVERT_TZ is not properly formated Database layer (models, ORM)
26828 26828 Graphical Timeline of Version Support Documentation
26825 26825 MultipleObjectMixin and DB don't work together Uncategorized
26820 26820 Reverse join in `exclude` fails when GenericRelation is defined on an abstract model contrib.contenttypes
26815 26815 Addition of Trunc may have altered the ordering of dates() queries Database layer (models, ORM)
25292 25292 "'str' object has no attribute '_meta'" crash in ManyToManyField.through_fields check Core (System checks)
25694 25694 Migrate command creates a default index for a CharField with a wrong '_uniq' suffix in the name Migrations
18580 18580 Avoiding SQLite update+annotations "only a single result allowed for a SELECT that is part of an expression" Database layer (models, ORM)
19513 19513 update() after annotate(val=Sum(...)) crashes on PostgreSQL & Oracle Database layer (models, ORM)
26119 26119 Catch ValueError while parsing urls in URLValidator Core (Other)
26811 26811 Add addButton option to admin inlines JavaScript contrib.admin
26809 26809 problem with pdf tutorial 1.9.8.dev20160618150023 polls/templates/polls/index.html Documentation
26751 26751 Make dbshell exit with the shell's error code Core (Management commands)
26800 26800 Model FormSet & Prefetch ordered Uncategorized
26805 26805 Dropping unique from CharField does not drop PostgreSQL _like index Migrations
26719 26719 UserCreationForm doesn't call normalize_email contrib.auth
26799 26799 Model related signals' receiver could not receive its proxy models Database layer (models, ORM)
26801 26801 Queryset gets corrupted when using nested Prefetch Database layer (models, ORM)
26791 26791 Replace LiveServerTestCase port ranges with binding to port 0 Testing framework
26797 26797 Reverse `related_name` of a proxy not accessible to inherited proxies in queryset Database layer (models, ORM)
26793 26793 1.10b1 affected with #22853 Migrations
26794 26794 Migrating ForeignKey to OneToOneField creates extra index on PostgreSQL Migrations
24359 24359 "Http exceptions are provided in django.http" links to a page that does not list or link to HTTP exceptions Documentation
25218 25218 python_2_unicode_compatible causes infinite recursion when super().__str__() is called Utilities
15307 15307 slugify should take an optional max length Template system
26783 26783 SessionMiddleware does not correctly delete an empty session cookie when SESSION_COOKIE_PATH is set contrib.sessions
26750 26750 Add introspection support for PostGIS POINTZ GIS
26205 26205 migrate and other commands fail with TypeError: 'NoneType' object has no attribute '__getitem__' in schema.py Database layer (models, ORM)
26782 26782 DB Index key the same as Unique constraint key in seperate migrations Uncategorized
26690 26690 Add the option in the prefetch_related to have the prefetched results returned as a list or as a queryset Database layer (models, ORM)
26777 26777 Cannot add foreign key constraint when migrating manytomany field Migrations
26775 26775 Geography PointField ignores dim=3 GIS
26771 26771 ETags broken when using GZipMiddleware HTTP handling
26773 26773 DB Router not applied in introspection Database layer (models, ORM)
9590 9590 CharField and TextField with blank=True, null=True saves u'' instead of null Database layer (models, ORM)
26770 26770 Migrations on app named 'settings' fails when callable default on a field present Migrations
26134 26134 Update MySQL GIS function names to OpenGIS standard. GIS
26768 26768 Using a ManyToMany field in a model's __unicode__/__str__ method can cause infinite recursion Database layer (models, ORM)
26745 26745 Add the ability to customize user creation in the createsuperuser command contrib.auth
26766 26766 Delayed effect of calling set on ManyToManyField Database layer (models, ORM)
26767 26767 Modifications to a prefetched many-to-many field should clear the cache Database layer (models, ORM)
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
26759 26759 TLSv1-only SMTP servers not supported under Django 1.9.7 / Python 3.4.4 (win32) / OpenSSL 1.0.2d Core (Mail)
26757 26757 sqlsequencereset Doesn't do auth_* django_* tables contrib.auth
26754 26754 Document django.template.context_processors.tz Documentation
26752 26752 RenameModel requires camel case model names Migrations
16970 16970 calling as_view of CBV in URLConf needs better documentation and examples Documentation
25645 25645 Drop support for SpatiaLite < 4.0 GIS
26742 26742 Action select in admin changelist may appear be unreadable contrib.admin
26740 26740 "Key column doesn't exist in table" when adding an index field then renaming it in the same migration in MySQL/PostgreSQL Migrations
26738 26738 Window resize crashes runserver --noreload with pdb on linux HTTP handling
26737 26737 models.EmailField(unique=True) in custom AbstractBaseUser throws auth.E003 during makemigrations Core (Management commands)
26648 26648 Add a system check for invalid related_query_names containing underscores Core (System checks)
26734 26734 Make iterator class configurable on ModelChoiceField Forms
26733 26733 ContentType.get_object_for_this_type fetches models from wrong database contrib.contenttypes
26730 26730 Make AutoField consistent between postgresql and mysql Database layer (models, ORM)
26732 26732 OperationalError target lists can have at most 1664 entries Database layer (models, ORM)
26705 26705 DjangoTranslation instance has no attribute 'plural' Internationalization
21933 21933 UnicodeDecodeError when writing unicode to stdout of management command Uncategorized
26716 26716 django.contrib.sites.CurrentSiteMiddleware needs to inherit MiddlewareMixin contrib.sites
26715 26715 Model objects with deferred fields don't send pre_save or post_save signals to receivers with explicit sender Database layer (models, ORM)
26714 26714 Add examples for KMLSitemap and KMZSitemap GIS
26713 26713 Recommend running tests with deprecation warnings, prior to upgrade. Documentation
26712 26712 Avoid unnecessary SET TIMEZONE queries on PostgreSQL when no changes are required Database layer (models, ORM)
26707 26707 Add a QueryDict.fromkeys() method HTTP handling
26683 26683 Oracle DBs: Add option to use VARCHAR2 data type Migrations
26711 26711 Aware datetimes rendered through templates are changed to TIME_ZONE Template system
26703 26703 field automatically choosen as primary_key (primary_key=False do not work) Database layer (models, ORM)
26667 26667 Invalid query for OneToOneField if 'to_field' specified and primary_key=True Database layer (models, ORM)
26043 26043 Add a hook to run queries between the start of a transaction and a view HTTP handling
26337 26337 Translations - No fallback used if requesting english variant Documentation
26686 26686 django.core.checks.model_checks _check_lazy_references raises TypeError with NoneType model_key Core (System checks)
26642 26642 ModelSignal.disconnect() does not work with lazy references Database layer (models, ORM)
26618 26618 Improve error message when AppConfig.name is invalid Core (Other)
26556 26556 set_language with i18n_patterns doesn't work all the time Internationalization
26694 26694 FileBasedCache.get() ignores all IOError errno values Core (Cache system)
26084 26084 Document that RemovedInNextVersionWarning is no longer loud Documentation
26696 26696 QuerySet.extra: group by weekday on a date field Database layer (models, ORM)
26695 26695 views.generic.base.View.options() documentation doesn't match code Documentation
26675 26675 Drop support for PostgreSQL 9.2/PostGIS 2.0 Database layer (models, ORM)
26676 26676 Prefetch with to_attr shouldn't store its result in the referenced relation cache Database layer (models, ORM)
26691 26691 Don't check for a file's existence before deleting File uploads/storage
26689 26689 Tutorial05 "polls/tests.py" tabbing issue Documentation
26640 26640 class_prepared is not a ModelSignal and differs from documentation Database layer (models, ORM)
23882 23882 django 1.7 + inotify breaks autoreload of runserver with vim Core (Other)
26681 26681 save_as=True and inlines in ModelAdmin raises ValidationError contrib.admin
14485 14485 New Site.root field contrib.sites
26680 26680 more than one row returned by a subquery used as an expression Database layer (models, ORM)
13080 13080 Documentation bug for Signal.connect Documentation
24702 24702 Cache Query objects when possible Database layer (models, ORM)
26635 26635 Clarify "memory_cost" of Argon2PasswordHasher differs from command line utility Documentation
26573 26573 Empty 'AssertionError' exception message on syntax error ({% else if %}) in templates Template system
26663 26663 libgeos in django makes a gevent gunicorn worker crash GIS
26652 26652 Model instance no longer has a _default_manager attribute Documentation
26629 26629 Login failures should be logged contrib.auth
26664 26664 Support of model_object.delete(cascade=True) Database layer (models, ORM)
25777 25777 Django admin/views don't expect forms to fail after validation Forms
26655 26655 Provide a hook to handle database exceptions in Django Admin contrib.admin
26619 26619 BaseCache incr method will reset the timeout Core (Cache system)
26669 26669 UnicodeDecodeError with non-ASCII string in 'Content-Type' header HTTP handling
26668 26668 HTTPResponse.content is not unicode in context of test cases. HTTP handling
22931 22931 Migrations cannot rename intermediate models Migrations
26662 26662 Problems getting started with Django Uncategorized
25733 25733 Change of inherited model's primary key not spotted by makemigrations Migrations
24954 24954 Adding an explicit UUID id doesn't change type of ManyToMany fields pointing to it Migrations
24715 24715 Migration's alter_db_table does not rename Oracle sequences and triggers. Migrations
24528 24528 Migration fails because of duplicate constraint name when renaming and re-creating a model Migrations
26660 26660 Remove ugly .as_view() requeriment Core (URLs)
26649 26649 Group by date_trunc (day, month, year) without extra Database layer (models, ORM)
26641 26641 Unable to concatenate 2 fields when filtering Database layer (models, ORM)
26421 26421 ModelSignal should use Apps.lazy_model_operation Database layer (models, ORM)
26639 26639 Default to ASCIIUsernameValidator (instead of UnicodeUsernameValidator) in Django 1.10 contrib.auth
26515 26515 trim_joins bug with nested related models using ForeignObject Database layer (models, ORM)
26637 26637 Docs says Sphinx 1.0.2 is required but code says 1.3 Documentation
26636 26636 Example in QueryDict.update docs is wrong Documentation
26627 26627 outermost atomic block executes on_commit callbacks registered in another outermost atomic block Database layer (models, ORM)
26631 26631 Tutorial Part 6: Lacking import static for static files Documentation
26633 26633 OneToOneField's non-existence behaviour is inelegant 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)
13793 13793 reverse of OneToOne relation should use default manager if use_for_related_fields specified Database layer (models, ORM)
20932 20932 Issues with model Manager and inheritance. Database layer (models, ORM)
26592 26592 Add support for GDAL 2.1 GIS
24075 24075 Can't migrate contenttypes and auth to zero Migrations
22666 22666 GenericIPAddressField index never used on PostgreSQL Database layer (models, ORM)
26606 26606 'string_if_invalid' option does not work with custom filter Template system
18599 18599 GenericForeignKey field can't be set on init of model contrib.contenttypes
18616 18616 New auth signal: user_login_failed contrib.auth
26614 26614 Use constant_time_compare() in checking session auth hash in login() contrib.auth
26612 26612 SelectFilter2 Buttons Change URL Uncategorized
26588 26588 Unable to reverse a run_before that refers to django.contrib.auth Migrations
26585 26585 Cascade-deletion through generic foreign keys ignores field names contrib.contenttypes
26572 26572 Remove email subject length truncation in AdminEmailHandler Core (Mail)
26536 26536 Stack overflow in template rendering when using django.template.loaders.cached.Loader Template system
26597 26597 Optparse incorrect relationship between `noinput` and `interactive` in management command Migrations
26599 26599 Django Passsword Change Form giving wrong POST value for Old Password of Admin Template system
26598 26598 {{ }} is not getting parsed by pyjade as expected with django Template system
8898 8898 `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`. Forms
26288 26288 Support relative imports in django.conf.urls.include Core (URLs)
26582 26582 Better ArrayField/list formatting in the admin contrib.admin
26508 26508 clean up FieldFile.open documentation Documentation
12915 12915 formfield_callback is lost in an inherited ModelForm Forms
26595 26595 w.save() is called after w = r.waiter_set.create(name='Joe') in one-to-one relationship Documentation
26544 26544 SetPasswordForm help_text always uses LANGUAGE_CODE as locale contrib.auth
26594 26594 Text in migration prompt is scary and (slightly) wrong Migrations
26564 26564 Migration for renaming M2M field intermediate model causes exception Migrations
26589 26589 apps.get_model doesn't build own Custom Manager Database layer (models, ORM)
26587 26587 SetPasswordForm help_text is not being translated (password_validators) Internationalization
26584 26584 HStoreField reading broken from external script or console. Database layer (models, ORM)
26574 26574 Need to do bitwise operations in where clause Database layer (models, ORM)
26579 26579 Control deep copy depth for 'save as new' in admin with inlines contrib.admin
26506 26506 Implement support for TABLESAMPLE Database layer (models, ORM)
26581 26581 Docs for Sitemaps: Fix variable name on "Initialization" section. Documentation
26577 26577 Usage of `implicitly_wait` in selenium tests can slow down tests quite a bit. Testing framework
26575 26575 Admin SelectFilter Buttons Not Disabled When Inactive contrib.admin
26576 26576 django.conf and test discovery issues with Python 3.5 Testing framework
22897 22897 Make query_string argument to QueryDict optional HTTP handling
26561 26561 SelectBox Too Slow With Thousands of Options contrib.admin
26568 26568 in_bulk when run on a query set should not need a list of IDs Database layer (models, ORM)
26562 26562 Introduce Storage and FileSystemStorage alternate save behaviour File uploads/storage
11321 11321 Bug with humanize and timezones contrib.humanize
26563 26563 Overwriting files with default_storage.save() Core (Other)
18149 18149 Form.prefix example gives wrong separator between prefix and field name Documentation
26559 26559 Way to specify length in IntegerField Database layer (models, ORM)
26546 26546 Allow HTTPStatus enum values to be used as HttpResponse.status HTTP handling
26557 26557 GenericIPAddressField no longer normalises empty values to None Database layer (models, ORM)
16108 16108 File removal race condition in FileSystemStorage File uploads/storage
26521 26521 CreateModel allows duplicate field names Migrations
26549 26549 HttpResponse.__str__ is missing on Python 3 HTTP handling
26553 26553 Seemingly redundant outer loop in views/i18n.py Internationalization
26530 26530 Batch operations on large querysets Database layer (models, ORM)
26550 26550 Underscore (_) is not allowed in domain names HTTP handling
26548 26548 HttpResponse.__str__ is missing on Python 3 HTTP handling
26547 26547 User has_perm Is Not Developer Friendly contrib.auth
21332 21332 BaseInlineFormSet.add_fields adds multiple InlineForeignKeyFields Forms
26538 26538 BaseInlineFormSet Has Inconsistent Fields For Forms Forms
26545 26545 Improve documentation of numeric dictsort template filter arguments Documentation
26535 26535 Possible bug - when migrating and removing unique constraint. Migrations
26033 26033 Add argon2 password hasher contrib.auth
26540 26540 Can't run tests without "default" connection set Database layer (models, ORM)
26537 26537 BaseInlineFormSet Adds N Entries to form._meta.fields For FK Forms
26534 26534 has_changed For BooleanField and NullBooelanField always returns True with HiddenInput Forms
26427 26427 AttributeError for a deleted setting under @override_settings, when an Exception is raised Testing framework
26531 26531 background-image not working in stylesheet Uncategorized
17082 17082 contrib.auth html should be updated to used HTML5 features where possible contrib.admin
26532 26532 static not working in css files Uncategorized
22431 22431 TestCase swallows IntegrityError when creating object with invalid foreign key Documentation
26529 26529 migration: Add argument or flag which indicates the current db Uncategorized
20189 20189 Collectstatic ignore list expansion on a per project basis contrib.staticfiles
26528 26528 Allow model/form Field validators kwarg to be any iterable Database layer (models, ORM)
26495 26495 Saving StringIO using custom storage class may result in empty content written to file File uploads/storage
26525 26525 Tutorial02 document issue Documentation
26425 26425 SubfieldBase deprecation warning may appear as coming from six Utilities
26520 26520 SessionBase.pop() no longer raises a KeyError contrib.sessions
26523 26523 Unable to select_related() an implicit one to one relationship in multi-table inheritance Database layer (models, ORM)
26519 26519 Support for Normalisation for Django Passwords contrib.auth
26518 26518 Refactor admin view functions to allow for easier overrides contrib.admin
26475 26475 Using functools.partial in model field options causes creation of unnecessary migration on every 'makemigrations' call Migrations
26516 26516 Add support for HTML5 minlength attribute on forms.CharField Forms
26502 26502 Lookup of attribute 'id' on model inheritance models in InlineModelAdmin fails when using fk_name of parent model Forms
26498 26498 Data loss of microseconds on MySQL and SQLite Database layer (models, ORM)
26514 26514 User.refresh_from_db() does not clear Permission cache. Documentation
26507 26507 Add autoreloading to the cached template loader Template system
20113 20113 Documentation on _ptr and _ptr_id use in multi-table inheritance Documentation
22377 22377 SQL Logging throws an exception when fields have utf-8 characters Database layer (models, ORM)
26505 26505 django form dynamic attribute lookup Forms
19106 19106 Add new tutorial on breaking templates into blocks Documentation
26501 26501 Docs for reusable apps is missing {% extends "base.html" %} Documentation
26499 26499 AuthenticationMiddleware apparently accesses request.POST contrib.auth
26497 26497 No Capitalization of user-defined verbose_names of model fields Forms
26484 26484 Add a helpful message in manage.py when Django cannot be imported Core (Other)
24787 24787 Cannot assign a ForeignKey field with blank=True and null=False in Model.clean() Forms
17635 17635 Missing ability to cast georaphy to geometry when using GeoDjango and PostgresSQL GIS
26491 26491 Duplicated queries with nested prefetch Database layer (models, ORM)
26351 26351 Recommend enabling MySQL's STRICT_TRANS_TABLES to prevent silent truncation Documentation
26489 26489 Should reusable django apps use `zip_safe=False` in setup.py? Documentation
26490 26490 migrate command's database checks may result in RecursionError Database layer (models, ORM)
13587 13587 Set zip_safe = False in setup.py Packaging
23943 23943 Audit tests decorated with unittest.expectedFailure Core (Other)
17792 17792 pickled object's __setstate__() ignores exceptions contrib.sessions
26464 26464 Add a link to the OWASP Top 10 in "Security in Django" doc Documentation
15940 15940 Recommend using strict mode with MySQL Documentation
7836 7836 django.test.client._session should check for session middleware instead Testing framework
26476 26476 Migration preserve_default does not works properly? Migrations
26037 26037 Document precedence of USE_X_FORWARDED_HOST and USE_X_FORWARDED_PORT settings Documentation
26477 26477 Docs: Example about bookmarks mentions books Documentation
26470 26470 Checks performed during Permission creation should use the check framework. contrib.auth
26473 26473 django/contrib/admin/static/admin/fonts/LICENSE.txt has executable rights in git contrib.admin
14131 14131 The pagination module should have some limit, or a warning should be given in the documentation Documentation
26471 26471 Invalid polish translation Internationalization
26458 26458 The Avg aggregate should only automatically resolves its output field to FloatField on numeric sources Database layer (models, ORM)
26468 26468 Bug in models.functions.ConcatPair for sqlite Database layer (models, ORM)
26448 26448 Improve docs for running tests using a different database Documentation
26469 26469 FieldFile.open() does not properly set mode when opening file Database layer (models, ORM)
26465 26465 Contributing to Django:: Link text is not english Documentation
26467 26467 Broken link on WindowsInstall page of wiki Uncategorized
26462 26462 UnicodeEncodeError when warning about too long caching keys on Python 2 Core (Cache system)
26461 26461 django.db.utils.ProgrammingError: relation "..." does not exist Migrations
26460 26460 Don't call ``warnings.warn`` for each invalid character in a caching key Core (Cache system)
26442 26442 Get rid of geodjango.org GIS
26419 26419 Description of ALLOWED_HOSTS confusing Documentation
26452 26452 Load middleware on server start rather than on first request HTTP handling
26457 26457 Recolor admin boolean field icons from green and red contrib.admin
26456 26456 Document formfield_callback attribute in ModelForm Documentation
26453 26453 SITE_ID should start from 1, not 0 Documentation
26454 26454 Direct Link to supported Version Table Documentation
17741 17741 QuerySet.query.__str__() does not generate valid MySQL query with dates Database layer (models, ORM)
26444 26444 Can't set password on User during migration that depends on contrib.auth Migrations
26439 26439 ModelForm.save() should accept the "using" keyword argument Forms
16286 16286 Models virtual fields and ModelForms Database layer (models, ORM)
26438 26438 Typo in example: entry = Entry.object.get(headline="News Item Title") Documentation
26437 26437 Command "makemigrations" don't create migration if non abstract class empty Migrations
26435 26435 GeoIP2 return raw exception from geoip2 package GIS
26420 26420 CPU Usage goes extremely high with migrate management command Migrations
26418 26418 models.URLField does not validate with an rtmp:// url Core (Other)
26422 26422 Django email validator does not support parentheses Core (Other)
26416 26416 Fix reference to previous tutorial numbers Documentation
26379 26379 Inconsistent behaviour of filter() on related model (RelatedManager) Database layer (models, ORM)
18239 18239 Only use custom subclass of HTMLParser for Python versions with buggy stdlib HTMLParser Core (Other)
26411 26411 filter_horizontal / filter_vertical not working in 1.10 (Dev) contrib.admin
26409 26409 Python 2.7.11 causes manage.py ValueError Core (Management commands)
26408 26408 Link to DEP182 is dead Documentation
26405 26405 ModelMultipleChoiceField does not honor to_field_name at render Forms
26404 26404 Change of primary key field does not update foreign keys in migration Migrations
18607 18607 ModelForms do not recognize DateTimeFields with auto_now=True Forms
26393 26393 Unable to filter against annotations in Manager with use_for_related_fields Database layer (models, ORM)
26383 26383 Incomplete/incorrect documentation about using wsgi with Apache when project using virtualenv Documentation
26397 26397 Use custom managers on Foreign Key Database layer (models, ORM)
24987 24987 Remove test client login()'s hardcoded rejection of inactive users Testing framework
26396 26396 ModelChoiceField shows only 100 choices with mysql.connector.django Forms
26195 26195 order_by pk doesn't work in multi-table inheritance models if parent has default ordering Database layer (models, ORM)
24524 24524 Automatic migrations prevent creation of initial database table layout Migrations
26395 26395 CryptPasswordHasher only return None on some platform contrib.auth
26382 26382 Better decouple Storage and FileField File uploads/storage
26392 26392 Sample code for @permission_required is incorrect Documentation
26389 26389 remove dead links in Django Resources page Documentation
26372 26372 admin_order_field ignored when shadowing model field contrib.admin
26386 26386 ManifestStaticFilesStorage not respecting commented lines in collect static - low priority contrib.staticfiles
26376 26376 Explain what "searching for a list of template names" means in TemplateResponse.Mixin.get_template_names() docs. Documentation
26373 26373 Reverse lookup with subquery with a ForeignKey with to_field set causes django.core.exceptions.FieldError Database layer (models, ORM)
26377 26377 Allow migrations to specify another migration they should run before. (Kind of like `dependencies` in reverse.) Migrations
26380 26380 'FileField' attribute has no file associated with it Database layer (models, ORM)
26375 26375 Docs: since author_form.html gets used by CreateView and UpdateView, the button should be be called "Create" Documentation
26371 26371 please add section to tutorial for switching over to and using postgres Documentation
26366 26366 Implicitly save related models as needed instead of raising "unsaved related objects error" on Model.save() Database layer (models, ORM)
26358 26358 link in new contributor guide is unclear and needs some improvements Uncategorized
26364 26364 Updating an object in a queryset with save() leads to bug using that queryset as a lookup filter Database layer (models, ORM)
13088 13088 Template range filter Template system
26360 26360 add section on testing to django tutorial Documentation
26356 26356 Allow management commands to require tagged checks Core (Management commands)
26353 26353 Add --quiet argument to loaddata Core (Management commands)
26140 26140 BinaryField value must be declared "binary" in queries to avoid MySQL 5.7+ warning Database layer (models, ORM)
25839 25839 RequestContext does not apply context processors [regression] Documentation
26345 26345 Clarify that RangeFields always return canonical form of ranges Documentation
26338 26338 Getting Queryset item by index with PostgreSQL behaves randomly Database layer (models, ORM)
26349 26349 A cookie named "?" breaks CSRF CSRF
26323 26323 TransactionManagementError is raised when autocommit is false Database layer (models, ORM)
26346 26346 Error in makemigrations while changing DateTimeField default value from timezone aware datetime to naive datetime.now() Migrations
26324 26324 DurationField stores certain values incorrectly in sqlite Database layer (models, ORM)
25933 25933 Allow unprefixed default language in i18n_patterns Internationalization
26255 26255 Tutorial part 3 references include() that happens in tutorial 1 Documentation
26339 26339 In tutorial 07, a was_published_recently method definition should be modified to reflect previous modifications Uncategorized
26284 26284 Improve django.setup() and app loading performance Core (Other)
26328 26328 jsi18n - get_javascript_catalog obscure and hardcoded english Internationalization
26319 26319 British English can't be returned from the javascript_catalog Internationalization
26256 26256 JSON serializer for subset of fields. Documentation
26335 26335 Show SQL if migration fails Migrations
26332 26332 BaseCache.get_or_set() doesn't always return a value Core (Cache system)
26289 26289 Enable shell tab completion on systems using libedit Core (Management commands)
26336 26336 GIS queries with distance and extra select fields generate a SQL exception in pagination GIS
26325 26325 File upload crashes when presented with filename ending with a backslash File uploads/storage
26326 26326 Admin related object pop-ups not working contrib.admin
26313 26313 Show labels next to ManyToMany with raw_id_fields contrib.admin
26271 26271 i18n_patterns() creates invalid url if no language is active Core (URLs)
26250 26250 Use a single string placeholder syntax for all user facing APIs Core (Other)
26308 26308 Django 1.9.3/1.8.10: is_safe_url() crashes with a byestring URL on Python 2 HTTP handling
25760 25760 Implement DateTime to Date Expression/Transform Database layer (models, ORM)
26317 26317 django.utils.duration.duration_string() doesn't support negative durations Utilities
26321 26321 Missing "for_save" in examples of custom expression Documentation
26310 26310 Document that a query's default ordering is unspecified Documentation
25471 25471 Random test failures with parallel selenium tests Testing framework
26314 26314 Filesystem Storage Class ignores settings changes File uploads/storage
26295 26295 LocaleMiddleware.is_language_prefix_patterns_used should be cached per urlconf. Core (URLs)
26311 26311 Clean django.contrib.admin.widgets.RelatedFieldWidgetWrapper.__deepcopy__ Uncategorized
7052 7052 Add support for natural key serialization Core (Serialization)
26304 26304 Unable to use unmanaged ManyToMany through models when backed by a View. Database layer (models, ORM)
26301 26301 Allow to set memcached client socket_timeout via settings Core (Cache system)
26299 26299 Rollback bug on Postgres for multidb applications Uncategorized
26307 26307 More explicit HTTPS deployment documentation Documentation
26305 26305 Can't filter ChangeList by postgres-specific lookups contrib.admin
26282 26282 db.connection.is_usable throws when no connection exists yet Database layer (models, ORM)
26229 26229 Missing check for list_editable in admin contrib.admin
26298 26298 Interest in implementing a HttpResponseNoData subclass for HttpResponses? HTTP handling
26275 26275 Clarify the meaning of the `date` filter's 'o' formatter Documentation
26286 26286 Content type managers instances shouldn't share their cache. contrib.contenttypes
26092 26092 Regression when using order_by() on a ManyToManyField using the 'through' feature Database layer (models, ORM)
25279 25279 Make prefetch_related_objects a public API Database layer (models, ORM)
26280 26280 Cached template loader crashes when loading nonexistent template Template system
25811 25811 Error querying models in different databases in one queryset Database layer (models, ORM)
26231 26231 Hint for non-staff users on admin page refers wrong attribute for username. contrib.admin
26269 26269 is_valid_ipv6_address() doens't reject addresses with spaces Core (Other)
26273 26273 Module level queries in a project can crash migrations if the queried model schema changed. Uncategorized
26272 26272 Add documentation on how to build a homepage/table of contents Documentation
26279 26279 Admin search_fields doesn't support nested lookup from JSONField contrib.admin
26278 26278 Misleading documentation of apps.ready condition Documentation
26270 26270 testing framework requires database configuration from lean databaseless project Testing framework
26276 26276 GET parameter and fragment identifier for reverse and url template tag Core (URLs)
14098 14098 Prevent introspection errors from crashing inspectdb Core (Management commands)
26274 26274 list_filter filtering by groups displays "-" for "none group" filter contrib.admin
26260 26260 Support of object_list in ModelChoiceField and ModelMultipleChoiceField Forms
26266 26266 Cannot output primary keys with the geojson serializer GIS
26267 26267 Template filter "slice" raises TypeError on bound RadioSelect Template system
26268 26268 Incorrect plurals formula for Russian translation Internationalization
26232 26232 i18n unit test fails on xgettext in /usr/local/bin Internationalization
26249 26249 ManifestStaticFilesStorage crashes on absolute URLs contrib.staticfiles
26190 26190 Return final management command result from call_command Core (Management commands)
23672 23672 Add “instances” argument to BaseModelFomSet.__init__() Forms
26254 26254 Support for disallowing filter on local fields in ModelAdmin contrib.admin
26259 26259 Form.cleaned_data should call is_valid() if necessary Forms
26242 26242 Allow to create models with static app_label at import stage. Database layer (models, ORM)
26244 26244 URLValidator and http/request.py use different validators HTTP handling
26248 26248 Make current WSGI request instance available in forms.ModelForm instances. Forms
26238 26238 confusing error message: django.core.exceptions.FieldError: Unknown field(s) specified when including a BinaryField in ModelForm.Meta.fields Forms
26252 26252 LOGOUT_REDIRECT_URL setting is undocumented Documentation
26234 26234 Add `css_classes` parameter to Form.as_*() methods Forms
26240 26240 docs about cached.Loader thread safety unclear Documentation
26246 26246 Migrations fail when `'django.contrib.sites'` is included in INSTALLED_APPS contrib.sites
26247 26247 External link in need of redirect to proper documentation location Uncategorized
26245 26245 [1.9] Change of primary_key Field on Child Table with One-to-one Relationship Create Duplicated Record Database layer (models, ORM)
26237 26237 uuid.UUID() generates 'invalid syntax' and 'badly formed' uuids Uncategorized
26243 26243 Note in deployment checklist that PYTHONHASHSEED is randomized by default as of Python 3.3 Documentation
26197 26197 DEFAULT_DB_ALIAS in settings Database layer (models, ORM)
26233 26233 docstring of django.db.models.Q causes warning when building Sphinx docs for my project Documentation
26225 26225 Coalesce Multiple Calls to order_by with Same Arguments Database layer (models, ORM)
26215 26215 FloatRangeField/IntegerRangeField with None as a range boundary doesn't round trip in serialization contrib.postgres
26211 26211 prefetch_related with Prefetch with queryset with explicit Ordering Ignored Database layer (models, ORM)
26221 26221 reusable-apps doc should include polls.migrations in setup.py packages Documentation
26212 26212 Forms' FileField is not pickleable Forms
26222 26222 In migrating older project, after pip upgrade of Django to 1.9.2, Gunicorn crashes on failure to find validation Uncategorized
26224 26224 Tutorial Part 5 (Testing) Generates app_label error Documentation
26193 26193 urlize doesn't handle extra punctuation after the link properly Utilities
21501 21501 BaseFormSet's empty_form isn't as extendable as _construct_form() Forms
26218 26218 You mention php for the date formatter. Do you mean Python? Documentation
26208 26208 Squashing migrations in which unique=True is added and then removed for Charfield cannot migrate backwards on Postgres Migrations
25979 25979 Drop support for PostgreSQL 9.1 Database layer (models, ORM)
26213 26213 Admin list_editable and ForeignKeys: Applying widget attributes with specific forms lead to strange off-by-one effects contrib.admin
26216 26216 UnicodeDecodeError during _create_attachment Core (Mail)
12134 12134 contrib.admin.RelatedFieldWidgetWrapper.__deepcopy__() should copy() the widget attrs contrib.admin
26111 26111 Clarify that fixture loading for TestCase is per test case Documentation
26153 26153 Allow get_extra_descriptor_filter to return Q-objects Database layer (models, ORM)
26202 26202 Admin Actions: response_action action_index will never work contrib.admin
26200 26200 Integrity constraint violations when ForeignKey field is not included on the ModelForm Forms
26014 26014 Parse the CONTENT_TYPE header once, and record it on the request Core (Other)
26203 26203 MySQL Warning: Field 'name' doesn't have a default value Migrations
26194 26194 WHERE EXISTS / WHERE NOT EXISTS clause without using QuerySet.extra Database layer (models, ORM)
26198 26198 partition_suite() removing non duplicate tests Testing framework
26199 26199 'polls.apps.PollsConfig', Documentation
26189 26189 DecimalFields with float values raise errors on calling full_clean Database layer (models, ORM)
26191 26191 Custom Where Clause when Extra is Deprecated Database layer (models, ORM)
26185 26185 values_list throws interesting error when ordering by an extra column Database layer (models, ORM)
26183 26183 PostgreSQL backend: TimeField is created without time zone Database layer (models, ORM)
20846 20846 Increase contrib.auth's User.username length contrib.auth
25427 25427 Trying to do a full text search query on a database field (non model field), the .annotate(val=RawSQL(...)).filter(val=VAL1) doesn't work. Database layer (models, ORM)
24007 24007 Unable to unpickle models from an external script Core (Other)
26144 26144 Warn if a proxy model is an argument to dumpdata Core (Management commands)
26178 26178 Weird Queryset Result Database layer (models, ORM)
25833 25833 Add support for non-atomic migrations Migrations
18059 18059 Admin inlines appear to be blind to releated_name relations contrib.admin
26146 26146 CsrfViewMiddleware responds to any arbitrary HTTP method outside of 'GET', 'HEAD', 'OPTIONS', and 'TRACE' CSRF
26172 26172 Don't query the database when filtering an already empty queryset Database layer (models, ORM)
25731 25731 Remove choices from ether instance or method attribute in Select widget Forms
4065 4065 Ability to disable admin pagination contrib.admin
25154 25154 In the event of a failure, make migrations output the operation that failed Migrations
26163 26163 Wrong related fields in ._meta.get_fields with multiple database on foreignkey Database layer (models, ORM)
26159 26159 Link to djangopackages comparison grid "Pagination" Documentation
26164 26164 Django 1.9: All template tags are loaded, whether desired or not Template system
11313 11313 list_editable fields don't support 'save' in multiuser environment contrib.admin
26161 26161 django.contrib.auth password reset email reveals the user id contrib.auth
26160 26160 [offset:limit] doesn't do anything Database layer (models, ORM)
14402 14402 help_text is not displayed for ManyToMany raw_id fields contrib.admin
26137 26137 Document steps needed to install spatialite on Ubuntu 15.04+ Documentation
25436 25436 Use protocol-relative URLs for OpenLayers JS / media files GIS
18251 18251 multithreading deadlock in django.models.loading.get_apps Core (Other)
26044 26044 Misleading Warning "HINT: ForeignKey(unique=True) is usually better served by a OneToOneField." Core (System checks)
25907 25907 Alternative Way of Specifying URL Patterns Core (URLs)
26032 26032 Where does `manage.py` belong: to Application or to Project? Documentation
26051 26051 Rename ATOMIC_REQUESTS to ATOMIC_VIEWS HTTP handling
26069 26069 Docs for MyModel._meta.get_fields_with_model() missing info about 'is_relation' Documentation
26078 26078 Docs: DB Meta Migration Guildlines: More explicit "old" vs "new" Documentation
26080 26080 Add field.on_delete to all relational fields Database layer (models, ORM)
26081 26081 Understanding MyModel._meta.get_fields() Database layer (models, ORM)
26105 26105 create_permissions uses ContentType cache which contains non-existing pks Database layer (models, ORM)
26141 26141 __lt__ for model instances Database layer (models, ORM)
26148 26148 Queries different between Django 1.8 and 1.9 Database layer (models, ORM)
26136 26136 JavaScript translation catalog docs contain deprecated code Documentation
26143 26143 SyntaxError for import statement {{ unicode_literals }}from django.apps import AppConfig Uncategorized
26133 26133 AbstractBaseUser missing password validaton contrib.auth
25848 25848 Django 1.9 breaks django_coverage_plugin, template coverage doesn't work Template system
26135 26135 The migrate command with `--run-syncdb` crash if an application's migrations are disabled by setting MODULE_MIGRATIONS[app_label] = None Migrations
26109 26109 loader.select_template() raises a confusing message if passed a string containing a period Template system
25968 25968 Don't ship invalid .py files; rename them at run-time Core (Management commands)
26131 26131 model field choices are not enforced Database layer (models, ORM)
26130 26130 Convert ModelAdmin views to class-based views contrib.admin
26128 26128 Colon separate JOIN TYPE in QuerySets.select_related() and QuerySets.prefetch_related() Database layer (models, ORM)
25989 25989 sitemap view picks lastmod from last supplied sitemap only contrib.sitemaps
26093 26093 makemessages messes up unicode characters on Python 3 Internationalization
26123 26123 Wrong Plural-Froms value in the 'ru' locale (regression from version 1.8.x) Internationalization
26118 26118 Add "is" comparison to the if template tag Template system
26127 26127 ReverseManyToOneDescriptor doesn't respect use_for_related_fields attribute Database layer (models, ORM)
25910 25910 Model constructors accept read-only property names Database layer (models, ORM)
26113 26113 Django 1.9 DateTimeField issue with MySQL 5.6+ and MySQL Connector/Python Utilities
26115 26115 Admin list sort using callable, latest, and admin_order_field causes duplicates. contrib.admin
2901 2901 Enable admin log display to be restricted to a specific site contrib.admin
26094 26094 CSRF fails behind proxy (settings.USE_X_FORWARDED_PORT=True) CSRF
26106 26106 Inconsistency on uploaded image format name Uncategorized
26103 26103 Python 2 crash with non-ASCII characters in settings.LANGUAGES Template system
26100 26100 Queryset.extra use case: iregex against regular expressions stored as fields Database layer (models, ORM)
26077 26077 Change latin map in urlify to correctly translate Umlauts Internationalization
23949 23949 Add charset to JsonResponse HTTP handling
26087 26087 AlterField fails when both db_index and unique are specified Migrations
26076 26076 SessionBase's _hash method's variable key_salt need add a dot to be a complete class path contrib.sessions
5822 5822 Integration of Django and Ajax Uncategorized
24347 24347 parameter 'widget' of BoundField.as_widget is ignored Forms
25769 25769 Update utils.version.get_version() for new release candidate naming scheme Utilities
26074 26074 Vendor GIS js to circumvent mixed content GIS
26072 26072 Errno 10053 occured when use login_required view with ajax contrib.auth
26068 26068 Django 1.8: KEY constraint for parent model missing in m2m [regression] Database layer (models, ORM)
494 494 Collapse in admin interface for inline related objects contrib.admin
23728 23728 sys.exit(1) from makemigrations if no changes found Core (Management commands)
26049 26049 Request _upload_handlers is immutable? File uploads/storage
26053 26053 makemigrations generates a wrong type for a DurationField column on postgresql Database layer (models, ORM)
26059 26059 BrokenLinkEmailsMiddleware flagging invalid *referer* URL Core (URLs)
26055 26055 mod_wsgi docs refer to serving CSS files as static without corresponding example Documentation
26057 26057 Template {% if perms.app_label.permission %} check failing, but {% if 'app_label.permission' in perms %} works Template system
26050 26050 translation.activate does not report failure Internationalization
26038 26038 FileSystemStorage size() method does not use current MEDIA_ROOT setting value File uploads/storage
26045 26045 Annotate with conditional aggregation includes non-relevant fields in GROUP BY clause Database layer (models, ORM)
26054 26054 Migrations work on Django 1.9.0 but not on Django 1.9.1 Migrations
26047 26047 ProcessFormView does not pass **kwargs to get_context_data() Generic views
23284 23284 Amazon + Django each 12 hours appears that [Errno 5] Input/output error Uncategorized
26039 26039 Bug with Views being nested partials Core (URLs)
26023 26023 Importing GenericForeignKey on Django 1.9 contrib.contenttypes
26042 26042 types for GenericForeignKey object_pk? contrib.contenttypes
26041 26041 Flattening a Context object can fail Template system
26036 26036 URL dispatcher including forward slashes in parameter capture Core (URLs)
26009 26009 contenttypes_tests fail when run in isolation Testing framework
26030 26030 Password change, not validate if is current user. contrib.auth
26031 26031 cache.get_or_set isn't available in 1.8 Documentation
26027 26027 Django model __init__ silently accepts parameters that are also a non-settable property Uncategorized
26008 26008 setup() missing 1 required positional argument: 'parallel' when running runtest.py --pair or runtests.py --bisect Testing framework
23372 23372 Prevent loaddata from disabling and enabling constraints when no fixtures are found Testing framework
26017 26017 forms_tests.tests.test_fields.FieldsTests.test_filepathfield_folders does not work when the tests directory is named differently Uncategorized
25980 25980 Disabled ModelMultipleChoiceField can't handle querysets as an initial value Forms
26004 26004 Invalid app-name in INSTALLED_APPS leads to AppRegistryNotReady when testing Core (Other)
26012 26012 Provide an error message during password reset if email doesn't exist contrib.auth
25465 25465 Line breaks in readonly field in admin tabular inline contrib.admin
26000 26000 Error in tutorial05 Django1.9 Documentation
25998 25998 SQLCompiler error when using Paginator + values(...) when query returns no data Database layer (models, ORM)
25994 25994 Update django-admin default options example Documentation
25993 25993 Integrate django-bcrypt or remove support. contrib.auth
25977 25977 Allow different filters on multiple aggregates Database layer (models, ORM)
25992 25992 SyntaxError: invalid syntax on CentOS 6.7 Uncategorized
11981 11981 Add custom Q-object (add_to_query) support to QuerySet.filter() and QuerySet.exclude() Database layer (models, ORM)
23854 23854 Add custom SelectRelated classes Database layer (models, ORM)
25975 25975 sqlmigrate for pending migrations Migrations
25970 25970 Support simultaneous open connections in LiveServerTestCase Testing framework
14286 14286 Support for BigAutoField Database layer (models, ORM)
5698 5698 sqlite backend missing foreign keys Database layer (models, ORM)
25988 25988 Change django.db.models.deletion.CASCADE to django.db.models.deletion.PROTECT while creating migrations Migrations
25984 25984 Incorrect error message in ModelBase.__new__ Database layer (models, ORM)
25982 25982 Djago ORM. Filter using multi-valued queryset Database layer (models, ORM)
25652 25652 Provide a more generic way to test different browsers in selenium tests Testing framework
25972 25972 Filtering a ForeignObject with 'isnull' lookup fails in Django 1.9 Database layer (models, ORM)
25948 25948 documentation doesn't explain why assertRaisesMessage is needed Documentation
25141 25141 Remove GDAL Dependency for GeoJSON Serialiser GIS
25973 25973 Django 1.9 CBV - Form field error still being rendered in template after deletion Generic views
17202 17202 Inspectdb produces incorrect max_length for NVARCHAR2 columns with Oracle Database layer (models, ORM)
25962 25962 inspectdb for oracle nvarchar2 could miscalculate field size 2-fold Database layer (models, ORM)
25964 25964 AttributeError: 'HttpResponse' object has no attribute '_reason_phrase' Core (Other)
25958 25958 Remove support for skip_validation in BaseCommand.execute(**options) Core (Management commands)
25960 25960 SyntaxError when installing Django 1.9 Uncategorized
25956 25956 Unexpected fake_initial keyword thrown on migration Migrations
25913 25913 --fake-initial not working with apps with other table names Migrations
25510 25510 Putting invalid app name in INSTALLED_APPS makes runserver raise django.core.exceptions.AppRegistryNotReady Core (Other)
25634 25634 runserver reloader masks exceptions Core (Management commands)
25952 25952 structural & functional review of django documentation Documentation
25942 25942 TypedChoiceField.has_changed behaviour has changed between 1.8 and 1.9 Forms
25911 25911 The decorator override_settings resets SETTINGS_MODULE variable Testing framework
5586 5586 Comments are not allowed in json fixtures Core (Serialization)
25944 25944 Add the ability to specify which app a migration should be created in Migrations
25939 25939 Remove transaction from QuerySet.update_or_create's save() Database layer (models, ORM)
12885 12885 GenericRelation fails to join the related table from a inherited model contrib.contenttypes
25930 25930 Django-migrations & sqlite3 fail when migration-history is non-linear Migrations
25935 25935 FileField open always returns None Database layer (models, ORM)
25934 25934 Lacking of app_name = 'polls' for "writing your first Django app" part 4 -Amend URLconf document Documentation
25929 25929 render_to_response with RequestContext problem Utilities
25861 25861 Performing two conditional counts on foreign key fields Database layer (models, ORM)
25927 25927 document django.contrib.gis.utils.ogrinfo Documentation
25914 25914 order_by not consistently returning data in specified order Database layer (models, ORM)
25918 25918 Remove unused LOGOUT_URL setting Documentation
25921 25921 Make runserver handle HTTPS requests. HTTP handling
25919 25919 Wrong behavior after saving on changelist page when any field is list_editable contrib.admin
25899 25899 manage.py tests requires database creation privileges Testing framework
25900 25900 CommonMiddleware's USE_ETAGS broken Core (Cache system)
25906 25906 `squashmigrations` generates migrations that don't work with Python 3 Migrations
25908 25908 migrations fail when default function is removed Migrations
24355 24355 Cannot use Django 1.8a1 with mysql.connector.python (Oracle's official mysql connector.) Database layer (models, ORM)
25901 25901 Pip install crashing at "Compiling" phase due to "Syntax error" Packaging
25888 25888 migrate with "--fake" option modifies the database Database layer (models, ORM)
25672 25672 Clarify why related ManyToMany fields with a custom intermediary model disable the remove() method. Documentation
25657 25657 gevent-monkeypatching with GIS PointField causes intermittent traceback on shutdown GIS
25803 25803 npm test failure Uncategorized
25895 25895 Customizing user admin docs shouldn't override name. Documentation
25886 25886 Release notes confusion and Django 1.8.8/Python 3.2-3.3 import error Uncategorized
25881 25881 Mark Python 3.2 in Django 1.8 as unsupported at the end of 2016 Documentation
25890 25890 AUTH_USER_MODEL unfriendly to custom models with more than one level of encapsulation contrib.auth
25879 25879 Uncertainty about constraint checks during fixture loading Documentation
25891 25891 Add an admin widget to display user_permissions in tabular format contrib.admin
25860 25860 Document transaction leak possiblity in TestCase Documentation
25877 25877 Consider refactoring AdminSite.check_dependencies contrib.admin
25870 25870 Wrong position of Action button in admin when using filters contrib.admin
25863 25863 RenameModel migration does not rename indexes, subsequent index creation fails Migrations
25859 25859 DeleteView should inherit from a more generic ConfirmView Generic views
25547 25547 refresh_from_db leaves FieldFile with reference to db_instance Database layer (models, ORM)
25584 25584 Getting Invalid syntax error while installing Django 1.9a1 and 1.9b1 Documentation
25846 25846 RemovedInDjango110Warning coming from SubfieldBase Database layer (models, ORM)
25866 25866 Django migrations not picking up max_length change on FileField Migrations
25840 25840 cache.get_or_set() works incorrectly with DummyCache backend Core (Cache system)
25734 25734 Nodata value not excluded when computing GDALBand min/max values GIS
25820 25820 Month names can't be localized properly in admin Javascript contrib.admin
25825 25825 Template Origin is missing an __ne__ implementation Uncategorized
25851 25851 Outdated link to deprecated assignment tag in docs Documentation
22831 22831 Migrations should provide a way to dumpdata to an initial data migration Migrations
6563 6563 field=None in get_or_create Database layer (models, ORM)
25667 25667 Misspelling in docutils setting override contrib.admindocs
25808 25808 Setting to allow django.test.Client default requests to follow=True Testing framework
25831 25831 django.views.generic.edit.FormMixinBase : get_form_with_form_class wrapping preventing custom method profiles for get_form() Generic views
25844 25844 django-1.9 fails test under pypy Testing framework
25849 25849 pypy3 ImportError field_spec Core (Other)
25843 25843 Ampersands in icontains filter returns inconsistent results Database layer (models, ORM)
25842 25842 list_filter does not follow the standard of plural names (e.g. "fieldsets", "search_fields", "inlines" etc) contrib.admin
25837 25837 migration fails when there is initial option set on form field Uncategorized
25823 25823 String inconststency between "View documentation" and "Back to Views Documentation" contrib.admindocs
25834 25834 Better expose ORM grouping semantics Database layer (models, ORM)
25827 25827 DateTimeField in admin TabularInline has unsightly left margin contrib.admin
25824 25824 Assertions in libmemcached when multiple django.core.cache.backends.memcached.PyLibMCCache backends used Uncategorized
25832 25832 Migrating a django-cms.PlaceholderField fails when using Postgres Database layer (models, ORM)
25830 25830 Unnecessary migrations with Python3 Migrations
25821 25821 Add verbose_name to foreign key fields in django.contrib.admin LogEntry contrib.admin
25815 25815 Add new languages for Django 1.9 Internationalization
25819 25819 Allow dumping sql without properly setup database connection Core (Management commands)
25818 25818 Unable to sqaush migrations that use RunSQL operations with state_operations Migrations
23454 23454 TypeError: int() argument must be a string or a number, not 'User' Migrations
25806 25806 syndication.Feed uses name-mangling for __get_dynamic_attr contrib.syndication
25805 25805 Django 1.8 startup takes longer than Django 1.7 Uncategorized
25813 25813 inspectdb generates incorrect field names for unique_together Database layer (models, ORM)
25438 25438 Oracle GIS test failures for Django 1.9 GIS
25796 25796 annotate() exception if there are same fields name OR in Q Database layer (models, ORM)
25810 25810 verbose_name_plural is not respected in filter_horizontal or filter_vertical widget contrib.admin
25723 25723 Related field checks should use their model's apps to lookup related models Core (System checks)
25800 25800 IIS ISAPI request throws AppRegistryNotReady: Apps aren't loaded yet. HTTP handling
25802 25802 The 'logout' button is ineffective on code.djangoproject.com. Uncategorized
25801 25801 No way to change password on code.djangoproject.com Uncategorized
25795 25795 formfield_for_foreignkey() and limit_choices_to() dont work as expected Uncategorized
25799 25799 list_filter filtering by groups doesn't appear until at least two groups exist contrib.admin
22945 22945 Creating a tests directory with __init__ breaks the testrunner Testing framework
25798 25798 RedirectView providing different request object to decorator Uncategorized
25794 25794 loaddata with UUIDs as natural foreign keys does not work anymore Core (Management commands)
25793 25793 Removing an MTI model generates an incorrect migration Migrations
25783 25783 Site.objects.get_current() should use Django's cache framework contrib.sites
25779 25779 Redundant try block in WSGIHandler Core (Other)
25771 25771 Serialization of natural foreign key in migration scripts does not work Uncategorized
25607 25607 IIS deployment - WSGI handler HTTP handling
10066 10066 can per-site cache and per-view cache or some low level cache work together? Documentation
25776 25776 Generic way in the admin to add tools to object-tools-items contrib.admin
25775 25775 Method log_message in server.py uses sys.stderr.write, not logging HTTP handling
22810 22810 full_result_count optimization is wrong in the presence of custom ListFilters contrib.admin
25768 25768 Cast Variable, and provide multiplication Uncategorized
16084 16084 makemessages command doesn't respect LOCALE_PATHS setting Internationalization
25770 25770 authenticate and login can not write cookie 'sessionid' contrib.auth
25766 25766 adding javascript "this.disabled" invalidate ManyToManyField contrib.admin
25682 25682 Audit bare except clauses Core (Other)
25621 25621 AlterField to ForeignKey reverse migration doesn't drop the constraint Migrations
25736 25736 Define management commands via function Core (Management commands)
25763 25763 Django missing repr friendly formatting of request Core (Other)
12128 12128 Remove restrictive 30 character limit from username of AuthenticationForm. contrib.auth
23751 23751 Code snippets display without formatting in PDF version of the docs Documentation
25757 25757 Don`t create session automatically for anonymouse user contrib.sessions
22601 22601 Migrations don't recognize fields added by mixins Documentation
17816 17816 UnicodeEncodeError in Image- and FileFields Forms
25747 25747 djorm-ext-filtered-contenttypes impossible on Django 1.9 Database layer (models, ORM)
25752 25752 RenameField on m2m causes error when new m2m field is added with old name Migrations
25742 25742 "default_if_not_set" template filter Template system
25749 25749 Cannot use foreign keys between tables of the same non-default db Database layer (models, ORM)
25606 25606 Add support for "__" lookup in RelatedOnlyFieldListFilter contrib.admin
25283 25283 ManifestStaticFilesStorage does not works in edge cases while importing url font-face with IE hack contrib.staticfiles
25743 25743 Optimize formats.localize(_input) Utilities
25720 25720 1.8.x regression: Py2 gettext() returns unicode for bytestring input Internationalization
25737 25737 Selenium test test_delete_stackeds from admin_inlines.tests.SeleniumFirefoxTests is failing Testing framework
25738 25738 Docs code listings in PDF format are broken Documentation
25714 25714 DatabaseError: DatabaseWrapper objects created in a thread can only be used in that same thread. Database layer (models, ORM)
25727 25727 cached_property's topic documentation does not link to reference Documentation
25618 25618 Django migration system breaks with unhelpful error message if south migrations accidentally retained Migrations
18455 18455 Added hooks to Media for staticfiles app Forms
25724 25724 Wrong path in index.html file [django tutorial] Documentation
25721 25721 Allow dynamic raw_id_fields in admin system check (admin.E001) Core (System checks)
24576 24576 Bad cascading leads to non-deterministic IntegrityError Database layer (models, ORM)
25496 25496 ModelChoiceField generates extra queries by not respecting prefetch_related Forms
25683 25683 1.8.6 regression: ModelChoiceField no longer accepts Manager objects as queryset Forms
25719 25719 UnicodeDecodeError during loaddata when database uses non-default locale and error occurs in database layer Core (Management commands)
25686 25686 Database router without "allow_migrate" method raises exception Database layer (models, ORM)
25676 25676 Queryset.extra planned deprecation - Sorting a calculated field Database layer (models, ORM)
25709 25709 Template tag get_available_languages si doing unwanted translation Template system
25696 25696 Add sphinx extension to django.contrib Documentation
25698 25698 App without migrations depending on app with migrations fails on initial migrate call (postgres) Migrations
25702 25702 Port ModelAdmin.fieldset to BaseForm Forms
25690 25690 Migration operations should be ordered to prevent all columns from being removed Migrations
25692 25692 Add natural keys support to Site model contrib.sites
25700 25700 Amend comment to remove reference to the no longer used NullHandler Core (Other)
22937 22937 Allow configuring Form defaults (like label_suffix) on a per-project basis Forms
17564 17564 django.db.models.Sum does not work on BooleanField Database layer (models, ORM)
25689 25689 Merge staticfiles into core contrib.staticfiles
25623 25623 Django always returns a white page along with 400 on latin encoded URLs. HTTP handling
25464 25464 Allow skipping IN clause on prefetch queries Database layer (models, ORM)
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
25679 25679 ModelForm.Meta.fields and exclude are not honoured for custom fields Forms
25674 25674 regression in test discovery Testing framework
25668 25668 Spelling fixes Uncategorized
25648 25648 Unable to modify or delete unique_together Model constraint (PostgreSQL) Uncategorized
25635 25635 Fix URLValidator to allow the '+' character in URL scheme Core (Other)
21220 21220 Improve admin user friendliness contrib.admin
25638 25638 update using Concat with Value causes error-encoding in SQLite Database layer (models, ORM)
25632 25632 some version requirements for GeoDjango DB functions are not documented Documentation
23918 23918 Built in functions override custom functions in related manager Documentation
25642 25642 creating a model named "order" cause sqlite database to crash Migrations
24019 24019 Docs inaccurately claim aggregation doesn't work with GenericRelation Documentation
25100 25100 Document how to avoid ""RuntimeError: Error creating new content types." when upgrading to 1.8 (skipping 1.7) Documentation
25641 25641 section about adding Google projection to spatial_ref_sys table should be removed Documentation
23985 23985 URLValidator optional schemes causes backward incompatible changes Documentation
25489 25489 SESSION_SAVE_EVERY_REQUEST Appears to have broke in 1.8.4 Documentation
11236 11236 Can't build a windows msi installer Packaging
16734 16734 Set script prefix in django.setup() to allow its usage outside of requests Core (Management commands)
25559 25559 Conditional admin inline causes ValidationError contrib.admin
25631 25631 AsGeoJSON, AsGML, AsKML are listed as supported by SpatiaLite without taking into account used version GIS
25620 25620 URLValidator regex does not trigger on consecutive periods Core (Other)
25627 25627 Django is swallowing ImportErrors in migrations for modules containing the string 'south' Migrations
25628 25628 SystemCheckError states "Invalid 'default' value" when no max_length on CharField is specified. Database layer (models, ORM)
25328 25328 Add LiveServerTestCase that runs an HTTPS server Testing framework
21489 21489 Expose FormSet on the django.forms package. Forms
25626 25626 Storing big strings with special chars fails when using PostgreSQL with SQL_ASCII encoding Database layer (models, ORM)
25625 25625 Old version of pip reports SyntaxError with Django 1.9+ Core (Other)
25615 25615 multidb Relation fields do not support nested lookups Database layer (models, ORM)
22330 22330 Model.__reduce__() includes cached lookups Database layer (models, ORM)
16391 16391 New URL tag for reversing urls with placeholder args/kwargs Core (URLs)
17133 17133 get_script_name goofs when there is Apache URL rewriting HTTP handling
25614 25614 Changing ForeignKey(on_delete=...) unnecessarily drops and recreates constraints Migrations
24421 24421 Querying a reverse ForeignObject relation using exclude() fails Database layer (models, ORM)
25611 25611 Use a common descriptor signature Core (Other)
25613 25613 Transactional Cache TestCase Testing framework
18201 18201 smallint and tinyint fields + auto increment Database layer (models, ORM)
24979 24979 Remove usage of inspect.getargspec() Utilities
25608 25608 Add support for "__" lookup in RelatedOnlyFieldListFilter contrib.admin
23763 23763 Python 3.5 compatibility Core (Other)
25583 25583 GEOSGeometry.transform should impose no constraints on SRID if called with CoordTransform GIS
25203 25203 Document changes to WSGI application loading sequence in 1.7 Documentation
25593 25593 Remove scheme validation from URLValidator or provide all IANA acceptable schemes as defaults Database layer (models, ORM)
25603 25603 it's not clear that geometry's but not target SRID is meant in the note of description of `GEOSGeometry.transform` Documentation
25602 25602 Django breaks sphinx Uncategorized
25599 25599 __iexact filter matches strings of different length Database layer (models, ORM)
23745 23745 Migrations migrate is slow Migrations
25601 25601 makemigrations create unnecessary migrations Migrations
25564 25564 Django Admin's "View on Site" ignores model's custom manager contrib.contenttypes
25519 25519 "View Site" in admin shows wrong URL if site is not hosted at root contrib.admin
25573 25573 Add simple way to use SplitDateTimeField on ModelForms Forms
25571 25571 When number argument is not an integer ungettext_lazy's return value evaluates to False Internationalization
25585 25585 OGRGeometry.srid and OGRGeometry.srs cannot be set to None GIS
25587 25587 Django fails, when trying to save object "as new" with inlines objects and form validation errors. contrib.admin
21894 21894 Error in example code in django.forms.Form.clean()¶ Documentation
17120 17120 FormSet max_num can be bypassed and any number of forms saved Forms
25576 25576 HttpResponse can't be wrapped by io.TextIOWrapper; add required IOBase methods HTTP handling
25586 25586 Admin's tabular inline fields may be misaligned if the first form field is hidden contrib.admin
25570 25570 Using a templatetag in a Python file in a project template causes an Exception Utilities
25577 25577 Squashed migrations do not work if deletion of indexed field can't be optimized on postgresql database Migrations
25578 25578 Correct the spelling of GitHub Documentation
25580 25580 GEOSGeometry.srid cannot be set to None GIS
25572 25572 APPEND_SLASH (and others) sometimes redirect to invalid URL by encoding the entire URI Core (URLs)
25562 25562 Time dependent test on Windows: admin_filters.tests.ListFiltersTests.test_datefieldlistfilter_with_time_zone_support contrib.admin
25566 25566 Admin popup_response.html needs a title contrib.admin
25565 25565 Remove action="" from admin forms contrib.admin
25560 25560 Empty string related name should be invalid Core (System checks)
25567 25567 Remove obsolete MEDIA_URL/STATIC_URL compatibility condition Forms
25568 25568 Can't use template syntax characters within tag and filter arguments Template system
25561 25561 dumpdata command cannot understand a dotted app name though INSTALLED_APPS allows it. Utilities
25541 25541 Improve error reporting when loading invalid JSON fixtures Core (Serialization)
25557 25557 Fix the UserCreationForm for custom user model contrib.auth
25346 25346 collectstatic --clear doesn't delete broken symlinks from the STATIC_ROOT contrib.staticfiles
22938 22938 clearsessions doesn't remove file-based sessions contrib.sessions
25555 25555 runserver swallows exceptions Core (Management commands)
25554 25554 Django permissions cause data migration depending on permissions to fail Migrations
25506 25506 Can't filter over a RawSQL annotation Database layer (models, ORM)
25535 25535 ForeignObject checks are too strict Core (System checks)
25537 25537 Model objects not showing on admin changelist page after changing M2M to ForeignKey contrib.admin
25545 25545 The ORM generates incorrect queries for m2m with disabled backward relations Database layer (models, ORM)
25505 25505 Incomplete relation_tree for inherited proxied Models. Database layer (models, ORM)
25538 25538 Clarify the operator that icontains uses on Postgresql Documentation
25498 25498 PostGIS Distance lookups use ST_Distance_Sphere() and not ST_Distance() Documentation
13965 13965 psycopg2 throws an "can't adapt" error on ugettext_lazy translated strings Internationalization
9153 9153 Forms (and formsets) don't always generate valid HTML for hidden fields Forms
18142 18142 sorting in change_list is not distincted contrib.admin
19747 19747 Admin save of non-default database model fails when model contains unique fields contrib.admin
6237 6237 PicklingError: Can't pickle <class 'django.template.SimpleNode'>: attribute lookup django.template.SimpleNode failed Template system
12246 12246 contrib.admin's JavaScript functions should be namespaced contrib.admin
11830 11830 save_model in ModelAdmin and inline model formsets contrib.admin
11941 11941 FilteredMultipleSelect does not render help text Forms
24749 24749 contribute_to_class(virtual_only=True) is ignored Database layer (models, ORM)
24762 24762 Proxy models with children which inherit from the proxy cannot select_related said children Database layer (models, ORM)
25520 25520 Cascade delete of proxy model children fails with IntegrityErrors Database layer (models, ORM)
25495 25495 CheckboxSelectMultiple cannot set CSS class of UL Forms
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
15574 15574 IndexError: list index out of range caused by inline formsets Forms
25522 25522 squashmigrations tries to alter M2M's through table Migrations
25533 25533 GDALRaster GDT_Byte Datatype mapped wrongly to ctypes GIS
25529 25529 Avoid non-breaking spaces between values and units when using filters in plain text templates Template system
14887 14887 select_related() does not work with Proxy models and multi-table inheritance Database layer (models, ORM)
17761 17761 save_base() does not properly detect when MTI parent key is unset Database layer (models, ORM)
23739 23739 django 1.7.1 defer() throws AttributeError when using related_name Database layer (models, ORM)
19193 19193 Save only one field to database which refereced to FieldFile Database layer (models, ORM)
20127 20127 Unify subquery generation in the ORM Database layer (models, ORM)
21559 21559 Can no longer query reverse generic relations in Django 1.6 contrib.contenttypes
14096 14096 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
25528 25528 `FileField(null=True)` doesn't work as expected Database layer (models, ORM)
21252 21252 Positional column numbers is not always correct for ORDER BY and GROUP BY Database layer (models, ORM)
25527 25527 Some formatting issues in the offline PDF documentation (1.8.5 - potentially also other versions) Documentation
17814 17814 Add a way to override related_name on models that you can't edit Database layer (models, ORM)
17917 17917 Pickling queryset with annotations on related fields with callable defaults fails Database layer (models, ORM)
22209 22209 Django internals call len(queryset) instead of queryset.count() Database layer (models, ORM)
25525 25525 Docstring in default urls.py file uses `include()` without mentionning where to import it from Core (Other)
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
21508 21508 ForeignKey cast to int despite being varchar Database layer (models, ORM)
11866 11866 non-null FK to a CharField primary key fails when key value is the empty string, giving "[model.fk_col] may not be NULL" Database layer (models, ORM)
25511 25511 Customize action for "add another" in inline forms contrib.admin
25521 25521 squashmigrations tries to add foreign keys to removed models Migrations
25523 25523 manage.py runserver ignores logging configuration error and shows wrong exception Core (Management commands)
25518 25518 Multiple ManyToManyField related_name documentation Documentation
25515 25515 The return value of BaseCommand.handle() is treated as output, but this is undocumented Documentation
25516 25516 Document that pdb isn't compatible with parallel test runner Documentation
25512 25512 PDF some code snippet and pages' format is broken Documentation
25509 25509 Make QuerySet.__repr__ less confusing Database layer (models, ORM)
25500 25500 Add option to check command to return non-zero exit status for warnings Core (Management commands)
25497 25497 Parallel test fails if tblib is not installed. Testing framework
25416 25416 Queries are displayed without values quoted Database layer (models, ORM)
23623 23623 ModelChoiceField generates unused temporary cache Forms
25494 25494 db_table option doesn't work in ManyToMany fields which using through option Migrations
25483 25483 call_command() should pass positional argument as str() instead of int() Core (Management commands)
15844 15844 Filtering by related objects causes unnecessary extra db hits when using model inheritance Database layer (models, ORM)
25491 25491 django.utils.regex_helper.normalize should cache results locally Utilities
11003 11003 Add USE INDEX, FORCE INDEX capabilities to ORM Database layer (models, ORM)
16920 16920 Models with GenericRelation are unnecessarily validated for clashes in reverse manager accessor contrib.contenttypes
20271 20271 Filtering over generic relations with TextField/CharField object_id gives PostgreSQL error: No operator matches the given name and argument type(s). You might need to add explicit type casts. Database layer (models, ORM)
17015 17015 IntegrityError: ORA-01400: cannot insert NULL into (...."AUTH_PERMISSION"."ID") when running syncdb with Oracle Database layer (models, ORM)
20776 20776 Multi-level Multi-table Inheritance - mismatched PKs / explicit db_columns Database layer (models, ORM)
11018 11018 Generic foreign keys in custom m2m relationship model contrib.contenttypes
13203 13203 Deletion error of model with generic relation to inherited model contrib.contenttypes
9501 9501 Generic relations to derived models won't allow for deletion of objects those models are attached to. contrib.contenttypes
25490 25490 Logout view can be cached by Safari contrib.auth
25488 25488 BaseGenericInlineFormSet runs validation methods before linking form instances to their related object contrib.contenttypes
16867 16867 Validate GenericForeignKey's object_id_field/content_type_field options contrib.contenttypes
19531 19531 Surprising impact of defer() Database layer (models, ORM)
20154 20154 Inconsistent model save behavior when assigning model instances to CharFields Database layer (models, ORM)
21042 21042 Sphinx's autodoc fails to handle FileField due to FileDescriptor implementation Database layer (models, ORM)
15678 15678 Different behaviour for DecimalField on MySQL and SQLite Database layer (models, ORM)
18501 18501 Custom fields as foreign keys fix Database layer (models, ORM)
17854 17854 Add database-specific checks for the maximum supported values of DecimalField max_digits, decimal_places Core (System checks)
22527 22527 FK proxy model not properly deferred in syncdb Database layer (models, ORM)
19948 19948 Improve connection reset under PostgreSQL Database layer (models, ORM)
24651 24651 makemigrations: AttributeError: 'bytes' object has no attribute 'pattern' (Django 1.8/Python 3.4) Migrations
25486 25486 ORM generating incorrect query for through-model on <RelatedManager>.all() Database layer (models, ORM)
25482 25482 Field lookup istartswith not showing results in django 1.8.4 with mysql 5.5.44 Uncategorized
25485 25485 Deprecation notice on GenericRelation is confusing Documentation
25478 25478 1.8 migrating doc code sample needs parens Documentation
25480 25480 CharField + choices + default = fields.E008 Database layer (models, ORM)
25479 25479 Remove unncessary "# -*- coding: utf-8 -*-" declarations Core (Other)
24323 24323 Document that you cannot use @admin.register() with an __init__() super call that references the class name Documentation
25474 25474 RelatedObjectDoesNotExist caused by Model.clean() Uncategorized
25468 25468 DjangoJSONEncoder should call unicode() on proxy strings. Core (Serialization)
25472 25472 docs of login_required() should show the usage in class-based-views. Documentation
25462 25462 Move __unicode__ documentation and its notice after __str__ Documentation
25256 25256 Document that Django 1.4.18 broke USE_ETAGS with static views Documentation
23335 23335 Related fields pointing to custom fields that store different values in the database than the python representation do not remember selections Forms
22111 22111 Signal can throw ValueError in debug mode Core (Other)
25451 25451 Docs: Please tell new users where to store their test code Documentation
25457 25457 createsuperuser password error message has incorrect format contrib.auth
25133 25133 Changing a PositiveIntegerField to an IntegerField does not remove >=0 check in migration Migrations
25460 25460 Inconsistent behaviour from TimestampSigner with two different separators Core (Other)
25455 25455 optimization dictfetchall in documentation Documentation
25459 25459 Django e-Commerce Uncategorized
24152 24152 Deprecate GeoQuerySet aggregate methods GIS
24133 24133 DeleteView success_url bug for non ascii urls Generic views
23613 23613 django.utils.checksums is undocumented and unused Utilities
23444 23444 Deprecate django.contrib.admin.helpers.InlineAdminForm.original_content_type_id contrib.admin
21648 21648 Deprecate "is_admin_site" option of auth.views.password_reset() contrib.auth
23656 23656 FormMixin.get_form's form_class argument should be optional Generic views
24099 24099 Remove ContentType.name contrib.contenttypes
24351 24351 RunPython/RunSQL operations in contrib migrations and multi-db routers. Migrations
24022 24022 Deprecate {% ssi %} template tag Template system
23261 23261 Deprecate old style list support for defaultfilters.unordered_list Template system
22789 22789 Consider deprecating contrib.webdesign contrib.webdesign
25448 25448 Ease creation of custom GIS lookups GIS
18081 18081 Syncdb doesn't create database constraints for foreign keys referencing a proxy model. Database layer (models, ORM)
25453 25453 makemigrations suggestion seems to go against best practices Migrations
24361 24361 The doc is not right w.r.t. LOGGING overwriting. Documentation
25450 25450 HostnameField (Feature request) Database layer (models, ORM)
25449 25449 django.contrib.gis.admin is missing @register GIS
25439 25439 Add `SUCCESS` style to termcolor palettes Utilities
24115 24115 Bcrypt hashers don't implement must_update contrib.auth
25442 25442 RunSQL migration is run twice (and once for real with "--fake") Migrations
25446 25446 Can't use PostGIS function ST_OrderingEquals with GeoDjango GIS
25392 25392 Allow contrib.auth to work without sessions contrib.auth
25403 25403 Subqueries: a common case where people get tempted to use .extra() Database layer (models, ORM)
25443 25443 tutorial 1: database setup fails Uncategorized
25431 25431 ModelFormset regression in object clean() accessing a FK Forms
25429 25429 M2M migration is inconsistently case-sensitive Migrations
14310 14310 MySQL - collate in queries Uncategorized
25432 25432 Django ORM race condition Database layer (models, ORM)
25428 25428 Allow configuring the database's identifier max length in the DATABASES setting Core (Other)
17785 17785 PostgreSQL Introspection: get_relations() broken after drop column Database layer (models, ORM)
25422 25422 Type annotations in template tag functions crash Template system
25034 25034 Convert caches ImproperlyConfigured error to a system check Core (System checks)
25419 25419 Management commands: allow to set exit code, without calling sys.exit Core (Management commands)
25400 25400 Attributes are always set on `connection.features` (gis) Database layer (models, ORM)
25413 25413 Add an option to squashmigrations to remove RunPython and RunSQL Migrations
25411 25411 UnicodeEncodeError with ZIP of latest (pre 1.9) master and PIP and Python 2.7 Packaging
25404 25404 Template syntax errors should include line number in their message Template system
25405 25405 FlatpageFallbackMiddleware doesn't find pages with leading slashes contrib.flatpages
25339 25339 Aggregation and annotation by time period and intervals (by month, week, day, hour, etc) Database layer (models, ORM)
25369 25369 Wrong exception being used in official example creates very subtle bugs for the syndication feed framework. Documentation
25401 25401 django.utils.html.strip_tags can insert spurious semicolons Utilities
25396 25396 ModelAdmin.get_queryset doesn't accept ValueQuerySet contrib.admin
25402 25402 logging.dict.dictConfig should not be called when LOGGING_CONFIG is defined Core (Other)
25377 25377 Regression in expressions refactor causes database queries to run COUNT('*') instead of COUNT(*) Database layer (models, ORM)
25393 25393 Cannot add TextField with unhashable default with MySQL Database layer (models, ORM)
25399 25399 Improve performance for user lookups by adding database index contrib.auth
25387 25387 ModelAdmin actions don't get access to the ActionForm contrib.admin
25384 25384 New Migrations Generated with Improperly Sorted Imports Migrations
25391 25391 Add a check for the security middleware Core (System checks)
22932 22932 "makemigrations" generates circular dependencies Migrations
25381 25381 "default_app_config" causes custom commands to not be found Core (Management commands)
25383 25383 Trying to access the local server in HTTPS throw a 400 error HTTP handling
25374 25374 Admin system check prevents dynamic ModelAdmin attributes contrib.admin
25380 25380 Add Postgres.app to the suggested options for PostGIS on OS X Documentation
25329 25329 _nodb_connection is open for an entire test suite run Testing framework
25379 25379 Remove obsolete PostgreSQL steps from GeoDjango tutorial Documentation
25372 25372 TypeError on manage.py's autocomplete for subcommands that do not use argparse Core (Management commands)
25371 25371 Add examples of backward operations for RunSQL and RunPython Documentation
25347 25347 QueryDict can't return a list for a select multiple form element HTTP handling
25352 25352 django.views.generic.dates.WeekArchiveView use of _date_from_string results on off-by-one weeks handling Generic views
25368 25368 Rename X_CSRFTOKEN to X-CSRFTOKEN CSRF
25337 25337 Validate domains against IDNA2008 instead of IDNA2003 Forms
25360 25360 Django1.8 install error when using setuptools setup Uncategorized
25366 25366 Changing the type of a primary_key field in a migration does not update FK columns pointing to it Migrations
25365 25365 Visual issues in filter_vertical widget contrib.admin
14716 14716 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
25362 25362 psycopg2.InterfaceError is not handled Database layer (models, ORM)
11544 11544 adjust admin css to not depend upon the !important declaration. contrib.admin
25358 25358 Improve variable name for question in tutorial Documentation
25359 25359 German typo in django/django/conf/locale/de/LC_MESSAGES/django.po Uncategorized
25357 25357 setup_databases doesn't deduplicate databases correctly on Oracle Testing framework
24235 24235 Deprecate is_usable attribute on template loaders? Template system
25297 25297 makemessages doesn't detect the context of {% trans %} strings with a filter Internationalization
25326 25326 Add an example with namedtuple to "Executing custom SQL directly" Documentation
25343 25343 IntegerField(primary_key=True) behaves like AutoField in SQLite but Django doesn't treat it as such Database layer (models, ORM)
25335 25335 QuerySet.iterator doesn't return an iterator any more Database layer (models, ORM)
25340 25340 Allow use of expressions in Model.objects.create() Database layer (models, ORM)
25338 25338 IOError exception information gets lost when searching for templates Template system
25189 25189 DateTimeField cannot validate isoformat() datetime strings. Forms
25332 25332 migrate fails for CharField if max_length is omitted Migrations
25320 25320 ManyToManyField.null returns True on master (upcoming 1.9), False on 1.8. Database layer (models, ORM)
25289 25289 Update admin's jQuery to 2.1.4 contrib.admin
25140 25140 Error when running test with MySQL database Database layer (models, ORM)
25293 25293 Multi-table inheritance with only related fields results in invalid migration on MySQL Migrations
25330 25330 RuntimeError: Error creating new content types." when upgrading to 1.8: due to contenttype.name : Reference #25100 contrib.contenttypes
25327 25327 Handling removed apps with dependent migrations? Migrations
25325 25325 Support DoNotTrack (DNT) HTTP handling
20073 20073 Provide API for creating User objects in tests contrib.auth
25323 25323 chromedriver 2.18 broke some selenium tests: "no such window" contrib.admin
25322 25322 Lazily compile core.validators regular expressions Core (Other)
25319 25319 QuerySet not working with Union + Exclude Database layer (models, ORM)
24523 24523 django.apps.registry.populate() does not handle failures in app_config.ready() Core (Other)
25312 25312 Database sequence for AutoField backed by Postgres 9+ allows larger values than the column Database layer (models, ORM)
25311 25311 Docs: "You may perform partial commits ..." Sorry you can't. Commits are ACID. They are durable xor not. Documentation
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
25309 25309 Docs: ATOMIC_REQUESTS is for **view** not http request Documentation
25310 25310 GeoManager's distance() method doesn't work with lookups that span multiple relationships GIS
25295 25295 translation.override() context manager doesn't return to deactivated state when there's no activated language Internationalization
25303 25303 help_text on auth model field 'is_active' doesn't get translated contrib.admin
6630 6630 Fieldsets for forms Forms
17533 17533 When attempting to build more complex widgets/fields, access to form data would be helpful Forms
25288 25288 Allow migrating models from other apps Migrations
24951 24951 Error deleting from table with Foreign Key being Primary Key at the same point Database layer (models, ORM)
25153 25153 The polls tutorial shows INSTALLED_APPS in incorrect order Documentation
25285 25285 Unknown django-admin command raises "settings not configured" when no project exists Core (Management commands)
25286 25286 ImportError: cannot import name RemovedInDjango110Warning Uncategorized
17875 17875 ForeignKey field and Multiple database bug Uncategorized
25101 25101 ImportError regression for 1.8.3, triggered with Django Rest Framework Uncategorized
25282 25282 Specifying fields in modelform Forms
25260 25260 Sets in "in" lookups should be converted to list if backend doesn't support sets Database layer (models, ORM)
21554 21554 incorrect SQL generated when using multiple inheritance Database layer (models, ORM)
24196 24196 Filtering __in a sliced queryset with a 0 limit raises an unexpected error Database layer (models, ORM)
16603 16603 Unnecessary join when using a reverse foreign-key filter and reverse foreign-key aggregate call Database layer (models, ORM)
15020 15020 Redundant joins generated when using reverse foreign key Database layer (models, ORM)
25064 25064 Join.as_sql() emits invalid SQL if get_joining_columns() returns an empty tuple Database layer (models, ORM)
25278 25278 call_command should allow the first param to be a module Core (Management commands)
25275 25275 Django Community Blog not working correctly Uncategorized
25268 25268 Documentation small error on Forms - Subclassing forms. Documentation
25228 25228 Performance degradation of template rendering Template system
25266 25266 Allow regex for contrib.redirects contrib.redirects
25273 25273 get_form() got an unexpected keyword argument 'form_class' Uncategorized
25263 25263 How closely we should adhere to PEP 257 Documentation
25267 25267 Misleading error message for field in list_editable and not in list_display contrib.admin
25272 25272 Query doesn't include `ORDER BY` statement in subquery Database layer (models, ORM)
25271 25271 model object locking with select_related Database layer (models, ORM)
25172 25172 System checks don't respect database routers Core (System checks)
24257 24257 The trans template tag fails to get a message when there is a % character in the string Internationalization
25249 25249 Exception signaling in test client disconnected by nested test client call. Testing framework
25257 25257 Changing CharField to GenericIPAddressField with PostgreSQL should use "using field::inet" Migrations
25214 25214 Behavior of _meta.auto_created = True in m2m through model is not expected. Migrations
25150 25150 Iterable objects are converted to lists during SQL handling Database layer (models, ORM)
25248 25248 Incorrect readonly_fields representation for some fields contrib.admin
25235 25235 Document alternate syntax for class-based view decoration Utilities
25231 25231 Incomplete Fix for #24628 - Squashed Migration Still Not Marked as Applied Migrations
25244 25244 Not working query_set.query.group_by = [..] in v1.8 Database layer (models, ORM)
21428 21428 Django 1.6 GenericRelation editable regression Database layer (models, ORM)
25198 25198 Django's model_to_dict should return ALL fields, including hidden Core (Serialization)
25164 25164 The django.contrib.auth.views.login does not observe authentication via RemoteUserMiddleware contrib.auth
25242 25242 Admin not redirecting to login for custom AdminSite contrib.admin
20605 20605 Allow extending the default auth permissions contrib.auth
24777 24777 Add support for statement_timeout Database layer (models, ORM)
25238 25238 Django1.8 migrations, custom user model, in non-SQLite databases Database layer (models, ORM)
8375 8375 It's better to allow using tables parameter with custom alias in extra query Database layer (models, ORM)
12002 12002 Models inherited from multiple Models Database layer (models, ORM)
17043 17043 Model subclass field named the same as one of the parent model subclasses clashes Database layer (models, ORM)
17232 17232 Multitable multi-inheritance: Deadly Diamond of Death Database layer (models, ORM)
25237 25237 Unable save model in admin with HStoreField field Uncategorized
17186 17186 Inverted F expression (negation) Database layer (models, ORM)
25216 25216 DB migration bug in 1.8.3 when creating ManyToMany relation. Migrations
25229 25229 Docs for permission_required decorator don't describe behavior for multiple permission arguments Documentation
19434 19434 Some QuerySet methods not aware of fields added on "extra" Database layer (models, ORM)
20226 20226 Django problematic when Oracle when column/table names are mixed case Database layer (models, ORM)
13768 13768 'exclude' does not work with lists containing a 'None' element. Database layer (models, ORM)
24142 24142 extra() field overwritten when using union on two querysets Database layer (models, ORM)
11459 11459 QuerySet.count() generates invalid sql when used with select_related() and extra(where=[customWhereClause]) Database layer (models, ORM)
25224 25224 Typo on Flatpages page Documentation
25221 25221 bash completion leaks variables into env Core (Management commands)
25222 25222 Don't install bash completion for python*-config Core (Management commands)
13019 13019 create_update: proxy object displayed instead of model verbose name Database layer (models, ORM)
9899 9899 GenericRelation of a childmodel can't be used in lookup Database layer (models, ORM)
25211 25211 Add USE_X_FORWARDED_PORT setting and HttpRequest.get_port() HTTP handling
25209 25209 coverage html doesn't work as documented Testing framework
25206 25206 Incorrect error message when checking modeladmin fieldsets contrib.admin
17914 17914 Add support for namespaced view references when passing a callable to reverse() Core (URLs)
25208 25208 Admin site NoReverseMatch contrib.admin
25194 25194 Improper MONTH_DAY_FORMAT for Korean(ko) language Internationalization
25089 25089 Apply password validation to createsuperuser and changepassword commands contrib.auth
25207 25207 Misspelled word in documentation: dialogue Documentation
15787 15787 select_related with nested fields affects query result Database layer (models, ORM)
17695 17695 model grandchild joins to top instead of the middle first Database layer (models, ORM)
23270 23270 select_related on fields pointing to subclasses does not work when using defer Database layer (models, ORM)
25204 25204 Missing space in runserver logging Core (Management commands)
25176 25176 TestCase: an error in setUpTestData snowballs across the entire test suite Testing framework
24044 24044 filtering by annotation executes sql function twice Database layer (models, ORM)
18207 18207 concrete inheritence, mysql defer bug Database layer (models, ORM)
6439 6439 support for filter methods on date field attributes Database layer (models, ORM)
24720 24720 using middleware.common to append slashes causes extra overhead to all requests that do not end in a slash Core (Other)
25188 25188 inconsistent escaping in assertRaisesMessage test output Testing framework
25193 25193 MultiWidget is_hidden is True if subwidgets are dynamically added during its render function Forms
25174 25174 Move some details of CheckMessage to the reference guide. Documentation
25202 25202 Referencing the User model missing parenthesis Documentation
25183 25183 Non-deterministic GeoIP test: GeoIPTest.test03_country GIS
24444 24444 Update contrib.admin visual theme to use django-flat-theme contrib.admin
25199 25199 Docs: dead link to HTMLDOC Documentation
25145 25145 Models of apps w/o migrations don't have relational fields to other apps w/o migrations when applying migrations Migrations
10933 10933 Avoid " TypeError: Cannot convert Decimal("0.0000") to Decimal " when the decimal module has been reloaded Database layer (models, ORM)
11329 11329 get_count generates incorrect SQL for query sets with extra 'select' and 'where' Database layer (models, ORM)
11523 11523 ORM/MySQL backend doesn't set pk when Warning exception is raised Database layer (models, ORM)
20301 20301 Unique field validation with multiple DB connections. Database layer (models, ORM)
21257 21257 ForeignKey on_delete functionality should traverse (cascade, ha ha) to the DB backend Database layer (models, ORM)
18349 18349 Add ipv6 support to django.contrib.gis.geoip GIS
25087 25087 Allow extending the default auth permissions. contrib.auth
25178 25178 Add DEFAULT_FROM_EMAIL to deployment checklist Documentation
15497 15497 BooleanField should work for all PostgreSQL expressions Database layer (models, ORM)
25177 25177 Filter reference field on model to a date difference raise a TypeError Database layer (models, ORM)
25182 25182 Makemigration creates duplicate unlimited migrations when migrating from DateTimeField with auto_add_now to default=timezone.now() Migrations
25179 25179 Allow custom variable tags for Templates Template system
25095 25095 Fields annotated for filtering which are not included in values are included in GROUP BY clause in SQL Database layer (models, ORM)
25166 25166 Unclear statement in custom model permission documentation Documentation
17215 17215 runtests doesn't clean up all temp files all the time Testing framework
25161 25161 Don't encourage new users to install the development version in the quick install Documentation
21793 21793 Require specific versions of test suite's Python dependencies? Testing framework
13664 13664 Enable admin permission checks from outside the ModelAdmin contrib.admin
25162 25162 Internationalization of static JS Internationalization
12768 12768 Raw query map problem with some primary keys Database layer (models, ORM)
16674 16674 Django's WSGI Handler should report exceptions to the start_response() callback HTTP handling
25158 25158 InvalidTemplateLibrary when using django_extensions Uncategorized
14909 14909 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
8399 8399 loaddata management command should provide option to disable signals Core (Management commands)
9115 9115 Check for presence of os.unlink in temp.py Core (Other)
24527 24527 Using standalone templates gives confusing error message Documentation
25157 25157 urlizetrunc changes existing link Template system
25156 25156 Settings overview should mention django.setup() is needed for "standalone" Django use Documentation
25155 25155 Move Style declaration out of the function Core (Management commands)
25129 25129 Migration crash on ForeignKey with a callable default that returns a model instance Migrations
25152 25152 development server stops on SyntaxError or other Exceptions Utilities
25151 25151 rename LOGIN_REDIRECT_URL to POST_LOGIN_URL Core (Other)
25052 25052 UserCreationForm missing password_validaton.{validate,set}_password? contrib.auth
25138 25138 Easier decoration of class-based views Generic views
24106 24106 Document backwards incompatible changes to database backend API Documentation
25137 25137 IOError "No translation file found" when implementing new Language Internationalization
25112 25112 a second annotation filters results Database layer (models, ORM)
25131 25131 language changes randomly Internationalization
25078 25078 Support disabled form fields Forms
24730 24730 Egg loader should catch more specific exception Template system
25130 25130 Add the ability to specify custom inlinemodeladmin form contrib.admin
25126 25126 migrations adds settings variable to migration file Migrations
25124 25124 Make it easier to use a custom Select widget subclass in a SelectDateWidget Forms
25075 25075 Change is_authenticated() that depended on is_active contrib.auth
25097 25097 Add a delete hook method on ModelFormSets Forms
25086 25086 Allow mass-update of fields in unpersisted model instances Database layer (models, ORM)
25122 25122 GenericRelation with a string argument will raise an AttributeError when accessed. contrib.contenttypes
25123 25123 Incorrect makemessage command help text Core (Management commands)
25119 25119 Disable wheel support for Django 1.4 Packaging
25106 25106 ManagementForm data is missing or has been tampered with "admin" contrib.admin
25062 25062 assertNoWriteQueries Assertion Testing framework
25090 25090 Output of password_validators_help_text_html() is not marked safe contrib.auth
24090 24090 ORM (still!) neglects to use aliases it has set up when certain multiple subqueries are used AND multi table inheritance is in use Database layer (models, ORM)
25114 25114 A way to change default raw_id_fields behavior contrib.admin
3570 3570 implement Atom Publishing Protocol contrib.syndication
25028 25028 annotation with Q object duplicates results Uncategorized
25111 25111 Tutorial for 1.8 breaks with recommended mysql settings Documentation
25107 25107 Inconsistent results when combining Q objects filtering on m2m fields Database layer (models, ORM)
25092 25092 Inconsistency in Query.__str__ and actual query Database layer (models, ORM)
25096 25096 set_language view does not redirect to specified language if next is not set Internationalization
25072 25072 GDALRaster Garbage Collection not working GIS
25102 25102 !important in admin's CSS contrib.admin
25070 25070 Provide better (source) context with Django's warnings Core (Other)
25082 25082 Document where to register system checks Documentation
25083 25083 Add SessionAuthenticationMiddleware to auth installation docs Documentation
25098 25098 cant migrate contenttype with django 1.8 when new table is created Migrations
25019 25019 DjangoJSONEncoder does not encode UUIDs Core (Serialization)
25094 25094 Jinja2 backend requires settings to be configured Template system
25048 25048 Request headers that include underscore are missing from request META Documentation
25088 25088 Migrations fail when change upload_to from function to sting type Migrations
19324 19324 invalid session keys cause unnecessary empty records in django_session table contrib.sessions
25084 25084 django.contrib.contenttypes migrations broken in django 1.7.9 Uncategorized
14442 14442 During tests parse fixtures using setUpClass Testing framework
19966 19966 Allow for silent or conditional loading of custom template tags Template system
25077 25077 Named links in the documentation it is impossible to translate into other languages. Documentation
16823 16823 syncdb fails with errno 150 when using MySQL 4.0 with InnoDB Database layer (models, ORM)
25074 25074 bugfix: support defaults which are unhashable (e.g. JsonField default={}) Migrations
23658 23658 Provide the password to PostgreSQL from "dbshell" command Database layer (models, ORM)
25059 25059 URLValidator does not pass some valid IDN top-level domans Core (Other)
25071 25071 How to override verbose_name for django.contrib.auth in django 1.8? contrib.auth
25067 25067 Allowing all characters when parsing inclusion templatetags Template system
25065 25065 Should EmailField empty_strings_allowed be False Database layer (models, ORM)
25066 25066 Generated code contains deprecated function, `django.conf.urls.patterns()` Utilities
25051 25051 now template tag documentation Documentation
25061 25061 Default template loader wrong in docs OR default loader not working properly Template system
25055 25055 Test invalid_models_tests.test_models.FieldNamesTests.test_M2M_long_column_name fails for backends that support very long names Testing framework
25032 25032 When /admin/login/ is accessed directly, there is 302 /admin/login/ after POST, and only then 302 /admin/ contrib.admin
25056 25056 Tests fails when using Jinja2 2.6 Documentation
25050 25050 When the default manager returns a queryset with a deferred field, the dumpdata command fails to produce importable data. Core (Serialization)
25057 25057 Permission for view (CRUD) and correct handling of inactive users for business applications contrib.auth
25029 25029 When external authentication via REMOTE_USER is only configured on /admin/login/, the authentication does not persist contrib.auth
25026 25026 Should QueryDict accept "html json forms"? HTTP handling
25054 25054 Use app-namespaced model name when raising swapped model AttributeError Database layer (models, ORM)
25053 25053 Admin: Password help_text only uses "safe" filter when adding a user contrib.admin
25046 25046 Initial SQL scripts (not data) for testing Testing framework
25045 25045 Django 1.8.2 handler404 and handler500 no longer work Core (Other)
22086 22086 Building of template nodelist inside cache blocks Template system
25041 25041 syncdb documentation is inaccurate Documentation
25043 25043 Contenttype migration issue with django 1.8 (postgres) contrib.contenttypes
25039 25039 Automatic setup verbose_name for related fields Uncategorized
23621 23621 Module autoreloading doesn't work due to some checks while loading an app Core (Other)
21803 21803 Support post-commit hooks Database layer (models, ORM)
25038 25038 Unable to import database views to models in Django 1.8.2 Database layer (models, ORM)
25020 25020 Provide/log related args (SQL query, params, proc) with database errors Database layer (models, ORM)
25013 25013 Using prefixes for language, the html template code example to switch languages does not work for me. Internationalization
25024 25024 Discrepancy between /admin/ DateTimePicker.js date format and SHORT_DATE_FORMAT in /en/ lang Internationalization
25036 25036 `manage.py migrate --noinput` does not delete stale content types contrib.contenttypes
25018 25018 Make simple_tag apply conditional_escape() to its output Template system
23791 23791 Subqueries with non-"id" OneToOneField primary keys try to join against the wrong column name Database layer (models, ORM)
25035 25035 urlresolvers.reverse doesn't resolve a namespaced URL when passed a callable Core (URLs)
25033 25033 Missing django.contrib.auth.context_processors.auth dependency for django.contrib.admin app Documentation
25016 25016 The related_name of ForeignKey cannot be Unicode name after Django 1.8 Database layer (models, ORM)
24840 24840 Add Warp and Transform functionality for GDALRasters GIS
25025 25025 Django migration (>=1.7) like index Uncategorized
25027 25027 two relations on the same model with same related_name break the model Database layer (models, ORM)
24507 24507 Add the possibility to create only one index on CharField Database layer (models, ORM)
25021 25021 Document differences between HStore values query with contains and standard __contains lookup Documentation
25023 25023 Many to Many through - save new Data Forms
25011 25011 Running unit tests on Mac takes me down a GDAL installation rabbit hole Testing framework
25015 25015 Set sort_keys=True for django.core.serializers.json Core (Serialization)
25014 25014 Warning about MySQL time format change should not crash migration Migrations
24985 24985 Warn about invalid RSS characters in syndication docs Documentation
25010 25010 TEMPLATES settings documentation is confusing about APP_DIRS Documentation
25008 25008 Replace F() Object with updated value after save method is called Database layer (models, ORM)
20197 20197 XML serializer can output invalid characters Core (Serialization)
25007 25007 UUIDFIeld(default=uuid.uuid4) created with migrations are the same Migrations
24962 24962 Objects with primary keys containing newlines do not get links to being edited in the admin list view contrib.admin
24998 24998 ManyToManyField generating wrong query Database layer (models, ORM)
24960 24960 Blank pages due to {{ block.super }} Template system
9619 9619 to_python not called when fetching data with .values(...) Database layer (models, ORM)
24993 24993 Add unittests for Custom Model field Database layer (models, ORM)
24992 24992 merge subfieldbase-metaclass example code in docs Documentation
24990 24990 Admin Log change message display changed fields names (not label text nor fields' verbose names ) contrib.admin
24981 24981 Importing an abstract model from a bare package fails. Uncategorized
17122 17122 Admin widgets and forms do not support custom model fields that store non-unicode data in the database to be the primary key referenced by relation fields. Forms
24934 24934 Can't drop or change unique_together index Migrations
17214 17214 incorrect rendering of inline fk when parent has custom pk field Forms
24969 24969 Backwards compatibility for optparse in management commands broken for overrides. Core (Management commands)
24973 24973 The link in reset password email is wrong on djangoproject.com site Uncategorized
24963 24963 Missing `seekable()` method in Files Core (Other)
18344 18344 Race condition in session save. contrib.sessions
24967 24967 FORCE_SCRIPT_NAME causes HttpResponseRedirect to fail Core (URLs)
24968 24968 ModelAdmin scrollbar problem when actions=None contrib.admin
24950 24950 Add unicode_literals to startapp's template models.py Core (Other)
24933 24933 Make FormSet management forms optional Forms
23548 23548 Transform.relabeled_clone calls own constructor with wrong number of arguments Database layer (models, ORM)
24769 24769 Cast optparse verbosity argument to an integer for better backwards compatibility Core (Management commands)
24955 24955 Allow BC and > 10000 years dates in Django ORM & forms Database layer (models, ORM)
24961 24961 Show links to all auth docs from main index Documentation
24953 24953 Submit a hex logo to hex bin Uncategorized
24957 24957 Admindoc doesn't account for multiple template engines contrib.admindocs
24956 24956 Syntax Incorrect for Example of empty_label in SelectDateWidget Documentation Documentation
24779 24779 django-1.8.1 fails test with pypy - FAIL: test_serialize_datetime_safe (migrations.test_writer.WriterTests) Migrations
24952 24952 Example SQL in Func expressions docs refers to app_label instead of db_table Documentation
24946 24946 Implement register_lookups Database layer (models, ORM)
12743 12743 Add a style guide for javascript in the admin Documentation
14196 14196 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
23516 23516 ifchanged no longer works within an included template Template system
24942 24942 Update installation instructions of spatial libraries GIS
24930 24930 Add generic archive views for objects with DateRangeFields Generic views
24891 24891 Warn if referencing a template by the same name as one in an installed app with higher precedence Template system
24939 24939 min_length not working for charField Forms
24936 24936 AttributeError appears when one tries to use defer/only for a field in a model that has the reverse relationship explicitly removed Database layer (models, ORM)
24924 24924 Incorrect Join Promotion with Annotations Uncategorized
10928 10928 BooleanField: different behaviour when default=callable Database layer (models, ORM)
16127 16127 Queryset which uses defer() method not serialize Core (Serialization)
2843 2843 serializer can't resolve a one-to-many relation from the "foreign" side Core (Serialization)
15215 15215 API for simpler (permission or any) checks for generic view classes Generic views
24191 24191 form.changed_data appears to be undocumented Documentation
24902 24902 Unapply squashed migration when any of the individual migrations are unapplied Migrations
24916 24916 DjangoJSONEncoder: Decimal type localization mechanism is missing Core (Serialization)
24886 24886 Add process_lhs() method for Transform Database layer (models, ORM)
24918 24918 Using SchemaEditor to create materialized views in PostgreSQL Migrations
24628 24628 Squash migration is not marked as applied when the migrations it replaces are Migrations
24905 24905 Add Support for Darwin Systems in supports_color Core (Management commands)
24898 24898 QueryDict serialization into session Forms
20156 20156 pass context info from PermissionDenied exception to handler403/django.views.defaults.permission_denied Core (Other)
5904 5904 reverse should be more lenient on non-existent views in the urlconf Core (URLs)
24897 24897 Choices longer than 1 day don't work with DurationField Forms
24896 24896 Clickjacking doc doesn't specify middleware/view decorator behaviour when X-Frame-Options header is already set. Documentation
24856 24856 raw_id_fields popup missing contrib.admin
24880 24880 Clarify docs about select_for_update() error if run outside of a transaction Documentation
24889 24889 Multi dotted path ImportError Core (Other)
24888 24888 A charfield with options shows with short tags in stead of verbose name in a modelform Forms
22904 22904 Django returns an HTTP 200 on a HEAD request for a non-existing file in the media folder File uploads/storage
24884 24884 Migrations created in Python2.7 fail in Python3.4 Database layer (models, ORM)
24879 24879 In the docs, models.QuerySet is used instead of models.query.QuerySet Documentation
24875 24875 inotify broken with vim, dev server does not restart Core (Management commands)
24878 24878 response.content TypeError: Type str doesn't support the buffer API Uncategorized
24876 24876 Skipping migrations checking in sql* commands Uncategorized
24874 24874 Why does "AbstractBaseUser" contain "password" and "last_login" fields? contrib.auth
24860 24860 Migrations leak stale RelatedManager related_model definitions Migrations
24869 24869 Model unicode and Foreign key Uncategorized
24867 24867 admin.E202 seems to include superclass references? contrib.admin
24872 24872 dbshell don't read parameters correctly with sql_server.pyodbc (django-pyodbc-azure) Core (Management commands)
13147 13147 auth.UserCreationForm : unicity check on username not necessary contrib.auth
24766 24766 annotation with Q object filters results Database layer (models, ORM)
17224 17224 determine and document the use of default option in context of FileField File uploads/storage
24868 24868 Invalid kwarg passed to technical_500_response() handling SuspiciousOperation in debug mode Core (URLs)
24853 24853 FK value not inserted in database in data migration Database layer (models, ORM)
24836 24836 force_text doesn't force SimpleLazyObject into a string Utilities
24864 24864 Django will not listen to same port on IPv4 and IPv6 at the same time Core (Other)
24616 24616 date_hierarchy with USE_TZ=True won't work with Amazon RDS contrib.admin
24861 24861 Pass a queryset for each different field Admin Inlines contrib.admin
24852 24852 Related Field got invalid lookup: offer_ptr Database layer (models, ORM)
23906 23906 "ValueError: Found wrong number (0) of constraints" when migrating backwards with from alter_unique_together migration. Migrations
15935 15935 Allow django admin filter to be hidable contrib.admin
17417 17417 "Save as new" does not work when a ValidationError is raised contrib.admin
24283 24283 ModelAdmin.media does not use get_prepopulated_fields contrib.admin
2948 2948 Better OneToOneField handling in Admin Interface desired contrib.admin
24850 24850 Squashed migration not recognized as an initial migration Migrations
24845 24845 serve with apache in virualenv documentation Documentation
24826 24826 file_storage.tests.FileFieldStorageTests.test_extended_length_storage fails when AUFS is in use File uploads/storage
24842 24842 Resets settings if before defining DATABASES use ugettext or ugettext_lazy Internationalization
24843 24843 Mistake in French translation Internationalization
24776 24776 apps.get_app_config() could give better errors on fully-qualified package names Core (Other)
24838 24838 A warning is logged when running migrate with PostGIS on Heroku Uncategorized
14601 14601 ValuesQuerySet join types not being promoted Database layer (models, ORM)
11353 11353 use sphinx autodoc directives on geodjango application GIS
22022 22022 Allow field subclasses to require additional SQL Database layer (models, ORM)
18889 18889 Provide a simple way to retain parent instances after children are deleted Database layer (models, ORM)
12471 12471 Wrong assertion in resolve_aggregate in django.db.models.sql.query Database layer (models, ORM)
24820 24820 Add functionality to handle keyboard prompts during migrations for automated deployments Migrations
17085 17085 Deprecate "add_to_builtins" and turn builtins into a property of Engine Template system
24832 24832 URLField validation isn't very strict Database layer (models, ORM)
24830 24830 Add Support for Postgres' JSONB Type Uncategorized
24705 24705 Exception when negating Q object in annotate Database layer (models, ORM)
24825 24825 Make settings.TIME_ZONE more flexible in the values it accepts Core (Other)
24821 24821 makemigrations generates long files names Migrations
24827 24827 assertRaisesMessage() fails with Python 2.7.10~rc1 Testing framework
24824 24824 code.djangoproject.com has no indication that you are logged in Uncategorized
24784 24784 Admin interface ForeignKey field select widget partially hidden in Firefox contrib.admin
24819 24819 clearsessions deletes sessions that expire in the next hour contrib.sessions
24818 24818 models.CharField shouldn't accept a string as max_length Database layer (models, ORM)
24553 24553 Pass application list to more admin views contrib.admin
24815 24815 Custom settings for database alias Uncategorized
24503 24503 Misleading doc regarding language_code fallback Internationalization
24739 24739 Document translation fallback behavior change in 1.8 Internationalization
24805 24805 Improve makemessages error reporting for invalid locale path Internationalization
24808 24808 An error that occurs when 2 migrations happen to execute as the result of a single migrate command. Migrations
24809 24809 Won't load templates from apps directory without a model Template system
6379 6379 Don't hide errors when resolving URL views Core (Other)
24799 24799 Cookie-backed sessions fail to flush with a custom SESSION_COOKIE_DOMAIN contrib.sessions
24807 24807 Prefetch_related broken when two models have an M2M to the same model with related_name='+' Database layer (models, ORM)
24802 24802 gis_tests.geoadmin.tests fails GIS
19429 19429 Admin inlines readonly fields ignore newlines contrib.admin
24806 24806 Fix catalan (ca) translation for login fail message in contrib.auth contrib.auth
24804 24804 META API: get_field method cache issue Core (Cache system)
24801 24801 AppConfigs aren't loaded when the application is in a nested directory Core (Other)
24768 24768 KeyError: u"Problem installing fixture '<filename>.json': u'manager'" Database layer (models, ORM)
24794 24794 RunPython parameter "atomic" is ineffective. Migrations
24797 24797 Cannot run migrate without access to postgres database Core (Management commands)
24798 24798 Test failure in admin_views on master Testing framework
24742 24742 Can't runserver on a read-only database due to migrations Migrations
24795 24795 Migrations fail to apply with postgis 2.0 on remote database GIS
24792 24792 Be able to run a ´makemigrations´ and/or ´migrate´ via url Migrations
24790 24790 Migrations remove / add field after rename it Migrations
24786 24786 CSRF False Positive when Logging in From Other Screen Simultaneously Uncategorized
24785 24785 render_to_string makes invalid call to template.render Template system
24753 24753 Reverse FK conditions filter queryset when used in case statements in some cases Database layer (models, ORM)
24780 24780 custom-users-and-signals docs out of date Documentation
24772 24772 Equality testing of deferred instances Database layer (models, ORM)
24770 24770 Model instances are dropped by annotate when reverse foreign key is empty. Database layer (models, ORM)
24775 24775 Template.render() throws exception when no language is activated Template system
24758 24758 Incorrect docstring in Options.get_fields() Documentation
24771 24771 Simplify ModelForm._post_clean() Forms
18844 18844 Allow Oracle DatabaseWrapper to support session options extra kwargs as settings.DATABASE_OPTIONS Database layer (models, ORM)
24756 24756 Unexpected behavior of ModelForm.save for fields with blank=False and overridden required attribute Forms
24764 24764 Using 'startswith' field lookup with F objects causes AttributeError Database layer (models, ORM)
24759 24759 Add or document a way to test data migrations Testing framework
24760 24760 Custom Aggregate: Return string (even if aggregate field is other type) Database layer (models, ORM)
24761 24761 Cannot `pip install` the zip of master Packaging
24120 24120 Backend-agnostic debug information on template loading failures Template system
24119 24119 Backend-agnostic tracebacks on template rendering errors Template system
24231 24231 Regression in availability of `_meta.get_field()` before app registry is fully populated Documentation
16609 16609 Admin searches produce duplicate results if search_fields contains M2M traversals contrib.admin
24497 24497 Truncation of microseconds in DateTimeField leads to lookup trouble Forms
21357 21357 Test client session does not behave as stated in the django documentation. Testing framework
22948 22948 Django 1.6, Python3.4, apache2.4, mod_wsgi not working Python 3
24741 24741 UnicodeDecodeError in gettext via migrations autodetector Migrations
24740 24740 AdminSite site title contrib.admin
24746 24746 Add support for excluding callables in child ModelAdmin defined in its super contrib.admin
24724 24724 GeoDjango with Django 1.8 - 'GDALAllRegister' Attribute Error GIS
24738 24738 No "m2m_changed" signal sent when deleting related objects Database layer (models, ORM)
24696 24696 CSRF middleware wastefully calculates new tokens that are never used . CSRF
24563 24563 Migration for M2M Field fails with FieldDoesNotExist when removing null=True from model Migrations
24722 24722 test client puts different results in response.context when nested view is redirected with process_request vs process_response middleware Testing framework
24735 24735 "manage.py makemigrations --noinput" asks for renaming of fields Migrations
17426 17426 Months in Spanish are written in lowercase Internationalization
24676 24676 Regression on ManytoMany representation in the admin interface contrib.admin
23271 23271 Makemessages can corrupt existing .po files on Windows Internationalization
24718 24718 Inconsistent Behavior by Admin when Creating vs Deleting Objects Uncategorized
24719 24719 Related lookup type check broken when an iterator is supplied. Database layer (models, ORM)
8158 8158 Make possible to extend some of admin's templates contrib.admin
24710 24710 Replace BaseForm.errors property with get_errors method Forms
24689 24689 DetailView get_template_name and get_context_object_name fail with deferred QuerySet Generic views
24697 24697 Lots of intermittent DNS lookup failures on documentation site Documentation
24649 24649 Allow using the Avg aggregate on non-numeric field types Database layer (models, ORM)
24063 24063 Locale code validation too strict Internationalization
22598 22598 make_aware throws AmbiguousTimeError exception Utilities
24700 24700 Some documentation examples incorrectly use \w to match against slugs in URLs Documentation
20488 20488 Enhance the Storage class with new copy and move methods File uploads/storage
24695 24695 URL regex has unnecessary _ Documentation
24692 24692 QuerySet.extra(select=...) is silently dropped with aggregations Database layer (models, ORM)
24613 24613 Documentation Note for defer might need an example. Documentation
24614 24614 Symmetry for select_related/prefetch_related for handling non-related fields Database layer (models, ORM)
24669 24669 Migrations should only be marked as run on "their" db Migrations
24670 24670 Django migrations are not scaling well with number of operations in migration Migrations
24684 24684 Syntax error in documentation Documentation
24683 24683 STATIC_ROOT needs to appear after INSTALLED_APPS contrib.staticfiles
24672 24672 Remove postgis_topology creation from PostGIS install page Documentation
24682 24682 generic editing views pointing to wrong method Documentation
24679 24679 Auth User last_login initialized as NULL from 1.8, old DB conflicts, documentation update Documentation
24666 24666 Ability to specify an alias for TemplateEngine in settings Template system
24354 24354 Migrations that rename subclasses cause problems with relations Migrations
24678 24678 auto_add and auto_add_now cannot be used together in DateTimeField definition Database layer (models, ORM)
24659 24659 Docs of backends.smtp.EmailBackend: use_tls default should be False, not None Documentation
24673 24673 Extend GeoDjango docs with info about pros and cons Documentation
24671 24671 "Django deprecation timeline" page contains no timeline Documentation
24668 24668 Update docs example code for ModelAdmin.save_formset() Documentation
19367 19367 ContentFile fails to save with filesystem storage when initialized with unicode string File uploads/storage
24664 24664 TemporaryFileUploadHandler new_file() does not match its parent class Core (Other)
24661 24661 lookup_cast() takes 2 positional arguments but 3 were given Internationalization
21928 21928 updating .po files with 'django-admin.py makemessages' under windows with russian locale fail Internationalization
23867 23867 Remove hacks required by .dates() queries Database layer (models, ORM)
24349 24349 Limit URL domain name labels to 63 characters Core (Other)
24655 24655 Admin RelatedFieldWidgetWrapper does not build static url correctly contrib.admin
24657 24657 include template tag example contains incorrect context data Documentation
23836 23836 aggregate with a sliced queryset doesn't work with relations Database layer (models, ORM)
24627 24627 Race condition like error in migration Migrations
24596 24596 year_lookup_bounds_for_date_field should be evaluated via get_db_prep_value in get_db_prep_lookup Database layer (models, ORM)
24644 24644 Added HTTP_ACCEPT in the documentation Documentation
24645 24645 django.db.utils.ProgrammingError: type "hstore" does not exist Documentation
24618 24618 Incorrect duplicate app message shown when no duplicates found Testing framework
24615 24615 ordering by expression not part of SELECT is broken GIS
24647 24647 "django-admin compilemessages" does not compile translations for every app automatically, documentation is misleading Documentation
24385 24385 Sum() doesn't seem to respect .distinct() in the queryset filter before .aggregate() when filtering by m2m. Database layer (models, ORM)
24640 24640 Add AbstractUser.get_display_name() contrib.auth
14671 14671 Allow overriding of ModelChoiceField.choices Forms
24642 24642 If queryset has orderby before distinct query selects the orderby Database layer (models, ORM)
24641 24641 ZIP archive with HTML documentation is empty Documentation
24611 24611 Manager update with object instance having UUID as PK fails Database layer (models, ORM)
24634 24634 Comma as a cookie separator in HTTP_COOKIES is not handled correctly Uncategorized
24620 24620 showmigrations broken in Django 1.8 Core (Management commands)
24598 24598 JsonResponse loses encoding support in Content-Type header HTTP handling
24631 24631 UUIDField makemigration error Migrations
24626 24626 widgets property doesn't work in ModelForm Forms
24624 24624 'ManyToOneRel' object has no attribute 'opts' when using django.contrib.admindocs contrib.admindocs
24617 24617 Migrations Migrations
24608 24608 Chaining inherited models with UUID primary key does not work in MySQL Database layer (models, ORM)
23691 23691 devserver autoreload: OSError: [Errno 2] No such file or directory Core (Management commands)
24560 24560 createcachetable dry-run mode Core (Management commands)
19820 19820 Make loaddata error messages less cryptic Core (Serialization)
23394 23394 Need documentation for merging the project's logging configuration with Django's defaults Documentation
24549 24549 Django with Oracle backend - Application gets killed very often in Ubuntu Database layer (models, ORM)
24610 24610 Deprecate html-related stuff Uncategorized
24606 24606 404 page for link https://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ Documentation
24601 24601 Template rendering breaks for number in management command due to translation.deactivate_all() Uncategorized
24570 24570 `group_by` clause does not resolve keywords defined in `extra` clause. Database layer (models, ORM)
24602 24602 Custom Field documentation mentions __metaclass__ incorrectly. Documentation
24600 24600 Accessing deleted keys in Context objects do not return empty strings (raises KeyError) Documentation
24599 24599 BaseInlineFormSet.add_fields(self, form, index) add field to form._meta multiple times Forms
24582 24582 ModelAdmin.delete_view(). List of items on level 3 not converted to html list contrib.admin
24544 24544 core.files.images.get_image_dimensions broken on some valid PNG images File uploads/storage
24597 24597 Documentation URLs are broken Documentation
24594 24594 urlpatterns as list breaks template code Uncategorized
24429 24429 Revise docs regarding non-int primary key on custom user models Documentation
24513 24513 "... has no field named None" with M2MField when migrating Migrations
24585 24585 Remove repetitive guarding against double quoting database identifiers Database layer (models, ORM)
24586 24586 @register.inclusion_tag fails to work on decorated function Template system
24584 24584 Test failures with MySQL >= 5.6.4 and MySQLdb < 1.2.5 Database layer (models, ORM)
24587 24587 predictable CSRF functionality CSRF
23931 23931 db_manager() method doesn't increment creation_counter Database layer (models, ORM)
24575 24575 Add an option to smtp.EmailBackend for DKIM signing Core (Mail)
24583 24583 Passing objects to template tags Template system
24572 24572 Migration plan may be broken when applying migrations on a clean database Migrations
24581 24581 Explicitly raise an exception if ManyToManyField._get_m2m_attr fails to match Database layer (models, ORM)
24569 24569 Template `date` filter fails with TypeError Template system
24579 24579 With argparse on Python 3, the migrate management command fails when no database provided Uncategorized
24556 24556 topics/auth/passwords should remind users about transport security Documentation
24574 24574 'python manage.py runserver' sleeps forever because of threading lock Migrations
24567 24567 /admin/auth/user/add/ requires "auth | user | Can change user" permission contrib.admin
24566 24566 MigrationWriter doesn't serialize timedelta Migrations
24565 24565 server_default option on model fields Database layer (models, ORM)
23159 23159 There should be a way to exclude certain fields from migrations Migrations
20264 20264 URLValidator should allow underscores in local hostname Core (Other)
24500 24500 Django runtests - 3 tests fail on windows due to encoding troubles Internationalization
23441 23441 Maximum recursion depth exceeded when using custom `inclusion_tag` with recursion in templates and `django.template.loaders.cached.Loader` Template system
24557 24557 Search for "setup.py" returns no results Documentation
24548 24548 A testrunner test fails with unittest2 installed Testing framework
24551 24551 Create a base site or project skeleton for django Uncategorized
24552 24552 Add google translate template tag Template system
24542 24542 Inheriting from multiple abstract model base classes with the same field leads to invalid SQL and db-level exception Database layer (models, ORM)
24412 24412 Red migration notice should be printed when running tests without --verbosity=2 Migrations
24546 24546 Deletion of stale content types during migrate should show cascade Core (Management commands)
24541 24541 Clarify ModelFormSet's handling of initial data Documentation
14343 14343 NoReverseMatch error message is unclear, view does exist Core (URLs)
24512 24512 'ORA-01461: can bind a LONG value only for insert into a LONG column' error when loading data Database layer (models, ORM)
24545 24545 sensitive_post_parameters disclosure in csrf_exempt wrapper Uncategorized
24540 24540 Migrations will generate migrations in a virtualenv Migrations
24531 24531 CommaSeparatedIntegerField validation not specific enough Core (Other)
24280 24280 CSRF cookie error only happening with Chrome. CSRF
24102 24102 SchemaEditor.create_model doesn't create a constraint name for unique_together Migrations
24536 24536 dynamic default value that uses the orm cause an exception when running migrate Migrations
24405 24405 admin: cleanup Open related* popups code so it's easier to extend / replace contrib.admin
24532 24532 AttributeError with custom routers that define allow_syncdb but not allow_migrate Database layer (models, ORM)
24440 24440 Debug.py could use additional padding for individual stack rows. Core (Other)
24521 24521 frozensets don't seem to work quite right in migrations as field kwargs Migrations
24470 24470 Serialization of base classes is not customizable for migrations Migrations
11997 11997 cache_control returns 200 OK response even page has not been changed. Core (Cache system)
12139 12139 forms.fields.DateTimeField and TimeField so not accept stringified datetimes Forms
24515 24515 Plural handling broken Internationalization
24517 24517 makemessages doesn't recognize aliased gettext functions Internationalization
23520 23520 Custom Plural-Forms is ignored in django.po Documentation
24285 24285 get_admin_log template tag doesn't work without for_user parameter contrib.admin
24511 24511 New feature: Make the session cookie secure if and only if request.is_secure() Uncategorized
18494 18494 Positional arguments not passed to view functions in included urlconfs Core (URLs)
14772 14772 Reversing a URL with optional arguments fails Core (URLs)
24085 24085 @login_required decorator redirects to a locale specific URL when using i18n_patterns Internationalization
24502 24502 Using non model fields in an admin ModelForm does not work if the field is listed in fieldsets (and fields I think) Uncategorized
11365 11365 django.db.models.fields.EmailField max_length should be 254 Database layer (models, ORM)
15180 15180 reverse doesn't check default_args Core (URLs)
24495 24495 Allow unsaved objects in ForeignKey check to be bypassed Database layer (models, ORM)
24498 24498 Issues with migrations while running tests Core (Management commands)
23757 23757 Spatialite backend doesn't support 3d introspection GIS
17092 17092 Internal Redirects with Apache HTTP handling
24504 24504 StandardError is not defined in django.utils.dictconfig Utilities
24487 24487 Need for some retrocompatibility guidance for devs, on new OrderedDict usage Uncategorized
15579 15579 Please add support to delete specialization , while preserving base class instance (multi-table inheritance) Database layer (models, ORM)
24494 24494 Inconsistency in Documentation between Custom Authentication Backends and Custom Users Documentation
24491 24491 Admin's "no" icon is incorrect and should be replaced contrib.admin
23945 23945 Use configured SITE_ID when creating the default site contrib.sites
24493 24493 Add setdefault to BaseContext Template system
5986 5986 Easy way to customize ordering of fields on forms that use inheritance Forms
24489 24489 PositiveIntegerField accepting Negatives Database layer (models, ORM)
24480 24480 Link "Delete all Features" cannot be translated GIS
24482 24482 Initializing Grouped model Form does not work Uncategorized
24052 24052 Document how to use models from other apps in RunPython Documentation
24478 24478 Icelandic thousand separator not working without number grouping value Internationalization
24122 24122 Redirect to translated url after setting language Internationalization
24477 24477 Error Outputting System Checks in django/core/management/base.py Core (System checks)
19018 19018 m2m relationships with a through field don't respect types. Database layer (models, ORM)
24139 24139 The response reason phrases should evaluate lazily HTTP handling
17569 17569 i18n_patterns and set_language Uncategorized
24467 24467 jQuery error in Django admin site when use "get_prepopulated_fields" contrib.admin
24463 24463 Remove old functionality from `HttpRequest` HTTP handling
24471 24471 Exclude quotes and angle brackets from urlize URLs Template system
12540 12540 Add support for cross-database foreign keys and m2m Database layer (models, ORM)
24457 24457 Translate runserver messages Core (Management commands)
24450 24450 Should the WSGI Core handler accept request with a missing slash '/' Core (URLs)
24418 24418 refresh_from_db is breaking on null foreign keys Database layer (models, ORM)
24464 24464 Update default of template filters autoescape parameter to True Template system
21004 21004 Deprecation Timeline: is_managed(): more info needed Documentation
13409 13409 "wrap" argument for django.conf.urls.defaults.url to decorate views more easily Core (URLs)
24447 24447 Migrations do not add a FK constraint for an existing column Migrations
24453 24453 Initial values for ManyToMany form fields can't be hidden Forms
24445 24445 DurationField with default='1 00:00' triggers validation on otherwise empty inline formsets Forms
24449 24449 Link in debug information for csrf points to dead link Uncategorized
24446 24446 ATOMIC_REQUESTS add extra queries if the view was already in a transaction Database layer (models, ORM)
24348 24348 Allow to pass on initial data to change form for existing objects (again). contrib.admin
24276 24276 django.contrib.auth.decorators.user_passes_test doesn't pass *args and *kwargs to resolve_url contrib.auth
24448 24448 Add a management command to generate new SECRET_KEY Uncategorized
24428 24428 Model field with default=callable and choices is always reported as changed Forms
24369 24369 flush requires migrations Core (Management commands)
24430 24430 wildcard matching and reversing of URLs Core (URLs)
24433 24433 Connection reset 'every time' when running inside Docker container HTTP handling
24399 24399 Filesystem loaders should use more specific exceptions Template system
24256 24256 No easy way to access the filtered queryset from admin.SimpleListFilter contrib.admin
24292 24292 {% blocktrans with count n=something %} isn't accepted Template system
24422 24422 Messages framework not correctly encoding messages Uncategorized
24150 24150 Settings changed at runtime not reflected in management commands Core (Management commands)
24248 24248 django.db.utils.OperationalError: no such table: creating models from running manage.py inspectdb Documentation
24443 24443 Changing upload_to on a filefield creates a migration despite not changing the database at all Migrations
24437 24437 contrib.auth @ 1.8b1 breaks existing projects / applications using Mongoengine contrib.auth
24379 24379 Document that user management tools don't work with remote authentication Documentation
24372 24372 Remove django.template.base.TokenParser? Template system
24390 24390 Migration constraint names are non-deterministic due to hash randomization Migrations
24438 24438 Django: Sqlite and regexp in query Uncategorized
24439 24439 make_object_list attribute mis-used in GCBV Documentation Documentation
24402 24402 Missing support for rollback in django.core.cache Core (Cache system)
24436 24436 model's __init__ tries to set all non-concrete fields Database layer (models, ORM)
24409 24409 Combine filesystem and app directories template loader implementation Template system
24431 24431 Combining extra(), annotate() or distinct() and count() can generate invalid SQL Database layer (models, ORM)
17587 17587 serializing foreignkeys assumes value is serializable Core (Serialization)
24413 24413 Translations for language "en" missing Internationalization
24408 24408 "pip install .../master.zip" fails with UnicodeEncodeError in pip Packaging
24388 24388 Drop django.utils._os.rmtree_errorhandler Utilities
24425 24425 Cross Backend template includes are not supported Template system
24410 24410 MySQL manually created indexes aren't recognized Migrations
24229 24229 forms.IntegerField.clean() fails to clean float objects that are integers Forms
24415 24415 select_related() uses always QuerySet and Query classes from originating Model on spatialite Database layer (models, ORM)
24403 24403 makemessages when run for a django app and no settings will fail on settings.STATIC_ROOT and settings.MEDIA_ROOT not being set Core (Management commands)
22689 22689 inlines with sliced and ordered querysets save incorrectly when underlying data has changed since page load contrib.admin
24398 24398 Built in webserver not reloading Python files upon requests Uncategorized
24393 24393 The offline documentation zipfile download is not compressed Documentation
24387 24387 Django admin, exception in queryset when using values() before annotate contrib.admin
24404 24404 Custom ManyToManyField doesnt create a specific table Migrations
24396 24396 Migrate only required models to the "other" database Testing framework
24401 24401 ungettext_lazy only accepts int as number param Internationalization
24400 24400 CommandError: This script should be run from the Django Git checkout or your pro ject or app tree, or with the settings module specified. Uncategorized
23059 23059 dev server doesn't reload on template change in Windows Core (Management commands)
24346 24346 AuthRouter docs lead to AttributeError: 'NoneType' object has no attribute '_meta' with 0002_remove_content_type_name Documentation
24392 24392 Error running test suite when I use branch 1.7 Uncategorized
24371 24371 Recommend that new projects start with PostgreSQL Documentation
24378 24378 Clarify what should be reported here Documentation
24376 24376 UUIDField doesn't take a verbose_name positional arg Database layer (models, ORM)
24383 24383 Django 1.3.7 wheel install uses /usr/local/django Uncategorized
24328 24328 The new Options._get_fields() method needs to be cleaned up Database layer (models, ORM)
24368 24368 FileField needlessly serializes upload_to Migrations
17044 17044 Add "project layout and python path" page to documentation Documentation
24362 24362 Migration test failure on Oracle Migrations
24357 24357 Renaming Foreignkey field leaves index Migrations
24356 24356 Link in 403 Forbidden "CSRF verification failed." page has broken doc link Documentation
24350 24350 Django dependencies not explicitly documented Documentation
24299 24299 `migrate auth` throws django.db.utils.IntegrityError Migrations
24353 24353 docs build system in Jenkins fails due to Sphinx error Utilities
24344 24344 Deprecate TEMPLATE_DEBUG Template system
24339 24339 Exception at /add admin view when using DurationField Forms
24144 24144 envelope attribute for GEOSGeometry returns Point GIS
24289 24289 Is usage of many_to_one and one_to_many terms confusing for relation flags? Database layer (models, ORM)
24337 24337 Add documentation about problems with automatic fake-apply of initial migrations Documentation
24311 24311 Foreign key constraint error when syncing unmigrated models that relate to migrated models Migrations
23756 23756 Fall DST change breaks timezone.py make_aware Utilities
24319 24319 UUIDField do not properly clean (validate) value in get_db_prep_value Database layer (models, ORM)
24330 24330 Test suites for modular components - storage class, cache backends. Testing framework
24331 24331 SuccessMessageMixinTests fail if MESSAGE_STORAGE is not CookieStorage contrib.messages
24303 24303 Not all models available in custom data migration Migrations
24293 24293 contrib.sites.tests.CreateDefaultSiteTests.test_multi_db expect "other" database to exist, but doesn't create one contrib.sites
24161 24161 Using UUIDField for id of custom User model prevents logging in contrib.sessions
24329 24329 Is Django 1.8a1 suppose to be on PyPi? Uncategorized
24304 24304 Migrations are being created if you overwrite a translation Migrations
24327 24327 Form labels: Append colon if label ends with dot (at least in Czech) Internationalization
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)
24321 24321 `utils.http.same_origin` doesn't comply with RFC6454 Utilities
23351 23351 Admin Search Field error for related lookup Database layer (models, ORM)
24326 24326 Environment variables will work with mod_wsgi Uncategorized
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
24146 24146 (admin.E116) The value of 'list_filter[0]' refers to 'through__field', which does not refer to a Field. contrib.admin
24234 24234 Create Context object in a separate method Template system
24314 24314 django 1.7 migration problem: foreign key column to an one-to-one model is misidentified as "id" Migrations
24312 24312 Make it possible to import models safely at any time Core (Other)
24251 24251 TransactionTestCases run incredibly slowly since 1.7.4 Uncategorized
24309 24309 Finnish translation incomplete Internationalization
24308 24308 ValueError: Cannot serialize: <bound method SiteManager.get_current of <django.contrib.sites.models.SiteManager object at 0xb647c9ac>> Migrations
24287 24287 A model outside an app causes inane error Database layer (models, ORM)
24310 24310 Data migration for model, that inherited from unmigrated app's model and have FK Migrations
24249 24249 Improve forbidding field shadowing in model multi-inheritance Database layer (models, ORM)
24300 24300 FK from `unmigrated` app model to `migrated` app model is not created Migrations
24288 24288 Custom User Models for small tweaks contrib.auth
24297 24297 Pdf documentation for 1.7 listing bug Documentation
24284 24284 List-index lookup in templates does not function as advertised Documentation
24242 24242 compress_sequence creates a larger content than no compression HTTP handling
13006 13006 Add order_by with sql LOWER() support Database layer (models, ORM)
16092 16092 QuerySet F() fields should be able to reference .extra() select keys Database layer (models, ORM)
6362 6362 Remove blank spaces with strip when validating the data Forms
24268 24268 Remove Query.having Database layer (models, ORM)
24274 24274 migrations break fixtures Uncategorized
24266 24266 Change `get_parent_list` to return a list of parents ordered by __mro__ instead of a set Database layer (models, ORM)
24252 24252 reverse_lazy representation Core (URLs)
24240 24240 Setting Content-Encoding on a non-ASCII StreamingHttpResponse raises UnicodeEncodeError HTTP handling
24263 24263 Optimization: django.views.generic.dates.BaseDateDetailView Generic views
24250 24250 Class FormMixin does not provide "form" variable in centext. Documentation
24168 24168 TemplateResponse and TemplateView cannot select a specific template engine Template system
24262 24262 TypeError: unhashable type: 'bytearray' Migrations
24261 24261 Wrong example for custom options on custom management commands Documentation
24232 24232 Add conditional expressions to block tag Template system
24259 24259 Django 1.7.4 makes the same migration change when `upload_to` and `validators` are set. Migrations
24258 24258 ModelAdmin.message_user logs out test client on Python 3.2 contrib.admin
24222 24222 UnboundLocalError: local variable 'sql' referenced before assignment Database layer (models, ORM)
24208 24208 Change in `get_all_related_objects` behavior. Documentation
21459 21459 Allow easy reload of appcache. Core (Cache system)
14483 14483 Implement subqueries in geodjango spatial lookup GIS
16976 16976 Bug in Internet Explorer which can lead to exception in Django CSRF framework CSRF
12268 12268 [PATCH] can't do %s on extra select Database layer (models, ORM)
8809 8809 Better error message when can't import url callback Core (URLs)
24224 24224 sqlmigrate is slow Migrations
17673 17673 Forbid field shadowing in model multi-inheritance Database layer (models, ORM)
24246 24246 Model field names, lookups and transforms should be checked for collisions. Database layer (models, ORM)
24175 24175 Style guide, docstring verb and PEP 257 Documentation
24239 24239 Possible problem in CVE-2015-0219 fix for 1.4.x HTTP handling
24237 24237 1.7.4 requires derived ManyToManyFields to declare their internal_type as "ManyToManyField" or their add/remove migrations will do nothing Migrations
24137 24137 Reason phrases use all upper case by default; standard suggests title case HTTP handling
24233 24233 group-by column construction is broken Database layer (models, ORM)
17617 17617 Middleware Loader swallows useful stacktraces Core (Other)
24228 24228 Signals have unclear & inconsistent transaction handling Database layer (models, ORM)
12500 12500 Support for MySQL Connector/Python Database layer (models, ORM)
20542 20542 pymysql breaks last_executed_query() Database layer (models, ORM)
24053 24053 Drop IE6/7 admin CSS/icons contrib.admin
11280 11280 model.m2m = [pk, list] Performs unnecessary SELECT Database layer (models, ORM)
13962 13962 m2m_changed throws unwanted signals on admin site Uncategorized
24216 24216 Trac GitHub login error: MissingTokenError Uncategorized
5372 5372 Cache inline ForeignKey options contrib.admin
24217 24217 csrf_exempt is not working with django 1.7 Uncategorized
24190 24190 "Don’t use len() on QuerySets" is too strong. Documentation
24206 24206 Missing mock dependency for test suite Testing framework
24185 24185 Inline object in TabularInline.get_readonly_fields contrib.admin
24192 24192 Deprecate django.templatetags.static Core (Other)
24202 24202 Implement a SensitiveTextInput widget for sensitive input fields Forms
24204 24204 Add remaining character count in admin for fields with maxlength contrib.admin
24198 24198 Options.get_field behavior change Database layer (models, ORM)
24187 24187 admin.ModelAdmin base-class Cross referencing fields contrib.admin
16549 16549 In Django models, save/delete preconditions would help in handling optimistic concurrency control problems Database layer (models, ORM)
8090 8090 Problem in serializing the list returned from objects.values_list() Core (Serialization)
24189 24189 Filtering by month or day doesn't work with MySQL Database layer (models, ORM)
24186 24186 ModelAdmin list_display docs mentions `admin_model_field` Documentation
23803 23803 DateField returns datetime if SQLite field is created as TIMESTAMP Database layer (models, ORM)
24188 24188 Update django.contrib.auth.decorators.py contrib.auth
24180 24180 Table created incorrectly on AddGeometryColumn error GIS
24178 24178 Moving production data to a new database Migrations
24165 24165 add request.messages attribute contrib.messages
20811 20811 Makemessages currently does not support alternative template languages Internationalization
24153 24153 Python change in casing of Cookie HttpOnly attribute broke some tests HTTP handling
24173 24173 Extend support duration for LTS versions of Django Documentation
16905 16905 Custom fields and apps should have a way to hook into BaseCommand.validate Core (Management commands)
11629 11629 Deprecate callable QuerySet filter arguments Database layer (models, ORM)
24172 24172 `pip install Django` with "old" pips gets 1.8a1 Packaging
21147 21147 cache.tests.FileBasedCacheTests.test_zero_timeout fails with sqlite on windows Core (Cache system)
22838 22838 Deprecate ModelChoiceField.cache_choices Forms
24055 24055 Keep reference to view class for resolve() Generic views
21108 21108 pip install --pre Django==1.xb not found Packaging
15101 15101 GeoQuerySet extent() method fails to limit GIS
24160 24160 Fatal Python error: Failed to initialize Windows random API (CryptoGen) Uncategorized
23312 23312 Windows/Python 3 test failure: test_unicode_decode_error Internationalization
24143 24143 Documentation uses uninstantiated Http404s Documentation
23850 23850 Test failure in migrations tests on OS X Migrations
24086 24086 No pre_migrate signal is emitted if rolling back the migration history Migrations
24103 24103 Documentation for how filenames with reserved characters and words are handled? Uncategorized
24151 24151 GeoAggregate.prepare is never called GIS
24140 24140 Replace decimal prefix with binary prefix for bytes Documentation
24072 24072 Add wsgi.file_wrapper support to responses HTTP handling
24136 24136 GeoQueryset.extent() -> TypeError GIS
24138 24138 Expose modelform_factory in __all__ Forms
24117 24117 make admin not require context_processors contrib.admin
24132 24132 auth_permission name field is too short contrib.auth
20377 20377 BinaryField doesn't work on MySQL and Python 3 Database layer (models, ORM)
24131 24131 Docs: Shouldn't have ligatures enabled for monospace text Documentation
24130 24130 Docs: FastCGI deployment: flup6 as alternative to flup Documentation
20380 20380 MySQL doesn't support dates below 1000 on Python 3.2 Database layer (models, ORM)
24114 24114 Improved error message when creating GEOSgeometry based on JSON and GDAL is not installed GIS
23967 23967 formats.py for greek language (el) is wrong Internationalization
24097 24097 Python3 AttributeError with redirect_to_login and lazy LOGIN_URL contrib.auth
24111 24111 get_template dirs parameter doesn't work for loading of parent template Template system
23680 23680 DecimalField and Postgres ORM produces incorrect SQL on filter comparison Database layer (models, ORM)
22583 22583 Allow per-database migrations in multidb configurations Migrations
24108 24108 Wilson's bio isn't accurate anymore Documentation
24107 24107 Dev version document banner hides links Documentation
20971 20971 Annotating a count of distinct ForeignKey (a) of a reverse foreignkey (b) doesn't work on oracle if (a) has any TextFields Database layer (models, ORM)
24091 24091 compilemessages does not detect missing variables in djangojs.po files Internationalization
8754 8754 PYTHONPATH not passed through to regressiontests/admin_scripts/AdminScriptTestCase.run_test() Testing framework
23605 23605 ORM neglects to use aliases it has set up when certain multiple subqueries are used Database layer (models, ORM)
24087 24087 django.contrib.forms.UserCreationForm inheritence won't work contrib.auth
23815 23815 CsrfViewMiddleware UnicodeDecodeError HTTP handling
24084 24084 Alias related properties inside values() Database layer (models, ORM)
24023 24023 Apps with intial_data and migrations kill test runner Testing framework
8280 8280 Commands framework doesn't support alternate import methods Core (Management commands)
24077 24077 Error installing Django 1.7.2 Uncategorized
24079 24079 Duplicate results of `ManyToManyField` when using 'through' Database layer (models, ORM)
24074 24074 Addition: Url convenience function Core (URLs)
23328 23328 get_javascript_catalog bug Internationalization
21281 21281 Make override_settings act at class level when used as a TestCase decorator Testing framework
24070 24070 Mention the topic of the tutorial parts beside them Documentation
24059 24059 app_label not handled when set to the same project name in all the django app Migrations
24071 24071 Error with sqlmigrate Migrations
16526 16526 Add a tutorial on caching Documentation
9104 9104 FieldDoesNotExist is defined in "confusing" place. Core (Other)
24066 24066 Django 1.6 Postgis 2.x detection broken GIS
24065 24065 aggregate dont find column of annotate Database layer (models, ORM)
23700 23700 Non-deterministic static files test failures on Windows contrib.staticfiles
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
24036 24036 Ignore deprecation warnings in tests depending on the Django version Testing framework
24062 24062 Reversing Model names fails! Migrations
22279 22279 AttributeError: 'db.backends.dummy.base.DatabaseWrapper' object has no attribute 'Database' Database layer (models, ORM)
23311 23311 Windows/Python 3 test failure: test_comments_extractor Internationalization
19517 19517 Add support for X-Forwarded-Port to HttpRequest.get_host when USE_X_FORWARDED_HOST is in use HTTP handling
24058 24058 Sequence is dropped from AutoIncrement field on postgre when changing verbose name Uncategorized
24056 24056 Syntax highlighting does not work Documentation
24057 24057 Fix typo in custom lookups howto. Documentation
22839 22839 Many to many hasattr check fails with python 3 Database layer (models, ORM)
23929 23929 More tests for create_default_site contrib.sites
24051 24051 Tables are not created in specified tablespace when DEFAULT_TABLESPACE is specified Database layer (models, ORM)
24054 24054 Enable sqlsequencereset for apps with migrations Core (Management commands)
24012 24012 models.UUIDfield fails on Oracle backend Database layer (models, ORM)
23346 23346 django.utils.functional.lazy picks the wrong method implementation Core (Other)
23948 23948 Password handling page templates should use Form's help_text not hardcoded value contrib.auth
24045 24045 Useless calls to mark_safe and mark_for_escaping Core (Other)
4529 4529 Allow multiple blocks with the same name in one template Template system
23866 23866 Make documentation links in error messages consistent Core (Other)
17494 17494 Query Methods Database layer (models, ORM)
23994 23994 ModelFormsets do not check pk fields of deleted forms in validation Forms
24050 24050 Downloadable documentation in various formats Uncategorized
22461 22461 support for if-unmodified-since in the condition decorator HTTP handling
14515 14515 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
23979 23979 Multi-db test fails to run because of fixture containing M2M field (dumped with --natural-foreign) Core (Serialization)
14394 14394 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
24043 24043 connection.queries always empty Database layer (models, ORM)
17946 17946 Deserialisation bug for ManyToManyField Core (Serialization)
24040 24040 _meta.db_table malformed in SQL statement when >31char Database layer (models, ORM)
23525 23525 admin/docs/filters|tags __file__ attribute errors for egg extensions contrib.admindocs
24039 24039 Filtering using __in on a count annotated queryset returns empty results Database layer (models, ORM)
24009 24009 get_or_create can raise an IntegrityError in race conditions Uncategorized
24029 24029 'For the impatient' section in Tutorials Documentation Documentation
23959 23959 Systems checks run when DEBUG is False Core (System checks)
23792 23792 Create contextmanager to freeze time.time() in tests Testing framework
24038 24038 Django won't add dependencies to existing migrations Migrations
24032 24032 use has_permission instead of explicit is_staff for AdminSite contrib.admin
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
24010 24010 Unable to use choice values instead of choice keys in form/field validation Forms
24027 24027 Module db.models.sql.expressions is missing Uncategorized
24026 24026 migration RunPython operation ignores db router allow_migrate Migrations
24025 24025 improve documents Documentation
24024 24024 Paging system on djangoproject.com Documentation
24021 24021 Template Variables Being Passed Through 'Using' Template system
22761 22761 Migrating from an auto to natural key with foreign model and 'to' FK Migrations
18633 18633 Can't use parenthesis in Documentation search bar *.djangoproject.com
16011 16011 Improve Django documentation search engine results relevancy *.djangoproject.com
23566 23566 Incorrect timezone handling in feed community blog post aggregator? *.djangoproject.com
23042 23042 Pre-1.4 docs are gone but are still in the search dropdown *.djangoproject.com
20857 20857 Improve the performance of Trac *.djangoproject.com
19739 19739 Implement accessibility for the visually impaired *.djangoproject.com
20885 20885 Clarify who is in copy for the various mailboxes of the foundation. *.djangoproject.com
24015 24015 Django doesn't quote index names in SQL generated by migrations. Migrations
24014 24014 Unify OGRException and GDALException GIS
23789 23789 TemplateResponse handles context/context processors differently from 'render' shortcut Template system
23999 23999 Can't Post to Wiki / Job Board Uncategorized
24003 24003 Make API documentation more readable *.djangoproject.com
24002 24002 .filter(generic_rel=val) should filter on related model primary key value, not the object_id value Database layer (models, ORM)
24005 24005 Django site redesign: selection colour too light *.djangoproject.com
24004 24004 Can't use only() with latest() if x is in only() and get_latest_by Database layer (models, ORM)
24006 24006 Issue Tracker looks unfinished with the new design. *.djangoproject.com
23997 23997 Trac forms look "weird" after redesign *.djangoproject.com
23988 23988 Fixtures should be loaded after migrations Migrations
20708 20708 QuerySet.update() ignores order_by() clause Database layer (models, ORM)
23992 23992 DiscoverRunner.build_suite() is slow Testing framework
23990 23990 SyntaxError using Django 1.4.16 and Python3.4 Python 3
20017 20017 format_html not working with lazy objects on jython Python 2
12907 12907 Problems with django admin on Jython with custom user models Database layer (models, ORM)
14748 14748 Missing documentation for FormPreview methods Documentation
22246 22246 WizardView.form_list is undocumented Documentation
20968 20968 Add a migrate hook for automatically running database setup SQL Database layer (models, ORM)
20839 20839 models.py module is imported multiple times. Database layer (models, ORM)
23857 23857 "Save as new" breaks when related inlines are marked to be deleted contrib.admin
23981 23981 Error accessing the table from an app with label changed Database layer (models, ORM)
23980 23980 DATETIME_FORMAT setting not applied with DjangoJSONEncoder Core (Serialization)
23978 23978 Migrations call callable field defaults only once for all rows Uncategorized
23974 23974 Ambiguous description of save option of FileField.save() method Documentation
23970 23970 Migrations test failure under Python 3 Migrations
23973 23973 Program received signal SIGSEGV, Segmentation fault. Uncategorized
23963 23963 Django 1.7.x for windows looks like older Django Packaging
23972 23972 'naive' instead of 'native' Documentation
23965 23965 FieldFile doesn't mention inheritance Documentation
23944 23944 Django should use custom exceptions for errors thrown by send_mail (etc.), not smtplib.SMTPException Core (Mail)
23958 23958 Rewrite filter tests as unit tests Testing framework
23966 23966 Doing pre-migrate database requirements Database layer (models, ORM)
23962 23962 django pdf file has unformatted sections Uncategorized
23911 23911 support buffers as file-upload in the test client Testing framework
23934 23934 A bug in _create_formsets causes ModelAdmin methods to receive wrong argument values contrib.admin
23909 23909 RunSQL calls execute with params None, params used in map Database layer (models, ORM)
16828 16828 Upgrade from 1.3 to 1.3.1 breaks manage.py test with multiple databases Testing framework
15346 15346 SITE_ID default value is wrong Contrib apps
16353 16353 With multi-databases, if django.contrib.sites.models.Site is not synchronized on all databases, Django's tests fail Testing framework
15573 15573 runtests.py sets incorrect SITE_ID when using Oracle Testing framework
19698 19698 Deleting Sites through a manager does not clear cache contrib.sites
23937 23937 Templates: control characters should be filtered out Template system
23933 23933 Override_settings with DATABASE_ROUTERS Testing framework
23942 23942 fastcgi with fork method got db error Core (Other)
23936 23936 Override default field order Forms
23927 23927 Decouple Form field_names to its representation in HTML Forms
23930 23930 Add context managers for capturing output (testing utils) Testing framework
23923 23923 Promote Django's deprecation warnings to errors in runtests.py Testing framework
23912 23912 django.test.client.RequestFactory file upload fails Testing framework
23928 23928 Raw queryset and use inner join Database layer (models, ORM)
23910 23910 Add reply_to parameter to EmailMessage Core (Mail)
23924 23924 EmailMessage type checks should raise TypeError, not AssertionError Core (Mail)
23641 23641 Apps.set_installed_apps causes signals registered with apps as senders not to be received Core (Other)
22969 22969 Forms show_hidden_initial not is_valid() and fix => lost changes in valid fields Forms
23780 23780 Easy to use natural keys from a tuple on meta Core (Serialization)
14664 14664 MiddlewareNotUsed should display a warning Core (Other)
23877 23877 Aggregation over subquery doesn't ensure the subquery has needed columns Database layer (models, ORM)
23875 23875 Clean up Query.get_count() implementation Database layer (models, ORM)
23872 23872 Squashmigration tests dependent on current working directory Database layer (models, ORM)
23710 23710 ModelForm is not using the plain manager for foreign keys Database layer (models, ORM)
23901 23901 Document how to use spatialite with homebrew Documentation
23921 23921 Can't hide a hidden field in the django admin Forms
23805 23805 query `first` method clears cached queryset for prefetch_related Database layer (models, ORM)
23915 23915 ModelAdmin.to_field_allowed doesn't take into account m2m through model with non-pk to_field contrib.admin
17107 17107 Geodjango Tutorial: SRID problem when loading data from shapefile to PostGIS GIS
23885 23885 Docs search view throws an exception when accessed via GET *.djangoproject.com
23898 23898 django.contrib.admin.actions.delete_selected missing admin_site.each_context contrib.admin
23896 23896 set_password delegation to auth backend contrib.auth
23682 23682 Stronger redirect loop detection in the test client Testing framework
23904 23904 Forms Overview Documentation
23899 23899 A new field/doc note in the settings.py to denote django version Core (Other)
23742 23742 Option to run Django tests in reverse Testing framework
23907 23907 tutorial02 code missing 'admin.site.register' Documentation
23897 23897 makemessages does not work if STATIC_ROOT isn't defined Internationalization
23889 23889 mysql warning: Calling a SQLCompiler directly is deprecated. Call compiler.quote_name_unless_alias instead. Database layer (models, ORM)
23783 23783 Support lazy redirect_to in HttpResponseRedirectBase Uncategorized
23517 23517 Collect static files in parallel contrib.staticfiles
23851 23851 'GenericForeignKey' object has no attribute 'deconstruct' contrib.contenttypes
23874 23874 Admin Interface: Unique constraint in gis.db.models raises Integrity Error instead of the unique error message GIS
23865 23865 Document raising a `ValidationError` with a dictionary Documentation
21940 21940 Consistent contribute_to_class's virtual_only Database layer (models, ORM)
23881 23881 SubfieldBase's contribute_to_class method doesn't accept the new virtual_only parameter Database layer (models, ORM)
20278 20278 Passing self to object query may cause infinite regression Database layer (models, ORM)
23796 23796 Reduced reduce() usage Uncategorized
23844 23844 Use topological sort for migration operation dependency resolution Migrations
23817 23817 QuerySet evaluation docs are out of date Documentation
18702 18702 Remove chunked reads from iter(qs) Database layer (models, ORM)
23876 23876 SQLAggregateCompiler.as_sql() accepts a compiler arg that it doesn't use Database layer (models, ORM)
12529 12529 manage.py syncdb doesn't check tables by using mangled names with Oracle backend Database layer (models, ORM)
23873 23873 Trying to import GIS without GEOS installed leads to obscure error message GIS
23410 23410 Backward migrations change overall state rather than reverting single migration Migrations
21163 21163 MySQL backend: when settings.DEBUG is True, and the model instance's creation leads to a query that triggers a warning, the transaction stays uncommitted. Database layer (models, ORM)
23852 23852 Timezone works inconsistently under Cygwin and Windows Core (Management commands)
23849 23849 Document the locmem template loader Documentation
23760 23760 ModelForm wrong default value on field without fields Meta attribute neither initial data. Forms
23864 23864 UnitTest and sites framework Testing framework
23841 23841 TestCase.assertWarns doesn't work when using django's test runner. Python 3
22153 22153 Custom User Model giving error in 1.7a2 where as it ran successfully in 1.6 Uncategorized
23800 23800 Middleware CSRF validation is unclear for PUT and DELETE CSRF
15040 15040 Boolean fields return 0 and 1 when loaded through select_related Database layer (models, ORM)
23855 23855 Different usage is different code snippets Documentation
23858 23858 Backport of fix for deadlock while dispatching signals Core (Other)
23856 23856 Download page doesn't warn enough about development version *.djangoproject.com
23848 23848 Creating requirements.txt file in default django-admin.py startproject template Core (Management commands)
21612 21612 queryset update ignores to_field on foreign keys Database layer (models, ORM)
17103 17103 Add HTTP Strict Transport Security support, to improve support for all-SSL sites HTTP handling
17102 17102 Add SSL-redirect middleware to better support all-SSL sites Core (Other)
20731 20731 Allow users to select a default version of the docs *.djangoproject.com
23781 23781 Add a GeoJSON serializer GIS
23835 23835 Infinite loop after squashing migrations Migrations
17034 17034 'Invalid literal for int' using admin site called with invalid parameters for inherited models contrib.admin
23818 23818 Migration operations can't really conceptually deal with a model re-parenting. Migrations
23782 23782 Lazy objects don't support __contains__ Uncategorized
23828 23828 mistake in example in /db/managers/ documentation Documentation
23826 23826 Better signposting in templatetags documentation Documentation
23819 23819 migrations created for unmanaged models Migrations
22407 22407 AdminEmailHandler should allow overriding the mail part of emit Utilities
23823 23823 docs.djangoproject.com needs to let the user set a cookie to pick a version *.djangoproject.com
23765 23765 Get rid of system check 1_6.W002 Core (System checks)
23802 23802 Typos in 1.7 release notes Uncategorized
23795 23795 Django form fields : limit_choices_to should not be mandatory with queryset Forms
23774 23774 Documentation on ordering by ForeignKey fields is misleading Documentation
23775 23775 Document --bisect and --pair runtests options Documentation
15718 15718 Django unquotes urls and not able to distinguish %2F and / Core (Other)
23798 23798 Improve "static" template tag to generate staticfiles revision contrib.staticfiles
4656 4656 Allow In-depth serialization by specifying depth to follow relationship Core (Serialization)
22797 22797 Base Generic View `_allowed_methods` could accept request args. Generic views
23786 23786 tutorial bug for django.contrib.auth.middleware.SessionAuthenticationMiddleware Documentation
23787 23787 tutorial bug when testing the views Documentation
23785 23785 Typo in 1.6 release notes Uncategorized
23773 23773 Client().post("/someurl",data="", content_type='text/plain') results in request.body = {} HTTP handling
23779 23779 Can't use unique_together if one of the fields is in a mixin Database layer (models, ORM)
23777 23777 Python code formatting is killed. Documentation
23767 23767 Add setting to toggle timezone warnings in Django admin (1.7+) contrib.admin
15917 15917 Logging dictionary config works wrong at least with SMTPHandler Core (Other)
23772 23772 Client().post("/someurl",data="", content_type='text/plain') results in request.body = {} HTTP handling
23769 23769 String with unicode is not passed to template from a view Template system
23459 23459 not faking 0001_initial migration Migrations
22391 22391 fallback to pymysql if MySQLdb not available Database layer (models, ORM)
23531 23531 Add CommonMiddleware.response_redirect_class to customize the redirect class Core (URLs)
22726 22726 Prevent setting nullable relations on unsaved objects Database layer (models, ORM)
23752 23752 Automate migrating a ForeignKey to ManyToManyField Migrations
20229 20229 Django 1.5 calls the LOGGING_CONF function twice Core (Other)
23420 23420 Custom lookup transformers can't create DateTimeFields when USE_TZ=True Database layer (models, ORM)
23743 23743 Add markup support to flatpages contrib.flatpages
23552 23552 Bad request (Error 400) on almost all inline adding calls contrib.admin
23363 23363 Field length in ORM Database layer (models, ORM)
23747 23747 models.AutoField creates ints rather than unsigned ints in mysql Migrations
23744 23744 Minor error in docs for testing with selenium Documentation
23724 23724 Add overwrite mode to collectstatic contrib.staticfiles
12995 12995 "source" exception attribute no longer handled properly by debug exception handler Template system
23733 23733 Following #23556: manage multi-apps dependencies when squashing Migrations
8149 8149 UploadedFile doesn't iterate over lines with \r line endings File uploads/storage
23706 23706 Accessing related object of object from not default DB, queries default DB Database layer (models, ORM)
18731 18731 Document how to pass additional keywords to xgettext in makemessages Documentation
23716 23716 Reverse url doesn't container port-number Core (URLs)
23729 23729 Small error in documentation Documentation
23582 23582 Django 1.7 initial data can't relies on other apps one. Documentation
19716 19716 Support microsecond precision in MySQL ORM DateTimeField Database layer (models, ORM)
23723 23723 UTF-8 string in AppConfig's verbose_name crashes admin site contrib.admin
23722 23722 Empty QuerySet return error after performing qs.none().count() Database layer (models, ORM)
23721 23721 check_related_objects should not call __iter__ Database layer (models, ORM)
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
23493 23493 Defining bilateral lookup transformations Database layer (models, ORM)
23708 23708 mod_wsgi deployment docs refers to nonexistent comment in wsgi.py Documentation
23720 23720 Login redirect should be glued to schema Uncategorized
20656 20656 test db spatial extentsion not created when using new postgis 2.0 "CREATE EXTENSION postgis;" method Uncategorized
23717 23717 makemessages regression crash in 1.7.1 Internationalization
22879 22879 Database errors coming from cursor iterator are not converted to Django database errors Database layer (models, ORM)
23699 23699 Migrate in unittest still loads initial data Core (Management commands)
23446 23446 mysqldb1 is no longer maintained and should not be recommended Database layer (models, ORM)
23713 23713 SQlite3: too many SQL variables, Foreign Keys & Delete Database layer (models, ORM)
12697 12697 Prevent deletion of some rows in a formset Forms
23692 23692 Remove alpha/beta/rc release notes Documentation
23711 23711 Dead link in "Reusable Apps" tutorial - "Publishing your app" section Documentation
23652 23652 Database name is not reset after destroying test database Testing framework
23618 23618 Migrations only work for apps containing models Migrations
23707 23707 GIS tests may be run multiple times Testing framework
23704 23704 Error in manage.py runserver on Windows (7 / 8 / 8.1) Uncategorized
23603 23603 raw_id_fields incorrectly use "search" icon for lookup/browse action. contrib.admin
23687 23687 Prevent `ContentType.objects.get_for_model` from creating objects for deferred, auto_created and swapped models contrib.contenttypes
23695 23695 django.views.decorators.http.condition decorator, HEAD request without etag HTTP handling
23703 23703 django.db.models.field.subclassing overwrites my subclass Uncategorized
23612 23612 Relative fixture paths not working on Windows 8.1 Testing framework
23701 23701 Removing an unneeded check in collectstatic contrib.staticfiles
23330 23330 RedirectResponse option to check the host of the url HTTP handling
23663 23663 Commands classes are not properly testable due to their initialization in execute() method! Core (Management commands)
23686 23686 Tweak color output of the system check framework Core (Management commands)
23467 23467 Inconsistent behavior when filtering by inherited models when using a proxy model Database layer (models, ORM)
23569 23569 settings.LOGGING_CONFIG assumes dictConfig() Core (Other)
23591 23591 RFC: Shared parser-level context to all templates involved in output Template system
23661 23661 Site cache doesn't cache in a per-database basis contrib.sites
23696 23696 Documentation for i18n_patterns for current Stable 1.7 wrong Uncategorized
23698 23698 Misleading Form.errors section in docs Documentation
23215 23215 Warning: Field 'id' doesn't have a default value Database layer (models, ORM)
23688 23688 cached_property should preserve docstring of wrapped function Utilities
23679 23679 varchar(255) converted into varchar(255) NOT NULL after inspectdb followed by migrate Core (Management commands)
4363 4363 Formpreview doesn't support newform's dynamic initial values contrib.formtools
7808 7808 Form Preview does not work with file uploads contrib.formtools
8690 8690 FormPreview should pass request to parse_params contrib.formtools
10810 10810 FormWizard validates the last form twice contrib.formtools
23678 23678 Database default not removed if default=None Migrations
23693 23693 There's no solution to PageNotFound? Uncategorized
23650 23650 System checks framework runs 3 times while performing manage.py test Core (System checks)
22280 22280 "Conflicting models in application" RuntimeError for same model with different paths Testing framework
19981 19981 Pass request to WizardView.get_prefix contrib.formtools
23673 23673 IntegrityError when using a ManyToMany relation to add a model instance with unique constraint. Database layer (models, ORM)
23675 23675 Default value for optional parameter "default" in the model field reference is not specified Documentation
23684 23684 ImageField HINT mentions wrong pip package name Uncategorized
23683 23683 CharField's max_length is Incorrectly Listed as Optional in Documentation Documentation
21644 21644 FormWizard needs confirmation step logic contrib.formtools
21667 21667 Allow dynamic form classes with WizardView contrib.formtools
22800 22800 FormWizards leak data into other forms. contrib.formtools
23676 23676 FileField documentation is confusing about database column representation Documentation
23599 23599 Default application used in startapp has an empty migration package Migrations
23671 23671 Model Field named "check" clashes with check framework. Core (System checks)
23624 23624 Regression in ManyToManyField with through, runtime-generated models Documentation
23469 23469 django_1_6_0 compatibility check yields false posititves Core (System checks)
23628 23628 AlterModelOptions should check for changes Migrations
23669 23669 ProgrammingError when aggregating over an annotated & grouped ORM query Database layer (models, ORM)
23449 23449 Saving models with unsaved ForeignKey Database layer (models, ORM)
23667 23667 Settings of `LANGUAGE_COOKIE_DOMAIN` and `LANGUAGE_COOKIE_PATH` incorrectly mention `SESSION_COOKIE_NAME` Documentation
23664 23664 bool evaluation on an OrderedSet gives different results in Py2 and Py3 Utilities
23662 23662 QuerySet __nonzero__, __len__ cause queryset evaluation Database layer (models, ORM)
23579 23579 Default Geometry representation from WKT to EWKT GIS
23659 23659 Lost annotation ordering with values_list() and annotate() Database layer (models, ORM)
21733 21733 @python_2_unicode_compatible causes infinite recursion when module imported more than once Utilities
23657 23657 Migrations framework doesn't properly handle factory-generated base classes. Migrations
23660 23660 pull sort_dependencies helper into core Core (Serialization)
23647 23647 Auto-generated PK field name is not easily configurable Database layer (models, ORM)
23637 23637 Remove TUX from static-files and modwsgi docs Documentation
23651 23651 fixtures.tests.FixtureLoadingTests.test_loading_and_dumping fails with Python 3 Core (Management commands)
23654 23654 test_index_view_with_two_past_questions() raising ValueError Documentation
23655 23655 Update of Tutorial Part 2, Templates section Documentation
23638 23638 Django raises exceptions on unicode in cookies/headers HTTP handling
23648 23648 Documentation suggestion from new Django student. Documentation
23644 23644 Django 1.7: adding order_by to model Meta class causes Django to create a meaningless migration Migrations
23645 23645 Critical technical typo error in documentation Documentation
23063 23063 send email 1.6.5 OK, 1.7c1 malformed packet in wireshark Core (Mail)
23642 23642 LocMemCache.incr is not thread safe Core (Cache system)
23631 23631 Documentation: Outdated warning about DateTimeField on MySQL? Documentation
23636 23636 GeoDjango is creating two indexes for geometry field GIS
23635 23635 Django 1.7 migration fails when adding order_with_respect_to on SQLite server Migrations
23633 23633 Fix for #23612 broke tests Testing framework
23632 23632 Cannot install Stored Procedure on syncdb Core (Management commands)
23634 23634 QuerySet API example incorrectly states that iexact uses ILIKE Documentation
23627 23627 Add a decorator for lookup registration. Database layer (models, ORM)
9791 9791 URLField's validation does not support in-URL basic AUTH Forms
23490 23490 Email send error: "See http://pobox.com/~djb/docs/smtplf.html" Core (Mail)
23619 23619 Russian humanize does not correctly handle paucal numbers in naturaltime filter Translations
23555 23555 QuerySet.first suppresses internal IndexError exceptions Database layer (models, ORM)
23587 23587 Paragraph on over-riding base_html can be misread as to WHAT needs to be changed... Documentation
23589 23589 Django 1.7 filter Q m2m bug Database layer (models, ORM)
23522 23522 reverse() should return a text string, not a byte string Core (URLs)
23584 23584 makemessages only looks in the current folder Translations
23607 23607 collectstatic: Documentation error contrib.staticfiles
20982 20982 forms.BooleanField field issue Forms
23598 23598 The testing framework has leaky scoping when defining models in tests Testing framework
11561 11561 raw_id_fields requires that the user has change permissions on the model class that is being linked to contrib.admin
23596 23596 request.session.save() raise TypeError: [<Group: Admin user>] is not JSON serializable contrib.sessions
23592 23592 Django 1.5 Proxy equality and Caching of related instances Database layer (models, ORM)
23590 23590 Tutorial section 2 error Template system
23580 23580 forms.fields.NullBooleanField does not honor required=True Forms
23586 23586 Why does django 1.7 creates migrations for changes in field choices? Uncategorized
23482 23482 SingleObjectMixin.get_object() should allow lookup by BOTH pk and slug Generic views
20737 20737 Request to ship feedgenerator as package separately of Django's core Packaging
23549 23549 Model form's model_to_dict using value_from_object instead of to_python Forms
23568 23568 timesince / timeuntil is not localized Internationalization
23574 23574 Makemigrations tries to migrate non-model classes Migrations
23573 23573 Should tutorial 2 demonstrate AdminSite.site_header instead of overriding templates? Documentation
23502 23502 Request for an escape_all filter for non alphanumeric chars with ASCII values less than 256 Utilities
23465 23465 Inheritance destroying data in original model Database layer (models, ORM)
23489 23489 Test failures with numpy 1.9 Template system
23567 23567 assertQuerysetEqual does not check for repeated items when used with ordered=False Testing framework
23506 23506 How to reference static files outside of the template contrib.staticfiles
23480 23480 Length of Verbose_name of models is not checked Database layer (models, ORM)
23564 23564 Django migration fails on unqiue_together with model subclass references Database layer (models, ORM)
23436 23436 Should use abspath for default settings.BASE_DIR Core (Other)
23562 23562 Allow "username:password" pair in URLValidator Core (Other)
22738 22738 Schema migration: test_add_field_temp_default_boolean Migrations
23560 23560 MigrationWriter prefixes builtin types with __builtins__. Migrations
23561 23561 Can unauthorized JS execution happen in quoted & escaped HTML class name? Documentation
23460 23460 Allow a literal `%s` to be passed through extra select Database layer (models, ORM)
8391 8391 slugify template filter poorly encodes non-English strings Template system
23537 23537 Oracle GIS backend missing SchemaEditor GIS
23554 23554 Unmodified object fails to save because of UNIQUE constraint Uncategorized
23474 23474 Schema migrations can inadvertently destroy data Migrations
23553 23553 Incorrect LOCALE_PATHS settings doesn't raise any exception Internationalization
23539 23539 GenericInlineModelAdmin doesn't utilize get_extra (and get_max_num/get_min_num) contrib.contenttypes
23542 23542 Add ability to disable migrations Uncategorized
20689 20689 Django 1.5.1: severe performance degradation on Oracle Database layer (models, ORM)
18782 18782 database "view" treated as "table" on flush (mysql) Database layer (models, ORM)
23550 23550 Normalize implementation of SingleRelatedObjectDescriptor.get_queryset() and ReverseSingleRelatedObjectDescriptor.get_queryset(). Database layer (models, ORM)
23541 23541 RunSQL Bug Django 1.7 Migrations
23065 23065 Migration Error when removing unique constraint Migrations
23505 23505 unique constraint tracking lost after DropColumn + AddColumn in postgres Migrations
23545 23545 Generic relation with ForeignKey gives a 400 Bad Request error in Django Admin contrib.admin
23544 23544 Escape backtick Uncategorized
23540 23540 RunSQL Bug Django 1.7 Migrations
23535 23535 Clarify presence of default filter in tutorial 2 Documentation
23536 23536 BinaryField on mysql gets retrieved as 'str', not as 'bytes' Uncategorized
23530 23530 yaml data files need PyYAML installed Documentation
23526 23526 modelform fields="__all__" equivalence in admin contrib.admin
23496 23496 Model not detected as installed if custom model path is used Database layer (models, ORM)
23515 23515 AUTH_USER_MODEL and admin.E108 contrib.admin
23501 23501 remove/add fields programatically in modelform fails in admin contrib.admin
23479 23479 makemigrations geterates wrong migration for ForeignKey to unmanaged model Migrations
23487 23487 save() returns error "Models aren't loaded yet." Documentation
23519 23519 Invalid ContentType after running "migrate" command Migrations
23443 23443 Inconsistent FieldError message under some circumstances Database layer (models, ORM)
23514 23514 Prevent database connection at PostGISOperations init time GIS
17656 17656 collectstatic should not require a database contrib.staticfiles
22632 22632 Spatial backend tests uses hardcoded set of backends GIS
23507 23507 Clarity: Release Notes regarding initial_data Documentation
23508 23508 Clarity: Release Notes regarding initial_data Documentation
23509 23509 Clarity: Release Notes regarding initial_data Documentation
23510 23510 Clarity: Release Notes regarding initial_data Documentation
23511 23511 Clarity: Release Notes regarding initial_data Documentation
23513 23513 Fixtures/initial_data Clarification in Release Notes for django 1.7 Documentation
23491 23491 Django Tutorial 1.7, Pt 3. Adding Index method to views.py Documentation
23417 23417 Added/completed zh and zh_CN locale format.py files Translations
23495 23495 ImportError silenced Core (Other)
23500 23500 Allow get_object_or_404 to accept select_related and prefetch_related Utilities
23498 23498 V1.7 migration doesn't properly rebuild the through table from 3rd party library Migrations
23494 23494 Makemigrations fails with python3 Migrations
23492 23492 F objects are no longer deepcopy-able Database layer (models, ORM)
23486 23486 makemigrations command result Documentation
23397 23397 Multipart base64 file decoding of fails with large files when the encoded string contains newlines. HTTP handling
23466 23466 Removing seconds from locale formats Internationalization
23464 23464 Random exception when running unit tests. Core (Other)
23478 23478 Wrong help for sqlmigrate management command Core (Management commands)
23477 23477 test failures run from 1.7; test_serialize, test_simple_migration Testing framework
23484 23484 AppConfigStub.name is set to the app-label, which is not the same thing Migrations
23481 23481 Cannot view Trac tickets when logged in through GitHub *.djangoproject.com
13843 13843 'destroy_geom' filling up the apache error logs. GIS
23475 23475 random error KeyError(u'SERVER_NAME',) with uwsgi/nginx setup. Uncategorized
23476 23476 Django 1.7 stable release fails to render Uncategorized
23462 23462 Django 1.7 openning one database connection for each request Database layer (models, ORM)
16733 16733 pk/id bug in multiple inheritance of concrete classes Database layer (models, ORM)
23470 23470 Django 1.7 app config ImportError: No module named appname.apps Core (Other)
23471 23471 makemigrations fails if you take out a function used in a previous migration Migrations
23390 23390 Clicking on the Add Group + in an Auth User's change-view results in a 400 contrib.admin
22734 22734 Move SMTP / email settings to a dictionary Core (Mail)
23442 23442 Define django.__version__ Core (Other)
23458 23458 "requires_model_validation" and "requires_system_checks" Uncategorized
23457 23457 "requires_model_validation" and "requires_system_checks" Uncategorized
23456 23456 requires_system_checks and requires_model_validation Uncategorized
23453 23453 project_template: sys.dont_write_bytecode = True Core (Management commands)
23440 23440 select_related with multiple ForeignKey to same table generates sub-optimal SQL Uncategorized
23447 23447 Migrate management command doesn't follow documentation "Running management commands from your code" Core (Management commands)
23445 23445 Removing a key from Form.fields keyOrder no longer hides elements Forms
23416 23416 Django 1.7 fails to output a CHECK constraint on PositiveIntegerFields using postgres backend Database layer (models, ORM)
23439 23439 ./manage.py makemigrations fail on 3.4.1 but works on 2.7.6 Python 3
23437 23437 RuntimeError: AppRegistryNotReady("Models aren't loaded yet.") Documentation
23430 23430 simplify gunicorn deployment docs Documentation
21409 21409 Incorrect default BASE_DIR value in project template Uncategorized
23432 23432 /newticket Forbidden error *.djangoproject.com
23392 23392 Django runs all migration operations but only marks 0001 as completed Migrations
23414 23414 Release process docs are outdated Documentation
22784 22784 Schema migration: rename tables Migrations
22683 22683 Schema tests and .extra queryset method Migrations
22411 22411 Migrations attempt to create content types without first running contenttypes sync/migrations Migrations
22344 22344 Migration from ForeignKey to FileField fails: AttributeError: 'NoneType' object has no attribute 'to' Migrations
23384 23384 Allow overriding part of a dictionary-type setting Core (Other)
3371 3371 Filter to get dict's value by key name (for the purpose of enabling variable lookups in the template) Template system
23419 23419 Cant import StaticLiveServerCase Testing framework
23413 23413 django.contrib.contenttypes.fields has been remove Documentation
23401 23401 "django_admin_log"."object_id" has wrong type in djangoproject database *.djangoproject.com
23411 23411 Typo on download page, says 1.7 requires at minimum 2.6.5 *.djangoproject.com
23412 23412 Unable to import django.forms.util.ValidationError Forms
14462 14462 Aggregates default to the database type instead of the field type Database layer (models, ORM)
23409 23409 PasswordResetForm should not exclude users with unusable passwords contrib.auth
23404 23404 Django modelformset returns the same data inserted in the previous insert when opening the same page for inserting new data Forms
21001 21001 Non working SQL generated for Oracle when doing .exclude('') Database layer (models, ORM)
23402 23402 Minor incorrect links. Documentation
23302 23302 Give a name to a migration from command line option Migrations
23400 23400 Upgrading from South migrations should tell user to remove south app Documentation
22918 22918 migrations.operations.SeparateDatabaseAndState crashes (and has no tests) Migrations
20338 20338 ALLOWED_HOSTS requires adding absolute domain HTTP handling
23385 23385 inspectdb on Oracle: interpretation of NUMBER(1,0) cols as boolean Core (Management commands)
23393 23393 "Table does not exist" error running tutorial under 1.7rc3 Core (Management commands)
4070 4070 unique_for_date and friends should create database indexes where possible Database layer (models, ORM)
9699 9699 Shouldn't entries be associated with many enclosures? Utilities
23389 23389 overrideg to be able the checkbox widget in CheckboxSelectMultiple Forms
22770 22770 Remove create_superuser from post_migrate signals contrib.auth
22820 22820 lazy_number raise KeyError if number is long type (python 2.7) Translations
23362 23362 Database Columns as "Attributes" Documentation
23370 23370 defer() with inherited models fails Database layer (models, ORM)
23323 23323 Allow the use of translation.override as a decorator Translations
23383 23383 Django ORM generates inefficient SQL (only selected columns should be grouped by) Database layer (models, ORM)
23317 23317 StaticFileStorage Encoding error on '\xf4' File uploads/storage
23313 23313 RawQuery.__repr__ fails when params passed as dict Database layer (models, ORM)
22786 22786 Document that value_from_datadict may be called more than once Documentation
23381 23381 Context manager should determine their initial state at __enter__, not __init__ Utilities
23382 23382 Support byte range requests in django.views.static.serve Uncategorized
23360 23360 CircularDependencyError with AUTH_USER_MODEL set Migrations
22858 22858 Maximum Recursion Depth Exceeded When Model __init__ Uses Fields Not Included In only(...) Documentation
23377 23377 models.PositiveIntegerField does not perform proper validation in model.full_clean() Database layer (models, ORM)
23378 23378 No migration detected when adding index_together Migrations
20739 20739 Remove django.test.testcases dependency on django.contrib.staticfiles Testing framework
19043 19043 Mutable Password Hash Strength contrib.auth
12148 12148 Don't use invalid backend from the Session to load the user in contrib.auth.get_user contrib.auth
23373 23373 Django 1.5.*: django.contrib.markup.tests.Templates.test_textile() fails with Python 3 Uncategorized
23349 23349 Document that migrations must have dependencies in order to access other apps' models Documentation
23357 23357 MySQL DatabaseIntrospection.data_types_reverse for FIELD_TYPE.SHORT is wrong type Database layer (models, ORM)
23320 23320 FloatField not converting values to float() Database layer (models, ORM)
23367 23367 MySQL composite indexes create duplicate indexes (ManyToManyField, unique_together) Database layer (models, ORM)
23279 23279 REFERENCES constraints are not set to the fileds in an intermediate table created by syncdb for SQLite3 Uncategorized
23354 23354 ModelChoiceField does not handle MultipleObjectsReturned Forms
23075 23075 Type-specific input fields cause cross-browser issues and wrong error messages Forms
22848 22848 Admin initial migration can't find AUTH_USER_MODEL when running makemigrations for the first time Migrations
22620 22620 "Multiple databases" chapter of docs says 'default':{} can start DATABASES setting; Django says no Documentation
21567 21567 Document how to deploy multiple sites using the sites framework Documentation
23250 23250 Document that ModelMultipleChoiceField queryset may be None Documentation
20734 20734 URL namespacing documentation should be clearer Documentation
17707 17707 Docs for URL namespaces should explain the motivation and use cases Documentation
19312 19312 Time zone issue with MySQL timestamp fields Documentation
17719 17719 Document that template syntax sequences cannot be used as string literals Documentation
23280 23280 Allow easy overriding of admin rendering helpers. contrib.admin
19107 19107 Can't send unicode e-mail Core (Mail)
23361 23361 django.test.Client and response data Testing framework
23131 23131 Document caveats with callable references in migrations Documentation
23358 23358 with nested applications different applications ordering cause wrong app_label for some models Migrations
22154 22154 Rename Class Based Generic Views to Built-in Class Based Views Documentation
23341 23341 Better stacktrace error for makemigrations when migration references nonexistent migration(s) Migrations
23352 23352 Add tests for MigrationGraph backwards_plan and forwards_plan exceptions Migrations
20253 20253 GeoDjango - made GeoQuerySet.extent() available with Spatialite GIS
23344 23344 File Uploads documentation page omits that 1.7+ specific feature is 1.7+ specific Documentation
22867 22867 Pickling models is slow in alpha versions Utilities
23343 23343 Incorrect filename in Generic date views docs Documentation
23324 23324 sites framework docs - omits the site id from the Site model Documentation
23327 23327 Add "migrate <app_label> zero" syntax to migrate help message Documentation
23348 23348 Changes in Django 1.7 break nested Applications Core (Serialization)
23167 23167 BaseForm lacks a useful repr Forms
20775 20775 Clarify the operator each database backend uses for text lookups (startswith, istartswith, contains, icontains, endswith and iendswith) Documentation
23345 23345 Better message for required fileds in form validation Forms
23342 23342 Emphasising "time object" in documentation Documentation
23339 23339 Update GitHub link from http to https Uncategorized
21801 21801 SingleObjectMixin get_context_data fails with self.object not initialized Documentation
23066 23066 Already logged-in user remains logged in when RemoteUser authentication of new user fails contrib.auth
6342 6342 Option to remove 'www.' from URLs Core (Other)
16361 16361 IGNORABLE_404 functionality should respect APPEND_SLASH setting Documentation
17238 17238 Link to source code in docs Documentation
22996 22996 UnicodeDecodeError on accessing `request.GET` HTTP handling
23303 23303 sqlmigrate doesn't output BEGIN and COMMIT statements Core (Management commands)
13924 13924 Add information about error "can't adapt type 'Decimal'" to documentation Documentation
23314 23314 Docs should stay consistent and only recommend custom users for custom authentication and authorization, not profile data Documentation
17272 17272 Document that non-editable fields do not get validated at a model level Documentation
23282 23282 Change confusing text about "Inheritance and reverse relations" Documentation
5726 5726 Document that inspectdb doesn't detect default values Documentation
23310 23310 Bad translation in admin [catalan language] Uncategorized
23290 23290 GeometryField validation does not work GIS
22171 22171 sanitize_separators throws away too many thousand separators Internationalization
23298 23298 Makemessages --ignore option doesn't work for directories under Windows Internationalization
14638 14638 to_python howto documentation improvement Documentation
23256 23256 Changes in Meta class are not detected after "makemigrations" Migrations
23309 23309 call_commands lacks some code to act like as run_from_argv Core (Management commands)
21845 21845 Deprecate .py suffix for django-admin.py Core (Management commands)
23263 23263 Document sqlmigrate in migrations topic guide Documentation
23308 23308 Running a migration fails when adding a foreign key to another app Migrations
23306 23306 Cannot call a command with --name option Core (Management commands)
23292 23292 ATOMIC_REQUESTS creates unnecessary database connections and transactions Uncategorized
23304 23304 Form renders in HTML5 syntax Forms
23301 23301 DateField doesn't work when called 'date' Database layer (models, ORM)
23297 23297 Integrity errors in Django admin with custom User model contrib.auth
23278 23278 django.db.backends.schema logger isn't documented Documentation
21450 21450 BaseYearArchiveView prevent ordering of queryset Generic views
23293 23293 OSMapWidget.js error when use GeometryCollectionField GIS
23137 23137 Error when use OSMapWidget.js GIS
20647 20647 Trying to get repr() or str() on a queryset that has been .select_for_update() causes oracle backend to throw ORA00907 Database layer (models, ORM)
23224 23224 Document EmailValidator domain whitelist parameter Documentation
23291 23291 Putting Unicode var name and value in environment causes test suite errors on Windows/Python2 Core (Management commands)
22709 22709 Problem with negating Q object Database layer (models, ORM)
21579 21579 i18n_patterns redirect not working with script prefix (sub path) Core (URLs)
23265 23265 runserver crashes with some locales on Python 2 Core (Management commands)
22971 22971 Can't receive file with non-ascii filename according to rfc2388 HTTP handling
23111 23111 Vendor inspect.getcallargs for Jython 2.7 support Template system
21603 21603 Inconsistent column names in cursor.description under SQLite break RawQuerySet Database layer (models, ORM)
23286 23286 Add the necessary return value for Form#clean (in 1.6) Documentation
23182 23182 squashmigrations having trouble with auth.User foreign key Migrations
23277 23277 set good url examples in 1.7 Core (Management commands)
23236 23236 forms.Form should support a Meta class like forms.ModelForm Forms
22686 22686 makemessages crashes with unicode filename and verbose > 1 Internationalization
23262 23262 FilteredSelectMultiple SelectFilter2.js don't submit form if user pressed Enter contrib.admin
22985 22985 call_command() ignores dest from make_option() and uses kwarg name instead Core (Management commands)
23272 23272 Extra join on filtered + exclude + annotate query Database layer (models, ORM)
19570 19570 call_command option kwargs differ from command line options Core (Management commands)
23274 23274 Bad exception management: custom template tags Template system
8618 8618 Many-to-many intermediary tables can't have multiple foreign keys to source/target models Database layer (models, ORM)
16426 16426 sqlite: Cannot delete more than 999 things if there is a relation pointing to them Database layer (models, ORM)
18611 18611 Show the date and time when the dev server gets started Core (Other)
23183 23183 Use timestamp when uploading duplicate filenames File uploads/storage
18879 18879 FilteredSelectMultiple loses data contrib.admin
23257 23257 New release of django-jython Documentation
23258 23258 Add note that Form.add_error is new in 1.7 in 'Form and field validation' Documentation
23237 23237 KeyError when upgrading to the new migrations system (related to git and .pyc) Migrations
22982 22982 Coercing GenericRelation property to string raises StopIteration exception contrib.contenttypes
22067 22067 bug system "captcha" prompt is misleading *.djangoproject.com
23255 23255 Migrations fail with custom models.Field Migrations
23253 23253 "MANAGERS" setting doesn't correctly process the value, if it is given as described in the documentation Core (Mail)
23254 23254 ko locale translate contribution Uncategorized
23244 23244 changing a ForeignKey to CharField breaks migrations Migrations
23133 23133 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check Core (Management commands)
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
23239 23239 missleading info concerning contrib.markup Documentation
16311 16311 Option to limit list_filter to related_objects of instances of the list contrib.admin
23216 23216 CheckboxInput does not work properly with value "0" Forms
23219 23219 Manager, QuerySet Documentation
23138 23138 please add min_length to django.db.models.fields.Field Database layer (models, ORM)
23139 23139 mysql backend should use CHAR instead of VARCHAR if model has a CharField of fixed length. Database layer (models, ORM)
23135 23135 Multiple routers cause problems with migration/sql management commands Core (Management commands)
21197 21197 1.6 compatibility checks don't correctly validate TEST_RUNNER Core (Management commands)
18542 18542 Intermittent unhandled exception when killing runserver Core (Management commands)
23158 23158 Documentation pagination p.page_range Documentation
23140 23140 page_range TypeError: sequence index must be integer, not 'slice' Core (Other)
22234 22234 Special characters in database password are not escaped correctly on Windows platforms Core (Management commands)
19907 19907 Add additional style guidance for docstrings Documentation
23170 23170 password_reset post_change_redirect Documentation
23169 23169 documentation small fix Documentation
22745 22745 ModelChoiceField and ModelMultipleChoiceField with RadioSelect and CheckboxSelectMultiple widgets produce unnecessary db queries while rendering form (particularily in contrib.admin) Forms
16612 16612 Localized form fields cause Form.has_changed() to always return True. Forms
23168 23168 request.GET.getlist Forms
14273 14273 Development server does not shutdown cleanly Core (Other)
23154 23154 run_gunicorn is deprecated Documentation
23149 23149 Confusing documentation on HTTPOnly with cookie backed sessions contrib.sessions
23142 23142 Allow nested comment tags Template system
23150 23150 RegexField invalid message_error returns error list. Forms
23148 23148 Tutorial Tweaks Documentation
23146 23146 AppRegistryNotReady, translation bug when deploying with uWSGI Translations
18743 18743 select_for_update() silently ignored on aggregate queries Database layer (models, ORM)
23141 23141 Proposal new Django Admin css style contrib.admin
23143 23143 Wrong Command Documentation
12432 12432 After setting encoding in view, request.REQUEST is not deleted HTTP handling
22956 22956 PermissionManager.get_by_natural_key doesn't fetch ContentType from same DB contrib.auth
10964 10964 Admin for group doesn't allow to easily add users to the group Forms
23134 23134 Fixes for querysets.txt Documentation
23132 23132 auth/default typo Documentation
23119 23119 IndexError: list index out of range (empty choices iterable) Uncategorized
23109 23109 Spam on the Community Page *.djangoproject.com
23092 23092 Squasing migrations doesn't handles or warns about external dependencies Migrations
23127 23127 "Upgrading from South" documentation should mention south_migrations folder option Documentation
20292 20292 Django 1.5.1: ORA-01843: not a valid month Database layer (models, ORM)
23079 23079 Supported versions policy: backport data loss fixes to LTS Documentation
23120 23120 GeoDjango tutorial needs updating for migrations workflow Documentation
23126 23126 Remove ignore E128 from setup.cfg Core (URLs)
23125 23125 Running test loads initial_data even on migrated app Testing framework
23011 23011 Getting user ID from a request shouldn't hit the database contrib.auth
22850 22850 False reverse accessor clash with inherited classes Database layer (models, ORM)
23122 23122 simple_tag should ignore undefined arguments to be consistent with template language Template system
23104 23104 Links to alternative tutorials Documentation
12441 12441 Delegate module permissions check to AdminSite contrib.admin
23110 23110 TransactionManagementError when exception is thrown in django/contrib/sessions/backends/cached_db.py Core (Cache system)
22491 22491 TestCase + select_for_update() Documentation
23118 23118 Different url for django admin login Uncategorized
23116 23116 Different url for django admin login Uncategorized
23113 23113 ChoiceInput.render() should take specified attrs into account. Forms
23117 23117 International character search in django admin search fields *.djangoproject.com
23115 23115 International character search in django admin search fields Uncategorized
23062 23062 Document how to create initial superuser without syncdb command Documentation
23098 23098 ugettext_lazy gets translated too early in modelForm field choices Forms
16116 16116 Compress cache data Core (Cache system)
22305 22305 MaxLengthValidator doesn't take database encoding into account Documentation
23093 23093 Running migrations on an existing database with a custom user model fails Migrations
23071 23071 Can't create migration for apps that have ForeignKeys to each other Migrations
22827 22827 Per-site cache docs vague about which middleware sets headers Documentation
23096 23096 python manage.py shell Uncategorized
23089 23089 manage.py flush --database=custom uses wrong transaction Core (Management commands)
23069 23069 Can't rename model with ManyToMany relation Migrations
23022 23022 Geodjango transform introduces large errors GIS
23095 23095 clean of ModelMultipleChoiceField tries to return EmptyQuerySet Forms
23078 23078 update_contenttypes interactive kwarg will always be False contrib.contenttypes
22806 22806 Some lookups/transforms don't have lookup_name contrib.postgres
23032 23032 Error with add_to_builtins Uncategorized
23082 23082 Cache Backend Inconsistencies and Reverse Compatible Failures Core (Other)
22845 22845 Memcached backend handles infinite (None) timeout defined in default settings improperly Core (Cache system)
23046 23046 Filtered GenericForeignKeys implementation Database layer (models, ORM)
23087 23087 Wrong Django version in Tutorial? Documentation
22891 22891 Document that "collectstatic --clear" deletes all files in the storage directory Documentation
23086 23086 Migrations keep altering unique_together Migrations
23084 23084 uWSGI raises django.core.exceptions.AppRegistryNotReady Core (Other)
22594 22594 Content Type framework does not trigger Cascade delete contrib.contenttypes
19793 19793 global name 'timezone' is not defined Documentation
23018 23018 on migrate command: ProgrammingError: column "district_id" of relation "data_entry" already exists Migrations
23081 23081 Documentation on testing should mention lack of integrity-related tests in TestCase Documentation
23080 23080 I can't find a dev community forum Uncategorized
23058 23058 1.7rc1: createsuperuser fails on Windows 8.1 with django-admin.py; succeeds with manage.py contrib.auth
23031 23031 Django 1.7.x test failing for application with migrations and initial data Migrations
23072 23072 Release tarball is missing django/contrib/formtools/tests/wizard/wizardtests/templates/other_wizard_form.html Packaging
23068 23068 Update docs to use django-admin instead of django-admin.py Documentation
23037 23037 clarification on windows install and setup detail Documentation
23006 23006 test.Client: provide os.environ with request.meta for consistency Testing framework
23009 23009 migrations may generate too long identifiers for the database Migrations
22975 22975 Cannot rename model keeping db table name Migrations
23039 23039 Django 1.7.x test serialization on unmanaged models Testing framework
23043 23043 Fix or document inconsistent handling of field defaults by migrations Migrations
23028 23028 Add unique_together support to inspectdb Core (Management commands)
23056 23056 Queryset.delete always triggers pre/post delete signal? Documentation
23047 23047 Handle Extended Header Parameters Specified in RFC # 2231 File uploads/storage
23040 23040 The CSRF protection seems to ignore the HTTP_X_CSRFTOKEN header and csrfmiddlewaretoken POST value in case the CSRF cookie is missing. CSRF
23044 23044 Missing page *.djangoproject.com
21869 21869 Documentation not building on Sphinx 1.2.1 Documentation
23057 23057 django 1.3 docs are missing Documentation
20331 20331 Django admin action cannot serve StreamingHttpResponse contrib.admin
23052 23052 namespaced template loader Uncategorized
20903 20903 Again Exceptions in GEOS I/O object destructor at process exit GIS
23053 23053 AS inversed in raw_sql doc section at: https://docs.djangoproject.com/en/1.7/topics/db/sql/ Documentation
23054 23054 Document limitations of cache middleware more clearly Documentation
23050 23050 Context Dictionary Generic views
23045 23045 Failed to load management commands after freezing by cx_freeze Core (Management commands)
22998 22998 GenericRelation cascade deletion doesn't fire pre_delete signals Database layer (models, ORM)
23038 23038 Followed this link from google search Uncategorized
23036 23036 In the tutorial: Why __unicode__() and not __str__()? Documentation
23035 23035 Documentation for Django 1.3 Documentation
23033 23033 Migrations depending on other app's __last__ migration fail Migrations
23007 23007 Can't seem to open a ticket about updating our DjangoFriendlyWebHosts entry... Uncategorized
23008 23008 Migrations depending on django.contrib.auth with custom User model fail Migrations
19036 19036 Big base64-encoded files uploading File uploads/storage
22991 22991 Development server not reloading with *.pyc files and without inotify Core (Management commands)
23029 23029 :( Uncategorized
23026 23026 Running a testcase Documentation
23005 23005 Improve zh-* language code handling Internationalization
22992 22992 "'GenericForeignKey' object has no attribute 'get_lookup'" exception on 1.7 contrib.contenttypes
23025 23025 URLValidator allows for invalid IPv4 addresses Uncategorized
23024 23024 development server: WindowsError: [Error 3] Core (Management commands)
23021 23021 Cannot migrate: KeyError: u"Dependency references nonexistent parent node (u'contenttypes', u'__last__')" Migrations
23020 23020 runserver auto-reload broken in 1.7.x (rc) on Mac OS X Core (Management commands)
23017 23017 Default Managers contrib.auth
23019 23019 Wrong/missing Dutch translation for "July" Internationalization
23012 23012 Typo in tutorial regex Documentation
6477 6477 Make running unit tests easier Testing framework
23002 23002 handle_uncaught_exception: add support for debug=True kwarg / factor request.error logging out Core (Other)
22965 22965 InvalidBasesError for unmigrated apps subclassing contrib Migrations
23000 23000 Wrong path when refereing to the index.html template Documentation
22999 22999 Impossible to generate migration for model with dynamic upload_to field Migrations
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
22989 22989 TestCase fixtures not found if inherited from other than first base class Testing framework
21696 21696 Allow usage of objects with add_to_query() in filter() calls Database layer (models, ORM)
22987 22987 view only implementation (without using read only fields) contrib.admin
22934 22934 INSTALLED_APPS must contain django.contrib.sessions for TestCase.client.login to work Documentation
20863 20863 Clarify which session backends require django.contrib.sessions in INSTALLED_APPS Documentation
22980 22980 Timing issue with testing and custom Querysets Testing framework
22943 22943 Some validators defined in django.core.validators can't be serialized Core (Other)
22351 22351 Remove suggestion of using lambdas in model field arguments (incompatible with migrations) Documentation
22984 22984 An option to always redirect to chosen Django version Documentation
17301 17301 Defining fieldsets in a form class Forms
22223 22223 reverse() escapes unreserved characters Core (URLs)
22978 22978 It should read "USA-centric" not "America-centric" Documentation
22821 22821 DjangoJSONEncoder no longer supports simplejson Core (Serialization)
22942 22942 Custom django-admin commands - __init__.py in directories Documentation
22974 22974 howto-custom-management-commands: manage.py is completely changed Documentation
22976 22976 EmailField: Maximum RFC-compliant length should be 320 characters Documentation
22966 22966 Documentation on upgrading Django to a newer version should link to all release notes regardless of what version of the docs you view Documentation
22928 22928 Provide a option to generate the full settings.py instead of the short, minimal one Uncategorized
22708 22708 InvalidBasesError when running manage.py migrate Migrations
22957 22957 Humanize - polish translation Translations
22963 22963 Test client PATCH turns into GET when follow=True Testing framework
22968 22968 can not get primary key after insert Uncategorized
21079 21079 Inspectdb doesn't properly translate database table names to valid python names Core (Management commands)
22906 22906 Give ModelState a __repr__() Migrations
22964 22964 I'm a new user from China,I got a problem with the 'choices' of the fields option. Documentation
22950 22950 Subclassing choice select widgets should be easier Forms
22954 22954 Admin OneToOneField not shown on other side contrib.admin
20631 20631 Increase the default max_length of EmailField to 254 Database layer (models, ORM)
22952 22952 add more detail to Django authentication system Documentation
1807 1807 [patch] union and intersection operating on lists Database layer (models, ORM)
22953 22953 ImportError: cannot import name html_entities HTTP handling
22958 22958 Big slowdown in runserver when pyinotify is installed Core (Management commands)
22915 22915 Regression in behaviour of ValidationError.update_error_dict() Forms
22947 22947 transaction rollback not working in django 1.6.5 Database layer (models, ORM)
16301 16301 Show clients remote IP when running runserver Core (Other)
22946 22946 Improvement in Tutorial for newbie https://docs.djangoproject.com/en/1.5/intro/tutorial03/ Documentation
22924 22924 MEDIA_URL needs TEMPLATE_CONTEXT_PROCESSORS Documentation
18108 18108 Official translations of the documentation Documentation
22940 22940 migrations.writer error message is missing string interpolation variables Migrations
7639 7639 Locmem is not multiprocess nor threadsafe Core (Cache system)
13755 13755 HttpRequest.is_ajax() should be used together with vary_on_headers('HTTP_X_REQUESTED_WITH') Documentation
22926 22926 order_by parameter in extra method override previous order_by fields Database layer (models, ORM)
22691 22691 Allow cached_property to be used on other methods Utilities
22482 22482 Sites documentation suggest using initial data fixtures which are deprecated in 1.7 Documentation
9093 9093 Extend inclusion tag syntax to allow custom templates Template system
20953 20953 git push -f in docs needs a stern warning Documentation
22921 22921 Model.clean_fields incorrectly skips validation for fields where null value is not allowed Database layer (models, ORM)
22919 22919 Missing keyword Documentation
18891 18891 Add django-wkhtmltopdf to further resources Documentation
22923 22923 order_by clause missing on nested queryset Database layer (models, ORM)
22929 22929 Wrong translation in french for "Enter a valid email address." in contrib.auth Translations
22459 22459 Creating model classes for test purposes breaks migrations Migrations
22927 22927 Can't create migration when index together is used Uncategorized
7231 7231 New "join" parameter for the "extra" QuerySet method Database layer (models, ORM)
16184 16184 GeoDjango inspectdb fails for PostGIS GIS
22736 22736 Preserve POPUP state when using 'save and continue' from model change form inside POPUP? contrib.admin
22913 22913 callable readonly_fields on inline admins have stopped working in trunk contrib.admin
22905 22905 admin template 404.html and 500.html not found contrib.admin
22886 22886 Message wording when unique_together rises Internationalization
22914 22914 Django 1.7 --no-color option conflicts with Celery Uncategorized
22912 22912 Warning about missing setup_test_environment() call in tutorial 5 Documentation
22916 22916 Instruction to change index.html template is missing Documentation
22857 22857 Django 1.7 runserver auto-reload : setting behaviour by extensions Core (Management commands)
22910 22910 sqldropindexes yields wrong indexes names when using postgresql_psycopg2 Database layer (models, ORM)
22911 22911 Non-ASCII filename uploaded by user crashed Django Uncategorized
22902 22902 "No changes detected" with SQLite, wrong answer Migrations
11111 11111 Python 2.7 WSGIRequest should not make PATH_INFO and SCRIPT_NAME unicode HTTP handling
22894 22894 make admin add related behaviour customizable contrib.admin
22908 22908 Tutorial Part 05 Documentation
18320 18320 Unit test model_formsets_regress.FormsetTests.test_extraneous_query_is_not_run expects wrong number of queries Testing framework
22901 22901 Django and fastcgi upstream application timeout HTTP handling
22050 22050 defer('related__subfield') and select_related() on proxy model raises error Database layer (models, ORM)
20128 20128 csrfmiddleware sometimes raises IOError via _load_post_and_files CSRF
22895 22895 [PEP8] Acronyms in class names should be uppercase Uncategorized
22898 22898 Specify backend name for custom SQL Core (Management commands)
22899 22899 Bad code Documentation
22896 22896 how to make addon's/plugin's Uncategorized
22868 22868 Activated language not respected in post_save signal called during custom management command Core (Management commands)
21671 21671 model_inheritance_same_model_name tests fail in isolation Database layer (models, ORM)
22737 22737 Ability to implicitly preappend current_app to reverse URL resolution. Core (URLs)
22885 22885 Make Query.set_limits a setter Database layer (models, ORM)
22880 22880 UnicodeDecode error when running `makemessages` (python 3.4.1) Documentation
22893 22893 how to align helpo_text raight to the field same line in admin panel? Uncategorized
22890 22890 please edit wiki Uncategorized
22877 22877 Segfault when converting objects.prefetch_related into boolean condition. Database layer (models, ORM)
22883 22883 Unhelpful GeoDjango error message when credentials are invalid GIS
22884 22884 MySQL, unmanaged entity, does not get id after save() Database layer (models, ORM)
22881 22881 initial migration fails just after switching to django-1.7(beta) Migrations
22888 22888 Confusing text for url.py location Documentation
22793 22793 GIS migrations tests attempt to import GeometryColumns from non-existing location GIS
22876 22876 Related lookups allow models of a different type Database layer (models, ORM)
17745 17745 Support for PostgreSQL Arrays Database layer (models, ORM)
10938 10938 add inlines into fieldsets contrib.admin
22874 22874 Swappable dependency breaks if swappable model not in first migration of its app Migrations
22863 22863 Document that changing model options unrelated to the database will create migrations Migrations
22871 22871 All links returned by search engines don't work anymore! *.djangoproject.com
22869 22869 broken link Documentation
22870 22870 Broken release notes links in dev documentation Documentation
22865 22865 Testing framework: ValueError: Cannot create form field for 'user' yet, because its related model 'myauth.User' has not been loaded yet Testing framework
14932 14932 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
22866 22866 quoted class names in foreign key definition causes ValueError Uncategorized
22859 22859 set crossDomain = false in ajaxSetup is bad Documentation
22864 22864 syncdb/test not possible when using dynamic choices from django.contrib.auth.models.user Core (Management commands)
20375 20375 Post-processing CSS file with Unicode chars fails contrib.staticfiles
14481 14481 better documentation of the default m2m "through" class Documentation
22785 22785 NamedUrlWizard errors are silently discarded when overriding render_done() contrib.formtools
22852 22852 WHY: (admin.E013) The value of 'fields' cannot include the ManyToManyField 'make_types', because that field manually specifies a relationship model? contrib.admin
22860 22860 LiveServerTestCase modifies production database when ran in python script Testing framework
22861 22861 Ensure __first__ migrations always reference the first migration. Migrations
22853 22853 auth.0001_initial migration fails when there is a custom user model Migrations
22856 22856 Blank=False not being enforced Uncategorized
22855 22855 BaseFormSet.is_multipart() should not only consider the first Form Forms
22854 22854 Having custom user model creates migrations in django.contrib.auth Migrations
22805 22805 urlresolvers.get_callable() need to present the inner exception if any Core (Other)
22697 22697 Add a public API for extending Settings Uncategorized
22825 22825 DatabaseFeature supports_check_constraints and schema test_check_constraints Database layer (models, ORM)
22834 22834 The builtin migrations being the only way to do migrations breaks data migrations/fixtures in tests Migrations
19313 19313 Count Aggregation documentation Documentation
22847 22847 Squashmigrations fails with ForeignKey Migrations
22788 22788 Custom migration operations are rewritten incorrectly Migrations
22846 22846 Migrations with custom fields fail Migrations
22771 22771 TestCase.client.logout fails when using custom authentication backend not based on AUTH_USER_MODEL Testing framework
19972 19972 Changelist tables that are larger than the viewport slip under the filter sidebar contrib.admin
22719 22719 Proposal: Delayed Form binding (with working example code) Forms
22843 22843 contrib.auth.models.User not comparable Uncategorized
22371 22371 AttributeError during replaying/loading of migration: 'module' object has no attribute 'RemovedModel' Migrations
22833 22833 1.7 migrations can't delete codependent "through" models Migrations
22660 22660 Dependencies between non-migrated and migrated apps break migration Migrations
22824 22824 Unhandled KeyError during makemigrations Migrations
22817 22817 Missing custom methods on EmptyQuerySet Database layer (models, ORM)
22830 22830 GeoDjango dwithin errors when using django.contrib.gis.measure.D GIS
11590 11590 REQUEST: Give LabelCommand an option for default behavior (when no labels are specified) Core (Management commands)
7762 7762 management prints full path to script when command error occurs Core (Management commands)
20879 20879 BinaryField doesn't work with Oracle on Python3 Database layer (models, ORM)
18654 18654 Support for model properties that are not fields in LayerMapping GIS
19137 19137 runserver child started via autoreload won't always exit cleanly Core (Management commands)
22389 22389 contrib.formtools show errors while running test suite on windows contrib.formtools
19396 19396 Allow customized ModelState classes Database layer (models, ORM)
18148 18148 django.contrib.sites.managers.CurrentSiteManager should be able to span multiple models contrib.sites
19625 19625 mysql 5.1 large decimalfield lookups return too few results Database layer (models, ORM)
22795 22795 Iterating all object fields in template Database layer (models, ORM)
22832 22832 admin.autodiscover() missing Documentation
22794 22794 Using WizardForm with only one model Uncategorized
18510 18510 Options._fill_related_objects_cache should assert for app_cache_ready() or deal with app_cache_ready() == False Database layer (models, ORM)
18603 18603 Adding support for PEP 302 importers Core (Other)
8122 8122 Better way of testing for cookies contrib.sessions
22829 22829 URLValidator doesn't allow underscored in host part Core (Other)
22740 22740 Model gets Meta from abstract ancestor class in MTI Database layer (models, ORM)
22768 22768 CreateUpdateView view class Generic views
22680 22680 I/O operation on closed file File uploads/storage
17581 17581 Development server errors Core (Management commands)
20420 20420 Different query counts under Oracle when savepoints are involved Database layer (models, ORM)
22818 22818 Committing code: Add cd command to ensure "git remote add upstream" command works Documentation
22815 22815 I am getting an error and msg for a "null" ( None) content in nome variable i think, but how to treat it? Database layer (models, ORM)
9321 9321 When overriding the widget for a manytomany field default help_text stays Forms
22653 22653 Need to add database features flag in some of the test cases Testing framework
22807 22807 Strange manage.py check warning when using cached template loader Testing framework
22780 22780 LOCALE_PATHS should be a tuple Core (Other)
22798 22798 pluralize filter should pluralize float/Decimal values between 1 and 2 Template system
16341 16341 my connection to Stronghold Kingdom Uncategorized
17552 17552 The GZip Middleware's browser checking is buggy, as it does not send compressed content to modern versions of IE that support it. HTTP handling
19905 19905 ResourceWarning in formtools tests contrib.formtools
22749 22749 Making SQL management commands migration aware. Core (Management commands)
22777 22777 Foreignkey does (sometimes) not get added to migration of M2M with a through model Migrations
18672 18672 Model hooks for custom sql on syncdb and flush Database layer (models, ORM)
15568 15568 IntegrityError rises from test test_generic_key_deletion when it runs with the test test_generic_key_cross_database_protection for the INNODB contrib.contenttypes
8270 8270 Add convenience method to ContentTypeManager contrib.contenttypes
15571 15571 AdminSite index and app_index methods could include the model_admin in the model_dict contrib.admin
8108 8108 Abstract Base Classes Shouldn't Trigger Auto-"app_label" Generation Database layer (models, ORM)
27 27 Single form field for multiple database fields Forms
20815 20815 daemonize.py: unbuffered text IO error (python3) Python 3
22462 22462 Loading issue of models declared in tests.py due to a combination of AdminConfig, System checks, and Model._meta caching. Core (Other)
6992 6992 Better error message if Middleware.process_response returns None Core (Other)
8713 8713 Django core depends on django.contrib Core (Other)
16507 16507 Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION contrib.messages
11572 11572 Very high memory usage by big sitemaps contrib.sitemaps
17427 17427 DatabaseWrapper no longer hashable-> failure in test_connections_thread_local Database layer (models, ORM)
12857 12857 Doc: Media class usage Documentation
3711 3711 document that connection.queries will fill itself until system runs out of memory, and describe work-around Database layer (models, ORM)
6734 6734 Ceiling limit to connection.queries Database layer (models, ORM)
22764 22764 Unable to access ManyToManyField created duration migration Migrations
22672 22672 ManyToMany insert fails with integrity error when a foreign key is empty string Database layer (models, ORM)
16368 16368 Custom sites model overridden by contrib.sites.model.Site contrib.sites
9549 9549 Give initial_data.* files an option for not over writing current data. Core (Serialization)
9371 9371 Fixtures combined with inherited models causing constraint violations/possible double entry of data Core (Serialization)
11448 11448 Defining relationships after querying a model does not add a reverse lookup to the referenced model Database layer (models, ORM)
11074 11074 syncdb should execute custom field SQL separately from initial model SQL Core (Management commands)
10236 10236 Change order of actions in syncdb Core (Management commands)
7561 7561 post_syncdb signal should be emitted when syncdb actually finishes Core (Management commands)
6460 6460 New feature : Multilingual Content Internationalization
21419 21419 Model validation inspects models not present in INSTALLED_APPS Uncategorized
21148 21148 Test isolation errors on master. Database layer (models, ORM)
11264 11264 "from django.db import models" clobbered in functions inside __init__.py of installed apps Database layer (models, ORM)
19422 19422 Model subclass not in INSTALLED_APPS incorrectly collected during object deletion Database layer (models, ORM)
22781 22781 Improve named regular-expression groups example to capture URL bits Documentation
22774 22774 collectstatic does not work with zipped (egg) packages contrib.staticfiles
22704 22704 "collectstatic" fails when there is a dangling symlink (in the source) contrib.staticfiles
22721 22721 Fallback encoding support on request.GET required for MSIE HTTP handling
22769 22769 transaction.automic is not working as expected with Oracle DB for raw sql Database layer (models, ORM)
15654 15654 qs.delete() fails if a model isn't in INSTALED_APPS and the related objects cache is already filled. Database layer (models, ORM)
22735 22735 1.7b4 - Wrong migration dependency calculation when models.ForeignKey "to" field specified as string Migrations
17958 17958 Add a capture_logging test util Testing framework
22766 22766 Model derivated fields Database layer (models, ORM)
17018 17018 LayerMapping - entries skipped when ForeignKey field has related model missing and null = True GIS
22765 22765 South to Migrations detail Migrations
22760 22760 Add a system check for context processors which trigger database queries Template system
22690 22690 'Proxy model contains model fields' error Database layer (models, ORM)
22767 22767 Unexpected value for an unset variable with length filter in templates Template system
22729 22729 Runserver’s autoreload not monitoring views.py & urls.py Uncategorized
22688 22688 Apps.set_installed_apps() re-executes AppConfig.ready() methods Core (Other)
22747 22747 Add backwards compatibility tip for new behaviour of formset.save(commit=False) Documentation
22763 22763 Open Graph included in the django cms? Documentation
22762 22762 Problem in tutorial part 2 Documentation
22717 22717 FileField.url returns a wrong URL File uploads/storage
22681 22681 TarArchive has_leading_dir usage bug Core (Management commands)
22755 22755 Problem with date fields Database layer (models, ORM)
22754 22754 Consider Making runserver Serve Correct M4A MIME Type for Internet Explorer Uncategorized
15723 15723 Document limitations of reverse Documentation
22753 22753 (With patch) Documented latent feature of template tag {% comment %} . Add meta notes. Documentation
22751 22751 Reset Migration Migrations
22727 22727 Display correct documentation version Documentation
22732 22732 MySQL-for-Python-3 is not actively maintained. Python 3
22731 22731 page number variable update in docs for paginator Documentation
22485 22485 makemigrations fails with dependencies to unmigrated apps Migrations
22711 22711 Check framework doesn't allow model's Meta.ordering attribute to have explicit ForeignKey relation fields Core (System checks)
19195 19195 Using distinct([*fields]) filter on a foreign key produces an ordering error when the foreign key has a Meta ordering field. Database layer (models, ORM)
21601 21601 Broken encoding in German translation Translations
17246 17246 title localization contrib.admin
22730 22730 Wrong french translation for "password_reset" documentation Documentation
22743 22743 django.db.migrations.state.InvalidBasesError: Cannot resolve bases for [<django.db.migrations.state.ModelState object at 0x2c15c10>] Migrations
22742 22742 Overwriting templates doesn't work as described Documentation
14372 14372 Admin shouldn't render label tags on hidden fields contrib.admin
22739 22739 CharField for Forms raises on empty string Forms
22299 22299 Wizard storage should delete temp files when reset contrib.formtools
9530 9530 COMMENTS_ALLOW_PROFANITIES not documented. Documentation
22682 22682 Makemigrations fails when specifying custom location for migration files Migrations
22733 22733 adminsite change_list save bug Uncategorized
22716 22716 The unique error message uses incorrect grammar Uncategorized
22663 22663 Documentation of "for internal use only" code Documentation
22722 22722 runserver - read environment variables from a .env file Core (Management commands)
22723 22723 Substituting a custom User model doesn't use get_user_model() properly Documentation
22678 22678 forms.Form silently won't bind to POST data (under certain combinations of key and label) Forms
20553 20553 Useless checks in loadddata [fix in 1.7] Core (Management commands)
22714 22714 Convert django.contrib.gis.memoryview to use six GIS
22707 22707 Database-related terminology in docs is misleading Documentation
22713 22713 Unable to load initial data with ForeignKey field during migration in 1.7b4 Migrations
22696 22696 Support for DISTINCT ON in sqlite3 Database layer (models, ORM)
22370 22370 Mysql TimeZone problems Database layer (models, ORM)
22702 22702 Management command options can be parsed twice. Core (Management commands)
22706 22706 Debug error is not working fine when filepath is bad File uploads/storage
15995 15995 Problems in ModelForm._post_clean Forms
22703 22703 it should be possible to access the class from the template Uncategorized
22693 22693 DeleteView.success_url set to reverse_lazy URL raises AttributeError when using Python 3.2 Python 3
22698 22698 runserver does not exit when checks fail Uncategorized
20856 20856 Error with admin popups: expected a character buffer object contrib.admin
22664 22664 Allow the admin to optionally reference instances by slug instead of pk contrib.admin
22692 22692 `makemigrations` command options not documented. Documentation
21057 21057 FileSystemStorage can leave temporary files around File uploads/storage
22700 22700 Wrong signature of def vote() in generic views Documentation
22701 22701 'no such table: django_session' with python 3 in os x mavericks Uncategorized
22694 22694 Code error in Django 1.6 tutorial, part 3 Documentation
22695 22695 ticket_booking Uncategorized
22676 22676 When doing a makemigration --dry-run skip asking about default values for non-nullable fields? Migrations
22510 22510 Form fields cannot have names that are present as attributes on the form Forms
22687 22687 Wrong filename in documentation Documentation
18849 18849 Add caching to SingleObjectMixin.get_object() Generic views
22685 22685 SimpleTemplateResponse not suitable as TemplateView.response_class Generic views
20816 20816 Document middleware ordering requirements explicitly Documentation
22667 22667 Replace occurrences of master/slave terminology with leader/follower Documentation
20873 20873 Model options assumes incorrectly that model classes resides in models-module Database layer (models, ORM)
20946 20946 Clean up related field foreign value fetching implementation Database layer (models, ORM)
22677 22677 forms.Form silently won't bind to POST data (under certain combinations of key and label) Generic views
22674 22674 migrate does not create missing intermediate table Migrations
22639 22639 Fix inconsistency with imports in documentation Documentation
19601 19601 urlize method fails with ValueError on urls with "[" on python 2.7 Core (URLs)
22649 22649 SchemaEditor.quote_value is very fragile. Migrations
22671 22671 some ungettext strings do not appear in po file if the same string was in an ugettext call elsewhere in the code Uncategorized
22670 22670 bulk_create with empty model fields fails on oracle Database layer (models, ORM)
22668 22668 FAQ Databases and Models example needs an update Uncategorized
22665 22665 Creating trigger in custom sql for mySQL failed with 1046 error Database layer (models, ORM)
22662 22662 Typo Documentation
22203 22203 Automatically get default value for "current_app", for easier namespace support. Core (URLs)
22658 22658 Exception in Shell handler with unicode character on 1.7 Internationalization
22648 22648 Overridden get_lookup/get_transform not chainable Database layer (models, ORM)
22655 22655 strictly_above vs strictly_below Documentation
22652 22652 create_superuser in contrib.auth.management expects "objects" manager in 1.7b4 contrib.auth
22651 22651 Update DjangoAndNginx wiki page *.djangoproject.com
22438 22438 Slow INNER JOIN in MySQL can be fixed in Django ORM, but should it? Database layer (models, ORM)
22567 22567 FileSystemStorage.modified_time() is not timezone aware File uploads/storage
22641 22641 Add interactive mode to startproject command Core (Management commands)
22642 22642 On Django tutorial 5 'Poll' changes to 'Question' Documentation
22643 22643 CheckboxInput has wrong name in docs Forms
22630 22630 models.EmailField allows a dict to be saved without raising an error resulting in Python dict strings saved to the DB Database layer (models, ORM)
22501 22501 The testing client of LiveServerTestCase has the wrong server address Testing framework
21062 21062 Transition to Generic Views Reference to Changing Poll_ID to PK, Yet No change is visible Documentation
22003 22003 LiveServerTestCase with ATOMIC_REQUESTS leaves Postgres connections open after socket error Testing framework
22263 22263 KeyError: 'to' in MigrationAutodetector with uncommon rel.to setup (django-taggit) Migrations
11115 11115 overriding change_list.html causes 'maximum recursion depth exceeded' exceptin Template system
14003 14003 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
22636 22636 NON_FIELD_ERRORS should be accessible via Form.errors.as_data() in a template Forms
22531 22531 Q objects lack a useful repr Database layer (models, ORM)
20798 20798 create_template_postgis should use -e shell parameter GIS
21926 21926 SuccessMessageMixin not working for DeleteView Generic views
20400 20400 during tutorial02 os, BASE_DIR not defined Documentation
17126 17126 Docs in azw/mobi format. Documentation
22629 22629 .annotate with two foreign-key count attributes counts wrong on SQLite Database layer (models, ORM)
11605 11605 manage.py syncdb breaks for some proxy models Database layer (models, ORM)
22631 22631 makemessages problem due to bad encoding in migration file Internationalization
20897 20897 Asymmetrical cursor creation in django.db.backeds.BaseDatabaseWrapper Database layer (models, ORM)
22627 22627 Error when adding a new user through the admin and using custom user model. Uncategorized
22624 22624 readonly form widget modified by new Firefox number input Forms
22609 22609 Allow specifying the form field when instantiating a model field Uncategorized
22616 22616 CommandError exception no prints message - instead always is "django.core.management.base.CommandError" Uncategorized
22618 22618 Documentation about import_string unclear Documentation
22619 22619 apache mod_wsgi envvars docs: os.path() is not a function Documentation
22589 22589 url reverse should encode forward slashes Uncategorized
22595 22595 LiveServerTestCase concurrency Documentation
22615 22615 Lack of error explanation in makemessages, intermediate file is delete not chance to fix anything Internationalization
13128 13128 Fixture docs could be more clear. Documentation
22613 22613 ModelAdmin.formfield_for_choice_field() should be listed in InlineModelAdmin options in ModelAdmin Documentation
22596 22596 revert select_related Database layer (models, ORM)
22614 22614 What does the "Select a valid choice. That choice is not one of the available choices" error msg mean? Uncategorized
22612 22612 Add cancel action in delete view of the admin contrib.admin
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
22607 22607 Deployment Nightmare Uncategorized
22488 22488 "ValueError: Lookup failed" on migrate after 1.7b2 upgrade Migrations
22325 22325 Defining a custom user model in an app and having relations between it and other models in the app causes circular dependencies Migrations
22588 22588 makemigrations and regexvalidators Core (Other)
22604 22604 No distributions at all found for odfpy (from django-simple-import==1.9) Packaging
22597 22597 update the inlineformset_factory example to include extra Documentation
22587 22587 Mailed error report wrong after uptating Python 3.3 to Python 3.4 Uncategorized
22599 22599 Recursive model relations admin interface contrib.admin
22600 22600 small typo in tutorial part 2, v1.6 Documentation
21293 21293 Some authentication-related templates are broken contrib.auth
22496 22496 Data migrations are not transactional (except on Postgres) Migrations
22593 22593 ABout the locale paths Uncategorized
22592 22592 AbstractBaseUser.__str__ may return non-string (None) contrib.auth
16877 16877 documentation code blocks cropped on mobile browsers *.djangoproject.com
22562 22562 Each call of makemigrations creates a migration for custom user account. Migrations
22337 22337 makemigrations not working when Field takes FileSystemStorage parameter Migrations
22576 22576 makemigrations requires 'default' database configuration Migrations
22555 22555 Migration doesn't work when fields are added using contribute_to_class Migrations
22590 22590 Default Timezone Documentation Directly Contradicts Self Documentation
22586 22586 Cannot import django.utils.translation.LANGUAGE_SESSION_KEY Internationalization
20610 20610 Add a message level dict to `contrib.messages.context_processors.messages` contrib.messages
22585 22585 Minor typo on customizing authentication page in docs Documentation
22584 22584 Tests always fail with the Django backend from MySQL Connector/Python Uncategorized
22582 22582 Document the use of mutable objects in request.session Documentation
22570 22570 Form.__getitem__ KeyError should be more descriptive Forms
22580 22580 dumpdata don't work with sub app Core (Management commands)
22572 22572 @override_settings(ROOT_URLCONF) doesn't clear urlresolvers._urlconfs. Testing framework
22489 22489 Missing as_sql() implementation for __search lookup Database layer (models, ORM)
22480 22480 "django-admin.py dumpdata" - unable to serialize Core (Serialization)
22575 22575 auth.User model doesn't exist Documentation
22574 22574 BrokenLinkEmailsMiddleware: send an email for all broken links, not just 404 Core (Other)
22573 22573 ImportError: No module named header Uncategorized
22540 22540 .save() called in multiple "creation" queryset functions Database layer (models, ORM)
22556 22556 close_if_unusuable_or_obsolete should handle InterfaceError Database layer (models, ORM)
22435 22435 Adding a ManyToManyField and running makemigrations prompts for a default Migrations
21348 21348 RuntimeError: maximum recursion depth exceeded while calling a Python object Database layer (models, ORM)
22535 22535 Lookup failed for model referenced by field accounts.User.groups Migrations
22566 22566 ngettext_lazy returns "unexpected type" when one of the strings is also a lazy reference. Uncategorized
19272 19272 gettext_lazy returns "unexpected type" Translations
22560 22560 Tutorial 1/2/6 - CSS Problem Documentation
22559 22559 Tutorial 5 - Missing few steps in instruction Documentation
22558 22558 missing a word in "how to contribute to django" Documentation
22552 22552 1.7 beta 3 regression - BoundField.value() tries to call GenericRelatedObjectManager instance without args contrib.contenttypes
22551 22551 Oracle backend using bytes in isoformat Database layer (models, ORM)
22554 22554 Typographical error in the tutorial Documentation
22549 22549 DateTimeField raises timezone awareness related RuntimeWarnings when it should'nt Database layer (models, ORM)
22539 22539 Model.full_clean() mutates exclude argument Database layer (models, ORM)
22416 22416 Migrate can't create ManyToManyField for Model migrated in the same run Migrations
22545 22545 Ticket spam catcher doesn't validate me as human (and does arithmetic wrong) *.djangoproject.com
22547 22547 tutorial02 - customize the admin change list - need link to reference docs Documentation
22546 22546 tutorial02 difficult English for non-native speakers Documentation
21966 21966 Incorrect usage of constraint_checks_disabled in tests Uncategorized
17977 17977 post_syncdb is triggered twice, in unittest, even with dispatch_uid Testing framework
22519 22519 PDF for version 1.7 leads to a 404 *.djangoproject.com
22548 22548 some forms in contrib.auth.forms don't use `get_user_model` contrib.auth
22506 22506 SSL cert for *.djangoproject.com expires 5/3/14 *.djangoproject.com
21055 21055 Error when implementing unknown language Translations
22474 22474 Bad migration detection in multiple database setup Migrations
22537 22537 Misleading documentation on choices for a model field Documentation
22511 22511 Usage help of makemigrations command missing argument for app Migrations
22544 22544 Error happened when I use LiveServerTestCase to test static file Testing framework
22427 22427 _session_cache of SessionBase affected by database session engine save contrib.sessions
22396 22396 Admin AllValuesFieldListFilter not respecting ModelAdmin.get_queryset contrib.admin
22520 22520 CircularDependencyError when there's a foreign key to a model with PermissionsMixin Migrations
22542 22542 Migrations introduce circular dependency on custom user model Migrations
22543 22543 Add pre_update and post_update signal for querysets Database layer (models, ORM)
22541 22541 Missing space character in Dutch translation Translations
21743 21743 formset prefix attribute and formset empty form "__prefix__" don't refer to the same thing Forms
22525 22525 syncdb should allow "y" or "n" when asking to create a user Uncategorized
22277 22277 migrations: a migration that depends on itself causing Migrations
22403 22403 Add AMD support for django javascript object Internationalization
21949 21949 Django doesn't log much at high verbosity levels Core (Other)
22354 22354 ModelForm has_changed on ChoiceFields reports always True if an initial argument is given Forms
17802 17802 Pass the request down to the Sitemap callable contrib.sitemaps
22529 22529 Paginator: Get page number using object unique attributes Core (Other)
22524 22524 New assertion assertQuerysetNotEqual Testing framework
22512 22512 Adding auto_now field to model causes migrate exception Migrations
22468 22468 ImportError: No module named '_markerlib' Python 3
22528 22528 Filter by month not working Uncategorized
22530 22530 Improve "The XYZ could not be created because the data didn't validate." Forms
22532 22532 Feed disappeared from /community? *.djangoproject.com
22526 22526 New check method on models not documented in release notes Documentation
22509 22509 New Feature: Add new signals for django.contrib.auth's password change/reset contrib.auth
22401 22401 SQL Function initial SQL data does not work. Core (Management commands)
3214 3214 [patch] raw sql file doesn't recognize quotes correctly Database layer (models, ORM)
22522 22522 doc error in "Limiting the maximum number of form" Documentation
22521 22521 Moderinze CSV export docs to cover UTF8 sheets. Documentation
22518 22518 Migrations broken with custom user model Migrations
22507 22507 Sending signal documentation is misleading Documentation
22517 22517 "view prefix" still referenced in urlconf docs Documentation
22422 22422 RegistryNotReadyException in django.apps.registry.Apps.check_ready() Documentation
20853 20853 Cannot find documentation on Options.module_name and Options.model_name Documentation
22504 22504 Wrong terminology (TLD/SLD) in docs: /topics/security/ Documentation
22516 22516 Default value of STATIC_ROOT changed between 1.5 and 1.6 Documentation
22513 22513 Information missing in tutorial 2 -- Adding related objects Documentation
10523 10523 Changing object with long __repr__ causes error contrib.admin
22498 22498 Oracle test failure in migrations: identifier is too long Migrations
22505 22505 Create an Admin editable list Uncategorized
22499 22499 Oracle test failure: admin_views.tests.AdminViewBasicTest.test_proxy_model_content_type_is_used_for_log_entries contrib.admin
22500 22500 Django1.7, mysql backend makemigrations not work Uncategorized
14136 14136 Show how to specify schemas for Oracle databases Documentation
17746 17746 use_for_related_fields=False is not honored for m2m relation Database layer (models, ORM)
22494 22494 Can't use partials as views since 1.6.3 security update Core (URLs)
20185 20185 TypeError: unicode argument expected, got 'str' on core management validation (used gunicorn) Python 2
22478 22478 Wrong module name used in build_test Testing framework
22484 22484 Remove old test runner cases Testing framework
22374 22374 Suggest to validate unique before running clean in models full_clean etc.. Database layer (models, ORM)
22452 22452 VIEW PERMISSIONS Uncategorized
22342 22342 Changing a model to an abstract model caused "ValueError: Related model 'app.Model' cannot be resolved" Migrations
22448 22448 django test command runs wrong tests if test module has no tests Testing framework
4682 4682 [patch] Add UuidField Database layer (models, ORM)
22475 22475 model change with DateTime field Migrations
22473 22473 Docs for Model.clean() are misleading Documentation
22399 22399 loaddata doesn't work correctly when importing utf-8 encoded files Core (Management commands)
22471 22471 A misprint in the i18n docs Documentation
22464 22464 1.7b1 tarball missing contrib/gis/static Packaging
22465 22465 New assertion assertJSONNotEqual. Uncategorized
22469 22469 FormView override render_to_response (JSON-response) Generic views
22444 22444 conflicting docs regarding initial_data loading Documentation
22467 22467 Example in post_migrate signal is misleading Documentation
12531 12531 Model field name 'hiding' should not be permitted when field is defined in one of the parent models Database layer (models, ORM)
22090 22090 ModelAdmin list_filter field member values are serialized using __str__ and not __repr__ contrib.admin
22460 22460 Fix of removal of a ForeignKey field in a migration in MySQL Migrations
9894 9894 Give the FileField 'upload_to' callable access to an UploadedFile's contents. File uploads/storage
22386 22386 squashmigrations needs documentation Migrations
22453 22453 Tutorial shows incorrect output for DoesNotExist Documentation
22450 22450 Error when model.save(force_insert=True) Database layer (models, ORM)
22208 22208 Weird SplitDateTime widget Behaviour regarding initial data between bound & unbound forms Forms
22441 22441 Error in QueryDict documentation documentation Documentation
22437 22437 mimetype Uncategorized
22379 22379 Escaping needed during lazy reversing of non-ascii URLs Core (URLs)
22433 22433 Django Uncategorized
22428 22428 Model docstring not parsed in model detail contrib.admindocs
22430 22430 Colombia local flavors Internationalization
14916 14916 No proper initialization of models/signals/etc.... Core (Other)
16700 16700 The request_started signal is not called for the first request a newly-initialized webserver receives. Documentation
21760 21760 prefetch_related uses an inefficient query to get the related fk data Database layer (models, ORM)
20032 20032 Allow override_settings to delete settings Documentation
18824 18824 Allow deletion of a setting from overridden settings Testing framework
22102 22102 Wrong test ordering Testing framework
22415 22415 Migrate problems concerning foreignkeys to self Migrations
22419 22419 typofix for multi-db.txt Documentation
22291 22291 transactions.atomic (with savepoints) doesn't work correctly with deadlocks in mysql Database layer (models, ORM)
22252 22252 ConnectionResetError: [WinError 10054] in LiveServerTestCase with Selenium on Windows Testing framework
21353 21353 'description' key in InlineModelAdmin fieldsets is ignored contrib.admin
20086 20086 UserCreationForm does not support custom models. contrib.auth
22418 22418 Remove app_name attribute of AdminSite contrib.admin
22412 22412 Clarify expectation around template filters and exceptions Documentation
22410 22410 Error(mail) on connection reset Documentation
22409 22409 Adding custom locale throws NoneType error Translations
22400 22400 fully_authenticated vs remember_me contrib.auth
22408 22408 required BooleanField raises ValidationError when given "False" value Forms
22385 22385 PDF documentation link incorrect Documentation
20721 20721 HorizontalVerticalFilterSeleniumChromeTests.test_basic test failure Testing framework
22393 22393 Wrong document at given link to v1.6 full documentation .pdf format Documentation
21084 21084 Wrong resolution of content type id for proxy models in ModelAdmin contrib.admin
22216 22216 There is no mention of non_field_errors on the forms api page Documentation
22381 22381 small improvement of css media="print" Documentation
22236 22236 Gratuitous and inappropriate use of signals Database layer (models, ORM)
22387 22387 admin.SimpleListFilter No exception message supplied Uncategorized
22388 22388 python manage.py syncdb not working *.djangoproject.com
20161 20161 save errors with multiproccesing Database layer (models, ORM)
22376 22376 Broken link in documentation Uncategorized
22017 22017 RuntimeError: dictionary changed size during iteration Python 3
22375 22375 Suggest to validate unique before running clean in models full_clean etc.. Database layer (models, ORM)
22256 22256 Crash in find_program when PATH isn't defined Core (Management commands)
22365 22365 TypeError at / register() Uncategorized
21795 21795 preserve_filter doesn't work when running a site with a url prefix contrib.admin
22327 22327 Turn BaseEmailBackend into a contextmanager Core (Mail)
22362 22362 Authentication Middleware assertion message is only partially correct contrib.auth
22359 22359 Changing m2m field to blank=True makes failed migration on sqlite Migrations
22361 22361 ImportError: No module named suit Uncategorized
22358 22358 `ImportError` swallowing masks bugs Uncategorized
22338 22338 test_dict_translation seems to fails with Django 1.6.1, python 3.4 on Fedora Python 3
21174 21174 Transaction handling broken in related manager modification methods Database layer (models, ORM)
21596 21596 Add method to formset to add a form Forms
22334 22334 Postgis version check discards dev versions GIS
21858 21858 Clarify 1.6 release notes regarding ManyToManyField help_text Documentation
22329 22329 Use label_tag() in admin auth templates to remove hardcoded class='required' contrib.admin
22146 22146 Database-Connections time out in long running Applications without request context. Database layer (models, ORM)
22348 22348 templates that extend admin/change_form throw difficult-to-track error Template system
22332 22332 intra-app dependencies from models with circular references cause exceptions on database creation Migrations
22345 22345 API documentation should show package name Documentation
22346 22346 ModelForm modifies the Model instance before save is called Forms
21694 21694 Default filter cannot be used with undefined variables Template system
22114 22114 URLField form adds trailing slash to pathless URLs Forms
22339 22339 accessing m2m relation where database is not 'default' throws error Database layer (models, ORM)
22029 22029 documentation: new best place to put the signal handler registration Documentation
22227 22227 save_model in ModelAdmin with "formsets" parameter contrib.admin
22331 22331 Migrations do not ignore unmanaged models (unlike syncdb) Migrations
22324 22324 form.has_change() is always True if BooleanField(default=True) Forms
14305 14305 inspectdb should output unmanaged model definitions Core (Management commands)
6457 6457 Tutorial sample code: change max_length to maxlength *.djangoproject.com
22333 22333 as_p() produces invalid HTML when form contains RadioSelect widget Forms
22315 22315 str/bytes mismatch in ManifestFilesMixin causes failure on Python 3 contrib.staticfiles
22087 22087 ModelForm Meta overrides are ignored by AdminReadonlyField contrib.admin
22300 22300 Migrations fail if a relation field is added where a non-rel field was Migrations
22293 22293 ERROR: relation "app_taggedcountryoforigin" already exists Migrations
22247 22247 Shouldn't it say "Downstream Caches" instead of "Upstream Caches"? Documentation
21665 21665 assertRedirects should treat equivalent URLs differing only in URL-escaping as equal Documentation
22326 22326 Add kwarg for text-direction in modelfields contrib.admin
22318 22318 Adding Form.has_error() to easily check if a given error has happened. Forms
22320 22320 assertNumQueries should capture call stacks Testing framework
22317 22317 Wrong default value for handler400 in django.conf.urls utility functions Documentation
15145 15145 __in is ignored by an excluded query if foo__in is set to an empty iterable Database layer (models, ORM)
17556 17556 Let Media classes to inherit Forms
22313 22313 Remove u'' prefix from strings in documentation Documentation
18531 18531 Remove obsolete geo sitemaps GIS
20684 20684 Support form element attributes with no value Forms
22307 22307 tempfile.SpooledTemporaryFile passed to File causes exception Core (Other)
22241 22241 Extra line break tags in contrib/admin/templates/admin/includes/fieldset.html break display of computed fields contrib.admin
22294 22294 length filter changes type of output to string if passed safe string Template system
22312 22312 Dajngocomments documentation Documentation
22311 22311 Customising the comments framework link broken Documentation
22137 22137 Widgets class should drop the is_hidden bool property Forms
22303 22303 Have get_object_or_404 check catch ValueError Uncategorized
18727 18727 Remove django.test._doctest Testing framework
20288 20288 admin popup querystring inconsistency contrib.admin
22297 22297 TransactionMiddleware signals connection_created too early Uncategorized
21955 21955 Formset save_as_new=True causes "This QueryDict instance is immutable" error Forms
9357 9357 Unable to subclass form Media class Forms
22160 22160 TimeField default argument not working. Database layer (models, ORM)
22282 22282 models.BooleanField.blank should be 'False' if BooleanField has choices Database layer (models, ORM)
22238 22238 {% url %} allow optional parameters Template system
22109 22109 clarify difference between relative and absolute STATIC_URL Documentation
22037 22037 Allow testing and dumping legacy database without enabling syncdb Database layer (models, ORM)
20373 20373 Simple Multi-DB read replica unit test raises TransactionManagementError Testing framework
22243 22243 migrate raises IndexError when getting parent from self.graph Migrations
22231 22231 Subdomain support in Sitemaps contrib.sitemaps
22289 22289 Field with Validator always considered changed in migrations Migrations
22249 22249 Cannot resolve keyword '' into field. Choices are:... contrib.auth
22290 22290 Forms DateField show_hidden_initial USE_L10N = False and custom DATE_INPUT_FORMATS Forms
21952 21952 Deadlock while dispatching signals Core (Other)
22286 22286 TypedChoiceField rejects valid input with coerce=float Uncategorized
17971 17971 RequestFactory requests can't be used to test views that call messages.add Testing framework
22292 22292 Problems with updating a ForeignKey having a to_field attribute Uncategorized
22253 22253 Add django-i18n to the mailing lists documentation Documentation
22285 22285 django epub does not pass validation Documentation
22284 22284 ValueError: plural forms expression could be dangerous Uncategorized
22283 22283 Documentation in trans_real.py mentions tuples that aren't used Documentation
22281 22281 Any migration using the sqlite schema causes the altered table to lose any m2m tables Migrations
19252 19252 Install from wheel package Packaging
21466 21466 override_settings(LOGIN_URL=…) does not work when not first test Testing framework
22273 22273 No documentation for 1.0 or 1.1 Documentation
22278 22278 Excessive GROUP BY when using the Count annotation Uncategorized
22271 22271 Providing initial SQL data Database layer (models, ORM)
22260 22260 Custom model field: field.db_type not called for (initial) migration / docs wrong? (DurationField) Migrations
22272 22272 model.DecimalField with decimal_places=0 Database layer (models, ORM)
22245 22245 Widget on DecimalField subclass ignored Forms
21693 21693 detaultfilter wordcap converts a string into titlecase but respect the actual uppercase Template system
21273 21273 Add read only support for Oracle XE to django.contrib.gis GIS
21721 21721 Python 3.4 support Python 3
22264 22264 warning while installing ypython27_django-1.2.7 Uncategorized
22251 22251 Dumpdata improvement suggestions Core (Management commands)
22189 22189 autotesting is very slow Database layer (models, ORM)
21092 21092 regressiontests.test_runner.tests.DeprecationDisplayTest.test_runner_deprecation_verbosity_zero() fails with enabled warnings Testing framework
18958 18958 CachedStaticFilesStorage should handle errors with broken CSS contrib.staticfiles
21822 21822 Promote the use of the app config classes for contrib apps Documentation
21875 21875 Runtime Error with Django-Tastypie: "App registry isn't ready yet." Documentation
22244 22244 Swedish translations lacking at best Translations
22211 22211 Wrong lighttpd deployment docs Documentation
20057 20057 Reverse related manager should be a manager INSTANCE, not CLASS Database layer (models, ORM)
22239 22239 Autodetector should find and confirm model renames Migrations
22005 22005 PendingDeprecationWarning with management commands. Uncategorized
22233 22233 Writing your first Django app guide v1.6 code examples missing reference to files Documentation
20083 20083 Fix for #18985 makes it impossible to filter deprecation warnings Core (Other)
19789 19789 With IPython `./manage.py shell` gives back a DeprecationWarning regarding the with statement Core (Management commands)
21188 21188 Use DeprecationWarning subclasses for deprecated features Core (Other)
9721 9721 DateTimeField does not support all DEFAULT_DATETIME_INPUT_FORMATS when passed a list as input Forms
13339 13339 Date(Time)Field.to_python() fails to parse localized month names Forms
21863 21863 Consider adding get_transform() to supplement get_lookup() Database layer (models, ORM)
22124 22124 Expand the Documentation of Custom Lookups for V1.7 Documentation
22225 22225 BoundField.as_hidden() is not documented Documentation
22204 22204 migrations yield CircularDependencyError for simple model Migrations
22222 22222 Broken link (flup) Documentation
22221 22221 Wrong join promotion on ManyToManyField to self with an intermediate model. Database layer (models, ORM)
22185 22185 CSRF cookie should be configurable CSRF
20566 20566 Store previous string in po files Internationalization
22213 22213 Test failure: relative path in resolve_url Testing framework
18668 18668 Make related_query_name more configurable Database layer (models, ORM)
8561 8561 Patсh for Lithuanian support to Javascript slug creation contrib.admin
11035 11035 urlify.js with Serbian alphabet contrib.admin
22215 22215 1.4 tutorial minor error Documentation
21195 21195 Clarify the usage of template_name in tutorial part 4 Documentation
22207 22207 Add `related_query_name` to GenericRelation for query operations (filter, order_by, etc.) from related model contrib.contenttypes
14549 14549 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
22214 22214 Doc Code Mistake: No polls are available. Documentation
22205 22205 Feature request: Warn about aggregating over possibly incompatible types Database layer (models, ORM)
22212 22212 System check does incorrectly report an error for GenericTabularInline Core (System checks)
21899 21899 Reverse does not work with function and namespace Documentation
22198 22198 update to filepath to locate base_site.html Documentation
22193 22193 Make hints truly optional when defining system check messages Core (System checks)
22192 22192 PasswordResetForm fails on custom user models without an is_active DB field contrib.auth
22182 22182 Reverse accessor should not be added for models with `ForeignKey` fields belonging to apps not installed. Database layer (models, ORM)
22181 22181 Trouble with Django on production server. Uncategorized
22168 22168 Sqlite3 backend fails during _remake_table with column named "order" Migrations
15231 15231 Admin DateTimeShortcuts + Inlines performance contrib.admin
22152 22152 ORM filter with F object and timedelta offset fails on second call Database layer (models, ORM)
21643 21643 QuerySets that use F() + timedelta() crash when compiling their query more than once Database layer (models, ORM)
21948 21948 Docs on extending admin templates should mention TEMPLATE_LOADERS Documentation
19392 19392 Old-style url names (with dashes) throw confusing template traceback Template system
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
22056 22056 Empty directories shouldn't be included to test modules Testing framework
15084 15084 Unnecessary imports lead to ImportError Internationalization
22145 22145 Clarify documentation on Field.blank and Field.null options Documentation
19772 19772 Redirects don't honor APPEND_SLASH contrib.redirects
22143 22143 Default bounds checking for Integer fields. Forms
22142 22142 Test database setup information for PostGIS 2.0 Documentation
22096 22096 Incorrect JOIN when using annotate and multiple filters Database layer (models, ORM)
12701 12701 "Tooltips" in admin list view contrib.admin
15559 15559 Distinct queries will cause errors with some custom model fields Database layer (models, ORM)
21749 21749 LocaleMiddleware creates wrong redirects when combined with script prefix Internationalization
22108 22108 Release blockers graph doesn't display on dashboard *.djangoproject.com
5846 5846 locale.py fails if LANG is UTF-8 Internationalization
22107 22107 Iterating over File broken in Python 3 Core (Other)
19115 19115 dumpdata should take option to output to named file Documentation
22101 22101 Querysets using F() expressions with time deltas are not cloned correctly. Database layer (models, ORM)
15730 15730 RequestFactory Example Doesn't Address Class-Based Views Documentation
21093 21093 regressiontests.mail.tests.MailTests.test_dont_base64_encode() fails with Python >=3.3.3 Testing framework
22094 22094 Following tutorial on website but in testing section app "polls" is not recognized Testing framework
22093 22093 Topic: Customizing Auth. Form-Meta once Tuple, once List Documentation
21935 21935 Add the object to data used for the message contrib.messages
22075 22075 document customizing authentication views (e.g. login) Documentation
22062 22062 Problem in modwsgi deployment document Documentation
21999 21999 have filter_horizontal / filter_vertical work with ForeignKey contrib.admin
22069 22069 Autocomplete option for any foreignkey field or dictionary contrib.admin
16435 16435 Configurable hidden settings in debug mode Core (Other)
21732 21732 compilemessages shouldn't crash if some LOCALE_PATHS is non writable Internationalization
22057 22057 Importing `reverse_lazy` in settings.py leads to ImportError Uncategorized
22081 22081 Form Validation -- Cleaning specifiv field Documentation
22080 22080 Instilation HELP!! Documentation
22072 22072 please provide tutorial projects in known working state for various points of the tutorials Documentation
22066 22066 KeyError in settings.py leads to baffling 'Unknown command' error Core (Management commands)
22059 22059 Either this tutorial, or the 1.4.5 release is totally worthless Documentation
22065 22065 Line missing in Tutorial, p.4 Documentation
22060 22060 Error with Postgresql persistent connections after DB fail/restart Database layer (models, ORM)
18418 18418 Debug doesn't catch exception instead complains views does not exist Core (URLs)
19299 19299 Foreign keys using to_field and having legitimate empty string values fail with NULL errors Database layer (models, ORM)
21177 21177 redirect() doesn't support redirecting to relative urls Core (URLs)
21566 21566 Creation of models with ForeignObject fails with bulk_create() function Database layer (models, ORM)
21924 21924 added reverse order for admin_order_field contrib.admin
22040 22040 RadioSelect options no longer available Documentation
22039 22039 Inline Model Admin DatePicker Bug contrib.admin
22041 22041 LayerMapError: Django cannot import shapefile into postgresql Uncategorized
19182 19182 ModelAdmin filtering when list_filter = (('fieldname', ClassName),) throws SuspiciousOperation exception contrib.admin
21654 21654 Document a use-case for `Form.errors.as_data()` Documentation
22033 22033 'Model' object has no attribute 'replace' Utilities
22025 22025 TypeError in the dumpdata command when listing "app app.Model" Core (Management commands)
22000 22000 'ModelChoiceField' object has no attribute 'to_field_name' Forms
22011 22011 no request.user on error pages Uncategorized
21190 21190 Fix broken ePub documentation by adding a proper theme for it Documentation
20784 20784 RegexValidator should accept a new parameter to perform reversed validation Core (Other)
21995 21995 GenericForeignKey import wrong Documentation
21992 21992 test_naturalday_uses_localtime fails on Windows contrib.humanize
21590 21590 Don't require forms clean_* methods to return a value Forms
21771 21771 ModelAdmin's log_deletion method behaves incorrectly compared to other log methods contrib.admin
21844 21844 BaseDatabaseOperations.quote_parameter should be relocated to DatabaseSchemaEditor Migrations
21898 21898 SingleObjectMixin should not require slug or pk if queryset is given Generic views
21937 21937 Add forms_valid for the mixin to work with django-extra-view's UpdateWithInlinesView contrib.messages
21247 21247 django.utils.method_decorator doesn't honour method binding properly Utilities
21990 21990 ePub docs for 1.7a2 not valid? Documentation
21085 21085 Race condition in BoundMethodWeakref used by signal mechanism. Core (Other)
19511 19511 Thread safe bound method weakrefs Core (Other)
21513 21513 method_decorator doesn't work with argumented Class-Based Decorator Utilities
21988 21988 reverse() shouldn't require kwargs for uniquely determined named groups Core (URLs)
7063 7063 More robust debugging output for AJAX with simple print statements in debug.py Core (Other)
21848 21848 Some strange problem in Model inheritance and selected_related Database layer (models, ORM)
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
20196 20196 Better support for folder uploads Forms
13663 13663 Foreign Key to table in another database fails Database layer (models, ORM)
13412 13412 Exposing multiple db in admin interface is limited contrib.admin
11029 11029 Model mocking support Testing framework
13543 13543 Enhancements to the Sitemaps Framework so it works better for large sites contrib.sitemaps
21051 21051 Move cookie settings from standalone values to dictionaries Core (Other)
21237 21237 Add Australian English (en_AU) to locale conf Internationalization
20613 20613 LocMem cache may cause deadlocks Core (Cache system)
18541 18541 Infinite Lock With Caching Backend Core (Cache system)
16192 16192 Make unique_together error messages in ModelForms customizable Database layer (models, ORM)
21976 21976 Hidden field in TabularInline breaks table layout contrib.admin
21982 21982 Multiple dates in single date field Uncategorized
21981 21981 when I run this command ./manage.py syncdb I get the following errors. I am coding this for the 1st time I am not sure what modification needs to done. Can any one help me with it. Thank you. Uncategorized
21980 21980 Tutorial does not indicate what needs to be uncommented for admin site Documentation
21979 21979 Inconsistent test results for same test run twice Testing framework
20143 20143 Lazy loading of related fields does not work for non-loaded models Database layer (models, ORM)
21964 21964 ProcessFormView should pass **kwargs to get_context_data() Generic views
16855 16855 select_related doesn't chain as expected Database layer (models, ORM)
17713 17713 allows_primary_key_0 is misnamed Database layer (models, ORM)
19552 19552 makemessages ignores translations in templates with inline comment tags Internationalization
21960 21960 Typo in tutorial part 2 Documentation
21953 21953 Memory leak in 1.6.1 in DB manager Database layer (models, ORM)
21957 21957 keys issues in filebased cache backend Uncategorized
21956 21956 Inconsistent behaviour of Q objects Database layer (models, ORM)
13024 13024 Signal sent on application startup Core (Other)
21929 21929 Regression with template_tests.test_loaders.EggLoaderTest Template system
19830 19830 staff_member_required decorator should use 'admin.site.login_form' and not contrib.admin
21911 21911 Admin login can cause data loss contrib.admin
21748 21748 Invalid exclude result for related models Database layer (models, ORM)
21903 21903 Query with select_related and defer on MySQL causes id field to be returned as bool Database layer (models, ORM)
21413 21413 select_related "row, fields misalignment" in SQLCompiler.fill_related_selections() Database layer (models, ORM)
21932 21932 urlise filter not working with links in other tags Template system
21931 21931 DeleteProtectedModelForm has no fields attribute Uncategorized
21947 21947 Test server returns HTTP 500 on static files when STATIC_ROOT is None contrib.staticfiles
21946 21946 Calling get_object() on DeleteView resets the success_url Generic views
21945 21945 Overriding field in a ModelForm makes it required Forms
21943 21943 Method parameters are garbled, no commas or spaces between them Documentation
21934 21934 Missing import statements (e.g. unicode literals) in contrib.gis GIS
21925 21925 Error in GIS tests GIS
21923 21923 Position of admin in INSTALLED_APPS in 1.7+ is now more important, and may raise warnings contrib.admin
21913 21913 Error 400 without any information if user uploads file to STATIC_ROOT File uploads/storage
21791 21791 RelatedFieldWidgetWrapper object has no attribute decompress contrib.admin
21921 21921 host_validation_re does not match IPv6 addresses HTTP handling
21918 21918 Ordering changing order_by behavior Database layer (models, ORM)
21909 21909 manage.py sql/migrate fails to product SQL for geometry fields GIS
21904 21904 Form clean() method should return cleaned_data in examples Documentation
21883 21883 Use of xrange in custom lookups code not valid in Python 3; "__in list too long" case not tested Database layer (models, ORM)
21826 21826 Forgot your password? "page unavailable" *.djangoproject.com
11978 11978 'Duplicate key value violates unique constraint' error while changing inline admin model Forms
21895 21895 Probably erroneous documentation about new contrib.admin and admin.autodiscover Documentation
21897 21897 Reset password of djangoproject.com is broken *.djangoproject.com
21879 21879 Error in reverse m2m query if the model with ManyToManyField has CharField primary key Uncategorized
21887 21887 this link---generic views NOT FOUND . THANKS Uncategorized
21849 21849 Check framework includes silenced warnings in output stats Core (Management commands)
21853 21853 Manager.__module__ holds a wrong value. Database layer (models, ORM)
21886 21886 Writing your first app, part 2 - entering admin site Documentation
21885 21885 Incorrect import in Content Types docs Documentation
20177 20177 Don't use setup_test_environment in the shell in testing tutorial Documentation
21688 21688 Invalidate internal caches when INSTALLED_APPS changes Testing framework
20200 20200 Oracle Inconsistencies with NVARCHAR2 and NCLOB Database layer (models, ORM)
13565 13565 Using syncdb with Oracle using synonyms causes ORA-00955. Database layer (models, ORM)
21878 21878 django-admin.py output Django version number Uncategorized
21823 21823 Upgrade vendor'd six to latest release Core (Other)
8540 8540 daemonize should close all open files Core (Management commands)
17081 17081 runfcgi with daemonize=True requires aboslute path for pidfile parameter Core (Management commands)
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
17956 17956 Explicit closing cursors is required for the consistency in multithread environment Database layer (models, ORM)
21866 21866 Static word "COMMIT" Core (Management commands)
21880 21880 from django.utils.timezone import * does not work as expected Uncategorized
21877 21877 Rename django.apps.base to django.apps.config Core (Other)
21702 21702 Consider providing apps.get_model("app_label.ModelName") Core (Other)
21831 21831 If contrib.auth is not in INSTALLED_APPS, any import (even indirectly) of anything within contrib.auth causes Django to fail to startup Core (Other)
21873 21873 Duplicate unicode_literals import in core/management/base.py file Uncategorized
21772 21772 additional context for included templates can override current context Template system
21871 21871 Apps.is_installed() incorrectly assumes app label is last portion of app dotted path Core (Other)
21870 21870 Admin Checks fail for list_editable contrib.admin
21738 21738 models.F does not accept fields generated via QuerySet.extra Database layer (models, ORM)
21862 21862 Loading app fails with Python 3.3 resulting in: TypeError: '_NamespacePath' object does not support indexing Python 3
21757 21757 Allow modifying the SQL generated by lookups Database layer (models, ORM)
21787 21787 Wrong SQL generated when using exclude() and model inheritance Database layer (models, ORM)
21865 21865 Greater than/Less than symbols incorrect in 1.7 alpha-1 documentation for Custom Lookups Documentation
21861 21861 Errant apostrophe in 1.7 release notes draft Documentation
18903 18903 Add forms validation for GB telephone numbers. Forms
21855 21855 method prototypes in docs should have self as first argument. Documentation
21857 21857 Text "Hold down "Control", or "Command" on a Mac, to select more than one." in 1.6 even though it's indicated Django does not do this anymore Uncategorized
21529 21529 url tag urlencodes arguments irreversibly Documentation
21846 21846 Admin's NestedObjects doesn't support related_name with %(app_label)s or %(class)s. contrib.admin
21854 21854 CharField has default value of u'' Database layer (models, ORM)
21850 21850 Make GeometryField.geodetic() case insensitive GIS
21851 21851 TemplateResponse.status should be TemplateResponse.status_code in Django 1.6 documentation Documentation
21839 21839 User Model username field contrib.auth
21828 21828 Can no longer use model meta methods in other methods after app loading changes Database layer (models, ORM)
21827 21827 Regression in 1.7: django-admin misses .py suffix Uncategorized
21830 21830 dumpdata: option to fetch related objects Core (Serialization)
21833 21833 Use of new Settings.is_overridden() method breaks if settings.configure() is used Core (Other)
21834 21834 A simple typo to be fixed Documentation
21835 21835 Remove contrib.admin dependency in contrib.contenttypes contrib.contenttypes
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
16436 16436 `annotate()` + `select_related()` + `only()` = `ValueError: invalid literal for int() with base 10` Database layer (models, ORM)
21800 21800 CSRF middleware can't get POST data Core (Other)
21766 21766 Can't use reverse() or is_valid_path() with dynamically set TestCase.urls Uncategorized
19844 19844 Uniqueness validation of USERNAME_FIELD should be overridable. contrib.auth
8579 8579 Move admin validation to only run as part of "validate" management command contrib.admin
21340 21340 Can't run django-admin.py on Windows Packaging
21825 21825 GIS compiler doesn't adhere to query expression api Database layer (models, ORM)
21659 21659 password_change_form.html does not use admin_static contrib.admin
21802 21802 Add empty __init__ files to documentaion of custom commands Documentation
18942 18942 Documentation of `{% get_static_prefix %}` unclear Documentation
12922 12922 BaseInlineFormset.save_new() undocumented Uncategorized
15303 15303 Clarify View.as_view() docs in respect to functions passed as kwargs. Documentation
13116 13116 Specify in docs that template variables created e.g. by {%url%} are block-local Documentation
21796 21796 in django.contrib.auth.forms.AuthenticationForm invalid_login error message is incorrect in polish Uncategorized
20052 20052 Running Django on Jython -- not supported at this time? Documentation
9998 9998 Document side effects of importing uninstalled models Documentation
18377 18377 Django Hanging with older Pylibmc Documentation
18285 18285 bulk_create and ManyToMany relationships: the relationship is actually not made Documentation
21769 21769 Error message displayed falsely in poll tutorial Documentation
18412 18412 Make `inspectdb` regression tests introspect a manageable database Testing framework
21343 21343 Restrictions imposed by intermediate many-to-many relationships should be mentioned in many-to-many reference docs Documentation
21768 21768 TemplateView doc describes context incorrectly Documentation
21727 21727 Add note about active superuser and permissions Documentation
21747 21747 The {% elif %} templatetag could use documentation Documentation
21781 21781 If name is not set, get_full_name should return username contrib.auth
21789 21789 test failues, django-1.6.1 py3.3 Python 3
21788 21788 Wrong fields order after defer Database layer (models, ORM)
21782 21782 missing code in settings.py version 1.6 Uncategorized
21774 21774 Running some test labels individually results in PendingDeprecationWarnings Uncategorized
21761 21761 Confused about "Forced update did not affect any rows." Database layer (models, ORM)
21779 21779 Wrong default on isolation level in queryset documentation Documentation
21778 21778 djangoproject.com urlconf exerpt Documentation
21767 21767 Invalid usage of ugettext in BaseForm.__init__ Forms
21764 21764 Tutorial 5 typo in example session Documentation
21750 21750 STATIC_ROOT is required in 1.7 contrib.staticfiles
21762 21762 django.core.files.Storage#save does not respect settings.FILE_CHARSET File uploads/storage
21759 21759 admindocs doesn't restructuredtext-ify model docstrings Uncategorized
21754 21754 Object discrepency between python2.x and python3.x with model field "to_python" and "get_prep_value" when retrieving object from database Python 3
13603 13603 module_has_submodule fails when package is of type module Utilities
21746 21746 test_get_reverse_on_unsaved_object doesn't respect DatabaseFeatures.ignores_nulls_in_unique_constraints Testing framework
21745 21745 UniqueTest.test_unique_null should honor DatabaseFeatures.ignores_nulls_in_unique_constraints Testing framework
21744 21744 Dinamic creation of forms.ImageField Forms
21737 21737 ImproperlyConfigured hidden, which causes hard to debug errors Uncategorized
21718 21718 Rename has_app Core (Other)
21735 21735 username field uniqueness check should be optional Core (Management commands)
19822 19822 USERNAME_FIELD should be validated as unique=True contrib.auth
21675 21675 Provide an AppConfig for contrib apps with a translatable verbose_name Core (Other)
21711 21711 Check for duplicate model names Core (Other)
21730 21730 Small confusion code example in documentation Documentation
20469 20469 1.3 Doc "views" link from module index broken. *.djangoproject.com
21400 21400 The downloadable documentation displays the wrong version *.djangoproject.com
21478 21478 Documentation of field.db_type() wrong Documentation
21642 21642 Review AdminSite.check_dependencies contrib.admin
21722 21722 Add warning for avoiding XSS vulnerabilities when reusing built-in filters Documentation
21723 21723 relative vs absolute in url tag documentation Documentation
21724 21724 no default static subdirectory search in project package Documentation
21684 21684 Make it possible to change prefixes that default to the app label Core (Other)
20914 20914 Improve documentation: order in INSTALLED_APPS matters for translations and templates Documentation
16029 16029 IntegrityError at /admin/flatpages/flatpage/add/ contrib.admin
19928 19928 python_2_unicode_compatible breaks Python 2 Uncategorized
21018 21018 Make the implications of order in INSTALLED_APPS more consistent Core (Management commands)
12177 12177 Error in part 4 of the tutorial? Documentation
21484 21484 Document that SQL logging does not include "framework level" queries Documentation
21717 21717 Consider renaming AppConfig.setup(), for instance to startup() Core (Other)
21683 21683 Make it possible to change an app's label in AppConfig Core (Other)
21679 21679 Forbid apps with conflicting labels or names Core (Other)
19395 19395 Improve logging section by providing a SIMPLE example Documentation
21715 21715 Cannot run tests with the new changes on @master anymore Core (Other)
11698 11698 Add Django Debug Toolbar to contrib Contrib apps
21706 21706 Outdated Instructions - admin.py is not created from 1.6 onwards Documentation
21531 21531 Django 1.6 forms.SlugField validation error Forms
21713 21713 extension "postgis" already exists' during syncdb GIS
21689 21689 Remove the only_with_models_module argument of get_app_config[s] Core (Other)
21708 21708 Documentation makes two distinct points but implies conjunction Documentation
21710 21710 API reference for default User implementation misses get_short_name Documentation
21681 21681 Simplify Apps.populate_models Database layer (models, ORM)
21676 21676 Provide a way to run code when Django starts Core (Other)
18350 18350 Incorrect behavior when inadvertently building a query using two different models. Database layer (models, ORM)
21709 21709 Admin template bug if there is no username field (custom user) contrib.admin
21705 21705 Generic Relations fail to detect validation error appropritely contrib.admin
19954 19954 Storing of Binary fields leads to Exceptions Database layer (models, ORM)
21582 21582 URL namespaces and included URLconfs: the example might be confusing Documentation
21698 21698 Provide a way to unregister a given model from AppConfig Core (Other)
21697 21697 Add a method to clear app registry caches Core (Other)
21677 21677 Review Apps.get_model[s] Core (Other)
21700 21700 model_to_dict return id key as unicode Forms
17199 17199 Base Template Loader should return the origin Template system
21615 21615 contenttypes/generic.py regression from 1.6 --> 1.6.1 contrib.contenttypes
10164 10164 sqlite3 backend: AutoField values aren't monotonically increasing Database layer (models, ORM)
7312 7312 QuerySet.complex_filter() chokes on custom Q objects (with add_to_query() method) Database layer (models, ORM)
21618 21618 GeoDjango OpenLayers.js admin include does not work over HTTPS GIS
21678 21678 Simplify Apps.register_model Database layer (models, ORM)
21690 21690 Confusing statement regarding the ADMIN_MEDIA_PREFIX. Documentation
21420 21420 Runserver autoreload defect on OSX Core (Management commands)
21650 21650 Usage example in i18n docs is bad advice for plurals Documentation
21686 21686 queryset.values() should let you name the resulting key Database layer (models, ORM)
21473 21473 Cookie based language detection no longer practical Internationalization
21629 21629 Provide better pointers to mysql_tzinfo_to_sql for MySQL users Documentation
21609 21609 CONTRIBUTING.rst contradicts the contributing guidelines Documentation
14263 14263 Allow fields to support custom double-underscore lookup methods Database layer (models, ORM)
21206 21206 Misleading Exception on empty test class: ImportError: Start directory is not importable Testing framework
21662 21662 Crash if a GEOS prepared geometry's parent geometry loses reference GIS
21673 21673 Websocket Uncategorized
21672 21672 Websocket Uncategorized
21663 21663 sys path not set in wsgi.py Documentation
21669 21669 docs issue about MultiValueWidget Documentation
13943 13943 the upload_to attribute does not append MEDIA_URL automaticaly Database layer (models, ORM)
20800 20800 validation error does not give hint of type mismatch for choices Forms
21666 21666 Page not found Documentation
7993 7993 Admin complains about a missing field even if it is not missing contrib.admin
21660 21660 Password reset form return a successful answer when the email doesn't exist in the database contrib.auth
21525 21525 built in manage.py runserver waits for all content to download before html load attempt, bug? Uncategorized
21653 21653 help_text attribute into TextField model is not converted to the title attribute Forms
21651 21651 Remove unused function: django.utils.text.recapitalize Utilities
20049 20049 Admin incompatible with non-integer primary keys contrib.admin
21647 21647 Add error_message, warning_message, info_message, debug_message in ClassViews contrib.messages
21641 21641 Django distributes BaseEmailBackendTests Testing framework
21646 21646 Add template tag to get the name of a file Template system
21645 21645 QuerySets are lazy Documentation
21639 21639 RenderContext should override __getitem__ Template system
21640 21640 ForeignKey.on_delete doesn't call models save function. Database layer (models, ORM)
21585 21585 SQL Anywhere driver project has moved Documentation
21635 21635 "manage.py test" ignore --settings option Uncategorized
20241 20241 QuerySets with callable filter args have said args evaluated only once Database layer (models, ORM)
21636 21636 distinct_on_fields tests require DatabaseFeature.ignores_nulls_in_unique_constraints Testing framework
21552 21552 Cannot use None as a query value for iexact lookup Database layer (models, ORM)
16380 16380 admin_list_filter should pass the spec to the template contrib.admin
6159 6159 Reusable templatetags for admin list contrib.admin
21633 21633 django.utils.functional.update_wrapper is missing Utilities
21631 21631 link https://docs.djangoproject.com/en/de not working Uncategorized
21620 21620 HttpResponseBase._convert_to_charset STILL complains about newline it inserted itself HTTP handling
21626 21626 Execute some common code before calling handler in Class Based Views Generic views
21564 21564 Generic base view http_method_not_allowed method references self.request and should use locally scoped request Generic views
21624 21624 Latest docs URL Uncategorized
21623 21623 Page not found Documentation
21622 21622 Support consistent customization of app_label contrib.admin
21621 21621 Remove kqueue-based autoreloader Core (Management commands)
21614 21614 improve section on testing emailing locally Documentation
21617 21617 Impossible to change the language settings with a logged user Internationalization
16743 16743 django-admin.py check for database config includind during help subcommand Core (Management commands)
21616 21616 Manager isn't available; User has been swapped for 'myuser.MyUser' Uncategorized
21580 21580 Unclear why shortcut function "render" can not return TemplateResponse object Documentation
21607 21607 RuntimeError: maximum recursion depth exceeded in "django.contrib.gis.db.backends.postgis.operations" GIS
21605 21605 cached_property can't be used in ModelAdmin.list_display contrib.admin
21578 21578 manage.py dumpdata --format=yaml produces naive datetimes in fixtures Core (Serialization)
21600 21600 Template forloop/forloop.parentloop '.last' property failing Template system
21599 21599 Add a shortcut to edit HTML attribute on (model) forms Forms
21591 21591 get_messages is not covered in the documentation Documentation
2284 2284 [patch] Extra /sql files with whitespace break syncdb Core (Management commands)
21462 21462 Making assertNumQueries print the list of queries executed on failure Testing framework
21594 21594 Add note to docs about model formsets deleting objects on save with commit=False Documentation
21593 21593 Can't restrict formfield_for_manytomany queryset if the m2m field is django.contrib.auth.models.User contrib.admin
21563 21563 calling hasattr(model_instance, fieldname) raises DoesNotExist when False Database layer (models, ORM)
20382 20382 random TransactionManagementError during tests in _fixture_setup Database layer (models, ORM)
21589 21589 syncdb fails aparently in the createsuperuser stage Database layer (models, ORM)
21586 21586 SQL Anywhere driver project has moved Documentation
21583 21583 Offline HTML docs have wrong version (1.5.4, should be 1.6) Documentation
19583 19583 FloatFields won't accept locale separators Database layer (models, ORM)
18509 18509 Bug: forms.DecimalField doesn't validate correctly when localized. (Unittest attached) Forms
21577 21577 to_python() of django.db.models.fields.__init__.DateField not detecting datetime.date type Database layer (models, ORM)
21576 21576 repr and len Documentation
21575 21575 grammatical error in documentation Documentation
18360 18360 Database router example improvement Documentation
21555 21555 ValidationError is not picklable Forms
21551 21551 1.6 regression: Can't load fixtures from subdir Core (Management commands)
21571 21571 typo in model refernce page Documentation
21530 21530 urls.py AttributeError: 'RegexURLPattern' object has no attribute 'app_name' Core (URLs)
21570 21570 CACHE_MIDDLEWARE_ANONYMOUS_ONLY will be removed in version 1.8 Uncategorized
19678 19678 Test failure with spatialite GIS
12733 12733 Added support for Extent aggregate on mysql databases GIS
21569 21569 Making translation string not works in Windows XP? Translations
21562 21562 Bad things happen if you name your custom user app "auth" Documentation
21426 21426 No indexes are created on syncdb GIS
18671 18671 <form method="post" action="{% url 'django.contrib.auth.views.login' %}"> Documentation
21536 21536 the handler swallows exception Core (Other)
21557 21557 search function is broken Uncategorized
21556 21556 Date field shows in changed_data due to different format Forms
21561 21561 broken link Uncategorized
13205 13205 Fix empty value detection in DateTimeField with SplitDateTimeWidget rendering Forms
21558 21558 Build CHM help file format out of box on win32 Documentation
14950 14950 Javascript errors when building CHM file from django docs using Sphinx Documentation
21411 21411 CommandError: One or more models did not validate but backtrace not saying anything useful Documentation
21524 21524 Annotation and .extra with group function breaks at database level Database layer (models, ORM)
21519 21519 django.db.models: get_apps() includes abstract models, get_models() excludes them Database layer (models, ORM)
20267 20267 default form values (not just initial) Forms
21534 21534 Admin List Widgets Need To Be Paginated contrib.admin
21538 21538 Add numpy to test/requirements/base.txt Core (Other)
21545 21545 runserver goes into an infinite loop after first request on OSX. Core (Management commands)
21511 21511 django_bash_completion from pypi package install Packaging
21537 21537 Add a bit more flexibility to the multi-table model inheritance Database layer (models, ORM)
21358 21358 runserver command fails to run with a non-english locale Core (Management commands)
21521 21521 Provide a boiler plate free ./manage.py startapp command Core (Other)
21542 21542 optparse is deprecated, use argparse instead Documentation
21541 21541 Mistake in folder nomenclature Documentation
21535 21535 Password hash iterations not updating. contrib.auth
16986 16986 Model.clean cannot report errors on individual fields Forms
21527 21527 Application order effects template loading/overriding Documentation
21533 21533 Latest Irish (ga) Translations patch from Transiflex for Django-core core Translations
21532 21532 Django URLValidator fails on some valid URLs Core (URLs)
21522 21522 Add rendering decorators Core (Other)
21520 21520 Ship PyMysql as a defaut MySQL driver Database layer (models, ORM)
21474 21474 ModelForm resets field when field not in data Forms
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
4470 4470 Separate models.py in multiple files Database layer (models, ORM)
2982 2982 [patch] allow replacing models.py with a subpackage models/__init__.py Database layer (models, ORM)
21526 21526 register = template.Library(). Is the instance name just a convention? Documentation
21496 21496 Django 1.6 django.contrib.gis GeometryField crashes on alternate widget GIS
16307 16307 Unable to expand (resolve) template variable attribute when the variable is a python class Template system
21515 21515 template.Context Documentation: c.pop() and c.push() return nothing in the example Documentation
21448 21448 Test Client logout does not work with cookie-based sessions Testing framework
21507 21507 Wrong default widget information for models.FileField Documentation
21110 21110 Willing to get listed as Django friendly provider. *.djangoproject.com
21391 21391 Allow model signal sender to be specified lazily Database layer (models, ORM)
21490 21490 Wrong example in docs for reversing Admin URLs using custom instance contrib.admin
21502 21502 Django 1.6 upgrade: "cannot import name BaseHandler" Uncategorized
21500 21500 PendingDeprecationWarning when running the test suite Core (Other)
21506 21506 Wrong translation into russian for string "Enter a valid email address." contrib.auth
21503 21503 Part 2 of tutorial does not work with V1.6 Documentation
21486 21486 Backwards incompatible change in 1.6: accessing Apache mod_wsgi environment variables Core (Other)
20747 20747 Djangoproject site 'Documentation' menu item does not respect version. *.djangoproject.com
21488 21488 django-admin.py makemessages with commas separeted multiple locales doesn't work Internationalization
21445 21445 Clean up misuse of null in quickElement contrib.admin
21491 21491 Remove outdated workaround in ManyToManyField.related_name documentation Documentation
21375 21375 Related_name='+' shouldn't clash with another '+' Database layer (models, ORM)
15932 15932 related_name='+' ignored in ManyToManyField validation Documentation
21492 21492 The __in field lookups generates wrong SQL syntax for MySQL when getting QuerySet.query Database layer (models, ORM)
21487 21487 Incorrect documentation on using timezones and session in 1.6 Documentation
21485 21485 Invalid link Documentation
21480 21480 assertContains(…, html=True) does not work as expected Testing framework
21479 21479 Favor 'migrate' over 'syncdb' in the docs. Documentation
21431 21431 Django 1.6 GenericRelation admin list_filter regression contrib.admin
21427 21427 Clearly state the value range of all integer type fields in the model field documentation Documentation
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
21475 21475 Choices Field is not shown in UserAdmin when an special sign is in the choices contrib.admin
21472 21472 Django 1.6 ImageField not rendered properly in Admin inline form Forms
21458 21458 Encoding error on /jsi18n/?language=ü Internationalization
21468 21468 Django 1.5: Docs on ModelForm validation are wrong Documentation
21312 21312 models.DateTimeField with default=now: South migration fails Database layer (models, ORM)
21470 21470 Make DateInput and DateTimeInput render as a html5 field type="date" and type="datetime" Forms
21416 21416 admin_scripts.tests.ManageValidate.test_app_with_import() fails with enabled warnings Testing framework
21124 21124 Default session data serializer doesn't support extended data types contrib.sessions
21274 21274 django-admin's --template option fails to download from https via proxy HTTP handling
21467 21467 get_object_or_404 on model instance raise ValueError Utilities
21464 21464 readonly_fields is not resetted correctly contrib.admin
21465 21465 custom adminsite model form has no way to access request contrib.admin
21463 21463 django mysql connection pinging Database layer (models, ORM)
21456 21456 Docs typo Documentation
21449 21449 Test Client login does not work without django.contrib.sessions in INSTALLED_APPS Testing framework
21457 21457 Possible loaddata filename regression Core (Management commands)
21240 21240 Breaking change regarding select_related+OneToOneField missing from release notes Documentation
21404 21404 session.set_expiry() causes a TypeError when using JSONSerializer Documentation
21455 21455 Optimise images in admin static contrib.admin
21444 21444 Contact the DSF page returns an error when the message is submitted *.djangoproject.com
21447 21447 post parse error no longer correctly represented. HTTP handling
21440 21440 URL error in first example Documentation
21425 21425 Logging documentation improvement Documentation
21439 21439 UnboundLocalError in auth backends' get_user contrib.auth
21437 21437 removed rel_name attribute from BaseInlineFormSet Uncategorized
21434 21434 IN clause not supporting the to_field Database layer (models, ORM)
21436 21436 1.5.1 returns "object has no attribute '_known_related_objects'" when using the bitwise or operator with objects.get() Database layer (models, ORM)
20125 20125 get_language_from_request() - inconsistent use of fallback language Internationalization
21433 21433 Stupid error handling in translation which block to solve error :) Internationalization
21424 21424 ERROR in writing your first django app,part 3 Python 2
21423 21423 comment typo. Uncategorized
21421 21421 Expose level tag (debug, info, warning) on messages contrib.messages
20990 20990 compilemessages fails Internationalization
21418 21418 In tutorial02 the was_published_recently section of the example may be defective? Documentation
21395 21395 Admin widget JS files currently make <img> paths using admin_static_prefix contrib.admin
21398 21398 Fix py-bcrypt compatibility on Python 3 Python 3
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
14461 14461 Allow to use other translation languages than just the ones available in Django Internationalization
7425 7425 change_form.html bodyclass block doesn't inherit contrib.admin
21383 21383 Suspicious Operation Error Emails lacks request details Core (Other)
21407 21407 Can't create new user in admin when having a custom user model contrib.auth
2131 2131 HttpResponseSendFile for serving static files handler-specific sendfile mechanism HTTP handling
13970 13970 SelectDateWidget should be updated to use new is_required Widget attribute Forms
21321 21321 File.__iter__().chunk python3 compatibility Core (Other)
21396 21396 Backwards-incompatible change in RedirectView.get_redirect_url Documentation
21394 21394 Django 1.6 offline docs are actually 1.5.4 Documentation
21402 21402 Wrong Czech translation in EmailField validator Translations
21401 21401 Bug when saving an object pointed by another Database layer (models, ORM)
21224 21224 TypedChoiceField does not properly coerce 'None' in certain circumstances Database layer (models, ORM)
21399 21399 Equal sign in message breaks contrib.messages when CookieStorage is used. contrib.messages
15825 15825 File-based caching doesn't cull truly randomly Core (Cache system)
11320 11320 Over aggressive join promotion with exclude() Database layer (models, ORM)
21271 21271 Django's usage of smtplib.SMTP should have a timeout Core (Mail)
15809 15809 Add optional obj parameter to ModelAdmin.has_add_permission contrib.admin
21387 21387 Possibly mergeable translatable literals in d.c.auth contrib.auth
21384 21384 Namespace double qoutes to single question Documentation
14609 14609 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
10967 10967 save(force_update=True) crashes with model inheritance Database layer (models, ORM)
10739 10739 MySQL and order_by() Database layer (models, ORM)
11259 11259 Support for elifequal when ifequal is used. Template system
21390 21390 Custom Manager Documentation Error Documentation
18691 18691 No timezone support for TimeField Database layer (models, ORM)
14170 14170 Issue in get_language_from_request() if LANGUAGES setting is changed at runtime Internationalization
21385 21385 Tutorial part 2 missing steps to enable admin page (uncommenting urls.py) Documentation
21326 21326 Small bug fix for javascript example snippet in docs for CSRF in AJAX requests Documentation
18460 18460 In admin, the history for model User shows always a change in password, although it is not changed contrib.admin
21370 21370 Add new generic "getter" filter Template system
14174 14174 Support for string interpolation in lazy translation Internationalization
21367 21367 Add new "split" filter in built-in library Template system
20849 20849 ModelForms don't work well with prefetch_related Forms
16781 16781 Wrong SQL for a query-set Database layer (models, ORM)
14511 14511 exclude() generates wrong query for ManyToManyField with a 'through' relationship Database layer (models, ORM)
21373 21373 typo documentation, s/is/in Documentation
21362 21362 Django 1.4.9 breaks Python 2.5 compatibility Python 2
21369 21369 get_absolute_url() Reverse Example Doesn't Work Documentation
21365 21365 "Dependent" is misspelled in i18n/translation Documentation
21338 21338 Can't use the same class name for proxy models Database layer (models, ORM)
21364 21364 InnoDB supports full-text indexing and searching since 5.6.4 Documentation
21359 21359 Wrong collation names in the section about MySQL collations Documentation
21356 21356 Instant auto-reloading on BSD / OS X Core (Other)
16417 16417 GeoAdmin support in StackedInline GIS
21339 21339 Form error message "required" instead of "invalid" Forms
21360 21360 Broken link *.djangoproject.com
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
21347 21347 JS variable should be local but is global Internationalization
21313 21313 load tag before extends Uncategorized
21330 21330 More guidance on default settings in reusable applications is required Documentation
21308 21308 DatabaseError running tests with MySQL & utf8mb4 charset contrib.auth
21297 21297 CurrentSiteManager returns objects of superclass for sub-models that do not define any additional fields contrib.sites
21346 21346 GeoDjango query repeatedly executed in loop GIS
21306 21306 Fix (or document) lower-casing behavior of title filter Documentation
21294 21294 Clarification of documentation logout next_page in GET contrib.auth
21337 21337 backward incompability for WSGIServerException HTTP handling
21352 21352 Reverse url failed because argument contains dot Core (URLs)
21345 21345 Debug view calls callable settings Core (Other)
21350 21350 Can't Access User page in Admin Forms
21342 21342 Localized pk value in admin panel template contrib.admin
21349 21349 Can't Access User page in Admin Uncategorized
5599 5599 Cannot save value via OneToOneField Database layer (models, ORM)
21344 21344 Typo in "F() expressions" documentation Documentation
21335 21335 Bundled importlib some times won't work properly with python3.3 Python 3
21336 21336 ListView doesnt work with context_object_name Documentation
21334 21334 broken link Uncategorized
21325 21325 permission_required documentation is missing required arguement Documentation
21331 21331 Could not login user using test.client.Client.login when 'django.contrib.sessions' is not in settings.INSTALLED_APPS Testing framework
21317 21317 Add translation to constants.py contrib.messages
21327 21327 D jango forms Forms
21299 21299 verbose_name inconsistently capitalized in admin inlines contrib.admin
21320 21320 Template debug gives misleading error for exceptions with django.core.urlresolvers.resolve Template system
20945 20945 Allow cache tag to use specified cache config. Template system
21315 21315 Possible Error in Tutorial pt. 3 Documentation
21314 21314 Feature request: allow renaming of fields in dicts returned by ValuesQuerySet via kwargs Database layer (models, ORM)
19941 19941 Make running django's test suite easier Testing framework
21170 21170 Clearing DatabseCache doesn't work with Oracle backend. Core (Cache system)
21182 21182 Extra Column in Group By When Using date_trunc Database layer (models, ORM)
21311 21311 Issues using mySQL on OS X in the tutorial Documentation
21310 21310 Admin recent actions section doesn't show content with settings.AUTH_USER_MODEL contrib.admin
21298 21298 pep8 cleanup: expected 1 blank line, found 0 Core (Other)
13245 13245 Document Oracle behavior regarding quoting of database table names Documentation
21303 21303 Allow custom link text for urlize filter Template system
21309 21309 Minimum Python version for 1.6? Documentation
20056 20056 get_cleaned_data_for_step & condition_dict in FormWizard contrib.formtools
20376 20376 Inline permissions on self-related m2m field contrib.admin
21229 21229 Cygwin's gettext causes test failure Internationalization
21304 21304 Wrong call to create_user on https://docs.djangoproject.com/en/1.5/topics/testing/advanced/ Documentation
21301 21301 Directory Structure contrib.staticfiles
19724 19724 manage.py app commands enumeration fails silently when MEDIA_URL doesn't end with a slash Core (Management commands)
21249 21249 Typo in SQLCompiler.get_grouping() Database layer (models, ORM)
21253 21253 PBKDF2 with cached HMAC key contrib.auth
21288 21288 pep8 cleanup: continuation line over-indented for hanging indent Core (Other)
21284 21284 Errors in the settings.py file result in misleading messages Core (Management commands)
21259 21259 Wizard sets queryset instead of instance on InlineFormset contrib.formtools
21282 21282 The serialize_headers method of HttpResponse fails to handle latin1-compatible values HTTP handling
19657 19657 sql, sqlcustom, sqlindexes and sqlall do not take allow_syncdb into account Core (Management commands)
21276 21276 Bad trademark link on /community/logos/ *.djangoproject.com
21277 21277 Running tests should not require "real" database Testing framework
18160 18160 Auth - Unknown Encoding Error when syncdb contrib.auth
17149 17149 MediaDefiningClass not used as base class for other form meta classes Forms
6730 6730 postgresql_psycopg2 introspection includes views in generated models Core (Management commands)
14658 14658 DateField initial does not honor locale, against documentation Forms
21263 21263 override_settings in inherited classes should take precedence Testing framework
23 23 Add support for ValidationWarning Forms
20937 20937 pytz pauses 4 sec the manage.py output Uncategorized
6681 6681 `admindocs` breaks compatibility with `docutils` when rendering reStructuredText contrib.admindocs
21269 21269 UnicodeDecodeError on makemessages -d djangojs Core (Management commands)
8918 8918 FileField upload_to should not be required for custom backends File uploads/storage
21258 21258 Spanish locale should accept %Y-%m-%d format for dates Uncategorized
20962 20962 Documentation on template tag render() methods is inconsistent with core tags. Documentation
21210 21210 Custom template tags documentation should note that a restart of runserver is neede after creating the templatetags directory Documentation
19740 19740 Make sure only posts not marked as defunct show up in feed *.djangoproject.com
21264 21264 RST error in docs at /dev/topics/class-based-views Documentation
21265 21265 on_update foreign key Database layer (models, ORM)
15888 15888 Inspect `settings.CACHES` in order to make`createcachetable` automatic Core (Cache system)
21156 21156 Inline model admin does not respect model field default values. contrib.admin
21164 21164 get_user_model() does not handle custom user models for testing purposes contrib.auth
21205 21205 related_objects() fails on SQLite when passing more than 999 objects Database layer (models, ORM)
21256 21256 Error in django.utils.datetime_safe.datetime.combine method Utilities
17291 17291 Oracle: cache the server version when first needed Database layer (models, ORM)
21262 21262 App read only in django-admin Uncategorized
19362 19362 Recursion error when deleting model object through admin Python 2
19560 19560 Please improve warning message "received a naive datetime while time zone support is active" Database layer (models, ORM)
16822 16822 HTTPRequest::raw_post_data broken for tests HTTP handling
15582 15582 Docs don't mention that TestCase.multi_db affects test fixtures Documentation
21244 21244 GIS Version Regex on Mac OSX GIS
21254 21254 Random memcache error Core (Cache system)
21222 21222 document that ./runtests.py must use different databases for 'default' and 'other'. Testing framework
21234 21234 DATABASES['other']['TEST_NAME'] is ignored is some situations. Uncategorized
19924 19924 Some jQuery selectors in actions.js use hardcoded values instead of pulling from options. contrib.admin
17212 17212 django.contrib.gis.geos.error.GEOSException: Could not parse version info string "3.4.0dev-CAPI-1.8.0" GIS
21248 21248 Password tests failure on Django 1.5 (bcrypt related) contrib.auth
21243 21243 Wrong exception messages on test_default_creation and test_other_creation of multiple_database test Uncategorized
21246 21246 Issues with "Models"-Documentation Documentation
21245 21245 Long-running process with many SQL operations crashes when DEBUG is True Database layer (models, ORM)
21159 21159 Ability to do .distinct() on extra select columns Database layer (models, ORM)
18098 18098 order_with_respect_to should construct set_RELATED_order() method name from related_name Database layer (models, ORM)
21226 21226 Simple index view test fails with error "'NoneType' object has no attribute 'converter'" Testing framework
21194 21194 Foreign Keying To A Field With An Empty String Value Converts To Null Database Value Database layer (models, ORM)
21235 21235 1.6: Suggest installing standalone pysqlite2 on Windows when using Python 2.6 Documentation
21233 21233 Please include us as a Django friendly provider *.djangoproject.com
21228 21228 More explicit message for GeometryProxy set error on type mismatch GIS
21232 21232 DATABASES ENGINE settings undocumented breaking change from 1.3 to 1.4 (full class path) Documentation
20534 20534 Make TECHNICAL_500 more resilient (against large variables and non-utf-8) Core (Other)
21150 21150 select_related and annotate won't follow nullable foreign keys Database layer (models, ORM)
21189 21189 Correct the usage of bare except clauses in django's source Core (Other)
21225 21225 Unable to create django folder Python 3
21165 21165 regressiontests.syndication.tests.SyndicationFeedTest.test_feed_last_modified_time fails on Windows with sqlite contrib.syndication
21217 21217 `ImageField` and `GenericForeignKey` shouldn't connect `(pre|post)_init` signals to abstract senders Database layer (models, ORM)
11277 11277 Hidden fields in Inlines are displayed as empty rows contrib.admin
21211 21211 DEFAULT_DB_ALIAS in settings Database layer (models, ORM)
21218 21218 Word typo on Upgrading Django page Documentation
20979 20979 Serialize payload of model.FileField when using manage.py dumpdata File uploads/storage
21153 21153 DataSource doesn't seem to work with 'OSM' type GIS
21178 21178 Site.objects.get_current() causes circular import while executing collectstatic Uncategorized
21216 21216 `OneToOneField` reverse accessor cannot be hidden. Database layer (models, ORM)
21105 21105 Implement `PBKDF2PrehashPasswordHasher` to prevent hashing time from depending on password length contrib.auth
21214 21214 Why does Django display all datetimes in UTC by default? Internationalization
21208 21208 invalid reference to FROM-clause" for nested annotate query Database layer (models, ORM)
16919 16919 Pass user to set_password_form in GET requests contrib.auth
21207 21207 Test failure on Oracle: test_cursor_contextmanager Database layer (models, ORM)
16903 16903 Add '--no-location' option for 'makemessages' command Core (Management commands)
21203 21203 Potential data corruption issue with Oracle and Mysql due to SQLCompiler.resolve_columns row, fields misalignment when using defer and select_related Database layer (models, ORM)
17671 17671 CursorWrapper in Python 2.7 cannot be used as a contextmanager Database layer (models, ORM)
10733 10733 Invalid results when deferring fields in more than one related model with only() Database layer (models, ORM)
21031 21031 Remember to update Q#3 in the DB section of the FAQ Documentation
21180 21180 https://docs.djangoproject.com/en/1.5/ links to obsolete module Documentation
20950 20950 Use OrderedDicts in ORM only when needed Database layer (models, ORM)
18920 18920 Regresssiontests.template tests fail on windows due to expected '\n' Testing framework
21096 21096 Allow setting of 'distance' attribute name GIS
21154 21154 `TemplateResponse` does not convert `Context` to `RequestContext`. Template system
21199 21199 Backends tests trigger PendingDeprecationWarning Database layer (models, ORM)
18091 18091 Non-ASCII templates break `django-admin.py startproject --template=TEMPLATE` Core (Management commands)
21193 21193 Email link is broken due to missing mailto: on the CLA page *.djangoproject.com
15786 15786 Wrong SQL for OneToOneField with exclude() using F() parameter Database layer (models, ORM)
21167 21167 Improve SubqueryTests Testing framework
21192 21192 QuerySet.exclude(<many-to-many-field>__<lookup-field>=<value>) and QuerySet.exclude(Q(<many-to-many-field>__<lookup-field>=<value>)) generates different queries. And second one generates an incorrect query. Database layer (models, ORM)
21186 21186 list_filter on a date field is not working as expected contrib.admin
21184 21184 block.super does not render with reverse errors in super block Template system
21176 21176 Import problem when executing collectstatic command Uncategorized
18736 18736 Flexible filters for django admin contrib.admin
21168 21168 Paths to Django objects should be easier to find in the documentation Documentation
21146 21146 DatabaseCache doesn't work if database backend returns datetime values as strings Core (Cache system)
19811 19811 KeyError: u"Unknown language code 'en-us'." Internationalization
21155 21155 Changing queryset of Model formsets in __init__ doesn't work Documentation
18333 18333 Aggregating an annotated field does not quote the alias column name Database layer (models, ORM)
21138 21138 Speed up PBKDF2 contrib.auth
21137 21137 Documentation example of how to use include and pattern lists to refactor urlconfs with repeated path prefixes Documentation
21152 21152 Small grammatical error in comment Database layer (models, ORM)
21145 21145 pk_trace fails with ValueError in case when one of the three interrelated models has different primary key type than the others Database layer (models, ORM)
4492 4492 Provide tests for mixed-case column names Database layer (models, ORM)
14028 14028 setting db_column to same value as another column should not validate Database layer (models, ORM)
21130 21130 Bad EMAIL_HOST results in cryptic error, no Django 500 page Core (Mail)
21136 21136 Show Tracebacks to a certain set of users Core (Other)
5936 5936 django-admin's shell --plain command doesn't respect PYTHONSTARTUP or .pythonrc settings Core (Management commands)
17812 17812 Symlink link to media files is deleted after calling of delete method of ImageField if value of it field is None. File uploads/storage
19701 19701 error500 default view don't include STATIC_URL Generic views
21107 21107 Django Admin doc Chinese description contrib.admindocs
21121 21121 Docs should contain a list of all security issues Documentation
21123 21123 Failed to Load PDF Django 1.5.x Documentation
21117 21117 FetchFromCacheMiddleware breaks django.contrib.formtools tests contrib.formtools
21119 21119 changelist_view's save problem contrib.admin
15625 15625 MultiValueDictKeyError exception has large performance penalty HTTP handling
12568 12568 SubFieldBase descriptor object should be accessible Forms
21024 21024 In the contributing guide document how to deprecate a feature Documentation
21112 21112 Sitemaps without lastmod dates are broken (Django 1.7 / master only) contrib.sitemaps
9191 9191 runfcgi doesn't log to outlog and errlog on posix (Linux) Core (Management commands)
21109 21109 Performance regression due to wrap_database_errors Database layer (models, ORM)
17052 17052 dictConfig does not correctly handle absolute imports Utilities
21106 21106 2nd Broken Link Uncategorized
21104 21104 Broken Link on Quick Install Guide Uncategorized
20996 20996 formset factories override any supplied formset max_num Forms
20510 20510 Form field's label should be unicode Forms
21101 21101 Include email in urlize template filter documentation Documentation
18923 18923 user admin sensitive_post_parameters needs method_decorator contrib.auth
21100 21100 1.6 Release Notes don't explicitly mention the new fields attribute on Create/UpdateViews Documentation
21094 21094 Simplify tutorial steps in "using your own package" Documentation
21099 21099 DistinctOnTests.setUp() breaks when DatabaseFeature.ignores_nulls_in_unique_constraints = True Testing framework
21091 21091 Specify where TEMPLATE_DIRS should be added in settings.py Documentation
21090 21090 inspectdb shouldn't include 'models.' prefix if field_type is a dotted path Core (Management commands)
21089 21089 TestCase can't define an empty list of fixtures Testing framework
21087 21087 "datatime" objects can not be JSON-serialized to be held in sessions Core (Serialization)
21088 21088 Misleading doc for overriding model save method. Documentation
21086 21086 XViewMiddleware clarification Documentation
21082 21082 django 1.5.1 custom User models bug Database layer (models, ORM)
21081 21081 Add Leniency to model Meta fields Database layer (models, ORM)
19298 19298 MultiValueField should override __deepcopy__ Forms
21083 21083 Spelling error in example code Documentation
5741 5741 make queryset get(), latest(), earliest(), take a default kwarg Database layer (models, ORM)
21033 21033 Uploaded file's name truncates to 255 not in all cases File uploads/storage
21063 21063 AdminSite app_index does work it doesn't need to contrib.admin
21045 21045 BoundField.value doesn't use to_python Forms
20707 20707 manage.py test failed with error ORA-01950 when use Oracle 12c Database layer (models, ORM)
21067 21067 is_staff shouldn't be checked in admin templates contrib.admin
21073 21073 Square Bullets Documentation
21071 21071 bad link to docs from settings.py Documentation
21038 21038 Documentation in PDF Documentation
21069 21069 Wrong model name imported in the example Documentation
15176 15176 History view of AdminSite doesn't take in account user defined queryset contrib.admin
20005 20005 Document that Oracle databases need execute permission on SYS.DBMS_LOB. Documentation
21028 21028 Update djangoproject.com releases page to support LTS releases *.djangoproject.com
20938 20938 Improve performance section of the deploying checklist Documentation
21032 21032 pip 1.4 and pytz break installation of test requirements Testing framework
20994 20994 Referencing a ForeignKey raw value doesn't follow convention Database layer (models, ORM)
16898 16898 Throwing an exception out of a custom field (or any QuerySet._results_iter callable) results in a bad _results_cache Database layer (models, ORM)
20077 20077 Document that Ubuntu can occassionally require installing sqlite Documentation
20927 20927 Include known related fields for subclassed "QuerySet.only" Database layer (models, ORM)
21029 21029 Schema editors leak transaction state on exception Migrations
21052 21052 force_bytes should handle the common case first like force_text Utilities
16096 16096 Template instances should have an origin attribute. Template system
21050 21050 Burmese language not working Translations
5934 5934 Database Migrations Core (Management commands)
21000 21000 Session cached_db backend doesn't use SESSION_CACHE_ALIAS contrib.sessions
20918 20918 Tidy up implementation of custom assertions Testing framework
20900 20900 Document RemoteUserBackend.authenticate argument Documentation
21041 21041 Duplicate form in tests/model_forms/tests.py Testing framework
19211 19211 Tutorial must be updated for Python 3 Documentation
21036 21036 Note that __unicode__ is __str__ in python 3 Documentation
20958 20958 Mention That GenericForeignKey Fields Can't Be Accessed in Forms Documentation
20475 20475 DeprecationWarning: django.utils.hashcompat is deprecated Uncategorized
21026 21026 ./manage.py test --help not accurate Core (Management commands)
20973 20973 Improve docs about handling static files without django.contrib.staticfiles. Documentation
21025 21025 Document how to silence warnings when deprecating a feature Documentation
21023 21023 Your documentation is poor at best. Documentation
21017 21017 code error in v1.5 tutorial 5 Documentation
21003 21003 BaseGeometryWidget is not idempotent GIS
21007 21007 Support for add new fields on proxy model inheritance Database layer (models, ORM)
20998 20998 Form GIS widgets render() lack of modularity GIS
21020 21020 Allow Migrations to use parent classes migration profile Database layer (models, ORM)
21016 21016 IntergerField not working? Confusing documentation? Uncategorized
21011 21011 It should be possible for model classes to have abstract methods Uncategorized
17074 17074 Custom widget use hidden input Bug. contrib.admin
11691 11691 "i18n/setlang" requires database access? Uncategorized
18162 18162 Specifying choices to Field overrides any form_class argument Forms
20999 20999 Cannot specify form_class that isn't subclass of TypedChoiceField for field with choices Forms
18769 18769 Despite selected language, Forms still rely on LANGUAGE_CODE to format datetime (demo included) Internationalization
20989 20989 Remove useless list comprehensions Uncategorized
20988 20988 Model.save() refactoring incompatibilities Database layer (models, ORM)
3544 3544 Fix {% include %} to allow recursive includes Template system
12064 12064 Impossible to conditionally include potentially non-existant templates Template system
16649 16649 Models.save() refactoring: check updated rows to determine action Database layer (models, ORM)
14786 14786 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)
20997 20997 Documentation for using sessions outside of views should import SessionStore from session engine designated in settings Documentation
12089 12089 test client fails to collect sub-contexts Testing framework
20751 20751 Add option to runfcgi to set socket permissions (also, tests for runfcgi) Utilities
16423 16423 ModelForm._post_clean() does not respect Model.clean() ValidationErrors that possess a message_dict, rather than a list of messages Forms
16433 16433 Missing 'help_text' in admin form when showing the back reference for a OneToOne field. contrib.admin
20881 20881 Remove contrib.auth.models.AbstractUser arbitrary definition of get_absolute_url contrib.auth
20993 20993 filtering with F(), then count()ing throws a pickle ValueError Database layer (models, ORM)
7116 7116 Optimize RequestContext construction Template system
17356 17356 Allow {% include %} to render compiled templates on the context Template system
20984 20984 sqlite3 adaptors tries to "decode" str value when running on Python 3 Python 3
20987 20987 authenticated users and anonymous share the same caching Core (Cache system)
20992 20992 psycopg2.OperationalError: FATAL: Peer authentication failed for user "geodjango" GIS
20983 20983 Update app package classifiers example in docs. Documentation
20991 20991 [Regression] Admin searches should use distinct, if query involves joins. contrib.admin
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
20980 20980 Inconsistant MRO in BaseDateListView and BaseDayArchiveView Generic views
20963 20963 order_by interaction with "brew" distribution of Python 2.7.5 introduces edge-case regression Database layer (models, ORM)
20964 20964 OS X 'brew' version of PIL causes crash with django.utils.image Utilities
15511 15511 MultiValueField should allow subfield requirement Forms
20969 20969 ValuesQuerySet converts datetimes to UTC Database layer (models, ORM)
20965 20965 Why do DetailView use .filter() instead of .get()? Generic views
20966 20966 Wrong table referenced in query with multiple joins Uncategorized
20814 20814 model validation: misleading error message with model inheritance Database layer (models, ORM)
20961 20961 response.write(img_buffer) does not work on Python 3 Python 3
20389 20389 TypeError when executing example code of GeoIP Python 3
20949 20949 typos in code docstring Documentation
18967 18967 django.core.mail.EmailMessage._create_mime_attachment incorrectly encodes message/rfc822 attachments in base64, breaks in Evolution and Thunderbird Core (Mail)
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14056 14056 Wrong query generated when using reverse foreign key Database layer (models, ORM)
20943 20943 Signal receivers cache should weakly reference senders. Core (Other)
19607 19607 prefetch_related crash Database layer (models, ORM)
20957 20957 Define form_list directly in the WizardView subclass Generic views
20956 20956 Do not check conn['ENGINE'] existence twice in django.db.utils.ConnectionHandler Database layer (models, ORM)
18864 18864 Django models __eq__ and __hash__ treat all unsaved model instances as identical Database layer (models, ORM)
20955 20955 Deep select_related to same model returns incorrect relationship Database layer (models, ORM)
20954 20954 Tutorial Doco Error Documentation
20952 20952 Django 1.5 Tutorial Part 3, Test after Update of Polls/urls.py Fails Documentation
20951 20951 Add hosting to DjangoFriendlyWebHosts list *.djangoproject.com
20947 20947 Broken link Database layer (models, ORM)
20840 20840 Messaging framework to include namespaces contrib.messages
14817 14817 ...models.sql.where.WhereNode.as_sql docstring is outdated Database layer (models, ORM)
20940 20940 Template tags and filters documentation Documentation
13461 13461 Reference to aggregated field AND double underscore notation results in bad SQL Database layer (models, ORM)
13280 13280 postgresql exclude issue Database layer (models, ORM)
13017 13017 generic relation generates needless join Database layer (models, ORM)
12807 12807 Empty results break when part of ORs Database layer (models, ORM)
11599 11599 Field exceptions are silently passed when slicing geoqueryset Database layer (models, ORM)
12153 12153 broken sql-statement with ordering and inheritance chain (posgresql backend) Database layer (models, ORM)
12501 12501 Inconsistent behaviour in querying and creating objects Database layer (models, ORM)
12567 12567 Incorrect SQL being generated in certain inheritance cases. Database layer (models, ORM)
11906 11906 QuerySet._fill_cache is not thread-safe Database layer (models, ORM)
20777 20777 admin delete page proxy models contrib.admin
11892 11892 Model __eq__ is not symmetric. Database layer (models, ORM)
20929 20929 inline_formset - DELETE field is in visible_fields Forms
20924 20924 LazyObject missing __contains__ and __len__ proxy Utilities
20905 20905 Test failure on Oracle: test_child_link_prefetch Database layer (models, ORM)
20904 20904 Test failure on Oracle: test_ticket_16885 Database layer (models, ORM)
20906 20906 Test failure on Oracle: test_lookup_with_non_string_value Database layer (models, ORM)
20829 20829 Geodjango and PostGIS Exception Error GIS
20911 20911 There are still references to `module_name` in contrib.admin contrib.admin
20925 20925 Django friendly Control panel Uncategorized
20891 20891 Tutorial 2 in the Django documentation now requires third-party software Documentation
20444 20444 Cookie-based sessions does not include a remote code execution-warning contrib.sessions
20913 20913 django.utils.unittest is python 3 incompatable Python 3
20912 20912 A little modification on the tutorial Documentation
14868 14868 admin: prevent long text from overflowing recent actions box contrib.admin
20909 20909 multiple app views in one template Uncategorized
20874 20874 Nested subqueries have conflicting alias prefixes Database layer (models, ORM)
20899 20899 Elif templatetag does not work. Template system
20908 20908 csrf_exempt does not work with `__call__` CSRF
20861 20861 500 status code debugging view shouldn't localize numeric tags IDs/line numbers Utilities
20902 20902 Add more warnings to Tutorial (part 1 or 2). Documentation
20901 20901 Dutch translation fix for admin message Translations
20898 20898 Variable named 'new' behaves unexpectedly Template system
13518 13518 Add settings.FILE_UPLOAD_DIRECTORY_PERMISSIONS File uploads/storage
20894 20894 type Documentation
20896 20896 Missing a step in "Activate the admin site" Documentation
20890 20890 Missing View import on a Class Based View Introduction documentation example Documentation
20289 20289 Unpickling of dynamic model classes broken in 1.5 Database layer (models, ORM)
20828 20828 @permission_required should accept a list of permissions contrib.auth
20868 20868 Security policy mentions nothing about sending emails to django-announce Documentation
20882 20882 Typo in tutorial #4 Documentation
18356 18356 Test Client response does not contain Context with nested requests Testing framework
9057 9057 Allow disabling contrib.auth auto creation of permissions contrib.auth
20886 20886 auth.forms.AuthenticationForm incompatible with auth.backends.ModelBackend when using custom user model contrib.auth
20884 20884 Stop using ._clone() in class based views Generic views
20870 20870 django.utils.functional.cached_property should be documented Documentation
19264 19264 prefetch_one_level is slow Database layer (models, ORM)
20878 20878 Use of datetime.date throws a 'naive datetime' warning Uncategorized
20484 20484 GenericIPAddressField must not allow blank for NOT NULL fields Database layer (models, ORM)
8387 8387 Returning a subset of the models fields in ModelAdmin.get_fieldsets only works when also overriding get_form Documentation
20875 20875 Django Domain Management Platform create website Uncategorized
20871 20871 Can't login with pressing enter Uncategorized
20112 20112 UnicodeDecodeError with not UTF-8 charset database connection Core (Other)
16989 16989 Problem with DEFAULT_DB_ALIAS in settings Core (Other)
20699 20699 Extra blank choice '-----' when using models.fields.NullBooleanField with custom choices. Database layer (models, ORM)
20865 20865 admin raw_id_fields does not call value in limit_choices_to contrib.admin
16282 16282 CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount fails on MySQL Testing framework
19320 19320 Ability to leverage cache key generation for cache templatetag Core (Cache system)
20850 20850 MultiWidget does not respect Widget.needs_multipart_form Uncategorized
20862 20862 dev Middleware docs sample isn't up to date with dev startproject template Documentation
19218 19218 Can't use get_user_model() when connect to signal sender contrib.auth
20860 20860 Syndication docs refer to chicagocrime.org which no longer exists Documentation
8342 8342 The admin wrongly assumes you can't login with your email contrib.admin
20858 20858 Tutorial 2 in the Django documentation has an invalid import Documentation
20831 20831 unicode() is a function, not a type Documentation
20854 20854 Missing documentation of current_app and extra_context parameters on django.contrib.auth views Documentation
20838 20838 Geodjango spatialrefsys test fails with postgis-2.0.3 GIS
20851 20851 Couldn't build the docs with the latest docutils (0.11) Documentation
17998 17998 database threading issue with dev server and sqlite Database layer (models, ORM)
13394 13394 django.contrib.auth.tests fail with custom Authentication Backends contrib.auth
20848 20848 Whitespace in Python Documentation
20847 20847 non-intuitive tutorial failure - static files Documentation
20843 20843 page linked to but not found Uncategorized
14396 14396 Admin generates a query burst on ForeignKey with null = True contrib.admin
20837 20837 comments app template tags don't resolve context variables contrib.comments
20835 20835 Allow standard m2m behaviour on through-relationships if extra-fields are nullable or have default values Database layer (models, ORM)
12103 12103 Add AuthenticationForm.confirm_login_allowed to allow customizing the login policy contrib.auth
20833 20833 If there are choices more than 10 when using CheckboxSelectMultiple or SelectMultiple, different options from the original become selected. Forms
19987 19987 Basic host validation performed even when DEBUG=True HTTP handling
20826 20826 Move `Manager.raw()` and `Manager._insert()` to the QuerySet class. Database layer (models, ORM)
20348 20348 Consistently handle `Promise` objects assigned to model fields. Database layer (models, ORM)
20819 20819 `staticfiles.views.serve` should return 404 response instead of raising `ImproperlyConfigured` contrib.staticfiles
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
19540 19540 Deprecation warning in the test suite under Python 3.3 Core (Management commands)
20817 20817 Add support for html email messages through django.core.mail.send_mail() Core (Mail)
20827 20827 Email sending bug Documentation
20818 20818 "Enter a valid email address." the msgid was changed on stable/1.5.x which caused its msgstr empty. Translations
20823 20823 Typo on form and field validation doc page Documentation
14850 14850 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT Documentation
20771 20771 importlib: more verbosity please Utilities
20802 20802 List filter in admin with multidatabase setup uses default db Database layer (models, ORM)
20810 20810 IOError raised when using EPS file in ImageField File uploads/storage
20796 20796 AUTHENTICATION_BACKENDS RemoteUserBackend breaks tests contrib.auth
11195 11195 add fieldname to admin changelist <td> tags -- eases CSS customization contrib.admin
20813 20813 max_length incorrectly passed to MultiValueField-derived class Database layer (models, ORM)
20809 20809 Python 2.7.3 Django 1.5.1 QueryDict.urlencode returns unicode HTTP handling
18205 18205 Admin validate() method suggests erroneous invocation? contrib.admin
13708 13708 Improve ModelAdmin.save_model() [PATCH] contrib.admin
20808 20808 Django reference not found Documentation
20804 20804 Wrong directory level Documentation
20795 20795 Weird queryset behaviour and count() method Database layer (models, ORM)
20769 20769 add Python compatibility section to django1.6 release notes Documentation
20280 20280 i18n Javascript code is invalid - lack of Javascript code generator for GAE too Translations
20465 20465 ModelAdmin.formfield_overrides should look at field attributes contrib.admin
20679 20679 Incorrect docstring for CachedFilesMixin.post_process contrib.staticfiles
20748 20748 model permissions created twice when codename has non-ASCII chars Database layer (models, ORM)
20778 20778 label_tag() escapes lazy labels twice Forms
20672 20672 Cannot save InlineFormSet with SplitDateTimeWidget Forms
18315 18315 Document QueryDict.pop & popitem Documentation
20714 20714 Add a more informative error message when runtests fails to import from test suite directory Utilities
20792 20792 DISALLOWED_USER_AGENTS is a list of compiled regular expression objects not a list of strings Documentation
18168 18168 formfield_for_choice_field() doesn't validate choices updated in method contrib.admin
19737 19737 Deprecate and then remove "shell" management command Core (Management commands)
14300 14300 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
20797 20797 Proxy model does not update original model's values Database layer (models, ORM)
20794 20794 Document change of behaviour in validate_email for Django 1.6 Documentation
20479 20479 Adding the concept predicates in the Django url routing Core (URLs)
20791 20791 "Model %(model)s with pk %(pk)r does not exist." Database layer (models, ORM)
20787 20787 Django template changes width of html element during append Template system
19019 19019 UserAdmin.user_change_password does not log the change contrib.auth
20788 20788 exclude makes bad query following two FKs and a M2M Database layer (models, ORM)
20790 20790 Wrong linking in tutorial part 4 Documentation
20782 20782 Aggregating annotations raises DatabaseError Database layer (models, ORM)
20789 20789 Inconsistent imports for Django Testcase Documentation
20773 20773 contrib/gis/maps/google/gmap : script() string formating GIS
20781 20781 Regression in form field _has_changed for fields with show_hidden_initial=True Forms
20783 20783 Outdated Template Style in Authentication Sample Login Template Documentation
20759 20759 Test DB Creation doesn't create PointField with db_index=True GIS
20758 20758 PostGISCreation failed by index creation for PointField Database layer (models, ORM)
6317 6317 Typo / Error in Tutorial Documentation
18551 18551 skipIfDBFeature/skipUnlessDBFeature cannot be used as class decorators Testing framework
14656 14656 Atom1Feed should write atom:published element contrib.syndication
20700 20700 Tests does not report missing fixtures Testing framework
20772 20772 Misprint Documentation
20753 20753 Beginner confused for MultiValueDictKeyError, where the error comes from? contrib.admin
19888 19888 MultiValueDictKeyError when saving Inlines without an AutoField contrib.admin
20742 20742 ModelForm primary_key update with instance set is executed as INSERT caused by is_valid() changing the instance Database layer (models, ORM)
20770 20770 Create folders for templates and static files. Utilities
20762 20762 Clarify that add_fieldsets is not a standard ModelAdmin attribute Documentation
14238 14238 admin-interface and formsets: ordered_forms are not returned in case of errors contrib.admin
20764 20764 changing .is_superuser field in models Python 2
18584 18584 Ability to fetch urlname from template context Template system
20763 20763 Typo in the documentation Documentation
20756 20756 The word "stopping" is misspelled. No biggie. Documentation
20754 20754 Update timesince translations Translations
12728 12728 loadata/flush issues given GenericRelation, model inheritance and postgres contrib.contenttypes
12322 12322 Improve FastCGI documentation Documentation
11754 11754 mod_fastcgi documentation should specify full path to .fcgi script Documentation
18954 18954 Initial sql data documentation Documentation
17115 17115 Problem loading fixtures sql files when models are in models/ directory and not in the models.py Core (Management commands)
14958 14958 FastCGI socket permission Core (Management commands)
15701 15701 User._profile_cache cache collides when a model uses "profile" as related_name to User contrib.auth
20750 20750 django-localflavor : total fr coverage Uncategorized
20746 20746 Remove Python 2.6 specific code/docs Python 2
20681 20681 teardown_databases tries to tear down aliases, which fails Testing framework
19817 19817 Hosting page add request *.djangoproject.com
20582 20582 Default label_suffix should be translatable Forms
20740 20740 GenericIPAddressField does not pass protocol to formfield() Forms
20653 20653 Rename new checksetup manage command Core (Management commands)
17471 17471 Add ability to use smtplib.SMTP_SSL connection when sending email Core (Mail)
18170 18170 [PATCH] Break-out password reset confirmation so that it is re-usable. contrib.auth
17528 17528 Document that add() and remove() with a many-to-many relationship do not call Model.save() Documentation
20735 20735 Confusing ManyToManyField constructor documentation Documentation
20738 20738 No anchor link to index_together Documentation
20053 20053 Typo in index_together model option documentation Documentation
20719 20719 permit values_list flat with more than one key Database layer (models, ORM)
20736 20736 Uploaded file in previous step form is lost when user navigates to previous page in Django1.4 FormWizard contrib.formtools
20730 20730 Error in docs / auth / Programmatically creating permissions Documentation
20723 20723 model_to_dict requires True, False, or '' instead of 0, 1, or '' when NullBooleanField Documentation
20685 20685 Document options to install Python 2.7 on RHEL 6 Documentation
20733 20733 Minor code error in doc page for DetailView Documentation
20732 20732 Writing your First Django App, part 3, error Documentation
20729 20729 Django Admin site activated by default Documentation
11762 11762 Chilean localflavor - Regions, Provinces and Comunas contrib.localflavor
20075 20075 Cache session test fails when using a cache other than LocMemCache contrib.sessions
14857 14857 has_results cleanup Uncategorized
20728 20728 name field on auth_permission too short contrib.auth
19196 19196 Add tests/requirements.txt Documentation
20727 20727 cyrillic in django-admin Uncategorized
20718 20718 Geoqueryset method do not return a value GIS
20726 20726 Django development server time different from server time Uncategorized
18768 18768 Timezone documentation lacks some FAQ about how to deal with naive/tz aware datetimes in the Javascript Documentation
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
7717 7717 python now() and javascript now-button in admin not the same contrib.admin
20724 20724 Failing transaction test with on-disk sqlite database Testing framework
18592 18592 Provide failure recovery for undocumented "_last_executed" in MySQLdb's cursor Database layer (models, ORM)
20529 20529 Django 1.6a1 is not available via pip install as per instructions *.djangoproject.com
20720 20720 Invisible text in "go to previous" link *.djangoproject.com
20722 20722 MemcachedCache backend get_many does not work on Python 3 Core (Cache system)
20717 20717 Generic autodiscover() mechanism Packaging
19695 19695 Static files for forms described as "Form Media" Documentation
16965 16965 Model Formsets can_delete documentation lacking actual use example Documentation
20493 20493 Add a warning that objects may not be picklable across Django versions Documentation
12346 12346 Docs should cover validaton of model inline formsets Documentation
20716 20716 Missing 'name_local' translation for Albanian in LANG_INFO Translations
20713 20713 Django HTML documenttion zip download link broken *.djangoproject.com
20715 20715 Help Download Error Documentation
20711 20711 Reference url link in utils/timesince.py docstring is broken Documentation
20710 20710 Objects not displaying properly in Django 1.5 using Python 3.3 contrib.admin
14006 14006 Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ Documentation
19967 19967 iBooks shows error in ePub documentation Documentation
16228 16228 "Using logging" needs clarification? Documentation
17709 17709 Include info on DocumentRoot in Apache setup doc Documentation
20704 20704 DATABASE_ROUTERS : ImproperlyConfigured "cannot import name connection" Database layer (models, ORM)
20224 20224 Update allow_lazy usage example for Python 3 Documentation
20561 20561 QuerySet .distinct([*fields]) documentation improvements Documentation
19539 19539 Writing custom model fields: The __metaclass__ attribute is no longer supported in Python 3 Documentation
18961 18961 django 1.5 and os x snow leopard default python Uncategorized
20706 20706 Problem with Comments Installed_apps contrib.comments
19940 19940 Regression: setup_databases in test.simple.DjangoTestSuiteRunner doesn't handle aliases for 'default' Testing framework
20701 20701 Using python dicts directly in javascript Uncategorized
20703 20703 Why django form.as_p call form.clean method when template renders? Template system
20134 20134 UserManager documentation doesn't mention that it depends on date_joined Documentation
6947 6947 Auto increment field in sqlite Database layer (models, ORM)
20690 20690 Mention LOCALE_PATHS earlier in translation docs Documentation
20698 20698 No module named RequireDebugFalse Uncategorized
20697 20697 Deploy checklist - Allowed hosts section about Debug Documentation
20687 20687 Document that the max_age argument of TimeStampSigner.unsign should be a number of seconds Core (Other)
16748 16748 Documentation on creating custom querysets Documentation
20691 20691 Documentation for "Choosing between __str__() and __unicode__()" is written for Python2 specifically Documentation
19417 19417 Django 1.4.2 does not support Jython 2.5.3 (strptime issue) Documentation
20696 20696 Django-CMS setup Uncategorized
20694 20694 Non-ascii unicode characters considered invalid in username contrib.auth
20692 20692 Wrong italian translation Translations
20688 20688 A suggestion Database layer (models, ORM)
15867 15867 Document which Python versions show subtle QuerySet bugs Documentation
20683 20683 Offline HTML Documentation (404 Not Found) Documentation
20682 20682 Lack comma Documentation
20642 20642 Deprecate `Option.get_(add|change|delete)_permission`. Database layer (models, ORM)
20662 20662 Embedding views in templates Template system
20677 20677 generic_inlineformset_factory details incorrect contrib.contenttypes
20671 20671 Custom backend get_user function is assumed to search by primary key contrib.auth
8263 8263 models.TextField max_length Database layer (models, ORM)
20669 20669 Layermapping can fail with TypeError GIS
20670 20670 minor error in the tutorial Documentation
20668 20668 help Database layer (models, ORM)
20590 20590 Documentation of "test execution order" in 1.6 Documentation
20665 20665 Sitemaps documentation example pattern missing backslash Documentation
19845 19845 AUTH_USER_MODEL not accept sub application. Uncategorized
20574 20574 Django Client Put Method Data is not Send Testing framework
20661 20661 MAC address field Database layer (models, ORM)
14150 14150 [patch] a get_objects_or_404 ? Core (Other)
20658 20658 Bad ReStructuredText format on the "Using mixins with class-based views" page Documentation
20657 20657 Have UserChangeForm and UserCreationForm utilize get_user_model() Uncategorized
20655 20655 CheckboxSelectMultiple renders an empty ul when there are no choices Forms
20630 20630 HTML5 validation broken by maxlength attributes in number inputs Forms
20650 20650 Filter tag accepts escape filter as a parameter Template system
19773 19773 Moving the response after a popup submission to a template so that it can be overwritten. contrib.admin
20654 20654 Type mismatch in the docs for m2m_changed's pk_set argument Documentation
20652 20652 Changing Django admin header Uncategorized
20651 20651 PEP 8 compliance Core (Other)
20636 20636 AttributeError: 'Settings' object has no attribute '_original_allowed_hosts' Testing framework
20290 20290 override_settings cannot be nested Testing framework
20643 20643 Examples in Chapter Using mixins with class-based views Documentation
12751 12751 order_by after select_related returns empty queryset Database layer (models, ORM)
20645 20645 reverse URL broken when you use includes Template system
20070 20070 LOCALE_PATHS doesn't support "external" translations Internationalization
14945 14945 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
20311 20311 Avoid double Plural-Forms entry in translation files Internationalization
20587 20587 sqlite3 backend fails to properly handle null dates in certain cases. Database layer (models, ORM)
17478 17478 Overridding model formset queryset in BaseModelFormSet Forms
20634 20634 Discrepancy about staticfiles finders strategy Documentation
19881 19881 Document that get_next/previous_by_FOO uses default manager Documentation
20639 20639 Documentation talks about __unicode__() which doesn't exist in Python 3.x anymore Documentation
20612 20612 Missing text in documentation of class-based views. Documentation
20637 20637 URL 404 on links provided by settings.py Python 2
19319 19319 mod_wsgi docs need <Files wsgi.py> ...Require all granted</Files> Documentation
20633 20633 Apache settings for 2.2 does not work for 2.4 Documentation
20208 20208 Type of id.value of inlineformset differs from creation Forms
20627 20627 Uncomplete documentation Documentation
20628 20628 question about the code Documentation
20626 20626 Truncatechars add leading empty space char to string Template system
20624 20624 Truncatechars add empty space char at the beginning of the string Template system
20622 20622 Step 5 broken if you followed V 1.4 tutorial for first 4 steps, then switched to 5. Documentation
20623 20623 django-admin.py startproject[ project name ] create only manage.py file Uncategorized
20621 20621 tutorial 04 imports polls namespace while within polls Documentation
20589 20589 contrib.auth.handlers.modwsgi fails for some backends contrib.auth
20323 20323 BaseFormsetSet.total_form_count seems to ignore absolute_maximum/MAX_NUM_FORM_COUNT once form is bound Forms
20617 20617 AuthenticationForm ignores setting "username" field's label to an empty string contrib.auth
20616 20616 save date in one format in Python/Django Python 2
20615 20615 Django 1.5.1 Trove classification is incorrect Packaging
20583 20583 Make setup_joins() the primary API for join generation Database layer (models, ORM)
20355 20355 How about pre/post_change_file signals to allow apps to delete replaced files? File uploads/storage
20470 20470 Querying crashes with RuntimeError (dictionary changed size during iteration) Database layer (models, ORM)
20607 20607 localized_fields = ('__all__',) don't works Internationalization
20599 20599 BasePasswordHasher _load_library swallows ImportErrors contrib.auth
20604 20604 Managing Files File code example opens file in write-mode, should open in read-mode Documentation
20603 20603 Make the test suite even faster with available apps Testing framework
20602 20602 Won't recognize daylight saving time Internationalization
20548 20548 Deprecation warnings when running the test suite Testing framework
20598 20598 Add new HTTP status codes defined in rfc6585 HTTP handling
20528 20528 QuerySet Q + select_related regression with multiple ForeignKeys Database layer (models, ORM)
15273 15273 Extend RedirectView to allow named-URL reversal? Generic views
17076 17076 Report the number of patterns tried when reversing Core (URLs)
20596 20596 Content-Type added incorrectly to test GET and HEAD requests Testing framework
20595 20595 Bug in documentation for class based views Documentation
19557 19557 forms.widgets.Widget._has_changed() erroneously returns True on Widgets with is_localized=True Forms
20489 20489 Middleware importerror's are silently ignored Uncategorized
19002 19002 Hardcoded url in admin contrib.admin
20592 20592 Improve the 'Write a 404 (page not found) view' section in the tutorial Documentation
20569 20569 Add cleaned_form to supersede cleaned_data Forms
20586 20586 Bad Link - Online Django Book ... Documentation
20578 20578 Incorrect package; formset.BaseFormSet should be formsets.BaseFormSet Documentation
20273 20273 Report installed dependencies and its versions when DEBUG=True Core (Management commands)
4481 4481 Databrowse should use pagination contrib.databrowse
19875 19875 Tutorial should have include ALLOWED_HOSTS setting Documentation
20576 20576 Adding a script to django view Generic views
20575 20575 Fixed a typo in: django / docs / topics / forms / media.txt Documentation
15587 15587 django.forms.BaseModelForm._post_clean updates instance even when form validation fails Forms
19925 19925 Models validator should check if UserModel.REQUIRED_FIELDS is list Database layer (models, ORM)
20573 20573 UnicodeEncodeError on (Generic)Fields Database layer (models, ORM)
20564 20564 Querying (exclude) on a GenericRelation's DateTimeField through a related object fails Database layer (models, ORM)
16568 16568 require_debug_false does not work as intended (backward incompatible) Core (Other)
20546 20546 New model – ApproximateDateField Database layer (models, ORM)
20570 20570 HttpRequest.REQUEST is still mentioned in the documentation Documentation
19117 19117 Database and memcached connections break after fork. Database layer (models, ORM)
9757 9757 Make IfNode a baseclass for other if nodes to subclass Template system
20563 20563 Add validation in QueryDict.get() HTTP handling
17927 17927 Initial values support for BaseGenericInlineFormSet contrib.contenttypes
12086 12086 Make QuerySet.delete() return the number of deleted objects Database layer (models, ORM)
19606 19606 Oracle unicode insert fails. Database layer (models, ORM)
20560 20560 django.utils.simplejson Core (Serialization)
20559 20559 Part 2 of Tutorial not working with Django 1.5.1 Documentation
20556 20556 RE: "Amend views" code Documentation
20547 20547 Reverse url resolve fails when ~ (tilda) is in url prefix Core (URLs)
20545 20545 Generic editing views documentations Documentation
20552 20552 Release notes misname new test discovery runner Documentation
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
20544 20544 User don't translate verbose name to pt_BR Python 2
20543 20543 Possible typo in Django's documentation Documentation
18481 18481 IOErrors from FILES are not wrapped with UnreadablePostError HTTP handling
18785 18785 Extra-Join Regression from ticket #15316 Database layer (models, ORM)
20404 20404 Add a keys() method to ContextList Testing framework
20539 20539 Django Book: Broken URL Documentation
20538 20538 loaddata management command returns exit code of 0 on IntegrityError Core (Management commands)
20533 20533 Tutorial 3 content recommendation for 404 handler section Documentation
20166 20166 Fix TEST_DEPENDENCIES documentation Documentation
20326 20326 Documentation for form wizard -> get_form() Documentation
20515 20515 Clarification in release notes of location of translator comments Documentation
20531 20531 Don't hard-code class names when calling static methods contrib.auth
19425 19425 Inline Admin does not allow extra to be a property contrib.admin
20257 20257 QuerySet that prefetches related object with a ManyToMany field cannot be pickled. Database layer (models, ORM)
16856 16856 Add a way to clear select_related Database layer (models, ORM)
20272 20272 Model._do_update isn't as useful as it could be Database layer (models, ORM)
20509 20509 --pks option in dumpdata command raises exception Core (Management commands)
20157 20157 Cannot pickle prefetched queryset on model with callable default datetime.datetime.now Database layer (models, ORM)
20527 20527 Poor link in Chapter 1 of The Django Book Documentation
16100 16100 date_hierarchy in admin weirdly broken contrib.admin
15033 15033 sqlindexes doesn't create indexes for ForeignKeys on normal ManyToManyFields Database layer (models, ORM)
19742 19742 Missing blog post appears at the top of community feed *.djangoproject.com
20526 20526 django admin framework should provide single record detail view contrib.admin
20525 20525 clearsessions documentation should indicate version added Documentation
20521 20521 {% local_url %} to extend {% url %} with instrospection of the rendering app Template system
20520 20520 Bug when using nginx+apache not listening on 80 port. HTTP handling
20523 20523 Wrong form filed for model FilePathField in Field types table (Creating forms from models) Documentation
20513 20513 Queryset caching behaviour needs more documentation Documentation
20519 20519 Request DJango to support IP2Location Lite with Zip Code Uncategorized
17974 17974 .distint('FIELDNAME') FAILS for MySQL Database layer (models, ORM)
20514 20514 django.contrib.gis.tests.test_measure.{AreaTest,DistanceTest} fail in py3 GIS
20503 20503 django.test._doctest deprecation warning too agressive Testing framework
16137 16137 .get behaviour is inconsistent with .get_or_create when no kwargs are given Database layer (models, ORM)
20182 20182 prepare_lookup_value should treat 0 as False for __isnull contrib.admin
20013 20013 A test for sqlall fails under Oracle Database layer (models, ORM)
20512 20512 Error in fields documentation Documentation
20507 20507 SubqueryConstraint doesn't relabel aliases correctly Database layer (models, ORM)
20504 20504 Documentation link not working Documentation
20508 20508 Persistent DB Connections link broken Documentation
20506 20506 Typo in 1.6 DB transactions documentation Documentation
20443 20443 Import errors in settings cause confusing error messages Uncategorized
20491 20491 jobs section spam posts *.djangoproject.com
20499 20499 Can't log into a past website Uncategorized
20498 20498 Can't log into a past website Uncategorized
20497 20497 i18n context markers for trans and blocktrans is not explained Translations
20099 20099 Allow filtering 404 reports by user agent HTTP handling
20496 20496 job section spams at community page Uncategorized
20494 20494 New reference for /wiki/Tutorials = Testing = suggestion *.djangoproject.com
20492 20492 Broken external link in ref/contrib/gis/geoip/ Documentation
20490 20490 Project-wise versus System-wise Uncategorized
20316 20316 TestCase will let code rollback and commit without warning Documentation
20481 20481 Provide official hooks for execution profiling Core (Other)
20474 20474 Make django.db importable without side-effects on settings Database layer (models, ORM)
20482 20482 File name/type Labels for Code for Tutorial Pt 3 - Write views that actually do something Documentation
20333 20333 Problems with BaseInlineFormSet.validate_max Forms
20314 20314 provide a management command to database views to cover inheritance Database layer (models, ORM)
11475 11475 test.Client.session.save() raises error for anonymous users Testing framework
17030 17030 Remove special handling of deferred models in queryset iterators Database layer (models, ORM)
11398 11398 pre_syncdb signal to signal before creating tables for models Core (Management commands)
20480 20480 Change to django tutorial docs Documentation
20463 20463 .get_or_create() leaves Postgres in 'current transaction is aborted...' state if da DataError occurs in create Database layer (models, ORM)
20473 20473 Rss addition to Django jobs section of community still pending Uncategorized
20476 20476 typo Documentation
20448 20448 Make Model.__repr__() safe Database layer (models, ORM)
19326 19326 Add a first method to the QuerySet Database layer (models, ORM)
18427 18427 limit_choices_to won't limit correctly contrib.admin
20471 20471 Shell code example typos: "imporrt ArticleForm>>>" Documentation
20344 20344 Allow django to discover management commands from namespace packages. Core (Management commands)
20467 20467 Doc is not updated Documentation
20460 20460 Documentation for customer user models should warn about naming it User Documentation
20437 20437 Testrunner tests fail with unittest2 installed Testing framework
20451 20451 Run makemessages/compilemessages from project directory Internationalization
9421 9421 delete object with ManyToManyField (option through) Forms
20459 20459 Better example for setting header fields in documentation Documentation
20011 20011 A test for .extra(select=...) fails under Oracle Database layer (models, ORM)
9684 9684 Authentication Backend Supresses Some Exceptions contrib.auth
20340 20340 disable_constraint_checking needs better documentation Database layer (models, ORM)
20452 20452 Correct notion of HTTP header fields Documentation
20352 20352 ModelAdmin form validation does not check inherited get_readonly_fields() contrib.admin
20433 20433 Extract catalog compilation code from javascript_catalog view Uncategorized
16884 16884 Add message level argument to ModelAdmin's message_user contrib.admin
14894 14894 translation is not threadsafe Internationalization
20430 20430 Enable Any iterable of two item iterables to be used for choices Database layer (models, ORM)
20446 20446 Documentation for SmallIntegerField does not clarify 'small' Documentation
17216 17216 Django contrib login view does not pass request to auth form on POST contrib.auth
20245 20245 STATIC_URL without trailing slash leads to confusingly broken URLs contrib.staticfiles
20371 20371 mail_admins should support strings as arguments Core (Mail)
20402 20402 Remove or at least reevaluate the suggestion of as-limit-128 Documentation
20356 20356 CommonMiddleware UnicodeDecodeError HTTP handling
20412 20412 Loader that searches templates in directory tree starting by its leave. Template system
20431 20431 syc db reference - needed in tutorial doc - after poll/models.py adds unicode and was_published_recently() Documentation
20399 20399 DatabaseError when saving model with ManyToManyField in admin contrib.admin
20428 20428 ImportError is swallowed while importing settings Uncategorized
20427 20427 UnboundLocalError when file lock fails in storage.py File uploads/storage
20426 20426 note about the AuthenticationForm API Documentation
20425 20425 A part is missing in "Writing your first Django app, part 2". Documentation
20424 20424 Add hosting to DjangoFriendlyWebHosts list *.djangoproject.com
20357 20357 Check username field label for None contrib.auth
20419 20419 Support a limited set of filter to ease writing SVG template Template system
20421 20421 typo Documentation
19712 19712 admindocs Model reference is incomplete and wrongly described Documentation
20416 20416 Model Scaffold should generate REST API Utilities
20407 20407 use of touple instead of list in settings.configure explanation Documentation
16550 16550 Django should load custom SQL when testing Database layer (models, ORM)
19611 19611 User Admin breaks on submit with form validation error contrib.auth
20410 20410 Small Typo in Form wizard documentation Documentation
20406 20406 manage.py generate nginx/apache/uWSGI/gunicorn sample config Core (Management commands)
20405 20405 documentation error, v1.4, missing argument in example code (models.Manager) Documentation
18883 18883 self is missing Documentation
17249 17249 cache.set() returns None, even in the case of failure Core (Cache system)
20201 20201 Oracle String Length Issue with CLOB and NCLOB Database layer (models, ORM)
20395 20395 Can I use Connector/Python instead of MySQLdb? And how? Python 3
20394 20394 parameter ``user_id`` of the custom ``get_user`` method has to be the pk of User Documentation
20398 20398 Language select code suggestion Documentation
20397 20397 Typo in Documents Documentation
20381 20381 truncatechars template tag docs does not have Django version 1.4 Documentation
20136 20136 Recommend note identifying that post_save signals will be fired on loaddata Documentation
20249 20249 Tutorial part 5 uses broken undocumented feature Documentation
20396 20396 using 'reverse' function produces django.conf.urls.defaults is deprecated Core (URLs)
20390 20390 Tutorial seems to be missing in MANIFEST.in: recursive-include polls/static * Documentation
11077 11077 Django's built-in tests fail when using url reverse tags in default registration templates Testing framework
18670 18670 Tests are loaded from models.py before tests.py, causes false negative Testing framework
19939 19939 Generic relations regression in split_exclude() cases. Database layer (models, ORM)
20391 20391 CSRF Uncategorized
20385 20385 Syntax Error in the Document Documentation
19168 19168 GeoIP does not work properly under os X GIS
20384 20384 GeoIP doesn't support unicode path GIS
20383 20383 Makemessages must deal with context translations for a limited set of contexts. Translations
20379 20379 request.POST.getlist fails when submitting a JS array of JS objects Uncategorized
20374 20374 When saving a form in Admin with an Inline, I get 'not subscriptable' error contrib.admin
20367 20367 Custom User model, wrong field order in Django admin form contrib.admin
13342 13342 MultiValueField - incorrectly use 'required' attribute of MultiValueField for child field validation Forms
20354 20354 `makemessages` crashes when reading non-UTF8 encoded files. Core (Management commands)
20369 20369 Django 1.5.1: Sending HTML mails with Unicode string contents fails Core (Mail)
20363 20363 urlize incorrectly includes quotation marks in links Template system
20274 20274 Missing create_test_db & destroy_test_db in django.test.utils Documentation
20305 20305 Advanced tutorial (reusable apps) neglects static files Documentation
20353 20353 Error in documentation. Documentation
20309 20309 File admin.py needs to be created first Documentation
20350 20350 Unable to edit and save data in database Python 2
20343 20343 Model save() method needs a way to tell if a file upload occurred Uncategorized
19055 19055 DateField uses date() which might not be correct in timezone aware situations Forms
11772 11772 ModelAdmin - added a model_modified hook for full CRUD support contrib.admin
15552 15552 LOGIN_URL should allow named urls contrib.auth
19078 19078 Polish IBAN field Forms
20345 20345 Improved wording in documentation regarding admin.py Documentation
20341 20341 no mention of urls.py in "writing your first django app, part 1' Documentation
20339 20339 Admin shows all users as staff and super user contrib.admin
20336 20336 Outdated paragraph in {% ifequal %} documentation Documentation
20334 20334 The tutorial request to edit a file that hasn't been created yet Documentation
20332 20332 You Might Be Logged Out If CSRF
20330 20330 "webserver" vs "web server" in the documentation Documentation
20329 20329 Traceback debug page broken if TemplateSyntaxError is raised without arguments Uncategorized
20328 20328 Add support to use a custom reason-phrase in response's status line HTTP handling
20327 20327 Correct "it's" to "its" when used possessively Documentation
10479 10479 Use funtools.partial instead of django.utils.functional.curry Uncategorized
20325 20325 `--template` argument to `startapp` and `startproject` has incorrect help text. Core (Management commands)
18557 18557 get_or_create() causes a race condition with MySQL Database layer (models, ORM)
20324 20324 Had to modify the urls.py to get the admin interface up Documentation
18336 18336 Static files randomly fail to load in Google Chrome HTTP handling
20322 20322 Allow and Deny are depricated since Apache 2.4.x Documentation
20037 20037 Django-admin inlines javascript tabularFormset -> formset contrib.admin
20321 20321 MergeDict should give key as argument to KeyError Utilities
8891 8891 Tutorial part 2 should not tell to edit an admin.py file that doesn't exist. Documentation
20320 20320 strange </tr> error with my function Template system
20144 20144 RSS multi-domains issue contrib.syndication
20319 20319 errors in your isntructions Documentation
20318 20318 Instruction errors (maybe) Documentation
20317 20317 errors in your isntructions Documentation
20315 20315 Default cache instance is memoized, but no other cache instance is Core (Cache system)
20312 20312 Overriding template in app's templates directory Template system
20308 20308 File session backend does not work in Windows contrib.sessions
20310 20310 Bad allowed-hosts link in settings.py Uncategorized
20058 20058 compilemessages outputs to stderr Internationalization
19420 19420 prefetch_related does not cache results when the model is inherited Database layer (models, ORM)
20307 20307 Word repeated in tutorial Documentation
20291 20291 Add method to reload `AppCache` Testing framework
20306 20306 password change accepted, but password doesn't work (code.djangoproject.com) *.djangoproject.com
20240 20240 Django community RSS aggregator Uncategorized
11877 11877 Document that request.get_host() fails when behind multiple reverse proxies Documentation
20303 20303 HTTP_X_FORWARDED_HOST can be multi-valued with USE_X_FORWARDED_HOST Uncategorized
20298 20298 Forms - FloatField and IntegerField raise errors when a user enters space in textboxes. Forms
20302 20302 admin history/delete views do not support being in a popup. contrib.admin
20270 20270 bug in ajax example Documentation
20295 20295 from django.db import utils fails; import django.db.utils succeeds Uncategorized
12222 12222 rename items in values() Database layer (models, ORM)
16840 16840 Bogus QuerySet.distinct(...) and QuerySet.select_related(...) arguments do not result in errors Database layer (models, ORM)
20293 20293 Writing first django app part 2: Admin isn't initially turned on Documentation
10466 10466 Document that functions in QuerySets' parameters are eagerly evaluated. Documentation
20276 20276 bool(MergeDict()) should evaluate to False if component dicts are empty Utilities
20283 20283 Geodjango - Spatialite spatial index is not updated when the table is modifed GIS
15536 15536 ModelForm validation regression in 1.2 when using TimeField with choices Forms
17840 17840 Overriding form field error messages without argument causes string formatting error. Forms
20265 20265 django-admin.py: command not found Documentation
20285 20285 missing a comma after '' in urlpattern Documentation
20286 20286 Typo in howto/static-files/ Documentation
20282 20282 Typo error Documentation
20277 20277 polls/urls.py error Documentation
12782 12782 Develop a stable, public API for ``Model._meta`` Database layer (models, ORM)
20275 20275 WSGI environ variables not set for test client's login() request Testing framework
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
18646 18646 Link to EPUB documentation for 1.3 goes to 1.5 instead *.djangoproject.com
20268 20268 [code.djangoproject.com] Highlighting of core devs is broken if a user has a non-ascii name *.djangoproject.com
6377 6377 Use RequestContext if possible in default 500 error view Core (Other)
20254 20254 startproject command - need better error message Core (Management commands)
20266 20266 Typo in https://docs.djangoproject.com/en/1.5/topics/class-based-views/intro/ Documentation
20260 20260 Geodjango - ogrinspect on spatialite deprecation warning and unknown field type GIS
20186 20186 Overriding registration/logged_out.html template doesn't work contrib.auth
20259 20259 Syntax Error in the Document Documentation
20251 20251 UnicodeEncodeError with DecimalField Forms
20261 20261 Changing a Site fails if the user has a string ID. Uncategorized
20258 20258 "managed" attr of Model meta class losted during inheritance from abstract model Database layer (models, ORM)
18231 18231 i18n javascript_catalog View Pollutes Global Namespace Internationalization
20252 20252 GeoDjango - GeoQuerySet.geojson NotImplementedError with Spatialite GIS
20247 20247 qualify folders for .py files on tutorial Documentation
20129 20129 Storing a related queryset in attribute clears session Database layer (models, ORM)
20237 20237 Unable to test pure binary with assertContains Testing framework
20248 20248 Clarifying Documentation Documentation
20209 20209 fields is empty after post with RadioWidget Forms
20243 20243 Related object reference - remove() method Documentation
16306 16306 Form field documentation documents optional keyword arguments as field attributes. Forms
17108 17108 Link Trac's fields to their corresponding explanations in the Django doc *.djangoproject.com
20239 20239 Clarify 404 handling when DEBUG = FALSE in tutorial Documentation
18803 18803 Django FormWizard.as_view condition_dict callable called multiple times? contrib.formtools
20231 20231 django.utils.text.smart_strip does not work with lazy strings (TypeError) Utilities
20232 20232 Where is the unchained version? Uncategorized
20227 20227 Accept an empty SECRET_KEY when DEBUG is True Uncategorized
20225 20225 query model using `filter` or `get` occur ValueError: invalid literal for int() with base 10 *.djangoproject.com
20217 20217 query model using `filter` or `get` occur ValueError: invalid literal for int() with base 10 Database layer (models, ORM)
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
20220 20220 Problems with databases Uncategorized
20219 20219 block evaluation preceeds if-statement evaluation Template system
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
20216 20216 filtering over an Sum on a BooleanField uses BooleanField's get_db_prep_lookup on the value Database layer (models, ORM)
20214 20214 Custom User Model Manager has problem with test database Testing framework
15126 15126 Misleading error in ModelForm Forms
20213 20213 enter key does not work in "textarea" into the admin panel. So I can not go to new line Forms
20202 20202 BaseModelForm uses model_to_dict to provide initial, causes problems for ModelChoiceField with non-pk to_field_name Forms
20149 20149 Forgot password email not being correctly translated contrib.admin
20210 20210 Correction on DjangoFriendlyWebHosts *.djangoproject.com
14322 14322 Please set default values for required and error css classes Forms
18361 18361 Accessing a ModelChoiceField property in a template triggers QuerySet evaluation Forms
18155 18155 Undocumented changes, indecision, in template fail silently exception handling Template system
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
11732 11732 ModelAdmin.get_changelist_form should use ModelAdmin.form contrib.admin
20198 20198 fixtures.FixtureLoadingTests.test_loaddata_error_message fails on Postgres 9.2 Testing framework
19930 19930 Upgrading to Django v1.5 breaks django.core.urlresolvers.reverse() Core (URLs)
20181 20181 auto generate SECRET_KEY file? Uncategorized
20193 20193 About replacing PIL with Wand Uncategorized
20190 20190 Accessing a deferred GIS (MultiPolygonField) field on a model instance recursion error GIS
20038 20038 Misleading port number in 'Invalid HTTP_HOST header' error message HTTP handling
20191 20191 No Module Named App Name Python 2
20188 20188 [contrib.auth.admin] We need to use the AUTH_USER_MODEL defined in the settings form admin form contrib.auth
20184 20184 Tutorial Instructions Don't Work Documentation
19748 19748 Document django.utils.module_loading.import_by_path Documentation
20171 20171 DEBUG and ALLOWED_HOSTS documentation Documentation
20173 20173 tutorials: stylesheet in part 6 inconsistent with template in part 3 Documentation
16386 16386 Handle subclasses in signal dispatcher Core (Other)
17824 17824 Add generic pre/post_modify signal Database layer (models, ORM)
20169 20169 Request path incorrectly assembled when SCRIPT_NAME has trailing slash HTTP handling
12231 12231 The project path is incorrectly build, it wipe the namespace Core (Other)
16737 16737 inspectdb does not handle non-ascii column names correctly Database layer (models, ORM)
5014 5014 manage.py inspect db is not using the new DecimalField Core (Management commands)
20176 20176 cache.set() fails silently Core (Cache system)
17459 17459 Subquery fails across multiple databases Database layer (models, ORM)
10995 10995 Improve paginator to account for very large page_range's Core (Other)
17850 17850 Passing FormWizard.as_view(form_list) a dynamic form_list contrib.formtools
20172 20172 utils.html.urlize does not recognize IPv6 URLs Utilities
20170 20170 LIMIT works on entire queryset, even when not expected to. Database layer (models, ORM)
12752 12752 validators should allow check against empty to be customized Database layer (models, ORM)
9913 9913 authentication method docs wrong or confusing WRT returned value Documentation
20168 20168 PostgreSQL specific example in documentation Documentation
20089 20089 Give reference from widget to its field Forms
19267 19267 Table of Contents missing and links broken in PDF on readthedocs Documentation
19442 19442 Documentation: db transactions clarification Documentation
13421 13421 FormWizard Documentation doesn't mention that POST params' names change Documentation
13299 13299 Handicapped objects passed to models signals during loaddata Documentation
19492 19492 uWSGI how to needs to be more detailed for beginners Documentation
20164 20164 Confusing SuspiciousOperation exception about ALLOWED_HOSTS when using hosts with port number HTTP handling
19262 19262 SimpleTemplateResponse not calling super which causes cookies to not pickle correctly HTTP handling
13972 13972 Field initial value callable should take a request object as an argument Forms
20139 20139 Please add a line about ALLOWED_HOSTS requirement in tutorial Documentation
20151 20151 get_deleted_objects does not check permissions on proxy model objects without ModelAdmin contrib.admin
14540 14540 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
20132 20132 QuerySets still return the model that was requested is wrong/not clear enough Documentation
20155 20155 Django doesn't appear to actually follow Database naming rules Testing framework
10402 10402 mysql backend connections left idle open Database layer (models, ORM)
15749 15749 Unable to set custom formatter class in LOGGING setting (dictConfig format) Uncategorized
20153 20153 QuerySet filter() and exclude() when used with annotate() generate same SQL Database layer (models, ORM)
20152 20152 QuerySet filter() and exclude() when used with annotate() generate same SQL Database layer (models, ORM)
20148 20148 Error 404 cause exception 500 Python 2
19385 19385 Add support for multiple-column join Database layer (models, ORM)
20016 20016 buffer buildin not supportet in jython Python 2
20118 20118 Upgrade from Django 1.4 to 1.5 creates South migration Documentation
20078 20078 Users with change-user permission in the admin can use filtering to reveal password hash contrib.auth
20145 20145 Use cdecimal for DecimalField if available Database layer (models, ORM)
20140 20140 core/validators.py treats string as integer an throws TypeError Core (Other)
3485 3485 Initial SQL fails when data contains a % in it when settings.DEBUG = True Database layer (models, ORM)
9079 9079 Label tag attributes Forms
20141 20141 QuerySet filter should check type Database layer (models, ORM)
20138 20138 BCrypt effectively limits password length. contrib.auth
10293 10293 Show Unicode representations next to ManyToMany raw_id_field contrib.admin
20091 20091 outer join regression over nullable foreign keys Database layer (models, ORM)
20137 20137 django.core.exceptions.ImproperlyConfigured Uncategorized
20121 20121 LogEntry.get_admin_url uses a hard-coded path format. contrib.admin
20120 20120 If DEBUG mode is True and ALLOWED_HOSTS is empty you should get a console warning HTTP handling
19390 19390 NameError in models throws ambiguous message when running syncdb Database layer (models, ORM)
16227 16227 Include traceback in a comment when hitting an exception in debug mode Core (Other)
14057 14057 Expose an interface for custom-escaping template content Template system
20124 20124 Warnings when building the docs Documentation
17489 17489 Errors low in the stack provide unhelpful text. Core (Other)
10214 10214 Add 'internal' option to SEND_BROKEN_LINK_EMAILS Core (Other)
8927 8927 Make Request proxy the WSGI environ HTTP handling
20123 20123 Non-existing email error should not be displayed on password_reset contrib.auth
8490 8490 path_info equals script_name on lighttpd using fastcgi under a subdirectory when accessed without a trailing '/' Core (Other)
12306 12306 Checkbox (label, field) ordering Forms
13401 13401 Forms RadioInput produces invalid HTML Forms
17781 17781 Django cache middleware does not set "Age" header as described in rfc2616 Core (Cache system)
18265 18265 request.user cached value does not track request.session change contrib.auth
20119 20119 typo error "in it's definition" > "in its definition" Documentation
12846 12846 [PATCH] Support for compiled pyc files Core (Other)
14874 14874 remove js-confirms on changelist contrib.admin
16089 16089 Adding/Removing admin Inlines on the fly contrib.admin
19624 19624 Generic Detail View context contains object twice. Generic views
17878 17878 Recursive order_with_respect_to Database layer (models, ORM)
18242 18242 Making widget type accessible in template Forms
13917 13917 Multiple popup window feature of related objects popup through id_to_windowname contrib.admin
15711 15711 Abstract model managers should return subclass instances Database layer (models, ORM)
16112 16112 Excluding some value in a related model excludes objects without that model Database layer (models, ORM)
19512 19512 Aggregate or Annotaion on previously Annotated values Database layer (models, ORM)
12789 12789 ConditionalGetMiddleware behavior improvement. Core (Cache system)
15729 15729 Cache middleware issues after restart when using mod_wsgi with PyLibMC Core (Cache system)
15616 15616 django.core.exceptions.ValidationError is poorly implemented and documented Core (Other)
16663 16663 Model field choices should accept empty iterator Database layer (models, ORM)
17557 17557 Refactor form CBV to remove some unnecessary complexity Generic views
11446 11446 Adding dynamic label to GIcon GIS
13581 13581 improve naming of default coordinates for GeoModelAdmin¶ GIS
15641 15641 Allow FileSystemStorage(base_url=None) to disable url access File uploads/storage
8135 8135 Make RequestContext act as a dictionary Template system
7733 7733 Make clickable area of object links larger contrib.admin
17984 17984 admin list_filter security fix doesn't allow 'pk' lookups in query string contrib.admin
20115 20115 Error with MySQL database using % in direct SQL Database layer (models, ORM)
20087 20087 RSS updating issue contrib.syndication
15319 15319 _get_next_or_previous_by_FIELD populated from Meta Database layer (models, ORM)
16505 16505 Consider a different interface for get_next_by_FOO and get_previous_by_FOO Database layer (models, ORM)
18185 18185 inlineformset_factory: formfield_callback does not execute for custom fields on modelForm Documentation
18502 18502 django.forms.models.fields_for_model() missing from online docs Documentation
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)
17473 17473 Add like and ilike lookups Database layer (models, ORM)
15562 15562 include_patterns in staticfiles finder contrib.staticfiles
19345 19345 ContentType.objects.get_for_model shouldn't create missing content types contrib.contenttypes
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
10701 10701 manage.py runfcgi dies in response to SIGHUP/SIGUSR1, disallows log rotation Core (Management commands)
15313 15313 Oracle DB backend should not overwrite NLS_LANG Database layer (models, ORM)
13899 13899 Geolocation Support for GeoDjango admin GIS
19251 19251 Normalize newlines from Textarea widgets Forms
17474 17474 Problem when the request doesn't have Content-Type. HTTP handling
20060 20060 Test failures in sitemaps app when using custom User model contrib.sitemaps
13313 13313 Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField Database layer (models, ORM)
13688 13688 Ability to specify the field type for extra select Database layer (models, ORM)
10720 10720 OrderedManyToMany API Implementation Database layer (models, ORM)
11007 11007 Add django.db.Model.changes(self) that returns a dict of differences Database layer (models, ORM)
10657 10657 Meta option 'ordering' causes problems with nullable fields Database layer (models, ORM)
9120 9120 Improve error reports for exceptions in models.loading.load_app Database layer (models, ORM)
18975 18975 Remove explicit support for bad practices Database layer (models, ORM)
10590 10590 Support nested fieldsets in administration contrib.admin
16142 16142 Coming admin FilterSpec implementation limits querying functionality contrib.admin
11652 11652 Simultaneous editing of a record via the admin interface silently overwrites contrib.admin
16350 16350 Admin messages should be capitalized to work well in other languages contrib.admin
18202 18202 inconsistent humanize naturaltime contrib.humanize
14451 14451 add related_name to contrib.auth.models.User for 'groups' contrib.auth
19302 19302 Add option to disable Admin log (LogEntry) contrib.admin
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
10659 10659 Properly handle Paste's MultiDict and UnicodeMultiDict in Django Form's SelectMultiple Forms
12680 12680 Floating submitbuttons contrib.admin
13900 13900 New admin feature: Delete and replace with existing object contrib.admin
19265 19265 deprecate redirect_to_login contrib.auth
14587 14587 Model description on administrative interface contrib.admin
20108 20108 filepath_to_uri raises UnicodeDecodeError on utf8 input Utilities
20110 20110 Unnecessary single quotes in examples Documentation
20109 20109 django-admin.py does not correctly set DJANGO_SETTINGS_MODULE (patch attached) Core (Management commands)
20090 20090 SubfieldBase/to_python handles both serialized and original string which breaks custom model fields like JSONField Uncategorized
18461 18461 UnicodeDecodeError in sql logger Core (Other)
20107 20107 Error in example for "Using initial data with a formset" Documentation
20105 20105 dictsort by obj and by obj_id gives varying results Template system
19753 19753 Custom user system shouldn't be dependent on all installed apps contrib.auth
20095 20095 Tutorial page 02 Documentation
20106 20106 A little optimazon--"0 errors found" Python 3
20102 20102 None no longer matches zero-length string on CharField Documentation
20103 20103 None no longer matches zero-length string on CharField Documentation
20100 20100 Broken link to the BSD licence in the wiki *.djangoproject.com
20101 20101 bitwise or on queryset fails when using exlude over manytomany Database layer (models, ORM)
20092 20092 Cache not isolated in tests Testing framework
20097 20097 The field named as the USERNAME_FIELD should not be included in REQUIRED_FIELDS on a swappable User model. contrib.auth
20096 20096 Added localflavor for Greece (gr) Internationalization
13465 13465 non_field_errors should be mentioned in the form api docs Documentation
20093 20093 Allow Model Cache Invalidation Database layer (models, ORM)
17615 17615 Unique field validation with multi-table inheritance Database layer (models, ORM)
20068 20068 calling QueryDict.update with self causes an infinite loop Utilities
15166 15166 Code error in ValidationError.update_error_dict Core (Other)
13873 13873 Provide an explicit setting to skip tests for INSTALLED_APPS Testing framework
20076 20076 Admin read-only fields should be included in POST contrib.admin
11403 11403 Django Models - Default and Choices made to Table Schema Database layer (models, ORM)
17823 17823 Add nolock support to queryset API Database layer (models, ORM)
9026 9026 Scripts receive invalid keyboard input under Windows with JVM Core (Management commands)
19799 19799 PASSWORD_HASHERS attempt to look up empty algorithm in certain cases contrib.auth
18655 18655 Media files should be served using file storage API File uploads/storage
19798 19798 Django Randomly crashes postgres Database layer (models, ORM)
19847 19847 add a "step_failure" method on WizardView contrib.formtools
20085 20085 Documentation to describe cross-domain caveat with SESSION_COOKIE_DOMAIN contrib.sessions
20047 20047 ORM objects store connection name, but django does not include it during memcache lookup Database layer (models, ORM)
6712 6712 choosing tests with command line among tests provided by custom 'suite' method Testing framework
19098 19098 UnicodeDecodeError when including URLs in Windows with non-ASCII paths Core (URLs)
19968 19968 Drop support for PostgreSQL < 8.4 Database layer (models, ORM)
20066 20066 Allow importing and using `django.contrib.auth.hashers` outside of Django project contrib.auth
20072 20072 manage.py runserver produces socket error when accessing a normal site Core (Management commands)
20046 20046 Elaboration that might be helpful for new-comers Documentation
20074 20074 admin.py not autogenerated as explained Documentation
19091 19091 NoReverseMatch template errors are difficult to debug Core (URLs)
16139 16139 Pass request object to URL resolvers so custom despatchers can use more than just path. Core (URLs)
19456 19456 SimpleLazyObject raises RuntimeError if __class__ accessed while tracing execution Utilities
20071 20071 Remove widget display logic from database layer - ManyToMany model field Database layer (models, ORM)
19992 19992 Put protection against unsafe redirects into `HttpResponseRedirectBase` HTTP handling
16008 16008 Django does not provide any protection against DNS rebinding HTTP handling
17447 17447 Problematic logical expressions for types.ClassType checks in django.utils.dictconfig Python 3
19510 19510 Thread safe template cache Template system
17070 17070 newly created templatetags module not loaded or recognized until server restart Template system
16034 16034 get_field_display: Django needs a filter to allow get_field_display for a dynamic field Template system
15093 15093 smart_split behaviour is surprising Template system
19550 19550 Make the filtered select widget wider contrib.admin
20069 20069 Default value of USE_TZ is unclear/contradictory Documentation
20067 20067 Managet Queryset Typo Documentation
19635 19635 Allow fields to be pickled Database layer (models, ORM)
20043 20043 remove unused BLANK_CHOICE_NONE Database layer (models, ORM)
20064 20064 Chapter "Write your first view" not clear with mysite/views.py Documentation
20063 20063 Django 1.5 Installation adds invalid strings to Path Uncategorized
20062 20062 Filtering ManyToManyField in a class with OneToOneField as a primary key generates a wrong query Database layer (models, ORM)
16443 16443 previous_day from views.generic.dates.DayArchiveView doesn't return the previous day Generic views
11939 11939 Better conventions between generic views and syndication feed framework contrib.syndication
4471 4471 Newforms errors.as_text probably shouldn't prefix the string with an '*' character Forms
16110 16110 GeometryField does not allow setting blank=True and null=False GIS
20042 20042 TemplateDoesNotExist when using DetailView with no template_name Uncategorized
18859 18859 sample static folder when creating project Core (Management commands)
6233 6233 fixture fails to load on inet field Core (Serialization)
10973 10973 simpler doctesting Testing framework
3343 3343 Doctest find() doesn't work for model subpackage (models/__init__.py) Testing framework
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
18243 18243 Management shell should make it easy to force LOGGING_CONFIG=None Core (Management commands)
13680 13680 loaddata should issue a warning when attempting to load data using an unknown serialization format even when it is unspecified Core (Serialization)
20050 20050 Django models are not importable for utility scripts Core (Other)
20044 20044 DatabaseError at /admin/: custom user model with UUID PK contrib.admin
12909 12909 Exceptions raised in response middleware don't invoke site 500/404 handlers. Core (Other)
14289 14289 Add a signal in the cleanup management command Core (Other)
2615 2615 [patch] Make reversed url-resolving aware of matched kwargs and extra options Core (Other)
16444 16444 reverse() doesn't respect request.urlconf when called from a generator passed to a response Core (Other)
16675 16675 Refactor the class/function loading code to use common API Core (Other)
20045 20045 template timezone datetimefields with auto_now_add, auto_now Template system
19835 19835 django.utils.timezone.now should return local time when used with timezone.activate Core (Other)
20041 20041 some bug contrib.admin
20030 20030 django.db.backends.BaseDatabaseWrapper.supports_transactions eats database exceptions Database layer (models, ORM)
20023 20023 Admin Inline form validation must go in Model.clean() if AdminInline.form is not specified Documentation
17000 17000 sql/query.py add_q refactoring Database layer (models, ORM)
17025 17025 sql/where.py WhereNode refactoring Database layer (models, ORM)
13198 13198 exclude() bug when used with Q() objects Database layer (models, ORM)
17600 17600 Error in encapsulates filters (Q) Database layer (models, ORM)
20035 20035 Last block of commands in python shell show wrong text "What's new?" should be "What's up?" Documentation
20033 20033 Bug: collecstatic makes static files executable contrib.staticfiles
20031 20031 validators.EmailValidator Core (Other)
12380 12380 Shouldn't the pluralize filter consider 0 to be singular? Template system
19438 19438 Install docs - admin static files - clarification Documentation
20029 20029 Django 1.5 / gunicorn 0.17.2 won't start Core (Management commands)
19965 19965 Problem with __unicode__ in your tutorial Documentation
20028 20028 transaction.atomic doesn't work on callable instances Database layer (models, ORM)
19955 19955 Make contrib.comments form customizable contrib.comments
19781 19781 Documentation on Django Comments moderation emails doesn't match actual behavior contrib.comments
12018 12018 Use "RequestContext" instead of "Context" for comments moderation email contrib.comments
10838 10838 Pass user object to CommentForm (initial data) contrib.comments
11870 11870 Moderation doesn't work with comments extended from BaseCommentAbstractModel contrib.comments
16346 16346 Hide additional fields in comment form when user is authenticated. contrib.comments
14175 14175 Comment object's user_name field too short for User.get_full_name contrib.comments
12742 12742 File upload handler in Comments framework contrib.comments
16977 16977 CommentForm Issue contrib.comments
18965 18965 Properly deprecate PROFANITIES_LIST. contrib.comments
16456 16456 Add reference to commented object to RequestContext in preview contrib.comments
17097 17097 Permission to delete a comment should be based on a user's given permissions contrib.comments
14646 14646 django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context contrib.comments
13344 13344 Name collision for "next" template variable between contrib.comments and views.generic.list_detail contrib.comments
14970 14970 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
20020 20020 ValueError for FileField if the file is closed in clean method File uploads/storage
20021 20021 create_superuser fails on Windows XP/Python 3.2 contrib.auth
20019 20019 Set `HttpRequest.resolver_match` to `None` by default HTTP handling
19584 19584 compilemessages does not report error when msgfmt fails or is missing Internationalization
19993 19993 Allow accessing the resolver match and the view name on the `Request` Core (URLs)
20008 20008 Dead link in tutorial part 5 Documentation
19171 19171 unnecessary SRID lookup makes coordinate transform from custom SRS to standard SRS fail GIS
14241 14241 instructions for creating spatial database template differ on fedora 13 (64 bit) Documentation
19923 19923 traceback handling in management commands Core (Management commands)
16594 16594 Missing altitude (z) on Point on admin interface for geodjango GIS
6663 6663 UUID as Primary Key (Re. 4682) Database layer (models, ORM)
20006 20006 Converting a datestring into a proper date from and AJAX call Internationalization
20002 20002 Model inheritance depth may result in invalid SQL queries Database layer (models, ORM)
19990 19990 showAddAnotherPopup _popup need a fix contrib.admin
20001 20001 BigAutoField for Django 1.5 (patch included) Database layer (models, ORM)
19999 19999 first app not running Template system
19995 19995 [Django Testing Framework] Client.get() and UnicodeEncodeError Testing framework
19991 19991 Introduce `saved_forms` property to `BaseModelFormSet` Forms
16238 16238 TECHNICAL_*_TEMPLATE change Core (Other)
19978 19978 Technical 500 response as HTML for Ajax request Core (Other)
19977 19977 Test database not auto-flushing Database layer (models, ORM)
19931 19931 Deleting from Site model won't cascade delete related models contrib.sites
15896 15896 unittest docs say import django.utils, should be djanto.test Documentation
19983 19983 Improving this part from confusion Documentation
19985 19985 Suggested improvement for example with customizing templates Documentation
19946 19946 If DEBUG mode is False and ALLOWED_HOSTS is empty you should get a console warning Uncategorized
19989 19989 Validating BinaryField against validators.EMPTY_VALUES raises UnicodeWarning Core (Other)
19994 19994 Typo on deployment docs Documentation
19952 19952 ALLOWED_HOSTS breaks on subdomains that contain underscores Uncategorized
13735 13735 Broken table layout if content is too large contrib.admin
19979 19979 Minor changes to improve Custom Managers Examples Documentation
19984 19984 First Django App part 2 : urls.py Documentation
19970 19970 Need specific recipe for shared hosting Documentation
19464 19464 The markup for ClearableFileInput's link should be a widget template string Forms
17754 17754 Django GIS Measure refactor GIS
19975 19975 Catching ImportError and raising SiteProfileNotAvailable in auth.models makes it tricky to figure out missing modules contrib.auth
19976 19976 Error creating application with the name 'users' Core (Management commands)
19969 19969 More useful error message when defining ForeignKey with invalid first argument Database layer (models, ORM)
19667 19667 blocktrans plural to fail on untranslated languages Internationalization
19974 19974 windows django installation Documentation
19942 19942 Test failure Internationalization
19674 19674 AttributeError: 'Command' object has no attribute 'style' Core (Management commands)
19933 19933 "ValueError: unknown locale: en_NG" in Django 1.5 Internationalization
19936 19936 Django 1.4 Docs broken link to sourcecode live on github Documentation
19926 19926 dead link in documentation Documentation
19917 19917 missing microseconds for TIME_INPUT_FORMATS Core (Other)
19962 19962 Add note about `SESSION_EXPIRE_AT_BROWSER_CLOSE` caveat when using Chrome Documentation
18130 18130 postgres_psycopg2 adapter should not use hard coded isolation levels Database layer (models, ORM)
7062 7062 Multiple projects with different TIME_ZONE settings under mod_python can cause unexpected date/time behaviour Core (Other)
2438 2438 django.db.models get_apps() return different results according to the server used Core (Other)
19960 19960 Authentication documentation claims to send 2 signals instead of 3 Documentation
19961 19961 Examples of "Complex lookups with Q objects" using objects.get Documentation
19958 19958 django-admin.py startproject [projectname] does not create manage.py Python 3
19959 19959 ModelAdmin.get_formsets code snippet wrong Documentation
19957 19957 Can't use pip to install Django 1.5 when using python 2.6 Uncategorized
19956 19956 Manual PrimaryKey isn't updated after save, create Database layer (models, ORM)
18898 18898 has_changed fails to compare model instance with primary key Forms
19950 19950 Tutorial Section 3 Wrong Documentation
19710 19710 ModelAdmin exclude behaviour not consistent with ModelAdmin behaviour contrib.admin
19460 19460 “Unknown password hashing algorithm” when logging in with custom model inheriting from django.contrib.auth.models.User Uncategorized
19937 19937 Small bug in a documentation code example (Introduction to Class-based views) Documentation
19935 19935 Unicode chars in verbose_name results in UnicodeDecodeError instead of 404 in generic views Generic views
17681 17681 Annotating an EmptyQueryset lead to not empty queryset Database layer (models, ORM)
17727 17727 Multiple values for Fields Database layer (models, ORM)
12822 12822 DatabaseError: aggregates not allowed in WHERE clause Database layer (models, ORM)
18221 18221 Add "Length" database function Database layer (models, ORM)
19653 19653 `Manager.get_empty_query_set` should call `get_query_set` Database layer (models, ORM)
19290 19290 'exclude' on aggregations makes wrong SQL Database layer (models, ORM)
16018 16018 Aggregation annotate(Max()) nonoptimal query. Database layer (models, ORM)
14707 14707 Allow an annotation to match a field name when using .values on a query set. Database layer (models, ORM)
17072 17072 Unable to chain Annotated Q Objects With OR Database layer (models, ORM)
11117 11117 placeholder confusion when using aggregated query with extra Database layer (models, ORM)
5617 5617 Default server_error view should render with RequestContext Database layer (models, ORM)
13860 13860 Translate the output of admin commands Internationalization
17954 17954 django.test.simple.dependency_ordered() allows cyclic dependencies between aliases. Testing framework
9207 9207 Failing test code when using contenttypes app. contrib.contenttypes
6259 6259 ContentType.objects.get_for_model will cause the error in django.test.TestCase Testing framework
19932 19932 direct_to_template was removed in 1.5, but the change was not documented anywhere. Documentation
19920 19920 DatabaseError exceptions in _commit, _rollback, etc. Database layer (models, ORM)
19861 19861 Improve connection._dirty flag handling Database layer (models, ORM)
19927 19927 Tutorial Part 3 - choice.choice_text is choice.choice Documentation
19921 19921 Merge regressiontests and modeltests Uncategorized
19507 19507 django.db doesn't wrap / replace psycopg2.InterfaceError Database layer (models, ORM)
16122 16122 Unify the modeltests, regressiontest test directories hierarchies Testing framework
18742 18742 Template tag length returns invalid value Template system
12332 12332 {% blocktrans with value as variable %} syntax cannot parse literal values passed through filters Template system
13919 13919 "Incorrect string value" warning when saving some unicode characters to MySQL Uncategorized
17826 17826 Failures in Firefox+Windows 7+Admin filter tests contrib.admin
19849 19849 ORM cleanup Database layer (models, ORM)
18144 18144 MD5PasswordHasher: broken backwards compatibility with empty salt contrib.auth
19911 19911 Wrong link in tutorial 4 Documentation
19728 19728 Update API stability doc Documentation
12235 12235 MultiValueDictKeyError when editing Inline objects contrib.admin
19913 19913 minor correction of GeoDjango tutorial Documentation
19903 19903 Exception in servers tests tear down Testing framework
18969 18969 ORM filtering with "year" lookup for dates Database layer (models, ORM)
19890 19890 ifchanged tag renders the nodelist_true part twice Template system
9340 9340 `translation.get_language()` should process `settings.LANGUAGE_CODE` Internationalization
3208 3208 allow to generate a 'no-content' HTTP response (a response with no body) Core (Other)
19394 19394 Forms in django.contrib.auth have "username" as a hardcoded field value Documentation
19746 19746 Allowing serialization without 'pk' Core (Serialization)
18862 18862 FlatPages get_absolute_url should pay attention to script prefix contrib.flatpages
5568 5568 DROP INDEX subcommand Core (Management commands)
19896 19896 Running `clear.cache()` using PostgreSQL does not remove rows Core (Cache system)
15149 15149 Memcached backend: possible issue with cache keys Core (Cache system)
19889 19889 Tutorial03 makes you refactor code that you cannot run Documentation
19902 19902 Broken link in documentation Documentation
15198 15198 AuthenticationForm.clean call does not have request set contrib.auth
19899 19899 Add attr request in user_login_failed signal contrib.auth
19872 19872 cached_property doesn't behave properly when accessed through the class Core (Other)
18583 18583 exclude generates wrong SQL query Database layer (models, ORM)
19402 19402 django.contrib.auth.models.CustomUser.REQUIRED_FIELDS needs better docs Documentation
19579 19579 Docs aren't clear on purpose of signals' "providing_args" Documentation
19880 19880 form-wizard initial data example is wrong Documentation
7700 7700 Query parent for child Core (Other)
19893 19893 manage.py dbshell requires password for PostgreSQL databases Core (Management commands)
19894 19894 default STATIC_URL is '/static/' in stead of None? Documentation
19365 19365 Create a `NonNegativeIntegerField` alias for `PositiveIntegerField` Database layer (models, ORM)
15877 15877 Exception:ModelForm has no model class specified Forms
19892 19892 mysite/mytemplates/ directory introduced in tutorial02, should it be mysite/templates/ ? Documentation
18208 18208 Escape translations by default Internationalization
17094 17094 DeletionMixin get_success_url parameter Documentation
19832 19832 DecimalField validation shoud use plural forms Forms
19686 19686 Support HTML5 number input type Forms
19886 19886 documentation: FormWizard.as_view() does not have the attribute get_form() Documentation
19846 19846 Simplify BlockContext code with defaultdict Template system
19883 19883 Inconsistent parameter substitution in cursor wrappers Database layer (models, ORM)
14571 14571 Update jQuery contrib.admin
19876 19876 Using a staticmethod for a FileField's upload_to attribute doesn't work Database layer (models, ORM)
19871 19871 Extend ResetPasswordTokenGenerator to handle arbitraty tokens Uncategorized
19851 19851 500 page suggests to contact non-existant email address *.djangoproject.com
19825 19825 URLValidator Forms
19784 19784 Custom urlconf reset too early Core (URLs)
19636 19636 inhibit signals to modify some field on tests Testing framework
19658 19658 Login redirects use wrong URL when application doesn't live on web server root contrib.auth
19621 19621 templates suppress TypeErrors from comparisons Template system
19841 19841 Problem in documentation "Writing your first Django app, part 1" with manage.py runserver Documentation
18526 18526 {% with %} template tag shows strange behaviour if TEMPLATE_STRING_IF_INVALID is non-empty. Template system
19594 19594 urlpatterns not respected for trailling slashed when mod_rewrite is on Core (Other)
19592 19592 BaseForms validation and ValidationError's params Forms
13320 13320 loaddata and syncdb should use the python logging Uncategorized
19840 19840 Traceback view: href to version control page Uncategorized
19867 19867 get_host shouldn't apply validation to server-set values HTTP handling
19868 19868 Custom User Models documentation Documentation
19873 19873 Cursor vs DebugCursor behavior not the same on execute without arguments Uncategorized
19865 19865 Point.transform(srid=1234) is wrong documented GIS
19870 19870 select_related has issues with models linked by a FK which inherit from a common model Database layer (models, ORM)
16756 16756 Edit item with non integer value and inheritance fails on id. contrib.admin
19856 19856 LiveServerTestCase + in-memory SQLite do not work together Testing framework
19858 19858 .pyc files in Django-1.4.4.tar.gz, Django-1.3.6.tar.gz tarballs Uncategorized
19672 19672 Negated Q objects over nullable joins result in invalid SQL Database layer (models, ORM)
19843 19843 ORM generate dupes when filtering twice on related objects Database layer (models, ORM)
19857 19857 Update documentation to include ALLOWED_HOSTS section. *.djangoproject.com
19864 19864 No standard method of indicating import paths in documentation Documentation
19863 19863 Quotes around the url name contrib.auth
19598 19598 Bug in inlines.js contrib.admin
19862 19862 docs for signal request_finished Documentation
19860 19860 django 1.3.6 package contains bad file Core (Management commands)
19859 19859 Django 1.4.4 release tarball includes .pyc files (including bare) Uncategorized
19853 19853 EmailField default max_length led to errors contrib.auth
19852 19852 Typo in documentation for FieldSets classes Documentation
18789 18789 Too many method arguments equals poor readability for small resolutions. Documentation
19317 19317 Make warning blocks distinguishable Documentation
19848 19848 ANDed Q filters spanning generic relations evaluate unexpectedly to empty querie sets contrib.contenttypes
19837 19837 Regression in QuerySet.exclude and many to many Database layer (models, ORM)
19407 19407 queryset.none() acts like queryset.all() when using a values_list in a filter Database layer (models, ORM)
19717 19717 Inconsistent documentation: refers to a "root QuerySet", which is really a Manager instance. Documentation
19593 19593 Add flushing of stdout and stderr for the `manage.py runserver` management command Core (Management commands)
19836 19836 Error in polls/detail.html Documentation
19824 19824 Technically ambiguous reference docs for Field.primary_key Documentation
10124 10124 ModelForm documentation horribly unclear for foreign key models Documentation
19833 19833 Django's test framework fails when using unicode strings in settings.py Testing framework
19828 19828 "How to contribute to Django" points to a removed page *.djangoproject.com
19834 19834 Bad index entries in the documentation section *.djangoproject.com
17066 17066 Exception TypeError when using GeoIP GIS
19818 19818 Request Add to Hosting Page *.djangoproject.com
17217 17217 Set nbsp instead of space as thousand separator Translations
19831 19831 django.utils.functional.lazy return __proxy__ object Core (Other)
19829 19829 Index lookup fails for NumPy arrays in templates Template system
19803 19803 Mention backward relationships in ORM aggrregation documentation Documentation
19826 19826 RFC2109-violating Cookies throw unhandled AttributeError deep in stack Uncategorized
19823 19823 Code example differs from the related explanation. Documentation
8404 8404 Auth password reset tests are too restrictive about template requirements contrib.auth
19819 19819 Django highlights incorrect lines for template errors Template system
19809 19809 Python module index missing *.djangoproject.com
18930 18930 Website docs builder should clean to get rid of old docs *.djangoproject.com
19821 19821 Not working link in docs.djangoproject.com *.djangoproject.com
19815 19815 unused import in urls.py Documentation
19814 19814 dead link Uncategorized
19707 19707 TransactionMiddleware leaks transaction state Database layer (models, ORM)
19813 19813 Bad Link Uncategorized
6276 6276 Serializers should dump correct data for BooleanFields Core (Other)
19800 19800 Broken "Index" link on table of contents page Documentation
18863 18863 CACHE_MIDDLEWARE_ANONYMOUS_ONLY and per-site cache conflict with lazy loading Documentation
19805 19805 Required trailing slash on tarball URLs breaks pip *.djangoproject.com
8947 8947 A way to have non-editable fields in the admin Uncategorized
19804 19804 Additional modules link is broken Uncategorized
19797 19797 Test client does not handle data well Testing framework
18858 18858 add ROOT_PATH to settings.py template Core (Management commands)
19785 19785 Some bug HTTP handling
19042 19042 mod_wsgi docs for virtualenv uses WSGIPythonPath incorrectly Documentation
19796 19796 virtualenv and modwsgi Documentation
10504 10504 Consistency between HttpResponse* params and render_to_response HTTP handling
19791 19791 Rename BASE_DIR to PROJECT_ROOT Uncategorized
19795 19795 bad link *.djangoproject.com
15295 15295 GeoDjango model creation fails for MySQL during tests GIS
19720 19720 Invalid SQL statement generated when deleting rows in Meta ordered tables (found using Oracle) Database layer (models, ORM)
19794 19794 Link and reference to join up related documentation please Documentation
19679 19679 Default "settings.py" does not adequately describe "SECRET_KEY" Core (Management commands)
19638 19638 Oracle: add "supports_transactions=True" to DatabaseFeatures Database layer (models, ORM)
19403 19403 timezone missing error Documentation
16041 16041 djangoproject.com uses non-existent From address, and no way to resend confirmation email *.djangoproject.com
19790 19790 myform.is_valid() is always giving me false! Uncategorized
19786 19786 The documentation page is down Uncategorized
19787 19787 Dead link on homepage *.djangoproject.com
19788 19788 documentation link not working Uncategorized
19529 19529 Searching documentation for "class based views" gives ten times the same result Documentation
19780 19780 Discrepancy in modwsgi auth handler contrib.auth
19783 19783 The Download page lists Django 1.4.3 as the latest download, but the same page links to the tutorial for v1.6 *.djangoproject.com
19699 19699 Documentation for "index_together" is an infinite loop. Documentation
19782 19782 sign up link not found Uncategorized
19696 19696 Collectstatic management command: unicodeerror contrib.staticfiles
19656 19656 FloatField localization Forms
19749 19749 Documentation needed: stdout.write line endings in management commands changed. Core (Management commands)
18906 18906 BaseModelFormSet.validate_unique should ignore forms marked for deletion Forms
15506 15506 Savepoint support for sqlite3 backend Database layer (models, ORM)
13533 13533 queries test fails under MySQL InnoDB Database layer (models, ORM)
19779 19779 Regression in redirects middleware contrib.redirects
19776 19776 test fails in git stable/1.5.x branch Testing framework
19662 19662 Explain correct `authenticate` usage with custom user model. contrib.auth
19756 19756 .add or .create on ManyToManyField doc page Documentation
19743 19743 Document limitations of django.contrib.auth Documentation
19745 19745 Wrong prompt for `createuser` management command (<django.utils.functional.__proxy__ object at ...>) contrib.auth
19725 19725 `createsuperuser` command fails with custom User model contrib.auth
19333 19333 Collect static copies a .py file contrib.admin
19700 19700 BoundField documentation: original field Documentation
17228 17228 params context variable from TemplateView is inconsistent with other get_context_data implementations Generic views
19683 19683 A minor mistake? Documentation
19076 19076 TemplateView does not support setting mime type, like views.generic.simple.direct_to_template did Generic views
19639 19639 Choices in model fields best practices consistency Documentation
19577 19577 admin doc may encourage bad practices Documentation
19633 19633 Docs should discourage using gunicorn's Django integration Documentation
19610 19610 Include enctype in example forms Documentation
19477 19477 Docs needed for generic_inlineformset_factory Documentation
19596 19596 Django admin should use "_default_manager" not "objects" on csutom auth model class. contrib.auth
19640 19640 inlineformset_factory is not documented well like other formset_factories Documentation
19628 19628 Add to the documentation note about AUTH_USER_MODEL Documentation
19597 19597 jquery.js recommendations; minified jQuery not documented Documentation
19605 19605 Unnecessary import in code examples from the docs Documentation
19092 19092 formats.py for Lithuanian language Translations
19488 19488 Locale middleware with settings.APPEND_SLASH enabled is buggy (doesn't redirect) with valid URLs not ending with slash Core (Other)
19585 19585 Unable to load cookie values as a dict HTTP handling
19586 19586 URL_VALIDATOR_USER_AGENT is said to be deprecated, but has actually been removed Documentation
19588 19588 UserManager documentation is missing create_superuser Documentation
19546 19546 Add logging configuration to test_sqlite.py Testing framework
19576 19576 Use `six.with_metaclass` uniformously accross code base Python 3
19555 19555 tutorial pt 1 - update year for examples to work Documentation
19571 19571 Django 1.5 Tutorial Need to update Version on First page Documentation
19441 19441 No Postgres _like index when unique=True Database layer (models, ORM)
19777 19777 Casting a SimpleLazyObject to an int fails Core (Other)
19757 19757 syncdb untranslated prompts for creating superuser contrib.auth
15808 15808 CSRF token cookie does not utilize the "Secure" or "HttpOnly" flag CSRF
5652 5652 Straightforward use of startproject command results in broken "Show on Site" link in admin Core (Management commands)
19704 19704 Make use of new ungettext_lazy function at appropriate places Internationalization
19741 19741 Procedure in README.txt for setting up djangoproject locally doesn't work *.djangoproject.com
9800 9800 Syndication Framework could implement isPermaLink": "false" to better follow the recommendations of the RSS Advisory Board contrib.syndication
19754 19754 Missing surrounding quotes Documentation
19751 19751 Strange output while creating a superuser (works OK in v1.4) Core (Management commands)
19736 19736 ViewDoesNotExist exception in views.py HTTP handling
19731 19731 previous values of ManyToManyField in model's save method Database layer (models, ORM)
19735 19735 Sometimes string interpolation is needed in templates Template system
19744 19744 File-based session don't work with login_required decorators. Uncategorized
19732 19732 unable to use database view in test cases Uncategorized
19730 19730 Action triggered by django.core.management.base.BaseCommand.can_import_settings is a side effect of i18n locale handling Core (Management commands)
17797 17797 Added PATCH request functionality to django.test.client.Client Testing framework
18297 18297 Reverse generic relation to a model inheriting from the model defining a generic relation confuses flush Core (Management commands)
6818 6818 Generic Relations, doesn't seem to delete all related objects. contrib.contenttypes
19702 19702 mysql backend: 'SHOW TABLE STATUS WHERE name=...' not compatible with MySQL 4 Database layer (models, ORM)
19160 19160 Make ungettext_lazy really usable Internationalization
19723 19723 Make div#container "margin: auto;" *.djangoproject.com
19694 19694 python manage.py syncdb fails if no locale is set Core (Management commands)
11263 11263 Bug in lookup with generic relation in model inheritance contrib.contenttypes
19663 19663 Sqldiff breaks with PointField declaration Core (Management commands)
19718 19718 manage.py makemessages anlalyses lib/python in virtualenv Core (Management commands)
19713 19713 Rename inspectdb tests model's field for clarity Testing framework
19668 19668 Form enhancement: `Form.set_data` to set data and files Forms
19341 19341 inspectdb BooleanField instead of NullBooleanField where Null=True Core (Management commands)
19691 19691 Inconsistency in instantiating/validating ModelForms: CharFields vs. with ImageField only. Forms
19709 19709 FIELD_TYPE.TIME missing in interspection.py for mysql Database layer (models, ORM)
19703 19703 Minor typo in docstring (forms/forms.py) Documentation
11679 11679 FormWizard: security_hash() has issues with Safari leaving in \r\n contrib.formtools
19623 19623 Update inlines.js to use jQuery 1.9 contrib.admin
18648 18648 ConditionalGetMiddleware does not work with Internet Explorer HTTP handling
19687 19687 UnsaltedMD5PasswordHasher throws exception on verify() with md5$$SALT contrib.auth
19685 19685 Do I need to wrote a CSS code for a website I wrote on Django? Uncategorized
19684 19684 How handle FileField in SessionWizardView File uploads/storage
19681 19681 documentation bug: tutorial 5 Documentation
19680 19680 "STATIC_ROOT" directory usage is unclear in "settings.py" Core (Management commands)
19673 19673 Improvement en Tutorial "Writing your first Django app, part 3" Documentation
18178 18178 URLField -- TLD part can not start/end with hyphen Forms
15586 15586 Fields with missing columns populated when querying on PostgreSQL Documentation
19669 19669 Django doesn't check type on foreign key query Database layer (models, ORM)
18114 18114 makemessages does not care about context in trans templatetag Core (Management commands)
19666 19666 choice_text in the detail template Documentation
6682 6682 Wishlist: have "manage.py shell" execute custom commands on startup Core (Management commands)
19661 19661 admin_urlname does not work as advertised Uncategorized
19650 19650 Add command option to ignore error when collecting static files. contrib.staticfiles
19125 19125 django-admin.py startproject attemps a relative import Core (Management commands)
19660 19660 Django 1.4 release notes links to a page with no 1.4 documentation Documentation
19648 19648 Middleware process_exception not called when another middleware raises an error Core (Other)
19654 19654 Django provides false error message if ModelForm's model reference in Meta is nonexisting model Database layer (models, ORM)
19655 19655 Need HTML id's needed for all admin forms contrib.admin
12043 12043 Incorrect redirect to http instead of https Core (Other)
19631 19631 get_user_model() can't be used as User post_save signal sender Database layer (models, ORM)
19616 19616 QuerySet.__contains__ tries to check the length of a None Database layer (models, ORM)
19556 19556 Extend url include to search all packages in a namespace path Core (URLs)
19548 19548 Extend app_directories template loader to search module path not just directory Template system
19651 19651 Non-reflexive recursive many-to-many relation. Database layer (models, ORM)
19523 19523 improve performance of django's bash completion Core (Management commands)
19637 19637 AdminEmailHandler doesn't fail silently Core (Other)
19325 19325 Make E-Mail Connection Overridable in AdminEmailHandler Core (Other)
19644 19644 links in pdf all go to the title page. Documentation
19641 19641 Cookie encoding inconsistency HTTP handling
19630 19630 documentation for QuerySet.exists() a bit misleading? Documentation
3361 3361 Create Database Views from the Model Database layer (models, ORM)
18183 18183 django-admin makemessages generates new locales (LC_MESSAGES/django.po) with PO template markers Core (Management commands)
16449 16449 i18n_pattern URLs reversed from shell and tests have incorrect language prefix Translations
9049 9049 queryset .extra(tables=[...]) unnecessarily quotes table names Database layer (models, ORM)
8946 8946 Denormalisation built in to the ORM Database layer (models, ORM)
18062 18062 Document Best Practice for Choices in Model Fields Documentation
19627 19627 Silly little thing but could lead to confusion Documentation
19626 19626 No module named django.views.generic.simple in 1.5c1 Generic views
14342 14342 Part 2 of the Tutorial -- path format for TEMPLATE_DIR Documentation
19620 19620 Use ISO 8601 as default date format Internationalization
19622 19622 can't create superuser Uncategorized
19615 19615 Post Buffering with uWSGI Documentation
19184 19184 Remove EmptyQuerySet Database layer (models, ORM)
19612 19612 server tutorial Documentation
19608 19608 Admin Actions example: "actions" variable appears incorrectly placed Documentation
16131 16131 When deleting a model instance, deletion signals for its relations are fired after deleting the instance Database layer (models, ORM)
18129 18129 Capitalization of verbose_name bad design decision. Why waste computer power. Uncategorized
9878 9878 Database backend leaves idling connections when used in multiple threads Database layer (models, ORM)
19603 19603 Custom User model called "User" causes errors Uncategorized
17574 17574 Cleanup in the introspection code Database layer (models, ORM)
19600 19600 Class Based Views documentation methods: "request" should be "self" Documentation
19551 19551 Enable dynamic redirect after login, by setting LOGIN_REDIRECT_URL to a callable contrib.auth
19599 19599 incorrect instructions for configuration of Apache's WSGIPythonPath setting. Documentation
12914 12914 Use yaml faster C implementation when available Core (Serialization)
19421 19421 When RelatedModel.__unicode__ fails, InlineModelAdmin are not displayed contrib.admin
19595 19595 The 'redirect' from django.shortcuts does not work in a view function when the only parameter is a URL string Core (URLs)
19591 19591 QuerySet silently allows querying with objects of wrong class Database layer (models, ORM)
16778 16778 Bad geometry escape in postgis GIS
14879 14879 Aggregates (Min, Max) for CharField fails with Postgresql Database layer (models, ORM)
19558 19558 Writing your first Django app, part 1 error Documentation
19559 19559 Writing your first Django app, part 2 error Documentation
19590 19590 Incorrect quotes in template example Documentation
16250 16250 Error with new pyscopg2 2.4.2 release and tests Testing framework
19578 19578 lazy prefetch_related Database layer (models, ORM)
19565 19565 FloatField object returns string when it's value is set from string Uncategorized
19575 19575 1.5rc breaks custom querysets (at least in my case) Uncategorized
19574 19574 Tutorial query date should be updated Documentation
19073 19073 strange behaviour of select_related Database layer (models, ORM)
16263 16263 settings __file__ missing for setup_environ() Core (Other)
15959 15959 .values()/.values_list() fails on EmptyQuerySet Database layer (models, ORM)
19173 19173 "query" param for Model.objects.none() queryset has unexpected value. Uncategorized
17712 17712 <model>.objects.none() not always empty Database layer (models, ORM)
17271 17271 QuerySet.none() doesn't work well with subclasses of QuerySet Database layer (models, ORM)
14040 14040 Python syntax errors in module loading propagate up Core (Other)
19568 19568 2012 is so last year! Documentation
19566 19566 update website for retina display *.djangoproject.com
15146 15146 Reverse relations for unsaved objects include objects with NULL foreign key Database layer (models, ORM)
19561 19561 Through-table model attributes are not available Database layer (models, ORM)
19564 19564 Little fix in the tutorial part 1 Documentation
19563 19563 SECRET_KEY ampersands get escaped on startproject Core (Management commands)
19382 19382 Closing SMTP backend raises AttributeError when already closed Core (Mail)
19134 19134 Can't close SMTP connection, when already disconnected. Core (Mail)
19545 19545 `BaseFormSet`'s `media` and `is_multipart` don't work correctly when `extra=0` Forms
19553 19553 Please make save_instance and construct_instance methods of ModelForm Forms
19554 19554 ChangeList.url_for_result work only for "admin" Site contrib.admin
19549 19549 Typo in Django authentication system documentation Documentation
16982 16982 Child processes are kept alive when parent dies (with autoreload on) Core (Other)
19520 19520 Docs suggest wrong template_name_suffix Documentation
19158 19158 FileField's error message about too long filename should use plural translation function File uploads/storage
18843 18843 manage.py inspectdb raises TypeError for columns containing '%' Core (Management commands)
11303 11303 changed_data works incorrectly with BooleanField and NullBooleanField Forms
13575 13575 nb/nn locale not a valid python locale Internationalization
18623 18623 RSS feeds specify Atom namespace contrib.syndication
19532 19532 URL encoding error in set_script_prefix Core (URLs)
18573 18573 formfield_callback attribute on ModelForm not being passed to modelform_factory Forms
19535 19535 AUTHENTICATION_BACKENDS setting missing from automatic admin documentation Documentation
19534 19534 Sample template for login view requires 'load url from future' Documentation
19533 19533 update url's in contrib markup contrib.markup
18970 18970 Document that Django doesn't work with MySQL under Python 3 Python 3
19498 19498 refactor authentication documentation Documentation
18515 18515 Problematic validation code in FileField File uploads/storage
19530 19530 Error in geodjango tutorial Documentation
19522 19522 ModelForm and BooleanField Forms
19270 19270 makemessages and compilemessages force the location of PO files Core (Management commands)
19521 19521 Querying <field_name>__day__gte (or any other comparison) not allowed Database layer (models, ORM)
19482 19482 django.contrib.localflavor in INSTALLED_APPS raises DeprecationWarning Documentation
19518 19518 Deprecation of localflavor not documented Documentation
7145 7145 'NoneType' object has no attribute 'year' in admin change list when using date_hierarchy with a date field with null values contrib.admin
19514 19514 form.fields.keyOrder is not supported for AdminForm contrib.admin
18310 18310 Make named return URLs configurable contrib.admin
8001 8001 Make redirection URLs customizable in ModelAdmin views contrib.admin
19206 19206 Stale tmp files after running the testsuite. Testing framework
19497 19497 Refactor testing docs Documentation
19487 19487 WSGI environ contains unicode strings Python 2
19506 19506 Minor Error in 1.4 ePub Doc? Documentation
14976 14976 Add is_html flag to contrib.messages contrib.messages
19504 19504 Django 1.5 documentation has documentation for a django-dev only class, PermissionsMixin Documentation
18854 18854 Fix join promotion in disjunction cases Database layer (models, ORM)
19500 19500 Join reuse regression Database layer (models, ORM)
19499 19499 databasse error Database layer (models, ORM)
19480 19480 Allow suport for custom i18n backends in Django Internationalization
19401 19401 'swapped' checking does not account for case insensitivity Database layer (models, ORM)
19014 19014 PASSWORD_HASHERS missed in "Full list of settings" Documentation
18172 18172 ModelForm fails to generate proper ModelMultipleChoiceField when using iterable model Forms
19495 19495 Tests of auth app are breaking if my AUTH_USER_MODEL is 'auth.CustomUser' contrib.auth
14325 14325 GenericForeignKey fails if assigned to an object which implements the __len__ method contrib.contenttypes
19494 19494 Defining __nonzero__ (or __len__) on model makes it impossible to use in GenericForeignKey contrib.contenttypes
5738 5738 django fails on defective unicode strings appearing in the url HTTP handling
19470 19470 Width Ratio - slightly more clear example? Documentation
17312 17312 Testing examples should use django.utils.TestCase Documentation
19430 19430 Missing license in setup.py Core (Other)
9302 9302 postgresql: currval of sequence is not yet defined in this session: fix Database layer (models, ORM)
19490 19490 lgdal.OGR_DS_CreateLayer crashes on Mac OS X Mountain Lion GIS
19491 19491 Wrong command for createsuperuser on Django 1.5 Documentation
19486 19486 csrf_token tag is empty on Resolver404 error Core (Other)
19485 19485 can't run default project in python3 Python 3
9589 9589 development server stops on SyntaxError or other Exceptions Core (Management commands)
19484 19484 Hostgator Uncategorized
7281 7281 Add doctype tag to webdesign template tags contrib.webdesign
19279 19279 Order of database setup and Django install unclear Documentation
19483 19483 ImportError is misinterpreted (in contrib.comments) contrib.comments
18718 18718 django.utils.encoding.filepath_to_uri is undocumented Documentation
19481 19481 Django exercises for beginners Uncategorized
18816 18816 Remove "trim" argument from add_filter() Database layer (models, ORM)
12050 12050 Provide a way to control markup standard for forms Forms
8565 8565 Comments should use object_id instead of object_pk contrib.comments
4467 4467 handle a huge list of ForeignKey objects by implementing a CategorizedModelChoiceField Forms
14684 14684 RESTful Model View Generic views
2618 2618 [patch] Added the ability for Site objects to have profiles. contrib.sites
9156 9156 Make tests self-contained Testing framework
19469 19469 Remove opts.get_ordered_objs() Database layer (models, ORM)
15110 15110 User Isolation between sites. contrib.auth
12767 12767 Problem running syncdb with a multi-db router that restricts auth to a single database Database layer (models, ORM)
16046 16046 Document best practices around using request.is_secure() in reverse proxy environments Documentation
13053 13053 Support for non-static DB connection info Database layer (models, ORM)
16546 16546 syncdb should tell you when it's doing something unexpected Database layer (models, ORM)
10192 10192 Add support for App Engine Database layer (models, ORM)
8949 8949 A django-stones benchmark Uncategorized
8173 8173 manage.py startapp should create admin.py file Core (Management commands)
19368 19368 Custom User without username and with USERNAME_FIELD = 'email', but still see username error message at the admin login page contrib.admin
19466 19466 tiny typo in docs page 1.4/howto/initial-data Documentation
18099 18099 Typo in initial data docs Documentation
19412 19412 Document that custom user models require a `user_permissions` M2M Documentation
19384 19384 Managers can no longer be used on abstract models Database layer (models, ORM)
19472 19472 AttributeError: Problem installing auth.user fixtures with swapped user model Documentation
19344 19344 Tutorial should tell Windows users to run 'python django-admin.py' Documentation
19342 19342 Mention the docs improvements in the 1.5 release notes Documentation
19479 19479 The {% include with...%} template tag does not accept boolean as value Template system
19473 19473 Getting a datetime.date object for a DateTimeField when using select_related with SQL Server Database layer (models, ORM)
19471 19471 base_site.html should actually be base.html at the end of tutorial 2 Documentation
19467 19467 Admin inlines doesn't properly call model.clean() Uncategorized
19465 19465 Virtual Base Classes Not Implemented Uncategorized
19462 19462 Make assertQSEqual error out if no ordering defined Testing framework
19413 19413 [model].__str__() disagrees with __unicode__() using python3 / django1.5b1 Python 3
18204 18204 manage.py shell w/ IPython embed does not work well Core (Management commands)
19461 19461 docs should link to postgresql_psycopg2 Documentation
19377 19377 Editing settings.py host and port on windows Documentation
19459 19459 Reverse relationship on a new object returns related items. Uncategorized
19458 19458 New version (security update) not found in pypi *.djangoproject.com
19375 19375 Class-based generic views + pagination hard to understand Documentation
18856 18856 avoid set_language redirect to different host Uncategorized
19455 19455 /home/my/Programm deleted from python-virtualenv! Python 3
19454 19454 Wrong date in the fields DateTimeField with auto_now_add Database layer (models, ORM)
19451 19451 Scripting error on Django tutorial Documentation
19448 19448 BaseDatabaseFeatures convert_values Core (Other)
19452 19452 your documentation is a poor introduction to a seemingly brilliant idea Documentation
19449 19449 Add user id to sessions table contrib.sessions
17860 17860 Documentation for test utils does not take into account create_test_db move Documentation
7299 7299 XViewMiddleware raises AttributeError when authentication system is disabled Core (Other)
6849 6849 UnicodeEncodeError thrown when unicode messages were sent to outlog&errlog Core (Other)
19410 19410 Proposal: using relative paths in tutorial for less fragile projects Documentation
19389 19389 Wrong location of admin tests in documentation Documentation
19446 19446 django.contrib.auth.views.login doesn't check for test-cookie properly contrib.auth
19439 19439 admin_modify in change_password.html contrib.admin
19423 19423 using formfield_overrides to set CharField size causes all admin fields to use last max_length in model definition contrib.admin
19444 19444 Clarification of IGNORABLE_404_URLS documentation Documentation
19443 19443 Spelling error in Welsh translation file (July - Gorffennaf) Translations
19440 19440 Translate error on p.save() tutorial example Translations
17466 17466 Model __eq__ does not compare correctly between normal objects and deferred objects Uncategorized
18574 18574 `BaseFormSet.is_valid` should call it's underlying forms' `is_valid` Forms
19428 19428 Django 1.5b1 raises "The SECRET_KEY setting must not be empty." even if it is set in an imported file Uncategorized
19435 19435 the login.html is missing in the folder "\django\contrib\admin\templates\registration" contrib.admin
19419 19419 Error in login template example Documentation
19424 19424 django + fastcgi + lighttpd outlog and errlog not working Uncategorized
19391 19391 Oracle test failure in 1.5.x and master Database layer (models, ORM)
6485 6485 Split off file-serving capability Uncategorized
19378 19378 HttpResponseRedirect fail on reverse_lazy with Python 3.2 Generic views
19318 19318 Admin's SimpleListFilter option not being displayed as selected if the lookup's first element is not a string contrib.admin
14089 14089 Username validation allows '@' character, while auth backend explicitly prevents this. contrib.auth
19397 19397 UnicodeDecodeError on binary file when using custom project template/skeleton Core (Management commands)
19411 19411 Fully featured User model with admin-compliant permissions without username contrib.auth
19398 19398 django.utils._os.safe_join should return a native string Python 2
19408 19408 re-delete on a InlineFormSet object causes untrapped exception Database layer (models, ORM)
19409 19409 URL missing from bug reporting link Documentation
19404 19404 Updating User's email in Admin fails if email already exists contrib.admin
18410 18410 Django code installation issues on Windows Vista Documentation
19406 19406 Lacking named groups in urlpatterns of admin causes NoReverseMatch contrib.admin
19015 19015 Slovenian L10N - date field validation does not work for hidden fields Internationalization
19347 19347 Irrelevant line of code in django/middleware/cache.py Core (Other)
19405 19405 Long integers cause DatabaseError when submitting ModelForm Forms
19349 19349 admin/auth/user throws TypeError on save with invalid email address contrib.auth
19400 19400 copypaste error in docs for def create_superuser Documentation
5681 5681 Save as new disappears on failed validation contrib.admin
19393 19393 Form fields ordered incorrectly when introducing addition fields Forms
19354 19354 Unable to set PK for custom user model contrib.auth
16136 16136 Error was: cannot import name utils Uncategorized
19046 19046 staticfiles not finding the files on Windows contrib.staticfiles
19356 19356 Increase session key entropy contrib.sessions
19388 19388 Datetime field can not show in firefox 12 contrib.admin
19386 19386 Comment template not work Template system
19376 19376 add tag 1.5b1 in github.com/django/django Uncategorized
17565 17565 Cache back-references on OneToOne fields Database layer (models, ORM)
19383 19383 load_class to django utils Core (Other)
13792 13792 Proposal - Refresh Django shell when code is changed (and saved) Core (Management commands)
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
19009 19009 MongoDB Uncategorized
19381 19381 Translations fail when using Latin American Spanish and Regular spanish in Chrome Internationalization
19379 19379 utf-8 not supported in fieldsets contrib.admin
19374 19374 Typo in documentation for "Specifying which fields to save" Documentation
19372 19372 {% include %} should accept a caching parameter Template system
19352 19352 'Spanning multi-valued relationships' needs a less abstract example Documentation
19369 19369 add/remove on M2M relations with intermediary model Database layer (models, ORM)
19370 19370 date filter returns empty string for midnight Template system
19274 19274 Separate DB connection creation and session state initialization Database layer (models, ORM)
19363 19363 Admin pages no longer validate as XHTML Uncategorized
15861 15861 No way to reset a file in Admin section contrib.admin
19359 19359 Small error in the tutorial Documentation
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
19358 19358 About Loading Initial SQL Data Documentation
18417 18417 override_settings doesn't work with unittest.TestCase subclasses Testing framework
19355 19355 LiveServerThread handles caught exceptions incorrectly Testing framework
19293 19293 Update of czech date and time formats Translations
19350 19350 I need to create another gallery please help ! Uncategorized
19152 19152 Add support to create database without template_postgis with PostGIS 2 GIS
19338 19338 custom sql hook dir Documentation
19346 19346 typo in documentation Documentation
19316 19316 Set args, kwargs & request before dispatch Generic views
19334 19334 Caching the current Site object into cache backend contrib.sites
19056 19056 Admin password change page relies on user.username contrib.admin
19175 19175 contrib/admin giving duplicate option in select box for unique declared m2m relationship contrib.admin
18912 18912 ModelForm doesn't handle unique checks for parent models. Forms
19245 19245 Form Wizard does not support all steps being conditionally skipped at the same time Forms
19285 19285 Allow to redirect user back in Form wizard contrib.formtools
19340 19340 django.forms.Field is not thread-safe Forms
19339 19339 Spatial Query in geodjango GIS
19337 19337 Authentication backend iteration should not rely on TypeError for detection contrib.auth
19335 19335 Minor mistake in documentation Documentation
19336 19336 AttributeError when using GeoValuesListQuerySet as a subquery GIS
19332 19332 Tutorial 4 - error Documentation
19331 19331 Missing trailing slashes in admin template breadcrumbs cause redirects contrib.auth
19077 19077 UserAdmin.add_view should handle USERNAME_FIELD on custom User models Documentation
1504 1504 Allow render_to_response() to take a content-type param Template system
19330 19330 change model instance with unique_together using modelform Forms
19328 19328 bug in code Documentation
19329 19329 code broken Documentation
18833 18833 Model returns incorrect values from Postgres DB View Database layer (models, ORM)
19322 19322 Django Import CSV Uncategorized
19306 19306 Docs: simple example does not work Documentation
19311 19311 "c.poll" did not work at the tutorial 01 (last example on the page) Documentation
16329 16329 Django doesn't initialize two databases with the same name, port and host Testing framework
13997 13997 Add an example of constructing a MultiWidget and document the value_from_datadict method Documentation
19315 19315 Some "pimping" with document links in Admin FAQ Uncategorized
18850 18850 After doing some recursive import, the gobal value of `X` that defined with value `1` is automatically set to `None`, if class derived from `models.Model` Database layer (models, ORM)
19188 19188 Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded "page" Generic views
18989 18989 Supspicious code in CursorWrapper. Database layer (models, ORM)
19310 19310 Documentation metadata target fix for docs/howto/custom-file-storage.txt Documentation
13781 13781 select_related and multiple inheritance Database layer (models, ORM)
19058 19058 Inserting NULL value in Oracle spatial backend causes crash. Database layer (models, ORM)
19289 19289 In https://docs.djangoproject.com/en/dev/intro/tutorial02/, a sentence refers to "code from above" that doesn't exist above that sentence. Documentation
18210 18210 Regression and crash with any "special" prefix values passed to reverse() Core (URLs)
19186 19186 fail send utf-8 email Core (Mail)
18835 18835 ProcessFormView should implement get_context_data Generic views
17769 17769 RTL from in admin panel css contrib.auth
16491 16491 transaction.is_dirty() is very (and surprisingly) conservative Uncategorized
19065 19065 The FilteredManyToMany widget needs javascript in 'stacked.html' and 'tabular.html' when using inline content contrib.admin
19309 19309 Admin site authentication problem Documentation
19066 19066 ManyToMany Field doesn't allow help_text override Database layer (models, ORM)
19156 19156 Test can not be run individually for apps that have tests.suite() defined Testing framework
18987 18987 Django contrib admin redirection error on actions contrib.admin
19307 19307 "Where are my site-packages?" section command line update for python 3 Documentation
18941 18941 django.db.backends.oracle reported ORA-01882: timezone region not found Database layer (models, ORM)
19001 19001 only+annotate+selected_related is broken Database layer (models, ORM)
19304 19304 the mistake of the QuerySet Caching Database layer (models, ORM)
16572 16572 select_related doesn't work (silent/masked TypeError) over multiple one-to-one relationships Database layer (models, ORM)
19297 19297 refactor settings setup code Core (Other)
19294 19294 Strange WSGIRequest behavior HTTP handling
18925 18925 Exception information should be localized and passed to got_request_exception signal handlers HTTP handling
19292 19292 syncdb ignores umask when creating a sqlite database Core (Management commands)
19288 19288 incorrect default verbose_name_plural in 1.5 Database layer (models, ORM)
19287 19287 Change from "e-mail" to "email" not reflected in translation files for contrib.auth contrib.auth
19278 19278 Return the string after a certain number of words Template system
19284 19284 django.contrib.auth.forms imports User instead of using get_user_model contrib.auth
19276 19276 ORM performance regression between 1.4.x and 1.5.x Database layer (models, ORM)
18431 18431 TypedChoiceField doesn't use self.coerce in its clean() and prepare_value() methods Forms
19286 19286 Development version is up to (1, 6, 0, 'alpha', 0) and 1.6 is intended to support python 3, so the tutorial should mention differences when using python 3 Documentation
18391 18391 Inline forms fail to delete objects when PK is a custom field contrib.admin
15987 15987 Add auto focus field select to admin class on add and change forms contrib.admin
19212 19212 app_cache_ready signal Database layer (models, ORM)
19260 19260 Tutorial some bits a (little) unclear Documentation
19281 19281 Modules to import in documentation Documentation
19271 19271 Form validation throws AttributeError has "Base Model has no attribute _default_manager" Forms
18482 18482 Cache backend API should close() Core (Cache system)
19275 19275 small bug in tutorial code Documentation
19273 19273 PostgreSQL 9.0 cache db backend doesn't work on py3 Core (Cache system)
16234 16234 Strange platform-specific test failure in OldFormForXTests since r16366 Core (Other)
14264 14264 settings.configure has undocumented differences from using a settings module Core (Other)
18316 18316 settings.configure() does not apply LOGGING_CONFIG Core (Other)
3706 3706 [patch] Support for nested/compound forms for newforms Forms
19261 19261 Page.__getitem__ usage causes queryset to evaluate when doing method lookups Template system
19268 19268 link not working Uncategorized
19269 19269 Django: Reset password email could not send email in html templates Template system
19266 19266 Add documentation target for texinfo format Documentation
8222 8222 Storage should reset file's cursor after saving File uploads/storage
19111 19111 CachedFilesMixin Shouldn't Fail on Missing Files contrib.staticfiles
16315 16315 FileSystemStorage.listdir returns names with unicode normalization form that is different from names in database File uploads/storage
18960 18960 Please add a filter for getting the language family from a given language code to the i18n tag library Translations
18016 18016 Add support for grouping by primary key for PostgreSQL 9.1+ Database layer (models, ORM)
19257 19257 KeyError swallowed while loading command classes Core (Management commands)
19229 19229 Use thousands separator to ease the reading of numbers with many digits contrib.admin
19161 19161 Missing clean_password in custom user documentation Documentation
15968 15968 readonly_fields ignore form field label Documentation
19154 19154 TransactionManagementError raised when data is not changed Documentation
18973 18973 Tests fail with login signal receiver which posts messages Testing framework
17318 17318 'Topic authentication', section 'Storing additional information about users' there is bug in the code Documentation
19256 19256 Provide class-based login view contrib.auth
14315 14315 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
19246 19246 SECURE_PROXY_SSL_HEADER Example in Documentation Should Use X-Forwarded-Proto Instead of X-Forwarded-Protocol Documentation
19254 19254 clear_expired for Sessions With File Backend Throws Exception contrib.sessions
19242 19242 Running all code at the end of Part 3 of the tutorial breaks the admin view Documentation
15591 15591 ModelForm save() behavior contradicts with Model object validation documentation. Documentation
19084 19084 Allow sorting by PK in admin contrib.admin
13385 13385 Wrong behavior for textarea tag render Forms
18339 18339 The session db backend throws UnicodeEncodeError when used with Oracle Database layer (models, ORM)
19247 19247 SECURE_PROXY_SSL_HEADER Example in Documentation Should Use X-Forwarded-Proto Instead of X-Forwarded-Protocol Documentation
19248 19248 SECURE_PROXY_SSL_HEADER Example in Documentation Should Use X-Forwarded-Proto Instead of X-Forwarded-Protocol Documentation
19249 19249 SECURE_PROXY_SSL_HEADER Example in Documentation Should Use X-Forwarded-Proto Instead of X-Forwarded-Protocol Documentation
19250 19250 SECURE_PROXY_SSL_HEADER Example in Documentation Should Use X-Forwarded-Proto Instead of X-Forwarded-Protocol Documentation
16706 16706 values_list on query set ordered by field added by QuerySet.extra() broken Database layer (models, ORM)
18949 18949 model_to_dict is slow for tables with very large fields Forms
19238 19238 manage.py does not use python3 Python 3
18591 18591 Missing crucial info in Apache conf (httpd.conf) to serve static files Documentation
19083 19083 postgresql_psycopg2 backend - rename get_version to get_pg_version Database layer (models, ORM)
19234 19234 can't adapt type error with models Database layer (models, ORM)
6234 6234 Serialization with JSON and UTF-8, "ensure_ascii=False" invalid now? Core (Serialization)
19233 19233 User model replacement example is missing clean() Documentation
9961 9961 select_related(depth=0) should be a no-op Database layer (models, ORM)
17549 17549 Add link to open URL from URLField contrib.admin
16841 16841 get_changelist_form and get_changelist_formset should be added to the documentation Documentation
19120 19120 better document common behavior of readonly_fields and list_display Documentation
19167 19167 When running tests, Django accesses the database referred to in settings Documentation
19228 19228 changing primary key contents on ModelForm with sqlite results in noop Database layer (models, ORM)
19225 19225 Typo in Documentation Documentation
19141 19141 Git tags for new versions *.djangoproject.com
15937 15937 Deprecate AUTH_PROFILE_MODULE and get_profile contrib.auth
361 361 Some Basic Math Filters Template system
19179 19179 NamedUrlSessionWizard and NamedUrlCookieWizard undocumented Documentation
19223 19223 Missing docs for mod_python install Documentation
17599 17599 Admindocs Example Misleading contrib.admindocs
19219 19219 Admin Templatetag log.py - context[self.user] is not an object contrib.admin
19217 19217 Make it Simple Documentation
19214 19214 AdminEmailHandler is synchronous. Core (Mail)
18748 18748 Remove dupe-avoidance logic from the ORM Database layer (models, ORM)
19174 19174 Some capitalization errors in django.conf.locale.LANG_INFO Internationalization
5725 5725 Inspectdb makes too long CharFields Core (Management commands)
19213 19213 Unicode problem loading 500 template using Python 3.3 Python 3
15714 15714 Inconsistent capitalization of name_local in django.conf.locale.LANG_INFO Internationalization
19057 19057 mod_wsgi authentication handlers fail with custom user model contrib.auth
11689 11689 Template tag to support combining form media from multiple forms Template system
19061 19061 Clarify the contract regarding is_active on custom users Documentation
19209 19209 DateFormat implements "I", but documentation says it does not Documentation
17360 17360 Documenting differences between Client.post et Client.put Documentation
3422 3422 url configuration: include in combination with extra options messes up reverse resolving Core (Other)
3240 3240 [patch]Django dispatcher misses some errors Core (Other)
17991 17991 Prefetch_related fails with GenericRelation Database layer (models, ORM)
18865 18865 Django connection getting lost in Interner Explorer Uncategorized
19170 19170 Add a way to control related fields reverse cache Database layer (models, ORM)
19181 19181 Document caveats about using DateQuerySet in templates when time zone support is enabled. Documentation
19207 19207 Typo translation Translations
19205 19205 HttpResponse docs refer to content_type, but shortcuts docs refer to mimetype Documentation
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
19200 19200 cached_db backend doesn't honor expiry time contrib.sessions
18458 18458 Method session.get_expiry_age() does not return what the doc says contrib.sessions
18788 18788 Unable to create ticket when not logged in *.djangoproject.com
19147 19147 session.session_key is None for signed_cookies sessions on first request contrib.sessions
19202 19202 Django ugettext strings not taken into account for translation Internationalization
19194 19194 dumpdata cannot support utf-8 encoding in mysql5.5 Core (Management commands)
19198 19198 Oracle specific failures Database layer (models, ORM)
15246 15246 Allow to change session expiration without re-saving session data. contrib.sessions
18467 18467 Login in from admin logout page should not logout again contrib.admin
19199 19199 SyntaxError creating a project Documentation
19190 19190 Refactor sql.query.select and select_fields Database layer (models, ORM)
19038 19038 Add Experimental Support for Python 3.3 Python 3
16820 16820 CheckboxInput.value_from_datadict with '0' Forms
18053 18053 empty DATABASES blows up in 1.4 Database layer (models, ORM)
19191 19191 Typo in CustomUser docs. Documentation
19185 19185 AUTH_USER_MODEL and GeoManager Database layer (models, ORM)
19039 19039 Python 3.3 fails unit test for duplicate bad cookies HTTP handling
18753 18753 Views should be given the instance namespace retrieved during the resolve process Core (URLs)
18357 18357 BaseGenericInlineFormSet in Django Admin does not set generic foreign key fields when constructing form contrib.contenttypes
19180 19180 Inaccurate documentation regarding "frozen docs" Documentation
18893 18893 Mention the new behavior of the `{% url %}` tag in the 1.5 release notes Documentation
18988 18988 initialization of hidden_initial_fields after a form was bound Forms
19187 19187 qs.values().delete() doesn't work consistently Database layer (models, ORM)
19183 19183 Django tutorial Documentation
19178 19178 create_permissions method fails if the model has a single new permission contrib.auth
9471 9471 Documentation Admin classes with raw_id_fields Documentation
18533 18533 makemessages command fails on windows Core (Management commands)
19165 19165 add first and last page to paginator Core (Other)
18976 18976 problem with datepicker django widget Forms
19176 19176 MySQL backend: typo on adapt_datetime_with_timezone_support warning message Database layer (models, ORM)
19169 19169 tag_function() uses name of decorated function wich in python 3.3 in lower case but python 3.2 in same case as function name Template system
18882 18882 ValueError when running a test inside a thread Testing framework
19166 19166 Djangobook live site link error Uncategorized
19148 19148 regressiontests.test_utils.tests.HTMLEqualTests.test_parse_html_in_script() fails with Python 2.6.8 Core (Other)
19164 19164 Argumented added on the LazySettings.setup method, breaks diffsettings command Uncategorized
19163 19163 #bug about comment in views Generic views
6543 6543 serving files/iterated content with setting.USE_ETAGS = True Core (Other)
9106 9106 django.views.static.serve reads entire file in to memory Uncategorized
11788 11788 cache_page decorator doesn't work with HttpResponses whose content is an iterator Core (Cache system)
12214 12214 never_cache decorator breaks HttpResponse with iterator content Core (Cache system)
6027 6027 FileWrapper iterator drained by GzipMiddleware before content can be returned Core (Other)
19155 19155 New session backend instance does not respect a session_key parameter. contrib.sessions
14967 14967 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
9064 9064 Redirect is broken when HTTP_X_FORWARDED_HOST contains multiple hosts HTTP handling
13869 13869 Documentation should mention that QuerySet.iterator() method doesn't affect db driver Documentation
17006 17006 Document ModelAdmin's get_form() and get_formsets() Documentation
19094 19094 FakePayload should accept unicode Testing framework
19146 19146 sqlite3 supports enable_load_extension() after 2.7 Documentation
19133 19133 Possible regression in admin user editor contrib.auth
19150 19150 Presence of USERNAME_FIELD in REQUIRED_FIELDS should be validated contrib.auth
17388 17388 Custom model field methods need to handle None, doc should say so Documentation
17968 17968 setup.py fails line 69 - Dual Python CentOS VPS Uncategorized
19145 19145 valid formset with invalid deleted form raises AttributeError when trying to access cleaned_data Forms
19144 19144 "auth_user.password may not be NULL" IntegrityError when saving users in the admin contrib.auth
19143 19143 Appendix D: Settings Uncategorized
18813 18813 TEST_MIRROR functionality broken for sqlite Testing framework
19132 19132 bug in use of mark_safe and i18n _ Documentation
15630 15630 Add to docs information about the fact that unhandled exceptions are not logged if DEBUG=True Documentation
16128 16128 cascade delete does not work for proxy models Database layer (models, ORM)
18473 18473 Contradictory advice on middleware order Documentation
19138 19138 Failed to pull initial data while Creating ModelForm instance with a prefix Forms
19135 19135 Example in "Spanning Multi-valued relationships" is mixed Documentation
18548 18548 View changes field when 'unique_together' is not satisfied in a Form Documentation
19131 19131 Error in viewing choices Documentation
19128 19128 Typo on Jython page Documentation
10936 10936 Detailed instructions for getting Django and MySQL and MySQLdb working on various OS X versions Documentation
19129 19129 Please add my feed to Community blog posts feed Uncategorized
19047 19047 FilteredSelectMultiple gets cleared when using back button contrib.admin
12710 12710 South Korea (KR) localflavor package contrib.localflavor
14400 14400 Latvian localflavor contrib.localflavor
18792 18792 localflavor for Iranian users contrib.localflavor
13733 13733 New Zealand localflavor contrib.localflavor
14282 14282 Add Guatemala to Localflavors contrib.localflavor
13050 13050 localflavor contrib app for Bangladesh (bd) contrib.localflavor
10203 10203 Nicaragua LocalFlavor contrib.localflavor
9622 9622 Bulgarian Local Flavor contrib.localflavor
11626 11626 Add Malaysian (my) localflavour contrib.localflavor
11217 11217 Add Hungarian localflavor contrib.localflavor
11768 11768 Localflavor for Venezuela contrib.localflavor
9697 9697 Adding the Australian Tax File Number field validator contrib.localflavor
7463 7463 alternate phone regex for US flavor forms contrib.localflavor
10456 10456 Canada localflavor improvements/fixes contrib.localflavor
8934 8934 Add ARPhoneNumberField to Argentina localflavor module contrib.localflavor
11517 11517 Chilean(cl) localflavor car plate field. contrib.localflavor
10087 10087 Missing models.py in django.contrib.localflavor.fr contrib.localflavor
7023 7023 Improve validation and add extra attributes to PLNationalIdentificationNumberField contrib.localflavor
7994 7994 Dutch Bank Account Number Field contrib.localflavor
14308 14308 Adding some fields to the Mexican local flavor. contrib.localflavor
17591 17591 USSocialSecurityNumberField doesn't validate the same when entered without hypens contrib.localflavor
17614 17614 Fields for django.contrib.localflavor.ar contrib.localflavor
14015 14015 django.contrib.localflavor.it added italian phone number validation contrib.localflavor
13838 13838 Enhancements to Japanese localflavor module contrib.localflavor
18910 18910 Russian phone numbers may be validated improperly contrib.localflavor
17355 17355 Perform proper NANP validation in US/CA localflavor phone number contrib.localflavor
17632 17632 new filter for localflavor 'The Netherlands' contrib.localflavor
13645 13645 The “local flavor” add-ons for Turkey contrib.localflavor
8273 8273 Reduce amount of redundant code in django.contrib.localflavor contrib.localflavor
15753 15753 test_simple_sitemap fails after executing test_requestsite_sitemap when Sites app and FetchFromCacheMiddleware are installed. contrib.sitemaps
19122 19122 Allow .warning and .error classes on more attributes in base.py Uncategorized
19116 19116 documentation models skips some methods contrib.admindocs
6648 6648 random seed identical among preforked FastCGI instances Core (Other)
18337 18337 django.forms.BoundField should be injectable within django.forms.Form Forms
18484 18484 csrfmiddlewaretoken enclosed in redundant invisible div Forms
19109 19109 Tutorial note - adding-related-objects Documentation
15811 15811 Lazy doesn't take into account methods defined in parents Core (Other)
19105 19105 UserAdmin.filter_horizontal should include 'groups' contrib.admin
18826 18826 A bit changed JavaScript for CSRF with async JS Documentation
19119 19119 Typo in a documentation example Documentation
19124 19124 request.POST contains the raw_post_body as its first key HTTP handling
19079 19079 make USERNAME_FIELD a required attribute of user objects contrib.auth
19062 19062 reST Markup not supported for docstrings on the model detail. contrib.admindocs
18783 18783 model's verbose name internationalization Internationalization
18996 18996 better document overridden model save not called on bulk update. Documentation
19068 19068 comments in a multiple database context contrib.comments
19110 19110 Tutorial Part 3 suggestion Documentation
15919 15919 Test failure on specific label Testing framework
18256 18256 MySQL error (1005, "Can't create table '\\db_name\\.#sql-4a8_98' (errno: 150)") in Django 1.4 Documentation
19108 19108 Tutorial Note for RDBMS Python Driver Documentation
19123 19123 djangobook.com chapter links dead Documentation
19121 19121 staticfiles app should have a setting variable for ignore patterns Uncategorized
19118 19118 query_string should by decoded to utf-8 Python 3
19104 19104 Incorrect terminal command Documentation
16588 16588 Field called 'clean' causes cryptic error Documentation
14165 14165 Transaction management is only entered for the primary database Documentation
11756 11756 Emulating built-in field types Documentation
19113 19113 usermanager in new user auth produces error Documentation
19100 19100 @cache_page argument parsing is misleading Core (Cache system)
11388 11388 Markdown "safe" feature unclear contrib.markup
17714 17714 Markdown filter does not support multiple configuration options for extensions contrib.markup
17750 17750 User.get_profile() returns cached object when database object has changed contrib.auth
19097 19097 Request and Response Page misses key info Documentation
18927 18927 bulk_create tests expect explicit query count even for database that doens't support bulk insert Testing framework
19096 19096 SQLInsertCompiler and DatabaseOperations.return_insert_id for non standard backends Database layer (models, ORM)
17867 17867 validate_email fails with IDN domains Forms
19095 19095 Dubious code in multiple_database tests Database layer (models, ORM)
19093 19093 threading._Event doesn't exist in python 3.3 Python 3
18758 18758 non-DRY e-mail regex Uncategorized
19089 19089 Incorrect reverse one-to-one lookup on unsaved objects Database layer (models, ORM)
19085 19085 manage.py does not find custom commands if only .pyc file exists Core (Management commands)
18827 18827 Exclude __pycache__ from module detection Python 3
17435 17435 document that QuerySet.update returns not the number of rows changed, but the number of rows matched Documentation
19069 19069 improve error when attempting to use a swapped model Database layer (models, ORM)
19074 19074 Small issues with custom user model documentation Documentation
19060 19060 has_perm() raises exception when used with custom user inheriting AbstractUser contrib.auth
19072 19072 GeoDjango/GeoIP docs have outdated info GIS
19071 19071 Static files description Documentation
17959 17959 Silence output during GIS tests GIS
19051 19051 Error in testing/live-test-server example Documentation
17207 17207 create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4 GIS
19006 19006 Content-Disposition example does not work in certain browsers if the filename has a space Documentation
18413 18413 documentation on delete() should mention that associated file or image is not deleted Documentation
19063 19063 gml(version=3) does not work for PostGIS GIS
19064 19064 select_related doesn't work for reverse one-to-one with inheritance Database layer (models, ORM)
19049 19049 Subclassing AbstractUser doesn't work contrib.auth
19050 19050 auth.ModWsgiHandlerTestCase fails when User model is swapped contrib.auth
19059 19059 New {% decode %} tag Template system
10802 10802 urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError Core (URLs)
19054 19054 Django backend for mysql is not installed Documentation
19053 19053 USE_THOUSAND_SEPARATOR causes error on inline admin contrib.admin
19052 19052 HTTP POST Dictionary should not be populated unconditionally HTTP handling
11098 11098 syncdb raising an ImportError when using pyuno Core (Other)
19045 19045 remove "Fixed on Branch" triage stage from Trac and Docs Documentation
19048 19048 [Management commands] Unknown commands on python packages application Core (Management commands)
9279 9279 loaddata should have an option to ignore data for fields that no longer exist Core (Serialization)
15644 15644 django.core.files.base.File enhancement / fix File uploads/storage
18991 18991 Allow the use of 'app_name.perm_name' in perms in templates Template system
19030 19030 primary key in model is not primary key in database Database layer (models, ORM)
18993 18993 Default django logging to StreamHandler (when DEBUG=True) Core (Other)
17058 17058 Docs refer to extras/csrf_migration_helper.py which is not packaged Documentation
15695 15695 Save ResolverMatch in HttpRequest Core (Other)
18919 18919 GEOSGeometry transform method is dropping Z attribute on 3D geometries GIS
11948 11948 Linear referencing for Django GIS
19041 19041 createsuperuser doesn't accept default username contrib.auth
19026 19026 Meta: ordering randomly within groups Database layer (models, ORM)
19033 19033 avoid unnecessary queries on ForeignKey(on_delete=models.DO_NOTHING) Uncategorized
12871 12871 Document creation of a comment form for authenticated users Documentation
18518 18518 wsgi.py does not overwrite DJANGO_SETTINGS_MODULE in apache prefork Uncategorized
11460 11460 Admin changelist shows no rows with a non-zero count where ForeignKeys are used in list_display and data is bad Documentation
19035 19035 media.djangoproject.com down *.djangoproject.com
18660 18660 View on Site links get localized and break urls contrib.admin
17899 17899 EmailField invalid error message uses e-mail versus email Uncategorized
3011 3011 Allow for extendable auth_user module contrib.auth
19027 19027 Django's test client doesn't work on Python 3 Python 3
19022 19022 Connection reset by peer with development server. Uncategorized
18724 18724 Model field validation for IntegerFields does not validate 0 against choices Database layer (models, ORM)
19020 19020 Some contrib.formtools tests fail when Python hash value randomization is enabled contrib.formtools
18184 18184 relocate algorithm identification code to hashers module contrib.auth
18072 18072 ChangeList shouldn't use hardcoded urls contrib.admin
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
19017 19017 If command is called from code, it does not change locale to previous state Core (Management commands)
19016 19016 Test fixes for different locale contrib.admindocs
18948 18948 setting DEBUG to False change behavior of i18n Translations
19013 19013 Erroneous quotes in view tutorial Documentation
19012 19012 Spaces instead of tabs Documentation
19011 19011 Annotating multiple Sum() objects gives wrong answer Database layer (models, ORM)
18861 18861 The test email backend (locmem) should perform more validation of messages Core (Mail)
18057 18057 Docs should say that caches are not cleared after each test Documentation
19010 19010 Typo error in docs: a space missing Documentation
19008 19008 Typo at https://docs.djangoproject.com/en/1.2/ref/signals/#django.db.models.signals.pre_init Documentation
19003 19003 generic views: syntax error in example Documentation
19005 19005 Allow class based views to be included in urls.py by name as a string Core (URLs)
10853 10853 Django unit test fails when using the dummy cache backend. Testing framework
18940 18940 ROOT_URLCONF Setting in settings.py Unclear Documentation
18934 18934 Remove versionadded/versionchanged annotations for Django 1.3 Documentation
16865 16865 get_or_create defaults to _for_write even when it's just reading Database layer (models, ORM)
18997 18997 Possible error in tutorial Documentation
16577 16577 Provide a block for custom map creation in openlayers.js GIS
17687 17687 LayerMapping ignores database routers GIS
15325 15325 Please include a reference to the 'Related objects reference' in '/en/1.x/ref/models/fields/#manytomanyfield' Documentation
14829 14829 URL dispatcher documentation with class-based generic views Documentation
13586 13586 Improvements in Signals.m2m_changed documentation Documentation
18971 18971 Add a CONTRIBUTING doc Documentation
18981 18981 Django Unobtrusive Ajax HTTP handling
18983 18983 django.contrib.staticfiles.finders.find can return [None] if a file is not found with a custom finder contrib.staticfiles
18857 18857 collectstatic does not take into account modified dependencies contrib.staticfiles
11584 11584 Clarify InlineModelAdmin documentation Documentation
18980 18980 master .assertContains after d1452f60 should still coerce objects to text. Testing framework
18800 18800 Template cannot format integers bigger than maximum float Template system
18977 18977 bad removal of comments in custom_sql_for_model Uncategorized
17314 17314 Error creating nested query with GeoDjango's spatial filters GIS
18966 18966 Add View source to documentation Documentation
18947 18947 Uploaded files have exec bit set by default File uploads/storage
18956 18956 i18n_patterns and problem with cache(memcached) Core (Cache system)
17948 17948 changing template loaders to default before testing Testing framework
18131 18131 ContentTypeManager.get_for_id not documented Documentation
16929 16929 Document how to extend UserAdmin with extra profile information Documentation
18962 18962 How to setup django in VPS hosting server *.djangoproject.com
17116 17116 Changing the default encoding breaks test_broken_unicode (regressiontests.model_regress.tests.ModelTests) Testing framework
18955 18955 verbose-field-names example in documents (models) ,the example,"first name" a clerical error Documentation
18952 18952 template syntax to access individual elements of a list Documentation
18933 18933 docstring for cycle templatetag method differs from documentation Documentation
18953 18953 python is a snake to me; that said, django settings creating a problem Documentation
18932 18932 Buildin template tags seem to break i18n Internationalization
18795 18795 Failing GeoDjango tests GIS
18950 18950 common_childa_related instead of common_childs_related Documentation
18908 18908 Can't set multiple cookies with the same name but different domains/paths HTTP handling
18453 18453 Unknown password hashing algorithm error if password is blank contrib.auth
18790 18790 Non-ascii characters in password for database settings don't work Database layer (models, ORM)
18946 18946 Possible error in vote function Documentation
18945 18945 Authentication with site framework contrib.auth
18938 18938 db connection Uncategorized
18939 18939 usage of url template tag under-documented Documentation
15589 15589 form's field.value not documented Documentation
18657 18657 Inconsistent db names in example Documentation
18699 18699 Branch Policy documentation needs updating Documentation
18478 18478 Field.get_default will stringify everything that isn't a callable Documentation
10146 10146 Support for contrib/markdown extension_configs in settings.py contrib.markup
6182 6182 python-markdown2 support in markup contrib.markup
16439 16439 select_related does not work with nullable fields unless field is specified. Documentation
18054 18054 deprecate contrib.markup contrib.markup
18593 18593 Admin change list swallows unrelated AttributeErrors from callable display fields contrib.admin
16655 16655 Silent error in ModelAdmin.list_display callables... contrib.admin
17156 17156 QuerySet.__contains__ needs documentation Documentation
18911 18911 Change or remove the example in "Outputting PDFs with Django" Documentation
18909 18909 QueryString with non-ascii characters under Windows (Python 2.7) may be decoded inproperly Core (URLs)
17884 17884 Distance lookups using ST_Distance_Sphere fails with PostGis 1.5.3 GIS
18781 18781 FallbackStorage fails its purpose with uwsgi's default settings contrib.messages
18926 18926 Django test suite doesn't pass on Windows when checked out of git Uncategorized
18917 18917 confusing documentation for clean_<fieldname>() Documentation
18913 18913 Selenium admin_inlines test fails Testing framework
12397 12397 FileSystemStorage(location='/') does not work: SuspiciousOperation File uploads/storage
18725 18725 Django tutorial should give stronger warning about uninstalling Documentation
17888 17888 CheckboxInput.render() shouldn't catch exceptions from check_test Forms
18888 18888 Block append / prepend template tags Template system
18895 18895 Clarify some of the password reset docs Documentation
18900 18900 Paginator not working correctly Core (Other)
18890 18890 Django admin on Chrome redirects back to login page after each action contrib.admin
18921 18921 Mac Project Folders Core (Management commands)
13369 13369 Should be easier to add a MultipleChoice for reverse relationships on ModelAdmins contrib.admin
18918 18918 dead link on documentation page Uncategorized
18687 18687 Randomly failing test: test_performance_scalability Core (Other)
18904 18904 Django documentations faulty link Documentation
18905 18905 New location of DjangoPeople.net Documentation
9967 9967 Comment's get_absolute_url anchor doesn't work in Safari Documentation
14449 14449 restructuredtext filter does not return the correct content Documentation
17966 17966 Tests fail with trivial usage of AUTH_PROFILE_MODULE contrib.auth
18902 18902 `force_bytes` doesn't return bytes when it's passed an exception Python 3
18901 18901 In section on Widgets, nothing is said about how widgets are rendered Documentation
18897 18897 add the password as 2nd argument to changepassword command Core (Management commands)
17892 17892 Calling RegexURLResolver.__repr__ takes a lot of time (and memory) Core (URLs)
18840 18840 Important upload_to parameter is missing from upload doc Documentation
17378 17378 add "squashed" index of CBV reference documentation Documentation
9920 9920 Empty string is not the same as typing "localhost" in DATABASE_HOST in settings.py Documentation
16936 16936 CSRF with AJAX documentation is out-of-date Documentation
14757 14757 Add An Example For .extra(tables=[]) Documentation
15728 15728 1.3 release notes should mention snafu regarding model form help_text formatting Documentation
17598 17598 django-admin documentation wrong versionadded link Documentation
16309 16309 Clarify "new in" notes in ModelAdmin.list_filter documentation Documentation
18894 18894 Mention the new behavior of the `{% url %}` tag in the 1.5 release notes Documentation
18892 18892 NoReverseMatch Error in templates Documentation
17352 17352 similar but contradictory content, same headlines, slightly different URLs Documentation
14556 14556 Recommend to avoid FlatpageFallbackMiddleware unless absolutely required Documentation
18886 18886 MySQL backend and _last_executed Database layer (models, ORM)
18384 18384 KyngChaos section of GeoDjango instructions is confusing Documentation
7184 7184 inspectdb outputs primary key Core (Management commands)
18751 18751 `BaseFormSet._should_delete_form` should use `form.cleaned_data` Forms
18873 18873 Broken link to ISO 3166 country codes Documentation
18871 18871 admin.Site not exists Documentation
18880 18880 [Documentation error] Raising error 404 section is wrong Documentation
18878 18878 syncdb for secondary non-default database generates error due to django_content_type Core (Management commands)
18877 18877 Selecting app for testing - dot in app name Testing framework
18876 18876 Use less error output Core (Management commands)
18874 18874 README should be referenced as README.rst Uncategorized
12698 12698 ValidationError bug when passing a string message argument in model validation Database layer (models, ORM)
11739 11739 ContentFile() does not support unicode data File uploads/storage
18860 18860 GET-parameters in `path` argument of `django.test.client.Client.get` Testing framework
18809 18809 MultipleObjectTemplateResponseMixin should handle a generic EmptyQuerySet Generic views
18852 18852 Backwards-incompatible change in django.core.signing Core (Other)
14769 14769 Voting example from tutorial - use of forms API - suggestion Documentation
15058 15058 sys.path.append() Documentation
18085 18085 sqllite integer is signed but django recognize as unsigned Documentation
18804 18804 Class based view documentation is a bit confusing Documentation
16715 16715 Wrong JOIN with nested null-able foreign keys Database layer (models, ORM)
18851 18851 Error in documentation Documentation
18847 18847 Form media examples using media.example.com - should this be static.example.com? Documentation
18846 18846 Error in serializing a Multi-table inherited model Core (Serialization)
18848 18848 model/presentation separation Database layer (models, ORM)
6744 6744 inspectdb doesn't set the primary_key/unique attribute on mixed case columns Core (Management commands)
18841 18841 djnago admin date fileds messed up when using DATE_INPUT_FORMATS = ('%j. %n. %Y', '%j. %n. %y') contrib.admin
18842 18842 Calling "manage.py reset <appname>" causes infinite loop Core (Management commands)
18798 18798 Redefinition of test test_get_language_from_path in tests.regressiontests.i18n.tests Internationalization
18678 18678 HTTPResponse subclasses don't accept base class parameters HTTP handling
18838 18838 upgrade to 1.3.2 Documentation
18791 18791 [py3] Double import of six in django.forms.widgets Python 3
18837 18837 [py3] Double import of six in django.forms.models Python 3
9575 9575 email configuration using starttls Core (Mail)
18836 18836 Single record models. contrib.admin
18834 18834 Addition to Make the poll app modifiable in the admin section Documentation
11340 11340 HttpResponseNotModified should not return Content-Type header HTTP handling
6137 6137 Dev Web Server Calling View For Each HTTP/1.1 Chunk HTTP handling
18831 18831 Test failures with PostGIS GIS
18828 18828 Tutorial Code/Syntax Error Documentation
14885 14885 is_valid for ModelForm changes instance if instance is provided Documentation
18196 18196 loaddata doesn't handle ImportError exception Core (Management commands)
17886 17886 LOUTER join not promoted across filter expression Database layer (models, ORM)
18825 18825 Improve the Django Homepage *.djangoproject.com
18818 18818 Typo: PDKDF instead of PBKDF Documentation
18814 18814 setting up view permission to user contrib.auth
18819 18819 Typo: PDKDF instead of PBKDF Documentation
18805 18805 Superuser not created (python 3.2.3 and DJango 1.5) Python 3
18661 18661 special characters like "é" or "è" in sqlite3 file path raise a "sqlite3.OperationalError: unable to open database file" Database layer (models, ORM)
18801 18801 This ticket only created to try and duplicate the bug *.djangoproject.com
18802 18802 This ticket only created to try and duplicate the bug *.djangoproject.com
18799 18799 Documentation ToC - class based views link to ref, not html Documentation
18711 18711 NamedUrlWizardView looses with "url_name" keyword Documentation
18786 18786 What to Read Next? Documentation
17180 17180 Documentation should mention that {% load i18n %} is needed in every template Documentation
18797 18797 HttpResponse status_code does not appear to be thread safe HTTP handling
17278 17278 Unlike sqlite, spatialite requires NAME to be set to run the tests GIS
18793 18793 Duplicate test test_head_no_get in generic_views.base Generic views
18778 18778 ForeignKey to a model with a CharField primary key produces unexpected results for an empty-string PK value Database layer (models, ORM)
14516 14516 Extract methods from removetags and slugify template filters Template system
18779 18779 URLValidator can't validate url with ipv6. Core (Other)
18701 18701 Class Based VIew docs about JSONResponseMixin misleading Documentation
18787 18787 Tutorial code incorrect Documentation
18756 18756 Tutorial 3 Needs extra funky directive Documentation
18705 18705 Tutorial - URL Template Tag Error Documentation
18723 18723 Decoupled urls syntax in docs differs from what works on my platform Documentation
18689 18689 Error in code example Documentation
18784 18784 cannot import name sanitize_address Core (Mail)
15700 15700 Improve Internationalization docs Documentation
18760 18760 Make gettext and ugettext aliases Internationalization
18662 18662 Urlize fails with Markdown url string Template system
18771 18771 One closing bracket to much here Documentation
18703 18703 documentation suggetsion Documentation
18696 18696 A mistake in the title of article "Creating a WizardView class" Documentation
18721 18721 Documentation Collaboration | Copy Code Button | Tiny Improvements Save Time Documentation
18752 18752 Improve CBV Docs Documentation
18733 18733 Form ids on as_table Forms
18774 18774 incorrect template code for django.contrib.auth.views.login Documentation
18759 18759 Update SECRET_KEY setting's reference documentation Documentation
18772 18772 force_unicode needs to go through deprecation policy Python 3
18765 18765 tutorial01 missed step (poll save) Documentation
18340 18340 formtools.utils.form_hmac is not consistent with unicode input contrib.formtools
17800 17800 Empty settings.SECRET_KEY should raise an error Core (Other)
18741 18741 Small cleanup to split_exclude() Database layer (models, ORM)
18739 18739 {% widthratio %} fails on sql NULL objects Template system
18750 18750 contrib.admindocs coupled to contrib.sites Uncategorized
18746 18746 Django connection is getting lost intermittently while running application HTTP handling
17016 17016 File uploading documentation leaves out the easiest method for saving a file with a model Documentation
18749 18749 Syntax error in Tutorial 4 Documentation
18738 18738 manage.py loaddata returns 0 despite fixture load failure Uncategorized
18740 18740 request.REQUEST truncates POST data HTTP handling
18734 18734 initial_data for debug only Uncategorized
18737 18737 Incorrect use of {% url %} in auth forms docs Documentation
18735 18735 unittest urlconf not picked up by reverse before first request Core (URLs)
18730 18730 manage.py sqlclear app_name doesn't actually drop tables Uncategorized
17053 17053 Add a note about USE_THOUSAND_SEPARATOR in localization docs Documentation
15754 15754 Сalling _media method many times while getting media value Forms
18704 18704 Distance lookups fail when used with LIMIT statements GIS
18720 18720 Code sample for views.html template causes NoReverseMatch error Documentation
15600 15600 Add Limitations section in the auth documentation Documentation
13933 13933 add ModelBackend inheritence to custom auth backend doc to enable Permissions Documentation
18110 18110 Improve template cache tag documentation Documentation
16980 16980 updates and fixes to auth docs Documentation
18441 18441 A ModelForm with a blank=True, null=False ForeignKey doesn't validate Forms
13075 13075 BaseForm __init__ doesn't super and so breaks MI Mixins Forms
18713 18713 Use of multiple names in example for single app [Comments customization] Documentation
10828 10828 deleting all forms within a formset is not possible Forms
18712 18712 `DjangoTestSuiteRunner().setup_databases()` doesn't set confirm the feature to all connections in the case when there are several connections (aliases) to test DB. Testing framework
18710 18710 new encoding (UTF8) is incompatible with the encoding of the template database Documentation
18708 18708 Typo in Naming URL Patterns Documentation
18684 18684 Finnish DATETIME Translations
18683 18683 New Galician date and time formats Translations
13904 13904 Update geo django docs - How to avoid geometry or I/O object garbage collection messages Documentation
18677 18677 Tutorial Part 3 to Part 4 Instruction Failure Documentation
17704 17704 Update the StackedInline section in Tutorial 2 Documentation
18581 18581 Admin actions documentation needs a new screenshot Documentation
18693 18693 Minor bug in tutorial part 3 Documentation
16168 16168 Form validation is bypassed on Admin Inline ModelForms that define extra fields Documentation
18122 18122 Title is unclear at https://docs.djangoproject.com/en/1.4/topics/auth/#limiting-access-to-generic-views Documentation
17195 17195 Unexpected missaccuracy on the Tutorial Chapter 3 -Django Documentation
18692 18692 Django 1.3.2 breaks Python 2.4 compatibility HTTP handling
18690 18690 Typo in Testing documentation response.context Documentation
18686 18686 Models with same name and common subpackage name clash Database layer (models, ORM)
18688 18688 Broken link on Download page *.djangoproject.com
18656 18656 Link to LocaleMiddleware points to the page without it Documentation
18673 18673 What are in the django.contrib.auth.decorators? Documentation
18630 18630 Update version in docs/intro/install.txt Documentation
18674 18674 Session app triggers an AttributeError contrib.sessions
18443 18443 Import string/numeric types from py3.py Python 3
18614 18614 https://docs.djangoproject.com/en/1.4/topics/forms/ missing some sample code Documentation
18634 18634 Escaping in the startproject command Core (Management commands)
18667 18667 Typo on CBV documentation Documentation
18666 18666 When updating a user's password on login, only save the password field contrib.auth
8097 8097 Many-to-many self-referential intermediates in admin: <Friendship> has more than 1 ForeignKey to <Person> contrib.admin
12408 12408 test runner needs to reorder tests more explicitly Testing framework
18271 18271 Make TransactionTestCase flush tables after test run instead of before Testing framework
18363 18363 Add a compatibility layer for Python 3 Python 3
10057 10057 ModelAdmin.render_change_form should not override the 'has_delete' option contrib.admin
9403 9403 _set_content needs to perform the same _is_string check as the Constructor HTTP handling
6170 6170 Reverse urlresolver raises obscure exceptions on failure Core (Other)
18653 18653 timezone.now() should be datetime.timezone.now() Documentation
18652 18652 loaddata --database option ignored Core (Management commands)
17980 17980 Tests fail when i18n set to True. contrib.auth
18395 18395 Make a brittle i18n test more reliable Internationalization
18649 18649 Object is saved as NoneType if readonly, Unicode when not readonly Core (Other)
18600 18600 group_required decorator contrib.auth
10046 10046 ModPythonHandler class should check for IOError when writing response HTTP handling
3470 3470 related data injection for related managers to reduce number of queries Database layer (models, ORM)
18645 18645 Simplified filesizeformat Template system
18547 18547 Django-admin.py makemessages should show a specific error message if the user hasn't installed gettext (e. g. on windows) Internationalization
18639 18639 manage.py shell should have a flag to explicitly request iPython or bpython Core (Management commands)
7760 7760 Queries on large primary tables with limit/offset clauses are slow Database layer (models, ORM)
5063 5063 PostgreSQL connection close when using model with a OneToOneField and a ManyToManyField Database layer (models, ORM)
18641 18641 Offline documentation states 1.5 when its for 1.4 Documentation
18635 18635 Getting Error while added admin theam in local app --Directory indexes are not allowed here. contrib.admin
18636 18636 django-admin.py startproject mysite Documentation
18595 18595 Wrong table used in get_query_set when two Models have ManyToMany Fields to a common third Model using related_name='+' Database layer (models, ORM)
17952 17952 Sqlite and mysql generating different queries with the same code Database layer (models, ORM)
18625 18625 Docs contain examples that use old-style {% url %} syntax Documentation
17932 17932 Test suite fails to run under Oracle contrib.admin
18626 18626 Lack of scaping on howto / initial data Documentation
18449 18449 Having an error raised during a transaction-decorated view will drop the error on the floor Database layer (models, ORM)
8633 8633 Field default value force to unicode when create custom field. Database layer (models, ORM)
18624 18624 Broken link on home page *.djangoproject.com
18622 18622 Django. The web framework for perfectionists who really don't care about deployment. Uncategorized
18617 18617 Pointing out a template overriding pitfall Documentation
18601 18601 document python minor version requirement of >=2.6.5 Documentation
18618 18618 while saving checkbox values into one field, the list_display with such a field failed contrib.admin
18615 18615 Allow retrieval of the signature age using the signing API Core (Other)
18058 18058 Problem with syncdb in Django 1.4 Uncategorized
10934 10934 handler404 needs an example Documentation
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
17285 17285 Documentation typo: 'SimpleTemplateResponse.add_post_rendering_callback' Documentation
18613 18613 DecimalField returns an int in some circumstances Database layer (models, ORM)
18612 18612 Design your URLs - tutorial 3 Documentation
18610 18610 create internal API for model field validation Core (Other)
18157 18157 Document that setting PASSWORD_HASHERS for tests can make them much faster Documentation
18594 18594 Passing kwrgs parameter to url function kills django spouriously Core (URLs)
18609 18609 When using ModelAdmin.save_model, an existing instance is inserted again, instead of being updated Uncategorized
18602 18602 Misleading error when NAME omitted for Postgres DB Database layer (models, ORM)
18598 18598 Django template language comparisons with None Template system
18522 18522 Incosistencies and redundant checks in wizard view contrib.formtools
18554 18554 Template rendering based on value of hidden BooleanFields Forms
18434 18434 Limit ModelFormSet queryset parameter Forms
18590 18590 Remove workaround for a Python 2.4 bug in Model.__reduce__ Database layer (models, ORM)
12121 12121 deepcopy(model_instance) causes infinite recursion since r11681 Database layer (models, ORM)
18050 18050 CachedStaticFilesStorage eats @import statement contrib.staticfiles
18588 18588 Django-Python instalation error on django-admin.py (init.py options = filter(lambda (x,v): x not in prev_opts, options)-syntax error Uncategorized
15620 15620 ClerableFileInput should render initial value in a flexible way Forms
18374 18374 ImageField not validating due to missing libraries Documentation
18164 18164 startapp error: no such option Documentation
18567 18567 readonly_fields for ModelForms Forms
18569 18569 Enable L expressions in `queryset.extra` Database layer (models, ORM)
18552 18552 Django test client should not use MULTIPART_CONTENT for POST-requests by default. Uncategorized
18589 18589 Typo in class-based generic views doc Documentation
18158 18158 Mix FormView with ListView functionality Generic views
18521 18521 Add appropriate reST role to templates named in view docs contrib.admindocs
18587 18587 Error in example code for custom management commands Documentation
13867 13867 Feature request: Comments in Django models saved to database schema Database layer (models, ORM)
18254 18254 Add support for `as <varname>` to the staticfiles {% static %} template tag. contrib.staticfiles
18505 18505 bad link from definitive guide to Dj web dev done right *.djangoproject.com
18488 18488 add granular permissions contrib.auth
18466 18466 meta-bug: couldn't submit ticket Documentation
18143 18143 Comments are not paginateable using Django's own paginator contrib.comments
17981 17981 attr property unexpectedly shared between widgets in MultiWidget Forms
18585 18585 Tutorial part 4: problem in polls/detail.html Documentation
18538 18538 type(SimpleLazyObject) returns SimpleLazyObject rather than type(_wrapped) Database layer (models, ORM)
18572 18572 Django 1.5/Python26 string format incompatibility Uncategorized
18564 18564 Adding a python module with same name like Django project makes "./manage.py syncdb" raise ImproperlyConfigured, "You haven't set the DATABASE_ENGINE setting yet." Uncategorized
15580 15580 DB cache backend uses LIMIT / OFFSET query for culling Core (Cache system)
18571 18571 ModelAdmin.filter_horizontal should use plural for ManyToManyField contrib.admin
18401 18401 Use ORM model in database based cache backend Core (Cache system)
18362 18362 model save with update_fields should accept both field.name and field.attname Database layer (models, ORM)
17626 17626 Update FAQ for Py3k status Documentation
18570 18570 Page 3 of Latest Tutorial has slight error Documentation
18566 18566 Django Persian Book Documentation
14686 14686 ORM support for VoltDB Database layer (models, ORM)
18560 18560 polls/detail.html Demo Code in Django 1.4 Tutorial is Incorrect? Documentation
18559 18559 os.environ.setdefault: Documentation should warn against being incompatible with multiple sub interpreter processes Documentation
18555 18555 Calling management commands programmatically without options no longer works [regression] Core (Management commands)
18493 18493 Tutorial #2 could better hint where "source code of Django itself" is Documentation
2493 2493 Error "reset"ing app with self-referencing ForeignKey Database layer (models, ORM)
11162 11162 No Mention of raise exceptions.ValidationError in custom model fields docs Documentation
18550 18550 history_view shows no log entries for PKs requiring unqote() contrib.admin
18546 18546 Broken link in Django 1.1 documentation Documentation
16047 16047 postgresql_psycopg2 never restores autocommit mode when leaving transaction management Database layer (models, ORM)
18519 18519 DateField ignores DATE_INPUT_FORMATS (because get_format ignores it) Forms
16882 16882 Clarify in the doc why one should not use 'init_command' after initial database creation Documentation
5493 5493 make-messages.py not parses JS *.html templates for domain djangojs Internationalization
17705 17705 Update TabularInline image and doc in tutorial 2 Documentation
18540 18540 Improve Model flexibility by allowing a custom Options class Database layer (models, ORM)
17024 17024 missing import Choice line in tutorial02 Documentation
18544 18544 Same issue as Ticket #2673 contrib.admin
15988 15988 django.contrib.contenttypes.tests.ContentTypesTests.test_shortcut_view doesn't handle ABSOLUTE_URL_OVERRIDES contrib.contenttypes
12321 12321 CharField default is a str and not unicode Database layer (models, ORM)
18102 18102 fr localflavor : force min and max length contrib.localflavor
18539 18539 Django 1.4 - Can't get admin page to display Documentation
18528 18528 Field.value_to_string documentation broken Documentation
18532 18532 Mark when instance is loaded from database for pre-/post-init receivers. Database layer (models, ORM)
12831 12831 Use CACHE_MIDDLEWARE_KEY_PREFIX in template cache. Core (Cache system)
16563 16563 Error pickling request.user contrib.auth
11449 11449 Performance regression loading from fixtures in 1.1 & trunk Core (Serialization)
17996 17996 Multi-table inheritance can lead to exceptions in the admin contrib.admin
18534 18534 help me Uncategorized
18036 18036 GIS deployment documentation contains obsolete links to django admin static files Documentation
18527 18527 https://docs.djangoproject.com/en/dev/topics/class-based-views/generic-display/ Documentation
18524 18524 Create MinifyHTMLMiddleware Core (Other)
18525 18525 unique should be True by default on SlugField instead of False. Database layer (models, ORM)
16964 16964 FileField files can't be opened in write mode if not closed before File uploads/storage
8341 8341 InlineModelAdmin is missing `can_delete` and `can_order` contrib.admin
18516 18516 NoReverseMatch error when following authentication tutorial Documentation
10702 10702 .extra() should accept "having" parameter Database layer (models, ORM)
16317 16317 Self-referencing model with natural key: dumpdata can't resolve dependencies Core (Serialization)
18507 18507 Django 1.3 breaks ordering by the reverse of a one-to-one field Database layer (models, ORM)
15651 15651 Add option to forms.FilePathField to sort choices Forms
14917 14917 Error in the sample code under "Using an inline formset in a view" Documentation
14898 14898 Move validate_sql functionality into backend Database layer (models, ORM)
18499 18499 Malformed query string becomes part of request.path Core (URLs)
18495 18495 404 with non-/ WSGI, script prefix not removed in core/urlresolvers.py: resolve() Core (URLs)
17776 17776 DoesNotExist is not picklable Database layer (models, ORM)
18506 18506 (Model)Forms localize=True violates DRY Uncategorized
18503 18503 404 on website Uncategorized
18498 18498 you still need to import http response after changing to render_to_response as a shortcut Documentation
18496 18496 wsgi.py script need to add project path to sys.path Uncategorized
18500 18500 Part 3 tutorial - field is choice_text Documentation
17121 17121 New documentation version chooser doesn't work in Firefox Documentation
18209 18209 Add GEOS functions supported by Shapely that GeoDjango lacks GIS
18497 18497 Bug with TestCase handling JSON views Testing framework
18492 18492 LOCALE_PATHS documentation mismatch? Documentation
18489 18489 Unnecessary quotes cause NoReverseMatch Exception Documentation
18486 18486 <model>.objects.none().update(**kwargs) updates everything! Database layer (models, ORM)
15271 15271 django.contrib.gis.forms.fields.GeometryField should call to_python before cleaning GIS
14502 14502 Feature: escape hatch for colliding template syntax in Django templates Template system
18446 18446 Revisions to 'Working with forms' topic docs Documentation
18180 18180 add get_context_data to ModelAdmin/AdminSite contrib.admin
18420 18420 JavaScript crashes in django admin for translation inlines in some circumstances contrib.admin
18241 18241 Inline.js should use preventDefault instead of 'return false' contrib.admin
18477 18477 TabularInline admin uses wrong colspan in Add row contrib.admin
18470 18470 Widget argument description in Form fields documentation Documentation
18421 18421 Pagination documentation contains error when no GET request provided Documentation
12140 12140 urlencode empty list encoding bug & fix HTTP handling
18469 18469 Django 1.4 + Apache 2.2.22 + WSGI 3.3 + Apache VirtualDocumentRoot HTTP handling
18133 18133 global settings for label_suffix Uncategorized
18462 18462 UnicodeDecodeError in sql debug logger Core (Other)
18459 18459 makemessages - problem with Unicode Internationalization
18451 18451 Improved class based view documentation Documentation
16637 16637 Admin site gives DoesNoteExist at /admin/ Documentation
18364 18364 Can't server static files with version information Template system
14827 14827 Authentication Backends should be responsible for checking and setting passwords contrib.auth
17760 17760 connection.features.supports_transactions is None Database layer (models, ORM)
16885 16885 django.test.testcases.connections_support_transactions always returns False if TEST_MIRROR is used Testing framework
17921 17921 Add default "error" and "required" css classes to form rows Forms
18452 18452 Spaces in model field definition params cause sqlite errors Uncategorized
18440 18440 Clarify that Reportlab is not thread-safe in pdf section Documentation
18125 18125 Using filters in if tag example is misleading Documentation
18436 18436 Review references to Subversion given github move Documentation
18445 18445 Very minor link added Documentation
18269 18269 From __future__ import unicode_literals Python 3
18179 18179 Management can't load custom commands when separately packaged apps share a common base module Core (Management commands)
18064 18064 Allow changing form field properties after form creation Forms
11518 11518 Custom commands cannot be run from cron (or other directory) if project is not on Python Path Core (Other)
17845 17845 Provide a way for model formsets to know how many records will be created Forms
17839 17839 Ordering by an expression containing annotations Database layer (models, ORM)
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
16802 16802 Core management commands should have defined success/fail semantics Core (Management commands)
17853 17853 Fixture error output has wrong fixture name Core (Management commands)
18396 18396 URL for spatialite has changed Documentation
18352 18352 You can't use AnonymousUser in the database API contrib.auth
10200 10200 loaddata command does not raise CommandError on errors Core (Management commands)
18309 18309 Prefetch related does not work for fkey to multitable inherited model Database layer (models, ORM)
18435 18435 Caching of reverse ForeignKey lookups Database layer (models, ORM)
18405 18405 Delay string encoding in contrib.auth.hashers contrib.auth
17328 17328 OpenLayersWidget needs _has_changed() method GIS
7190 7190 BooleanField does not return <type: 'bool'> Database layer (models, ORM)
17804 17804 Django Admin's input for BigIntegerField should be larger contrib.admin
11916 11916 Extra params + aggregation creates incorrect SQL. Database layer (models, ORM)
17951 17951 Limit items in ModelChoiceField by default contrib.admin
14478 14478 Couple of tests make assumptions about configuration Contrib apps
15656 15656 Hardcoded servername in test_shortcut_view (django.contrib.contenttypes.tests.ContentTypesTests) contrib.contenttypes
18259 18259 Standalone templates also require ROOT_URLCONF setup Template system
17298 17298 Error: No module named filterspecs Core (Other)
18415 18415 FormWizard's hash check occasionally fails due to pickle.dumps returning varying values for same inputs Uncategorized
16422 16422 Warnings when building the docs in epub format Documentation
18409 18409 Make RegexField work with unicode characters Forms
18408 18408 flatpages - tests expect site 1 to be example.com contrib.flatpages
14681 14681 Uploaded files should not set mode to None File uploads/storage
16718 16718 check_for_language fails when django are imported from zip file Translations
18402 18402 `DjangoTestSuiteRunner().setup_databases()` fails on second exercise Testing framework
18393 18393 Don't let blocktrans crash on ValueError Internationalization
15605 15605 Testing cannot be loaded when models.py is missing Testing framework
18387 18387 Provide a way to skip sys.exit() when using call_command() Core (Management commands)
18343 18343 Refactor deferred model implementation Database layer (models, ORM)
16951 16951 Example for dumpdata of permissions Documentation
12206 12206 manage.py fails if management commands directory contains only bytecode files Core (Management commands)
18386 18386 choice.choice_txt empty Documentation
17929 17929 Tutorial improvements for "Choice", "choice", and "choice": choice_text & capitalization Documentation
14886 14886 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
18383 18383 Path in url tag must not be in quotes Documentation
18382 18382 username/password Uncategorized
18370 18370 DATETIME_FORMAT has not effect on json serializer Uncategorized
18367 18367 LayerMapping.verify_ogr_field fails when trying to map OFTString to TextField GIS
18372 18372 broken image links in djangobook.com Uncategorized
18366 18366 Timezones - "Time zone support is disabled by default." Documentation
18319 18319 test_runner.AutoIncrementResetTest should be skipped for mssql Testing framework
18318 18318 admin_scripts.tests.expected_query_re missing mssql quote characters Testing framework
18317 18317 Raw sql in regressiontests.model_fields.tests.BooleanFieldTests.test_return_type fails with mssql Testing framework
18097 18097 __contains__ on an incompletely evaluated QuerySet can incorrectly return False Database layer (models, ORM)
18244 18244 example in django formsets doesn't work Documentation
18167 18167 "Writing your first Django app, part 1" Not Noob Friendly Documentation
18113 18113 Class based view mixin docstrings reference incorrect method Documentation
18359 18359 CSRF dosen't work CSRF
18115 18115 Warn that repeated "setup.py install" without removal causes problems Documentation
18358 18358 1.3 ModelForm documentation lists TextField as field type - not present in 1.3 code Documentation
18266 18266 Allow context processors to take the context as a second argument Template system
18327 18327 Global scope leaking in admin's actions.js contrib.admin
18331 18331 flatpages - models.py: template path is limited to 70 chars contrib.flatpages
18354 18354 Duplicate query in archive and year class based views Generic views
18346 18346 django 1.4 - admin TemplateDoesNotExist at /admin/auth/user/ Options contrib.admin
18267 18267 Clarify how to check if configuration is already called Documentation
18341 18341 js files are not working in the django application Template system
18338 18338 Broken Link: License *.djangoproject.com
18335 18335 Form wizard example template is missing `i18n` template tag import Documentation
6916 6916 Es Localflavour has wrong province contrib.localflavor
18326 18326 servers.LiveServerViews tests fail on windows due to line separator Testing framework
18324 18324 QuerySet values ​​method fails Database layer (models, ORM)
18329 18329 Hey Uncategorized
18328 18328 documentation's source reference needs update Documentation
17393 17393 Test runner should exclude __pycache__ directories Testing framework
17284 17284 last_insert_id in django.db.backends.postgresql.operations.py Database layer (models, ORM)
17896 17896 Implement file hash computation as a separate method of staticfiles' CachedFilesMixin contrib.staticfiles
18322 18322 Many django.contrib.sessions unit tests do not respect database supports_timezones feature contrib.sessions
18321 18321 generic_views unit tests are not respecting database feature supports_timezones Testing framework
18019 18019 ./manage.py testserver with in-memory sqlite database fails on 1.4 Core (Management commands)
18311 18311 en/dev/topics/auth/ - login.html syntax Documentation
18226 18226 tutorial documentation starting admin (part II) Documentation
18308 18308 Tutorial needs "disable django.contrib.sites' instruction Documentation
18303 18303 Wrong comparison in render method of CheckboxInput class. Forms
18301 18301 url name 'auth_password_reset_confirm' not present in contrib.auth.urls Documentation
18219 18219 Django UnicodeEncodeError in errorlist Forms
18279 18279 Django ORM calculation of aggregate position is select queries Database layer (models, ORM)
18302 18302 1.4 cache session storage is not backward compatible Documentation
18300 18300 Don't repeat yourself? Are you sure about that? Forms
18275 18275 documentation: invalid foreign key and select_related Documentation
18278 18278 Set a standard for pluggable end user documentation Documentation
18281 18281 subtle meaning of wording again? Documentation
18298 18298 All Canadian localflavour form errors should be translatable strings. contrib.localflavor
17518 17518 Display of StackedInline has glitch with Firefox/Iceweasel (Gecko) contrib.admin
17798 17798 minor changes in localflavor.ca.ca_provinces contrib.localflavor
17950 17950 Document that ModelChoiceField is only useful when the number of items is relatively small Documentation
18257 18257 Possible minor typo Documentation
18291 18291 Form wizard does not respect a file field's "upload_to" contrib.formtools
18294 18294 broken link Uncategorized
18295 18295 broken link in Documentation Documentation
18262 18262 {% url %} in sample template not working because of quotes Documentation
18293 18293 docs.djangoproject.com displaying wrong docs for 1.4 *.djangoproject.com
12418 12418 object_detail ObjectDoesNotExist message isn't unicode Generic views
18270 18270 Erroneous sample email template for password reset Documentation
18292 18292 Database errors get mangled Database layer (models, ORM)
15741 15741 Class-based generic views dropped support for X-Object-* headers Generic views
12684 12684 Have callback for email creation in generic views sending emails Generic views
3189 3189 [patch] generic date_based view, allowing week to start on monday Generic views
11287 11287 Better performance of the Paginator list Database layer (models, ORM)
18286 18286 User Status contrib.auth
12129 12129 distributions checksums *.djangoproject.com
18284 18284 "has_bulk_insert = False" results in only saving one ManyToManyField Database layer (models, ORM)
11131 11131 Add watchlist to Trac *.djangoproject.com
18280 18280 faulty url for generic views ref. page Uncategorized
15847 15847 Spam control is misconfigured and rejects all anonymous bug reports *.djangoproject.com
17775 17775 The Document version tag in lower right overwrites text when printing *.djangoproject.com
18001 18001 html entities verbatim in search results *.djangoproject.com
16984 16984 Add link to the Release Notes on the download page *.djangoproject.com
15242 15242 Documentation titles should be weighted more heavily in seach. *.djangoproject.com
17385 17385 Make sure the documentation search version field honor the browsed version. *.djangoproject.com
18068 18068 mis-numbered options on Django download page *.djangoproject.com
15341 15341 Add info about transifex to New Ticket page *.djangoproject.com
15976 15976 Blogroll page is down *.djangoproject.com
18276 18276 404 when accessing generic views documentation from google *.djangoproject.com
18274 18274 Page not found Template system
18273 18273 page not working https://docs.djangoproject.com/en/dev/topics/forms/modelforms/ Uncategorized
18268 18268 no branches in new git repository?!?! Uncategorized
17049 17049 The test suite should be deprecation-warning clean Testing framework
18264 18264 manage user ands groups in django project without admin site Uncategorized
18214 18214 Serializers do not serialize iterators Documentation
18163 18163 Use a faster password hasher in test_sqlite.py contrib.auth
18211 18211 Add a signal to notifying when a ModelAdmin has been registered with an AdminSite contrib.admin
18237 18237 Custom error messages in ModelForm-s Forms
18258 18258 Too aggressive statements spliting in custom sql Core (Management commands)
1286 1286 Automatic detection of primary key with inspectdb for MySQL Core (Management commands)
18253 18253 error in tutorial Documentation
9950 9950 PUT requests do not have request body handled HTTP handling
18252 18252 Multi-table inheritance + ForeignKey to parent => corrupted save Database layer (models, ORM)
18246 18246 Geodjango documentation improvement Documentation
18175 18175 SortedDict issue when copied with copy.copy Uncategorized
18238 18238 django.views.generic.simple File missing in Github Generic views
4499 4499 integrity error silently failing with postgres and loaddata Database layer (models, ORM)
18082 18082 get_indexes produces wrong resuls under oracle Database layer (models, ORM)
18235 18235 Template syntax error in django/contrib/admin/templates/admin/base.html contrib.admin
18013 18013 Use `except ... as ...:` syntax to improve compatibility with Python3. Python 3
18220 18220 Remove `CACHE_BACKEND` deprecated in 1.3 Core (Cache system)
17957 17957 If engine for default DB alias has interprets_empty_strings_as_nulls (i.e. Oracle) it affects DDL SQL for model fields null=False in other DBs Database layer (models, ORM)
18236 18236 keyword parameter naming collision with get_object_or_404 Core (Other)
18218 18218 get_table_list in postgresql introspection is unordered Database layer (models, ORM)
18232 18232 i18n javascript_catalog Reference Error Internationalization
18228 18228 Add get_git_revsion() to django.utils.version and refactor django.get_version() Core (Other)
18230 18230 Typo in django/views/generic/edit.py (instanciating -> instantiating) Generic views
18199 18199 A way to have Django apps specific test runners Testing framework
18222 18222 Missing a step on part two of the 1.4 tutorial Documentation
11827 11827 GeoQuerySet extent() method fails if contains only one object with point geometry GIS
15076 15076 inspectdb to quote ForeignKey class names to avoid need to reorder classes/solve circular dependencies Core (Management commands)
18215 18215 Don't assume POST data is always application/x-www-form-urlencoded HTTP handling
18216 18216 Problem run manage.py Database layer (models, ORM)
13971 13971 Excluding a declared field in ModelForm in form’s subclass Forms
18038 18038 Remove the 'supports_inactive_user' backwards-compatibility flag contrib.auth
18206 18206 Disable bytecode in manage.py by default to avoid project clutter. Uncategorized
18092 18092 Composite indexes Database layer (models, ORM)
18033 18033 Remove the function-based generic view modules Generic views
18195 18195 Add support for sundown/misaka for parsing markdown contrib.markup
18060 18060 Fix documentation for "Writing custom django-admin command" to make closepoll.py work with code from cited tutorial Documentation
18203 18203 after upgrade to Django 1.4 , "startproject" create redundant settings.py&urls.py Core (Management commands)
18037 18037 Switch the url and ssi template tags to the "future" behavior Template system
18200 18200 prefetch_related works invalid! Database layer (models, ORM)
16961 16961 Unit tests 10 times slower on Linux if MySQL is used Database layer (models, ORM)
18193 18193 show_urls is listing invalid urls Core (Management commands)
18189 18189 Missing a .all() in Tutorial 4 Documentation
18187 18187 In adding options to custom commands the doc stop too early and therefor miss an important information Documentation
18190 18190 slower performance with non-default database + @transaction.commit_manually Database layer (models, ORM)
18188 18188 How can I add myself to DevelopersForHire wiki page? Uncategorized
18159 18159 Missing import statement inside example django.shortcuts.redirect Documentation
15507 15507 Savepoint support for MySQL backend Database layer (models, ORM)
18116 18116 Drop support for MySQL versions < 5.0.3 Database layer (models, ORM)
17332 17332 Doing a save after primary key has changed should raise an error Database layer (models, ORM)
14618 14618 unable to "inspectdb" on mysql4 database Core (Management commands)
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
18156 18156 Wrong signature for ModelAdmin.change_view in documentation Documentation
8740 8740 save(force_update=True) should raise a consistent exception when update is not possible Database layer (models, ORM)
4192 4192 manage.py sqlindexes does not create the index for unique_together fields Core (Management commands)
18128 18128 Session key not being created in django.contrib.sessions middleware Uncategorized
18165 18165 Ordering by related field creates duplicates in resultant querysets Database layer (models, ORM)
18126 18126 Multithreaded Django runserver is not documented in 1.4 release notes Documentation
18146 18146 Exception during form validation Database layer (models, ORM)
18151 18151 <model-name>.objects.filter function + sqlite => doesn't return and consumes increasing memory size Database layer (models, ORM)
18147 18147 High traffic block HTTP handling
18106 18106 documents error on topic pagination Documentation
18136 18136 Documentation for PermWrapper is wrong Documentation
18141 18141 Bad link Uncategorized
18140 18140 Missing instruction: manage.py collectstatic Documentation
18024 18024 subtle meaning of wording Documentation
13478 13478 Session backends should all refuse user-defined, non-existant IDs contrib.sessions
11555 11555 Undocumented contrib.sessions behaviour contrib.sessions
18138 18138 Django admin site not working Uncategorized
18137 18137 Omitted parentheses in raising PermissionDenied contrib.auth
18132 18132 Problem with: from django.conf.urls import patterns Documentation
18124 18124 manage.py has /usr/bin/python hardwired Uncategorized
18075 18075 LOCALE_PATHS needs "," at the end of the locations Translations
18041 18041 Disable support for versions of Python-Markdown library earlier than 2.1 contrib.markup
18078 18078 Release notes should mention more clearly removed features Documentation
18117 18117 Django 1.4 Trouble Creating Large Numbers of Tables with SQLite Uncategorized
18123 18123 username field capped at 30 characters contrib.auth
18121 18121 url tag reversing doesn't work with login in quotes Documentation
18120 18120 add DomainNameField model Field type to validate and store Internet Domain Names Database layer (models, ORM)
18118 18118 django.contrib.auth.hashers.make_password doc isn't up to date Documentation
18031 18031 Subclassing a model field: call_with_connection_and_prepared bug Database layer (models, ORM)
18111 18111 Django autoreload doesn't work for forms.py or tests.py in my app (but does for models.py) Uncategorized
18002 18002 Typo in ReverseSingleRelatedObjectDescriptor Database layer (models, ORM)
18039 18039 transform() should raise a GEOSException when called on a geometry with no SRID value GIS
18109 18109 Page Stats Middleware break the admin site Generic views
18107 18107 Usage of deprecated import in GeoIP docs Documentation
18027 18027 regressiontests.test_utils.tests.HTMLEqualTests.test_parsing_errors() fails with Python >=2.7.3 Testing framework
12656 12656 QuerySet.defer in default Manager breaks batch update (w/mysql?) Database layer (models, ORM)
18071 18071 urlize is case-sensitive Uncategorized
9205 9205 Add savepoint protection to Model.save() Database layer (models, ORM)
18101 18101 Username doesn't allow backslash contrib.auth
18090 18090 `prefetch_related` selects entire table when reverse traversing a `OneToOneField` Database layer (models, ORM)
14822 14822 contrib.auth docs should reference to new generic views. Documentation
18089 18089 Django Tutorial -Part 3 Documentation
17672 17672 GeoDjango installation via MacPorts doesn't properly build GDAL Documentation
18086 18086 Restore '-pk' as the default order in admin changelist contrib.admin
18035 18035 Remove AdminMediaHandler contrib.admin
18014 18014 Remove rev_join_map from sql/query.py Database layer (models, ORM)
18084 18084 TypeError Exception Value: 'str' object is not callable Uncategorized
11079 11079 Multi-table inheritance subclasses cannot be proxied Database layer (models, ORM)
18079 18079 Offline HTML docs report django 1.4 docs as 1.5 Documentation
18080 18080 @transaction.commit_manually plus context processors doesn't work well Uncategorized
13901 13901 File.chunks fails to read the entire file for some file-like objects File uploads/storage
9632 9632 File.chunks contains potentially expensive size operation File uploads/storage
6892 6892 Warn about raw "%" in redirect_to strings. Generic views
18076 18076 rfc3339 default support since 1.4 - DateTimeField Forms
18077 18077 XMLField removal should be informed in release notes Documentation
18074 18074 Seems like there is a misprint in the “django-admin.py and manage.py” section Documentation
18073 18073 Wrong markup in markup documentation Documentation
16233 16233 Add definition of db_alias in Performing raw SQL queries Documentation
596 596 Allow Django to be packaged as a Python egg Core (Other)
18066 18066 ModelChoiceIterator reports incorrect length Forms
18069 18069 manage.py reset app Core (Management commands)
18070 18070 django version 1.5 Uncategorized
18065 18065 manage.py createsuperuser fails if LC_ALL is empty Core (Management commands)
18055 18055 check early on for python < 2.6 and provide clear message Core (Other)
17938 17938 Transient failure of regressiontests.servers.tests.LiveServerDatabase on oracle Testing framework
8238 8238 django/db/__init__.py assumes it is loaded from the filesystem Database layer (models, ORM)
18061 18061 GenericRelation doesn't play well with proxy models Uncategorized
17994 17994 Markdown safe mode fails to return result if there's link in content contrib.markup
15782 15782 Runserver/runfcgi/startup with MySQL is unlike any other database Database layer (models, ORM)
18052 18052 syndication feed doc deprecation note needs updating Documentation
18047 18047 Reset password mail subject not internacionalizing as it should Internationalization
18006 18006 admin small design change Uncategorized
18022 18022 Django 1.4 never uses python's standard json module Core (Serialization)
18030 18030 Broken links on project page Documentation
17986 17986 Links to offline documentation in ePub and PDF formats do not work on the documentation home page *.djangoproject.com
18049 18049 time lookup missng Database layer (models, ORM)
17071 17071 django.utils.simplejson.__version__ always reports 2.0.7 Core (Serialization)
18045 18045 1.4 Documentation incorrectly lists HTTPOnly Session cookie setting to be False Documentation
18034 18034 Support for signal after settings have been read Core (Other)
18044 18044 Efficient update query on model.save() Database layer (models, ORM)
17983 17983 Command line example for symbolic link may cause problems Documentation
18043 18043 Current URL to Django 1.4 PDF file is invalid Documentation
18029 18029 Remove mod_python Core (Other)
18032 18032 Inaccuracy of the documentation Documentation
17965 17965 Drop support for Python 2.5 Uncategorized
18018 18018 MessageFailure in Django 1.4 admin Uncategorized
15682 15682 Postgresql last_insert_id() failing when using custom schemas Database layer (models, ORM)
17999 17999 Empty See Also in One-to-one relationships Documentation Documentation
18025 18025 Link's on PDF & ePub documentation Documentation
18021 18021 An attribute for related_name is not created for many-to-many relationships on "self" Database layer (models, ORM)
18015 18015 I am listed as "j" for the purposes of trac's CC selection box *.djangoproject.com
18010 18010 Can't access Admin CSS with Apache without ADMIN_MEDIA_PREFIX contrib.staticfiles
18007 18007 Support for character sets in HTTP headers (RFC5987) HTTP handling
11150 11150 ImageField validation depend on cStringIO Forms
17989 17989 "invalid" error message of CHPhoneNumberField not translatable contrib.localflavor
17993 17993 error in uWSGI example ini file Documentation
17963 17963 "Bulk Insert" link from 1.4 release notes broken Documentation
17987 17987 PDF and ePub builds of 1.4 docs missing *.djangoproject.com
18005 18005 Add support for ManyToManyFields on proxy models Database layer (models, ORM)
17995 17995 Forcing a Specific Caching Backend in Tests Testing framework
5025 5025 Add a "truncate" template filter Template system
17973 17973 Tag the 1.4 release in the repository Uncategorized
11485 11485 sitemap.xml doesn't support https urls HTTP handling
17611 17611 django.contrib.gis raises exception on ./manage.py test GIS
17982 17982 please unbundle jquery contrib.admin
17926 17926 XMLField removed in 1.4 but still documented Documentation
17979 17979 Method reference error Documentation
17634 17634 MultiValueDict.appendlist is ineffective Core (Other)
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
17346 17346 MemoryError Uncategorized
17970 17970 micro-typo in Dutch translation ("herstellenaan") Internationalization
17969 17969 Different error page for /static/ URLs HTTP handling
16677 16677 ssi template tag fails when the path to the template contains a space Template system
16812 16812 FieldsTests.test_urlfield_10 fails since r16760 Forms
17964 17964 Bad link form 1.4 release notes Uncategorized
17961 17961 bad link home page to Overview Uncategorized
17960 17960 docs.djangoproject.com gives a 404 Uncategorized
17810 17810 Switching from cookie-based sessions to memcached-based sessions raises exception contrib.sessions
17953 17953 DB architecture in tutorial Documentation
16547 16547 Add support for signal priority. Core (Other)
17949 17949 context_instance and authentication issue? Uncategorized
14050 14050 Signals for transaction commit/rollback Database layer (models, ORM)
17945 17945 tests do not change language back after fail, changing template loaders to default before testing contrib.auth
17934 17934 RuntimeWarning: DateTimeField received a naive datetime Uncategorized
17936 17936 SimpleListFilter redirects to ?e=1 Documentation
17941 17941 Value request.META["HTTP_HOST"] was lost Core (URLs)
17275 17275 Fix RuntimeWarning in the Django test suite Testing framework
17939 17939 Staticfiles overwriting files incorrectly contrib.staticfiles
17893 17893 GIS installation docs do not cover Ubuntu 11.10 GIS
17928 17928 Tests with import time dependency on DB fail Testing framework
17874 17874 no timezone module Uncategorized
17913 17913 'X' object has no attribute 'META' in RequestContext Template system
17901 17901 django/trunk/django/contrib/admin/locale/ru/LC_MESSAGES/django.po Translations
14574 14574 Initial values support for inline model formsets Forms
16138 16138 ModelForm's 'initial' attribute unexpectedly persists across different instances Generic views
16716 16716 Regression in admin changelist with failing related admin filters contrib.admin
17915 17915 Switch default WMS service for GeoModelAdmin wms_url GIS
17925 17925 Brazilian Localflavor error messages always in english (even though translated) Internationalization
17488 17488 Failing WeekArchive tests Generic views
17912 17912 Generic views test failure in 1.3.X branch Generic views
17909 17909 GeoDjango test suite errors - TemplateDoesNotExist Testing framework
13267 13267 Update gis tutorial python examples Documentation
17759 17759 FormMixin instantiates form with dict stored on the class Generic views
17910 17910 Remove Feed from Community RSS *.djangoproject.com
17801 17801 Adding DummyCache causes contrib.session tests to fail Core (Cache system)
17907 17907 "Something's wrong with your database installation" error message in DEBUG mode. contrib.admin
17900 17900 Logging Primer misrepresents the StreamHandler Documentation
17902 17902 Help_text for models Database layer (models, ORM)
17898 17898 The database option is not honored when `createsuperuser` is called by `syncdb` contrib.auth
17321 17321 Errors when running messages test with USE_ETAGS = True contrib.messages
17837 17837 Markdown filter "safe" mode is vulnerable to e.g. 'onclick' attributes contrib.markup
12286 12286 Table for Model that has been proxied may not be created Core (Management commands)
15978 15978 adding host to cache_key to enable subdomain caching Core (Cache system)
17897 17897 Link https://www.djangoproject.com/weblog/2012/ma/ does not work Uncategorized
17895 17895 override_settings doesn't send the setting_changed signal when restoring the original value Testing framework
17584 17584 Ubuntu 11.10 / Linux Mint 12 update to create_template_postgis-debian.sh Documentation
17891 17891 Password reset email - small backwards incompatiblitity Documentation
17894 17894 create_template_postgis-debian.sh fails on Ubuntu 11.10 GIS
13340 13340 patch for updating postgis template script for ubuntu 10.04 Documentation
17829 17829 Admin date filter's "Past 7 days" actually returns past 8 days. contrib.admin
17768 17768 Explain the expected failure on UpdateViewTests.test_update_put Generic views
5710 5710 dumpdata/loaddata fails with many-to-many tables on postgresql Database layer (models, ORM)
14341 14341 Session middleware raises exception when unit testing HttpResponseForbidden Testing framework
17256 17256 ContentTypeManager.get_by_natural_key method doesn't cache contrib.contenttypes
17762 17762 Multi-db apps (no Django test suite) testing fails to create in-memory sqlite DBs Database layer (models, ORM)
17889 17889 Go to "/admin/" on your local domain not working. Uncategorized
17857 17857 CachedFilesMixin url_converter creates unnecessarily absolute urls contrib.staticfiles
17865 17865 CachedStaticFilesStorage css rewriter should strip whitespaces from urls contrib.staticfiles
17843 17843 new contrib.admin userstyle template block in base.html contrib.admin
17861 17861 Static files cache_key should handle spaces in filenames contrib.staticfiles
17885 17885 Note password hashing incompatibility in the upgrade notes for 1.4 Documentation
17871 17871 Broken: GenericInlineModelAdmin and two ForeignKey contrib.admin
17880 17880 "post_save" signal should not be emitted when using manage.py "loaddata" Uncategorized
17873 17873 django.utils.translation.get_date_formats raises exception Translations
17872 17872 Sometime i need a Custom Widget to overrides default Widget on Admin inlines. contrib.admin
17863 17863 Storing user and user profile in different databases? contrib.auth
17868 17868 Multiple database and AutocompleteForeignKey = 'incorrect table name' Uncategorized
17820 17820 A few more places where duplicated handling of mgmt command options default values happens Core (Management commands)
17799 17799 Default parameters in syncdb.Command().Execute() Core (Management commands)
13760 13760 Management commands should not specify the default value twice Core (Management commands)
17846 17846 Documentation inconsistency for URLField verify_exists param for v1.2 Documentation
17842 17842 Typo in uWsgi Docs Documentation
17862 17862 Change the frozen send_mail in contrib/suth to EmailMessage contrib.auth
17859 17859 Undefined variable from import: cursor Uncategorized
17855 17855 DecimalField problem Uncategorized
17852 17852 Documentation for Testing utilities is incorrect for create_test_db etc. Documentation
17849 17849 testing framework fails when contrib.auth not in settings. Testing framework
17847 17847 Broken Link Uncategorized
17844 17844 Propose to add generated sql queries in the doc of aggregation/annotation Documentation
11334 11334 Django fails to show non-latin exception messages from PostgreSQL running on FastCGI Core (Other)
17725 17725 Extend EMPTY_VALUES for the form and|or model field Forms
17765 17765 Better model 'app_label' introspection using 'INSTALLED_APPS' Database layer (models, ORM)
17836 17836 Can't assign values for models.DateTimeField(blank=True, null=True) Database layer (models, ORM)
17831 17831 Admin's date list filter's "This month/year" and "Today" are incorrect when USE_TZ is set (with the postgres backend). contrib.admin
17832 17832 setup.py - purelib comment Core (Other)
16939 16939 Inaccurate implementation of {% comment %} presented in custom template tag 'howto' guide Documentation
17669 17669 Allow user specific queries as search_fields in django.contrib.admin.views.main.ChangeList contrib.admin
17827 17827 code example seems not to be correct Documentation
17677 17677 WizardView.get_form destroys 'instance' and 'queryset' from get_form_kwargs contrib.formtools
17752 17752 Serialization and multi-table inheritance Documentation
17821 17821 Extra fields on many-to-many relationships Documentation
17815 17815 Turkish plural forms incorrect Translations
17825 17825 ImproperlyConfigured: You must enable 'django.core.context_processors.request' in TEMPLATE_CONTEXT_PROCESSORS Testing framework
17717 17717 django.core.serializers.serialize doesn't deal with proxy models Core (Serialization)
17803 17803 Field name with underscore means label not correctly shown in form Uncategorized
16819 16819 list_editable breaks multipage changelists contrib.admin
14147 14147 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
17817 17817 Django should not send invalid Location headers Internationalization
17046 17046 User.objects.create_user() allows empty usernames contrib.auth
17723 17723 Documentation update for language code URL sniffing regression Documentation
16842 16842 RedirectView (class based) query string format bug Generic views
17793 17793 SimpleTepmlateResponse is not re-picklable Template system
17790 17790 Ajax CSRF example is needlessly restrictive Documentation
17806 17806 CachedFilesMixin url_converter doesn't handle absolute paths correctly contrib.staticfiles
17766 17766 Clarify impact of HttpOnly flag for JS access to session cookie Documentation
17809 17809 Admin static files not loading with dev server contrib.staticfiles
17807 17807 LiveServerThread requires staticfiles Testing framework
17730 17730 Change django.utils.htmlparser to django.utils.html_parser to avoid possible issues with case-insensitivity and the HTMLParser stdlib module Testing framework
17805 17805 admin-history uses field-names instead of labels contrib.admin
17767 17767 add signed cookie session backed to session engine settings docs Documentation
17696 17696 Queryset prefetch_related() ignores using() Database layer (models, ORM)
17791 17791 Ticket system thinks links to Django tickets are spam and gives rude wording *.djangoproject.com
17796 17796 Aggregating an IntegerField returns Decimal from MySQL Uncategorized
15793 15793 Filebased email backend should save emails using the ".eml" standard extension Core (Mail)
13127 13127 Template tag "perms" doesn't support object level permission checking contrib.auth
17784 17784 per-view cache broken in latest 1.4beta Uncategorized
17782 17782 django.contrib.gis.feeds.Feed uses deprecated API GIS
17779 17779 floatformat template filter no longer works at all Template system
17773 17773 Django does not catch ProtectedError when DEBUG=True Uncategorized
17774 17774 In BooleanField default value is not set Forms
17747 17747 BooleanField on ModelForms in ModelAdmin is always True Forms
17771 17771 weird problem db with autocommit Database layer (models, ORM)
16933 16933 Make it more obvious on screen which version of the doc is being viewed *.djangoproject.com
17729 17729 regression in django-admin: list_editable doesn't work when pagination contrib.admin
17770 17770 Tutorial should read "from django.conf.urls.defaults import..." Documentation
17743 17743 Punctuation Error on Internationalization Page Documentation
17073 17073 focus uwsgi docs to only Django integration Documentation
17757 17757 Typo in documentation - "Django at a glance" Documentation
17749 17749 Admin documentation on views suggests poor way of adding extra_context Documentation
6851 6851 Documentation erroneously states TEMPLATE_CONTEXT_PROCESSORS are set Documentation
17748 17748 Wrong lookup in the aggregation examples Documentation
17678 17678 Model._meta proxy_for_model set up incorrectly Database layer (models, ORM)
17732 17732 Add "ensure cookies are enabled" message to CSRF verification failed view Uncategorized
17739 17739 Error encountered when fixtures only has one fixture Core (Serialization)
17660 17660 extends template tag mishandles filter expressions Template system
17735 17735 1.4 release notes don't mention that user messages are gone Documentation
16237 16237 Auth docs point to old function generic views instead of generic CBV Documentation
16073 16073 Django admin save not sending post remove action with m2m changed signal contrib.admin
17731 17731 Tutorial part 3 :regex for polls/index.html doesn't match Documentation
14294 14294 default input_format not honoroed Documentation
17319 17319 Internationalization documentation Documentation
17166 17166 The fixture documentation tells nowhere that you can (should?) use FIXTURE_DIRS in your settings.py Documentation
17316 17316 settings.APPEND_SLASH (CommonMiddleware) does not work well behind multiple proxies Documentation
16452 16452 Documentation does not state that DATE_INPUT_FORMATS setting is ignored if USE_L10N is set to True Documentation
17573 17573 Documentation: MySQL 5.5 switched to InnoDB as default storage engine Documentation
17724 17724 error posting to database Uncategorized
17706 17706 Improve short description example in Tutorial 2 Documentation
17280 17280 newform documentation link is gone Documentation
17685 17685 Inconsistent 3-tuple item naming in BaseDateListView.get_dated_items() Documentation
15991 15991 Bad link in ticket emails *.djangoproject.com
17722 17722 Non-ASCII character Documentation
17721 17721 Error in sample code in "Writing your first Django App Part 3" Documentation
17699 17699 AttributeError '_Frame' object has no attribute 'f_locals' Uncategorized
16171 16171 "Easy pickings unset" is confusing lots of people *.djangoproject.com
5349 5349 Shouldn't the item_enclosure_url automatically prefixed with the current site? contrib.syndication
15496 15496 "Content-Transfer-Encoding: base64" not honored when uploading files HTTP handling
17703 17703 Update images in tutorial 2 (change list) Documentation
16618 16618 Incorrect breadcrumbs shown on Admin image for Choices model in tutorial part 2 Documentation
17718 17718 list_filter improvement contrib.admin
13684 13684 a bug in a catch-all try..except in Django masks other exceptions: local variable 'resolver' referenced before assignment HTTP handling
17698 17698 Wrong date in title for DSF minutes *.djangoproject.com
17708 17708 Django "sites" framework requires a Site model in every database during the tests. contrib.sites
17701 17701 add an easy way to update database settings Database layer (models, ORM)
17702 17702 Admin not working properly in Django 1.4 (trunk) under Mac OS X Lion contrib.admin
17689 17689 CachedFilesMixin causes ValueError when provided with a path to url() contrib.staticfiles
17693 17693 int_to_base36 may hang indefinitely when bad data is provided. Core (Other)
17694 17694 Docs incorrectly explain QuerySet caching Uncategorized
17692 17692 Error django.core Uncategorized
17691 17691 conflict of django.contrib.auth with project's middleware contrib.auth
17652 17652 LiveTestServer - we shouldn't advertise support for Windmill (or we should provide some docs) Documentation
17690 17690 admin list_editable broken contrib.admin
15649 15649 Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index' Documentation
17543 17543 Broken link to django-debug-toolbar repository Documentation
17665 17665 Inconsitent behaviour of filter() with multi-valued relations. Database layer (models, ORM)
17682 17682 django-debug-toolbar url changed Documentation
17684 17684 URLValidator: Validation fails when URL requires User-Agent header Core (URLs)
17679 17679 Error messages from field.validators never used if the ValidationError has a code matching an error message on the Field Forms
17481 17481 leading zeros are missing from result of pbkdf2 Core (Other)
14973 14973 AdminEmailHandler doesn't include report.message Core (Other)
10837 10837 postgresql missing field type codes in data_types_reverse Database layer (models, ORM)
15216 15216 list/set inconsistency breaks syncdb Database layer (models, ORM)
17676 17676 inspectdb generates invalid field name for tables that start with a number Core (Management commands)
7783 7783 PostgreSQL database introspection does not detect NULL columns Core (Management commands)
9164 9164 mysql backend, foreign key respect order Core (Management commands)
16409 16409 `defer()` and `only()` don't play nice with `annotate()` GIS
17670 17670 Incorrect SHORT_DATE_FORMAT and SHORT_DATE_TIME_FORMAT in Italian locale Internationalization
17258 17258 Move threading.local from DatabaseWrapper to connections dictionary Database layer (models, ORM)
17554 17554 Link to Spatialite resources broken Documentation
17277 17277 make IOError exceptions during POST data read() easy to identify HTTP handling
15677 15677 Release tarball missing "backup~" test file Uncategorized
17358 17358 Switch to arg-style logging instead of string interpolation Core (Other)
17219 17219 Add a more precise description to some db fields. Translations
11970 11970 JSON Deserialiser throws ValueError on malformed input Core (Serialization)
7758 7758 Can't override the form_url for change_view - like you can with add_view contrib.admin
17189 17189 form_url not passed to change_password.html contrib.admin
17661 17661 Foreign key with related name is not working properly. Database layer (models, ORM)
17658 17658 Django wsgi.py segfaults Apache Uncategorized
17004 17004 transaction.commit_manually decorator masks exceptions Database layer (models, ORM)
17655 17655 having a forward option for tickets Uncategorized
17654 17654 auto_now_add=True column creates IntegrityError if model is saved by specifying an id Database layer (models, ORM)
17651 17651 images not found in http://www.djangobook.com Documentation
5746 5746 Patch to add support for setting email return-path Core (Mail)
16489 16489 cache.close connection to request_finished needs to apply to all caches Core (Cache system)
17571 17571 Fixed documentation of skipUnlessDBFeature Documentation
17510 17510 Typo at https://docs.djangoproject.com/en/1.3/topics/class-based-views/#dynamic-filtering Documentation
17649 17649 Creating superuser generates exception when system locale is not set contrib.auth
9583 9583 FormWizard hash field name should be customisable. contrib.formtools
17579 17579 Delete cascade fails for nullable field Database layer (models, ORM)
17553 17553 Modify render_to_string to pass TEMPLATE_LOADERS the context_instance arguments Template system
17641 17641 HTMLParser has no interesting_cdata attribute with a Python version > 2.7.2 Testing framework
17493 17493 Widget.id_for_label() should be an instance method Forms
17647 17647 Documentation Bug: override_settings() not in 1.30 Documentation
17645 17645 runserver: not serving static for localhost Core (Management commands)
17636 17636 InMemoryUploadedFile object has no attribute _committed File uploads/storage
17165 17165 SelectDateWidget does not work correctly with has_changed() Forms
17458 17458 Http404 untranslatable strings Internationalization
17376 17376 reverse() function does not work in the middleware Core (URLs)
17017 17017 Localization for en_GB is incorrect Internationalization
17555 17555 LocaleMiddleware wrongly redirects paths without trailing slash Internationalization
17628 17628 makemessages command walks through directories that match ignore_patterns Internationalization
17527 17527 Better TypeError: m2m.add(wrong_type) Database layer (models, ORM)
17592 17592 urlize fails on this e-mail cambemoscow@.stream.ru Template system
17594 17594 Tweak formset to remove extraneous query Forms
17517 17517 Project/app layout template file extensions Core (Management commands)
17596 17596 Safestring in Admin Field Label quoted twice contrib.admin
14184 14184 Validators not called on MultiValueField Forms
16042 16042 comments framework uses uncached content types contrib.comments
17633 17633 Invalid IDNA domains in email addresses passed to urlize raises exception Uncategorized
17585 17585 Not possible to filter authors that have books other than hardcover Database layer (models, ORM)
17630 17630 <p> tag not closed properly contrib.comments
17629 17629 forms.ChoiceField throws TypeError if label argument not provided Forms
17624 17624 Transaction committed on user abort Database layer (models, ORM)
17621 17621 django.utils.translation.activate() issue Internationalization
17622 17622 Request to be added to AUTHORS Uncategorized
17620 17620 Chrome fails with additional Content-Disposition header Documentation
17619 17619 MemoryError when deleting objects with many generic relations contrib.contenttypes
15339 15339 Please document the behaviour of RelatedManager when the same object is added twice Documentation
17616 17616 Typo/grammar error in documentation Documentation
17512 17512 just a typing mistake on the main page *.djangoproject.com
10868 10868 _destroy_test_db exposes the production database to possibly destructive actions from the unit tests Testing framework
17612 17612 SQLite, filter, datefield, datetime no quotes around date in sql query Database layer (models, ORM)
17610 17610 Admin CSS not loading Template system
17609 17609 tutorial03 urls.py Documentation
17608 17608 Does python(django) have an official database driver to access SQLFire Database layer (models, ORM)
17606 17606 strange link on useful link page Uncategorized
12099 12099 admindocs generates an error on the tags page when template tags are included in an egg file contrib.admindocs
11817 11817 Incorrect document structures in django-documentation contrib.admindocs
17547 17547 How to suppress icon_addlink.gif (RelatedFieldWidgetWrapper) in admin interfaces contrib.admin
15828 15828 multiple inheritance in TestCases does not work with unittest2 Testing framework
17603 17603 Forms have list-mutability issues with field validator lists Forms
17583 17583 Add raw kwarg to m2m signals Database layer (models, ORM)
17567 17567 version 1.3 doc links to version 1.2 page Documentation
17589 17589 mistype in -> Django 1.1 1.2 1.3 dev - QuerySet API reference - exclude(**kwargs) Documentation
16403 16403 contrib.comments uses wrong pluralization of profanity message contrib.comments
17595 17595 USZipCodeField and USPhoneNumberField not translated into Spanish Translations
17593 17593 Wrong link in 1.3 Tutorial Part 1 Documentation
17590 17590 patch_response_headers clips the cache_timeout value inappropriately Core (Cache system)
17562 17562 django.contrib.auth.tests.views.ChangePasswordTest.fail_login does not respect language contrib.auth
17588 17588 Note deprecation of the project level locales in the docs Documentation
14843 14843 Filter like "striptags" that also removes tag contents Template system
17586 17586 A compliment Documentation
15092 15092 Built-in template tags "now" don't accept simple quote Template system
17506 17506 Minor tidyup in session DB backend contrib.sessions
10320 10320 CursorDebugWrapper should allow using iterators/generators for executemany(). Database layer (models, ORM)
17575 17575 Python syntax error in example Documentation
10648 10648 Django should warn when creating a model with field called "save". Database layer (models, ORM)
10499 10499 Maybe make _default_manager part of the public API Database layer (models, ORM)
10515 10515 Add __rand__ and __ror__ to QuerySet [PATCH] Database layer (models, ORM)
17537 17537 Writing your first Django app, part 4 - Generic Views - Update to index.html needed Documentation
7343 7343 django.utils.functional.lazy fails for datetime.date.today Core (Other)
17572 17572 Few grammar errors on comments framework example page Documentation
10139 10139 Slicing an EmptyQuerySet gives a list, not another EmptyQuerySet Database layer (models, ORM)
6499 6499 Close open file descriptors on compression Core (Other)
17570 17570 Tutorial 04 discrepancies Documentation
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
17563 17563 See: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#how-it-works, at point 4 Uncategorized
16937 16937 Prefetch related objects Database layer (models, ORM)
17525 17525 Fixes for django.contrib.auth tests contrib.auth
17558 17558 filter_horizontal does not display selected objects contrib.admin
17545 17545 Test raise an error with GZip middleware HTTP handling
17548 17548 updated simplejson version Core (Serialization)
17544 17544 PL localflavor field PLNIPfield allows improper values contrib.localflavor
17546 17546 Add QuerySet.get_or_none(why='brevity') Database layer (models, ORM)
14964 14964 create_attachment support for unicode symbols in filename Core (Mail)
17540 17540 Errors in 1.3 Writing your first Django app part 1 and 2 Ubuntu 11.10 Documentation
17530 17530 Fixture loading with deferred constraints broken for Postgres for fixtures from multiple dirs Core (Management commands)
11038 11038 django tests using postgis GIS
17538 17538 default URLconf import is wrong Documentation
6669 6669 @transaction.commit_on_success does not rollback when it should Database layer (models, ORM)
17118 17118 list_editable will update wrong rows on a multiuser system if pagination is enabled contrib.admin
17536 17536 Filename encoding broken for attachments in EmailMessage class Core (Mail)
17532 17532 Fix documentaion for forms.DateField default input_formats Documentation
17526 17526 Grammatical error in djangodocs.py? Documentation
17531 17531 Problems with Patterns module when downloading Django Uncategorized
17524 17524 self referential blocks Template system
14806 14806 No template tag to support contextual translations Internationalization
17523 17523 Slicing: EmptyQuerySet behaves differently from QuerySet Database layer (models, ORM)
8448 8448 Collapse Tabular Inline contrib.admin
17495 17495 Release Notes for 1.4: Table auth_message is gone Documentation
17129 17129 Model FAQ: Link to south Documentation
16698 16698 Docs: QuerySet slicing (SQL LIMIT) Documentation
15593 15593 Docs: result of reverse() is already urlquoted Documentation
11402 11402 exists() method on QuerySets Database layer (models, ORM)
9577 9577 Debug page's Request URL hides SCRIPT_NAME HTTP handling
9384 9384 en/dev/ref/forms/validation 2 typos Documentation
9216 9216 Forms: Assert that js and css attributes of Media contain list or tuple Forms
9031 9031 Small bug if typo in testcase Testing framework
8901 8901 Django's guessed postgresql sequence name is incorrect if the resulting sequence name is longer than max_identifier_length Database layer (models, ORM)
7287 7287 Newforms' initial values as models, for ModelChoiceField etc Documentation
6766 6766 TEMPLATE_STRING_IF_INVALID should work for loops Template system
6675 6675 Better error message if cleaned_data is missing (unbound Form) Forms
6621 6621 build_absolute_uri in HttpRequest breaks with colon in URL path HTTP handling
6474 6474 conditional_escape: Try to convert to a string first, then check if SafeData Uncategorized
6454 6454 request.path is a unicode string Documentation
6108 6108 send all_objects_to_be_deleted in the pre_delete signal Core (Other)
5350 5350 urlresolvers: Fallback, if urls.py don't have handle404 and friends Core (Other)
5028 5028 unicode: str(s) can fail if s is an AssertionError Uncategorized
4992 4992 Alter cache key based on GET parameters Core (Cache system)
3512 3512 Add "required" & "error" CSS classes to form rows in as_* methods Forms
2507 2507 [patch] LDAPBackend in django/contrib/auth/backends.py Contrib apps
11342 11342 Allow non-HTML output for restructuredtext markup filter Template system
8394 8394 ModelForm subclasses act differently to ModelForms even if no changes are made Forms
17300 17300 Creating an already existing cache table shouldn't crash Core (Management commands)
17516 17516 Memoize _os.safe_join() Uncategorized
16395 16395 urlize works with malformed URLs Template system
12183 12183 urlize doesn't always add rel=nofollow Template system
16167 16167 support for custom django-admin commands written as packages Core (Management commands)
16006 16006 Make cache lazy to allow test runners to switch cache backends Core (Cache system)
6858 6858 Migrate legacy md5 password support out of the User model contrib.auth
2905 2905 Django needs a one-click installation routine for shared hosting providers Core (Other)
17513 17513 MySQL returns OperationalError instead of DatabaseError Database layer (models, ORM)
8535 8535 Paginate InlineModelAdmin objects contrib.admin
8437 8437 Feature Request: distinct_between('team_home', 'team_away') similar to unique_together Database layer (models, ORM)
13646 13646 Wrong RE in comma_separated_int_list_re Database layer (models, ORM)
17491 17491 setup.py doesn't honor the version number format expected by distutils Uncategorized
17100 17100 Possible bad regex for email validator Core (Other)
13704 13704 utils.html.urlize mishandles IDN style domain names Template system
16981 16981 Trac user highlighting breaks if you use a h3 heading in comment *.djangoproject.com
10756 10756 Correct PLNIPField contrib.localflavor
17499 17499 assertFieldOutput fails if field has customized required message Testing framework
17467 17467 compare id of Site object with SITE_ID before updating (in create_test_db) Database layer (models, ORM)
17415 17415 django.contrib.sites.management.create_default_site populates invalid data in DB contrib.sites
16058 16058 Values_list with distinct return duplicate values Database layer (models, ORM)
17509 17509 Project-level locale directory is not found when project is in a nested module Internationalization
17507 17507 Fixture loading without pk with natural keys Uncategorized
17505 17505 import typo Documentation
17501 17501 Json serialization and ugettext_lazy Core (Serialization)
17500 17500 Remove ending slashes on HTML void elements Uncategorized
11421 11421 Django should not silently ignore AttributeErrors raised in functions called by template Template system
17496 17496 Floatformat no longer allows strings as precision since r17297 Template system
11184 11184 scripts/rpm-install.sh does not respect options passed to setup.py Uncategorized
16203 16203 'servers' test fails on Windows contrib.admin
8950 8950 django.shortcuts should be better, less boilerplate in views.py please Core (Other)
6163 6163 "manage.py help runfcgi" doesn't show default values for some parameters Core (Management commands)
15898 15898 Add wsgi.input to RequestFactory's base environ Testing framework
16960 16960 Refactor d.u.translations.trans_real to support xmb files, clean up code Internationalization
17089 17089 Color of fonts used in code Documentation
17080 17080 Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields Core (Serialization)
10295 10295 pk name attribute not provided in <object> tag Core (Serialization)
8429 8429 Option to restrict django-admin.py --dumpdata to a subset of records. Core (Management commands)
12610 12610 Fixture loading is interfered by signal handlers Core (Management commands)
15095 15095 django-admin.py createconfig /path/to/settings.py Core (Management commands)
11410 11410 Reorganize groups module in user admin contrib.auth
14555 14555 Session loss with psycopg2 db backend contrib.sessions
10126 10126 Add sanitize and tidy options to textile filter. contrib.markup
17490 17490 A few minor typos Documentation
17065 17065 Plural forms are broken in (at least) Russian .po Translations
16242 16242 Request to add *release* SVN branch to https://www.djangoproject.com/download/ *.djangoproject.com
13894 13894 Disable upstream caching with messages framework contrib.messages
17487 17487 Exception while setting up the DB Engine Uncategorized
17484 17484 DetailView crashes w/ TemplateDoesNotExist("No template names provided") where ListView doesn't Generic views
13437 13437 SelectDateField doesn't retain partially posted values when USE_L10N=True Forms
640 640 order_with_respect_to option fails Documentation
17483 17483 EmailField : valid email address Core (Mail)
702 702 document that ManyToMany fields can't be in unique_together Documentation
14792 14792 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
9209 9209 ModelChoiceField raises ValueError when passed a non integer string Forms
17068 17068 Document that documentation fixes will be more freely backported Documentation
16590 16590 ContentFile does not have name attribute File uploads/storage
10725 10725 Autoreloader hides signal exits from child Core (Other)
17303 17303 Cached template loader can fail to find template in multi-threaded environment Template system
17444 17444 Allow different MAIL TO and `To` headers Core (Mail)
17440 17440 A proper format for dates and datetimes in italian locale contrib.localflavor
17470 17470 Broken link at https://docs.djangoproject.com/en/dev/releases/0.96/?from=olddocs Documentation
17480 17480 Selenium test failure test_show_hide_date_time_picker_widgets (regressiontests.admin_widgets.tests.SeleniumFirefoxTests) Testing framework
17475 17475 startproject template misnaming top-level folders Core (Management commands)
17472 17472 RequestContext function with dict={} kwarg paramater fails Template system
17479 17479 Community page doesn't list security contact *.djangoproject.com
17477 17477 Problem with ./manage.py help test Testing framework
17465 17465 Multiple INSERT RETURNING Database layer (models, ORM)
17437 17437 Static file finder are styled as finders.AppDirectoriesFinder while template loaders are styled as loaders.app_directories.Loader Template system
17373 17373 jQuery forward compatibility: TabularInline with extra = 0: "Add another" wraps in <div> instead of <tr> inside of <table> contrib.admin
17110 17110 Filter Tag Needs Documentation Regarding Escape and Safe Filters Documentation
17457 17457 Untranslated algorithm/salt/hash in ReadOnlyPasswordHashWidget Internationalization
10706 10706 Incorrect error from manage.py sql when app fails to load Core (Management commands)
17443 17443 [patch] Cookie overrides language session value before language variations are looked for Internationalization
17442 17442 bad link Documentation
17386 17386 Validation & Unicode Character 'ZERO WIDTH SPACE' (U+200B) Forms
17414 17414 intcomma raises ZeroDivisionError for locales whose NUMBER_GROUPING is unspecified Internationalization
17456 17456 typo in import statements (leaves out "defaults") Documentation
17454 17454 Error in year in final release Documentation
17441 17441 GeoDjango admin incompatible with USE_THOUSAND_SEPARATOR = True GIS
17450 17450 Missing import in django.contrib.auth.models contrib.auth
17404 17404 Email validator does not accept numeric TLD Core (Other)
17438 17438 Model names wrong in administrator pages Core (Other)
17446 17446 TEMPLATE_DIRS documentation possible error for Windows user Documentation
17445 17445 sending mail fails when EMAIL_HOST is an empty string Core (Mail)
9359 9359 Problem running manage.py syncdb Uncategorized
17381 17381 TemplateView get method passes kwargs into context Generic views
17407 17407 Render_to_string link is broken Documentation
17421 17421 ./manage.py test trips when unit tests assume a database. Uncategorized
17333 17333 Errors when reversing admin URLs when custom ModelAdmin doesn't provide model add/change URLs contrib.admin
17408 17408 Standardized WizardView/FormWizard naming contrib.formtools
17163 17163 Add NamedUrlWizardView.get_step_url contrib.formtools
17162 17162 Remove WizardView.get_wizard_name() contrib.formtools
17151 17151 Rename 'wizard_prev_step' in NamedUrlWizardView contrib.formtools
17150 17150 NamedUrlWizardView should add 'url_name' to wizard object in template context contrib.formtools
17148 17148 WizardView uses get_context_data incorrectly contrib.formtools
17433 17433 TestCase.assertFieldOutput documentation missing versionadded Documentation
17434 17434 Nicer name than object_list for ListViews Generic views
17418 17418 ForeignKey automatic attribute does not depend on db_column Database layer (models, ORM)
17383 17383 template filter arguments don't tolerate whitespace Template system
17420 17420 Manage.py loads the wrong settings file before it loads the right one Core (Management commands)
17432 17432 url(r'^admin/', include('admin.site.urls')), contrib.admin
8886 8886 loaddata deserializes BooleanFields wrong for inheriting model Database layer (models, ORM)
12165 12165 Ability to use SQL functions in queries Database layer (models, ORM)
11372 11372 Support setup.py develop Core (Other)
11816 11816 defaults in genereated settings.py are absolute paths for template directories, media directories and media urls Core (Management commands)
11166 11166 {% widthratio 0 0 100 %} returns an empty string, rather than a 0 Template system
17222 17222 Let `manage.py` learn --colour/--color option to control if colouring output is wanted by user Core (Management commands)
17322 17322 HttpResponse documentation should give example import Documentation
17422 17422 BaseDetailView get method doesn't take the *args argument Generic views
17330 17330 Logger documentation minor error Documentation
17364 17364 Minor typo and style changes for docs/topics/testing.txt Documentation
17425 17425 Javascript Documentation version switcher not functioning for 'dev' Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
17194 17194 Auth tests failing on non-US locales contrib.auth
15584 15584 Forgotten password link for djangoproject.com no where to be found!! *.djangoproject.com
17406 17406 FAQ links are broken Uncategorized
17402 17402 Broken link in the documentation Documentation
17403 17403 reverse documentation page not found Documentation
17405 17405 Email validator does not accept domain names with no TLD Core (Other)
17398 17398 Search isn't searching on docs.djangoproject.com *.djangoproject.com
15203 15203 admin search_fields splitting query contrib.admin
15111 15111 manage.py test fails if sites app not installed Contrib apps
12844 12844 improve lazy loading and resource usage Uncategorized
15734 15734 Django documentation search *.djangoproject.com
17396 17396 can't access docs Uncategorized
10880 10880 Link to 1.0 docs has two trailing slashes *.djangoproject.com
12737 12737 Thread local settings Uncategorized
12809 12809 Add returning of parameters for get_from_clause() Database layer (models, ORM)
14399 14399 Site's get_current() not thread safe? Uncategorized
15948 15948 Regarding find_template_source() Template system
17389 17389 Filtering by forkeign keys add unnecessary table joins Database layer (models, ORM)
17394 17394 Models in a package breaks model validation Database layer (models, ORM)
17395 17395 runserver should print POST parameters Uncategorized
17384 17384 Bug in tutorial part 4 code: polls/detail.html Documentation
17387 17387 Make 'This field is required' error more specific. Uncategorized
4030 4030 internationalization - auto translation of LANGUAGES Internationalization
11352 11352 get_object/list_or_none methods Core (Other)
11601 11601 admin-title "Select app-name to change" is confusing contrib.admin
9504 9504 Extension for restructuredtext filter a django.contrib.markup contrib.markup
17380 17380 Default value of ModelAdmin.inlines can be altered. contrib.admin
15939 15939 SignedIntegerField / UnsignedIntegerField as part of the core fields.py Database layer (models, ORM)
9116 9116 different caps in application name producing error Database layer (models, ORM)
9202 9202 forms.field.URLField regexp for validating URL does not follow the RFC Forms
17377 17377 Test admin_views.UserAdminTest.test_user_permission_performance depends on side effects Uncategorized
10201 10201 serializers.serialize loses microseconds information. Core (Serialization)
9037 9037 django.contrib.humanize new filter (dotint) contrib.humanize
11667 11667 Full traceback if import error before model validation Core (Management commands)
17369 17369 Useless error messages in management command execution Core (Management commands)
17367 17367 PREPEND_WWW should warn on POSTs too Core (URLs)
17372 17372 Sleep middleware Core (Other)
16818 16818 Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database Database layer (models, ORM)
16683 16683 Make ipv6 tests in regressiontests.admin_scripts.tests.ManageRunserver skippable if ipv6 support isn't present Testing framework
10435 10435 WSGI handler class cannot be overridden in runserver Core (Management commands)
17368 17368 Document django.template.add_to_builtins() or provide a standard way to add template tags from view code Template system
17370 17370 https://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ Uncategorized
16111 16111 Invalid SQL string representation from some queries Database layer (models, ORM)
17362 17362 include with filename unquoted fails silently Template system
17340 17340 [nonrel] Database feature to disabled INSERT/UPDATE distinction Database layer (models, ORM)
17338 17338 [nonrel] supports_deleting_related_objects database feature flag Database layer (models, ORM)
17336 17336 [nonrel] Merge various changes from Alex Gaynor's query refactor GSoC Database layer (models, ORM)
17361 17361 Add a way to reverse URLs for callables contrib.syndication
9123 9123 URL Resolver tag chokes with verbose regex in the urlconf Template system
17363 17363 Hello Core (Cache system)
17359 17359 New authentication signals not listed in signals reference. (/en/dev/ref/signals) Documentation
9274 9274 Support MySQLdb >= 1.3.0 Database layer (models, ORM)
16312 16312 models.DateField() doesn't convert a datetime.datetime() to datetime.date() Uncategorized
6897 6897 Convert more old-style classes to new-style classes Uncategorized
17315 17315 .exclude(a, b) does not operate on a single related record Database layer (models, ORM)
17296 17296 staff_login_required decorator redirecting to default Login redirect instead of requested contrib.admin
17325 17325 Add **kwargs to is_valid and several validation methods Forms
17342 17342 Accessing session in middleware causes contrib.auth tests to fail contrib.auth
17350 17350 in_bulk should use duck typing so that listy-objects can be used, like ValuesListQuerySet Database layer (models, ORM)
17357 17357 Broken link for https://docs.djangoproject.com/en/dev/topics/i18n/localization/ Uncategorized
17354 17354 Empty page from search engine Documentation
17353 17353 from django.conf.urls Documentation
17349 17349 KeyError in Auth admin contrib.admin
17335 17335 [nonrel] supports_select_related database feature flag Database layer (models, ORM)
17331 17331 Django is unable to look for fixtures in zipped egg files. Uncategorized
15852 15852 Exception when http.parse_cookie recieves bad cookie HTTP handling
6920 6920 FormWizard processing a DateField using SelectDateWidget results in hash mismatch contrib.formtools
17329 17329 rev 17165 django-admin.py startproject has wrong directory structure on Windows 64 bit but not Linux 64 bit Core (Management commands)
16763 16763 code.djangoproject.com won't stop emailing me (doesn't abide by cc/reporter/etc) *.djangoproject.com
12635 12635 Process HTTP PUT into request.FILES and request.PUT as done for POST HTTP handling
15994 15994 db VariableWrapper not compatible with cursor.callproc Database layer (models, ORM)
17313 17313 Cache FetchMiddleware checks cache for auth despite UNAUTH_ONLY=True Core (Cache system)
17317 17317 lists stored in session becomes not changed (by pop() or del) in next request Generic views
14438 14438 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
17311 17311 bool(queryset) calls __len__ instead of __nonzero__ Database layer (models, ORM)
17310 17310 Delete an object linked to a GenericForeignKey contrib.contenttypes
17309 17309 Missing quotes on ignorable 404 example. Documentation
17231 17231 Use djangoproject.com color theme in django-admin template contrib.admin
17306 17306 Forms.BooleanField always fails with "Field Required" when value is false False Forms
12056 12056 update to Apache/mod_wsgi documentation Core (Other)
16247 16247 Remove the wildcard feature of INSTALLED_APPS Core (Other)
16973 16973 Admin messages need capfirst for translations contrib.admin
16040 16040 test.Client does not handle domain changes on redirection follow Testing framework
13562 13562 values() cannot follow reverse one-to-one relationship Database layer (models, ORM)
17302 17302 Django have BigIntegerField, but where is BigAutoField? Database layer (models, ORM)
17287 17287 incr() on LocMemCache changes timeout value Core (Cache system)
17038 17038 Use of _default_manager instead of _base_manager in ForeignKey ModelForm field validation Database layer (models, ORM)
17227 17227 max_digits and decimal_places using "inspectdb" Core (Management commands)
17299 17299 The proxy model does not allow one to use ManyToMany fields Database layer (models, ORM)
17160 17160 Exception with CachedStaticFilesStorage contrib.staticfiles
17088 17088 _generate_cache_key() doesn't use the "method" parameter Core (Cache system)
17250 17250 Running unit test based on example tests.py not working Testing framework
17289 17289 mysql 'commands out of sync' error when calling stored procedure Uncategorized
17254 17254 ModelBackend should have a get_anonymous_user method contrib.auth
16454 16454 sequence for AUTH_PERMISSION.ID Database layer (models, ORM)
17237 17237 Format {% debug %} tag output as JSON Template system
17221 17221 `manage.py` (do not) sends ANSI escape sequences when terminal (can) can't handle them Core (Management commands)
17293 17293 Link to irc log timeout Documentation
17283 17283 Adding Human Readable Name to forms.DateField with input_formats option causes input_format to complain about multiple values for input_formats Forms
17290 17290 Admin's "save as" does not work on records with unique constraints contrib.admin
17288 17288 allow customization the names of the get(),post(),put() etc methods of a django.views.generic.base.View derived class Generic views
17282 17282 Request path containing %E3 drops server HTTP handling
16847 16847 Session Cookies should default to HttpOnly = True contrib.sessions
17279 17279 Missing step in "Writing Your First Django App, Part 2" Documentation
17253 17253 Add foreign object in memory without saving to database Database layer (models, ORM)
17252 17252 Multi-sort in admin does not respect initial admin_order_field contrib.admin
17269 17269 Fix model options docs with regard to admin multi-sort Documentation
5877 5877 Force manage.py to output UTF-8 to avoid UnicodeEncodeErrors Core (Management commands)
17273 17273 Wrong slice on QuerySet when using Oracle database Database layer (models, ORM)
17225 17225 Salt used for cookie-based sessions isn't consistent with module name contrib.sessions
17274 17274 Regression: "TIME_ZONE = None" fails if "USE_TZ = True" Internationalization
17213 17213 Can't change TIME_ZONE after initial transaction in PostgreSQL Database layer (models, ORM)
12073 12073 AdminDateWidget and AdminTimeWidget not passing though additional attrs contrib.admin
17267 17267 MySQL Storage Engines: MyISAM doesn't support Foreign Keys Documentation
17265 17265 allow test management command to accept list of tests to exclude Testing framework
17264 17264 in_bulk should prep the values with get_prep_value of the model's pk field Database layer (models, ORM)
10371 10371 Outdated piece in Tutorial pt. 2 Documentation
17259 17259 error in http post data parser HTTP handling
15646 15646 Document that the FileField's path can not be relied on until the model is saved Documentation
16940 16940 Generic relations should be mentioned on docs index Documentation
17196 17196 Typo on staticfiles page Documentation
17105 17105 Grammar errors in documentation Documentation
7039 7039 Feed 'language' is fixed to LANGUAGE_CODE - cann't work correct in multi-language site contrib.syndication
3680 3680 Add cache control (ETag, Last Modified) to django.contrib.syndication contrib.syndication
16753 16753 Handle protocol-relative URLs in syndication contrib.syndication
17230 17230 Broken boolean comparison in template 'if' '==' expression Template system
17243 17243 running syncdb alters table django_site (replaces site info with "example") Database layer (models, ORM)
17248 17248 TestCase.assertRaisesMessage is only in Dev version Documentation
17145 17145 Documentation lacking import paths Documentation
17223 17223 django.contrib.sessions.backends.session_cookies is Incorrectly Referenced Documentation
17247 17247 `django.contrib.auth` tests fail with non english localisation contrib.auth
17245 17245 IpAddressField not stored effeciently Database layer (models, ORM)
17241 17241 Postgres Table not updating correctly on save with autocommit on Database layer (models, ORM)
17244 17244 Add "<Choice: Just hacking again>" after p.choice_set.create Documentation
17234 17234 Missing "endblock" tag in missing_docutils.html contrib.admindocs
16912 16912 Missing breadcrumb div in admin's change_form contrib.admin
17161 17161 Call super in BaseForm.__init__ Forms
17170 17170 django.forms.fields.CharField.widget_attrs wrong return Forms
17226 17226 Django TestCase and settings.AUTHENTICATION_BACKENDS Testing framework
16684 16684 BaseForm needs to escape the 'class' attribute value Forms
11581 11581 URLField verify_exists blocks 401 respones Core (Other)
17188 17188 Add use_ssl parameter to HttpResponseRedirect shortcut HTTP handling
17190 17190 NullBooleanSelect uses ugettext, should be ugettext_lazy Forms
13864 13864 DatabaseError while saving with force_update set Database layer (models, ORM)
17179 17179 yesno arg is optional Documentation
17178 17178 Using default argument in models.Model when primary_key=True crashes python Database layer (models, ORM)
17205 17205 Typo in docs/topics/http/urls.txt Documentation
17206 17206 Example of ViewDoesNotExist error page in tutorial is outdated Documentation
17211 17211 Need help reg Postgis, GDAL and GEOS Python 3
17175 17175 Pronunciation Documentation
17204 17204 Link to diveintopython is incorrect Documentation
17201 17201 URL in slice description doesn't go anywhere Documentation
17203 17203 cache topic should mention bypass Documentation
17197 17197 Fix translation leakage in the test_suite Testing framework
17191 17191 QueryDict appears incorrect on POST. Uncategorized
16956 16956 ContentTypes error in test with master/slave configuration contrib.contenttypes
17184 17184 Typo in db/models/#be-careful-with-related-name Documentation
17185 17185 [patch] manage.py createsuperuser fails when locale is not set contrib.auth
17176 17176 Problem when retrieving objects with AND over multiple OR statements Database layer (models, ORM)
17155 17155 ModelForm.clean() return value not applied to instance when used in a modelformset Forms
11118 11118 BaseCommand doesn't restore translation Core (Management commands)
17125 17125 The regex of an existing RegexField cannot be changed Forms
16959 16959 Enhanced MultiWidget rendering using a layout Forms
17173 17173 Add a unit test for reverse('namespace:name') -> URL with special regexp chars. Uncategorized
17172 17172 was_published_today.short_description is causing problems Documentation
17171 17171 No updated tutorial for django 1.3.1 Documentation
17169 17169 Typo in the tutorial, misleading? Documentation
17152 17152 WizardView template documentation incorrect contrib.formtools
17167 17167 ModelForm model=class not honoring reference fields with secondary database Forms
17153 17153 WizardView including media is not documented contrib.formtools
17164 17164 Defunct reference for Atom syndication format Documentation
7844 7844 Very small race condition in file field saving Core (Other)
17140 17140 Unexpected behaviour with on_delete handlers and proxy models (IntegrityError) Database layer (models, ORM)
6749 6749 Generic week view displays Sunday objects in both the current and next week Generic views
14496 14496 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
17146 17146 Django docs possiable error Documentation
16966 16966 CachedStaticFilesStorage chokes on file references that end with a '#' or '?' character contrib.staticfiles
16967 16967 CachedStaticFilesStorage only populates the file name cache once, never updates contrib.staticfiles
17141 17141 Placeholder images in contrib/webdesign contrib.webdesign
17117 17117 ADMIN_MEDIA_PREFIX should still be visible in docs Documentation
17142 17142 missing defaults keyword in tutorial 3 Documentation
17096 17096 Strengthen the makemessages command's safe-guarding of po files Core (Management commands)
17124 17124 Need a 'Core (URLs)' Component for trac *.djangoproject.com
17022 17022 createsuperuser / get_default_username fail on systems without default locale encoding contrib.auth
16816 16816 URLField validation mock added in r16451 neutered by changes from r16760 Testing framework
17063 17063 Indent block under '.. versionadded::' isn't rendered out Documentation
17135 17135 stringfilter decorator is incompatible with is_safe / needs_autoescape flags Template system
16849 16849 loaddata - --help text incorrect? Documentation
17132 17132 Leftover urls.defaults import Core (Other)
11639 11639 Can't remove prepopulated fields from fieldset in ModelAdmin contrib.admin
17130 17130 Wrong path for get_wsgi_application() in docs Documentation
17127 17127 Validators list is shared among fields of different form instances Forms
14292 14292 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
13219 13219 contrib.flatpages needs tests contrib.flatpages
17033 17033 Flatpage app urls redirect to 404 template if custom handler404 is set and DEBUG = False contrib.flatpages
17123 17123 "Serving the admin files" mentions a wrong path Documentation
17079 17079 "extra" parameter does not add any extra lines in inline formset with initial data Uncategorized
17112 17112 `ManyRelatedManager.add()` doesn't commit to database Database layer (models, ORM)
17113 17113 Test that error handlers of custom urls.py are called Testing framework
16257 16257 contrib:admin dynamic list_display_links support contrib.admin
17090 17090 Problems with ModelAdmin.get_list_display() contrib.admin
15938 15938 USE_THOUSAND_SEPARATOR breaks prepopulated_fields functionality contrib.admin
17109 17109 poll_results should be polls_results in final change to views.py on tutorial 4 Documentation
16991 16991 Humanize tests fail randomly contrib.humanize
17086 17086 humanize and markup tests modify global templatetags library state contrib.humanize
17095 17095 "Dive Into Python's explanation" hyperlink is bad. Documentation
17029 17029 django.dispatch.dispatcher.Signal should be pickleable Core (Other)
14202 14202 Rss201rev2Feed bug contrib.syndication
17077 17077 deleting empty row in formset Forms
17060 17060 incognito mode breaking with 403 forbidden in google chrome Uncategorized
15955 15955 WSGI howto has an error Documentation
16360 16360 Add a standard entrypoint for WSGI to project template Core (Other)
17064 17064 Small UX improvements to the admin's time and date picker contrib.admin
17021 17021 views.generic.create_update.lo okup_object uses .objects instead of the default manager Generic views
16948 16948 Django DB backends hid information in database exceptions Database layer (models, ORM)
16945 16945 Extend LazyObject to accept constructor parameters Core (Other)
17084 17084 URL conf is evaluated after form Metas Uncategorized
17020 17020 Error in Tests: Causes a TemplateNotFound Exception contrib.messages
6641 6641 Concurrency issue with get_or_create Database layer (models, ORM)
16373 16373 Django admin templates trigger a DeprecationWarning contrib.admin
17059 17059 GeoIP returns no results for unicode input GIS
16938 16938 django.utils.formats.get_format skips values interpreted as false Internationalization
12104 12104 Object->object lookup fails in blocktrans Internationalization
17075 17075 error Uncategorized
17054 17054 Django test suite does not run if gettext not installed Testing framework
16072 16072 Using multiple expressions inside a blocktrans tag not working as documented Documentation
17067 17067 REMOTE_ADDR should be set to 127.0.0.1 in the test client environment Testing framework
16931 16931 "get_context_data" should follow MRO Generic views
16468 16468 Django IPAddressField incorrectly casts values when querying Database layer (models, ORM)
17023 17023 WizardView.process_step() is docummented twice Documentation
16999 16999 deprecated method of template loading needs to be removed Template system
15221 15221 Show field's verbose name instead of related model name for M2M filterspecs contrib.admin
17041 17041 Non-staff users should see clear message when trying to access admin contrib.admin
16899 16899 Wrong offset for Europe/Moscow Core (Other)
16923 16923 Remove dead code: Serializer.get_string_value Core (Serialization)
16906 16906 Avoid strftime when isoformat can do the job Core (Other)
14720 14720 Settings imported twice as separate modules when manage.py is used Core (Other)
17045 17045 Provide the equivalent of pgettext in the translation template tags Translations
16918 16918 BaseDateDetailView's get_object ignores queryset argument Generic views
17039 17039 search_fields and multiword searches contrib.admin
13321 13321 Drop reference to 'quality time' in admin logout message contrib.admin
11030 11030 File uploads break on non english filesystem encoding File uploads/storage
16004 16004 csrf_protect does not send cookie if view returns TemplateResponse CSRF
16050 16050 media directory still lives on in /django/contrib/admin contrib.admin
9460 9460 Template blocks for submit buttons in admin's change view contrib.admin
17031 17031 Enable ModelForm to display as read-only Forms
13106 13106 Show confirmation page when deleting objects from an inline form contrib.admin
16864 16864 django.contrib.gis.geos.GEOSGeometry doesn't accept -1 as SRID value (or any negative number) in WKT format GIS
16886 16886 Memcached socket file usage is undocumented Documentation
16897 16897 makemessages option_list default value for "extensions" is missing .txt Core (Management commands)
16902 16902 select_related() results in a poor perfomance Database layer (models, ORM)
16904 16904 django.contrib.messages minor note Documentation
15722 15722 Conditional Formset Rendering/Validation Forms
16907 16907 Deprecate databrowse contrib.databrowse
16910 16910 Misleading regex in urlpatterns inclusion example Documentation
16876 16876 Settings SHORT_DATETIME_FORMAT documentation cross-references itself Documentation
16742 16742 Example actually getting the extra fields on many-to-many relationships Documentation
16924 16924 'date' template filter displays certain timezones incorrectly Core (Other)
16291 16291 Document that TypedChoiceField does not coerce empty_value Documentation
16927 16927 Documentation for ifchanged misleading Documentation
16293 16293 Patch database documentation to explain how to return fetchall() as a dict rather than list. Documentation
16863 16863 Multiple "invalid option block" errors when building docs Documentation
16334 16334 cache_page decorator does not accept "cache" keyword argument Documentation
16786 16786 Document cleanup in `topics/cache` Documentation
16703 16703 collectstatic management command looks in current working dir instead of project root contrib.staticfiles
16949 16949 "different" word repeated twice Documentation
16854 16854 AttributeError on syncdb Core (Management commands)
16848 16848 r16830 creates a lot of failures in the test suite HTTP handling
16109 16109 Inconsistency in docs: Leading zero of numbers in URLconf Documentation
16659 16659 Change-list toplinks (date drilldown) should not have fixed width contrib.admin
16490 16490 For select_for_update feature: DatabaseError not raised as expected when NOWAIT not supported; mult thread test also failing (on MySQL) Testing framework
16645 16645 OldFormForXTests.test_image_field fails under Oracle Forms
16838 16838 First InlineModelAdmin not displaying "Add Another" link when related_name='+' contrib.admin
16565 16565 An issue in databrowse's template object_detail.html contrib.databrowse
16971 16971 Speed-up for jslex used during makemessages for Javascript files. Internationalization
16592 16592 In MySQL, table names in unmanaged intermediate models are being lower cased Testing framework
16094 16094 Documentation for Custom permissions is ambiguous. Documentation
16833 16833 Remove obscure mixin parameter from Storage.open() method File uploads/storage
16808 16808 Remove dead code: typecast_boolean and rev_typecast_boolean Database layer (models, ORM)
16809 16809 MySQL is not SQL standards compliant regarding IS NULL criteria on newly-inserted auto-incremented fields Database layer (models, ORM)
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
13670 13670 postgis adapter fails to compare against empty string GIS
14648 14648 Annotated date querysets fail if spatial backend is used GIS
16079 16079 Clarify that handler404 and handler500 only applies to project Documentation
16985 16985 Grammar error on doc Uncategorized
16990 16990 Typo in testcases.py Documentation
14270 14270 ManyToMany manager classes should be cached Database layer (models, ORM)
16815 16815 Broken example code -- hidden fields won't show if there aren't visible fields. Documentation
17003 17003 prefetch_related should support foreign keys/one-to-one Database layer (models, ORM)
16810 16810 Docstring mistake in django.core.handlers.base.get_script_name() Core (Other)
17019 17019 Admin RTL CSS doesn't reset left margin on .field-box Internationalization
17014 17014 prefetch_related infinite recursion by default managers Database layer (models, ORM)
17012 17012 Documentation references non-existent hasNoProfanity validator Documentation
17011 17011 Recursion error in TestCase class decorated by override_settings when overriding method on parent class and calling parent method Testing framework
6011 6011 manage.py flush command not working as advertised Core (Management commands)
7596 7596 Multiple Database Inserts using 1 query Database layer (models, ORM)
11404 11404 add has_changed() method to formsets Forms
8794 8794 Profanity filter suffers from the Scunthorpe problem contrib.comments
17013 17013 Admin media URL wrong in the mod-wsgi docs Documentation
17009 17009 New version caused ValueError: Incorrect timezone setting: GMT-8 Uncategorized
17010 17010 unittest2 conflicted with nosetest Uncategorized
3615 3615 Can't define forward references in fixtures using MySQL with InnoDB Database layer (models, ORM)
10225 10225 Cache middleware does not honor "Cache-Control: no-cache" in request headers Core (Cache system)
16996 16996 login_required decorator should check user.is_active contrib.auth
16947 16947 wrong ordering of a column with list_editable contrib.admin
16983 16983 Incorporate Django Dynamic Sites App Functionality contrib.sites
16975 16975 Display superscript and subscript in admin-site and template -site Documentation
16962 16962 DoesNotExist when checking for related_name on OneToOneField Database layer (models, ORM)
16974 16974 dajaxice Uncategorized
16968 16968 Cannot use runserver without definig default database Core (Management commands)
16972 16972 folloing tutorial page 3 Documentation
16896 16896 ComentDetailsForm.clean_comment calls lower() in each iteration contrib.comments
16957 16957 Timezone changes on development server after first request Core (Other)
9718 9718 Reference to 'FormWrapper objects' in auth docs is confusing Documentation
16954 16954 https://docs.djangoproject.com/en/dev/intro/tutorial03/ Documentation
16952 16952 Django installed in different directory than stated. Documentation
14066 14066 Shouldn't ModelFormMetaclass be public for inheritance issues? Core (Other)
15078 15078 django.contrib.auth.views.login(...) doesn't accept a form argument contrib.auth
16559 16559 Switch to entity-manager type system. Uncategorized
14382 14382 a few suggestions contrib.comments
15856 15856 Add a localflavor for Macedonia contrib.localflavor
16332 16332 add an i18n_url tag Template system
15770 15770 Models only for testing purpose? Testing framework
16321 16321 Provide password management with API of authentication backend. contrib.auth
16318 16318 Add a standard verbatim tag Template system
15615 15615 filterspec feature contrib.admin
16141 16141 Typo in new formwizard cbv contrib.formtools
16721 16721 Blocktrans does not handle correctly litteral percents (%) in content Internationalization
15836 15836 Raw query documentation indicates wrong type for params Documentation
16285 16285 Remove a misleading comment from the signing code Core (Other)
16740 16740 "Derived Class" Database layer (models, ORM)
16255 16255 Drop support for Posgres versions < 8.2 for Django 1.4 Database layer (models, ORM)
15813 15813 STATES_NORMALIZED dict for India does not include all states contrib.localflavor
16155 16155 Drop support for Python 2.4 Documentation
16069 16069 Object returned by get_or_create() is different from same object retrieved with get() Database layer (models, ORM)
15685 15685 Server keeps displaying error after I enter reverse() in forms.py then remove it Core (Management commands)
15258 15258 Ajax CSRF protection doesn't apply to PUT or DELETE requests Core (Other)
15952 15952 "not in" improperly spaced in docs Documentation
16602 16602 Doc Patch: forms.widgets: adding links to TOC for built-in's Documentation
16038 16038 Localization of django form Field falls back to False instead of settings.USE_L10N Forms
15928 15928 RegexField and regexp flags Forms
15688 15688 unique_for_date validation doesn't run with admin readonly_fields contrib.admin
16179 16179 Formwizard enhancement proposal contrib.formtools
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
15757 15757 get_and_delete_messages, removed in [15975], is still alive contrib.auth
16560 16560 repasses cleanup function to SessionBase contrib.sessions
16497 16497 Adding MXFields to contrib.localflavor contrib.localflavor
15352 15352 id="csrfmiddlewaretoken" regression Template system
15209 15209 Manager.raw() allow for WITH ( ... ) SELECT Database layer (models, ORM)
15984 15984 model fields options in Meta class Database layer (models, ORM)
16476 16476 inspectdb should rather render ForeignKeyField object name as string not object Core (Management commands)
15920 15920 Feeds support 'COMMENTS_BANNED_USERS_GROUP' but the TT does not. contrib.comments
16662 16662 Comments does not set is_public to false for comments under moderation contrib.comments
16446 16446 A WizardView with a step containing a formset generated by inlineformset_factory will always fail Forms
16442 16442 step not passed to get_form when using NamedUrls Forms
15758 15758 en_format is removed, but DEFAULT_ constants is still there Forms
16425 16425 mailing using ssmtplib Core (Mail)
16402 16402 language tag not checking args correctly Uncategorized
16398 16398 HttpResponse object should return self when write() method is called HTTP handling
15997 15997 Allow customization of MAX_SHOW_ALL_ALLOWED in admin views contrib.admin
15890 15890 uWsgi + empty POST request causes Django to hang/crash HTTP handling
16369 16369 Remove a misleading comment from the signing documentation Documentation
16000 16000 Add information about using natural keys to contenttype documentation Documentation
15564 15564 PROPOSAL: nocache template tag to exclude parts of a template from being cached Core (Cache system)
10917 10917 admin/base.html should contain messages block contrib.admin
10854 10854 geos required in django.contrib.gis.maps.google.gmap GIS
11474 11474 models.XMLField doesn't work as advertised Documentation
12343 12343 manage.py dbshell fails to launch mysql for unix socket Core (Management commands)
2367 2367 [patch] pagination for date based generic views Generic views
11108 11108 add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch) contrib.admin
12398 12398 Add `TypedMultipleChoiceField` to compliment `TypedChoiceField`. Forms
11990 11990 TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects Core (Other)
11706 11706 Use of RETURNING should be optional Database layer (models, ORM)
12012 12012 Integration with the Python standard library logging module Core (Other)
10728 10728 [PATCH] SubfieldBase classes can't be subclassed. Database layer (models, ORM)
3349 3349 If an ImportError occurs within some loaders a rather confusing exception is raised. Template system
11991 11991 Inconsistent MEDIA_URL values Core (Other)
10557 10557 FormWizard should not output raw HTML for previous_fields contrib.formtools
6456 6456 FileField deletes files even when model instance is deleted in a transaction that is rolled back File uploads/storage
9988 9988 Make it possible to handle translation contexts Internationalization
10970 10970 auto_now_add for DateField evaluetes to datetime.datetime instance Database layer (models, ORM)
12320 12320 Translations hints in HTML are lost in PO file Internationalization
4824 4824 Enforce a check for duplicate named url patterns Core (Other)
5672 5672 i18n minor problem (comma list items separator can't be translated) in django.utils.text.get_text_list() Internationalization
11513 11513 Admin Change Page Redirects to Permission Denied contrib.admin
10918 10918 to_field and raw_id_fields popup in ModelAdmin contrib.admin
11212 11212 Don't encode emails with base64/qp Core (Mail)
11333 11333 ORA-01830 date format picture ends before converting entire input Database layer (models, ORM)
11852 11852 html template password_reset_email.html has badly translatable string contrib.admin
9264 9264 ModelAdmin: multipe items in prepopulated_fields breaks the auto-fillin contrib.admin
11206 11206 The floatformat template tag doesn't work with a value of 0 and a precision of 7 or higher. Template system
11193 11193 WSGI handler not properly handling lock Core (Other)
12004 12004 Registering abstract model with admin gives confusing / misleading error contrib.admin
10759 10759 UserAdmin views should use attribute or current model to lookup the template paths contrib.admin
10909 10909 Allow use of the Sitemaps Framework without requiring the sites contrib application Contrib apps
10654 10654 incorrect error message for missing config Core (Other)
11604 11604 ChangeList should pass depth=1 to .select_related() contrib.admin
5537 5537 Remove Reverse Lookups on ForeignKeys/ManyToMany Documentation
10771 10771 Add a transaction context manager Database layer (models, ORM)
8217 8217 Alphabetical sorted FilePathField Forms
15490 15490 Some semicolons are missing in javascript code. contrib.admin
14004 14004 update() is not mention in the Queryset API Reference Documentation
14023 14023 Better example for the custom form template Documentation
14000 14000 Removal of obsolete "versionadded" tags Documentation
14031 14031 NewPasswordForm Forms
14034 14034 admin inline formset with "extra" ignores last line when saving Contrib apps
13987 13987 Primary key not set correctly for concrete->abstract->concrete model inheritance. Database layer (models, ORM)
14041 14041 Templates in function calls for sitemap Contrib apps
14044 14044 "required=False" dones't work when use DateTimeField with SplitDateTimeWidget Forms
14055 14055 Wrong query generated when using reverse foreign key Database layer (models, ORM)
13973 13973 Get current language name filter in templates Translations
14060 14060 PostGISAdapter needs to properly cast input for comparisons on geography columns. GIS
14077 14077 Need an easy way to display model instance field names and values in templates Forms
13963 13963 Admin: 'RelatedObject' object has no attribute 'verbose_name' contrib.admin
13948 13948 The sort arrows on the UI for the admin list display are backwards contrib.admin
13946 13946 Database caching doesn't account for multiple databases Core (Cache system)
13944 13944 Very long accept-language headers break parser *.djangoproject.com
14102 14102 Model._get_unique_checks can return fields that are in the exclude list Database layer (models, ORM)
14103 14103 Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting Core (Cache system)
13922 13922 Enhanced URL Resolver Match Uncategorized
14118 14118 Serialization docs list the "python" serializer Documentation
14130 14130 Catching ImportError in manage.py considered dangerous Core (Other)
14132 14132 Feedgenerator doesn't support dates before 1900 Contrib apps
14133 14133 update GeoDjango windows installer GIS
14140 14140 There is no way to override admin templates to the project level Template system
14152 14152 Model validation: full_clean() should call clean() before clean_fields() Database layer (models, ORM)
14171 14171 Python Module Index not available Documentation
14176 14176 Error raised when using django.contrib.comments.feeds.LatestCommentsFeed contrib.comments
14181 14181 Template tag needed to disable/force L10N formatting on a per-variable basis Internationalization
14187 14187 Add support for bpython in django-admin.py shell Core (Management commands)
14193 14193 prepopulated_fields should concatenate fields in given order contrib.admin
13863 13863 DECIMAL_SEPARATOR incorrect in formats.py for sv locale Internationalization
13861 13861 Translate permissions contrib.auth
13856 13856 missing float:right in change_list, toplinks when using RTL(BIDI) contrib.admin
14219 14219 Incorrect empty field validation for DateTimeField with SplitDateTimeWidget Forms
14221 14221 Mashed Sentences in Doc Documentation
14232 14232 date_list context variable incorrectly documented Documentation
13846 13846 formfield_for_manytomanyfield should be documented Documentation
13845 13845 Contrib auth password-reset email depends on is_admin_site contrib.auth
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14249 14249 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14256 14256 Add support to testserver for the --skip-db-init option Testing framework
14258 14258 Document that 1.3 has added an index to the session date field and a migration is recommended Documentation
14259 14259 URL dispatcher does not reject duplicate URL names Core (Other)
13833 13833 Fix for Indonesian localization (formats.py) Translations
14268 14268 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
14276 14276 Typo in the docstring to one of the unittests Testing framework
14279 14279 typo in tests for private flatpage not showing sitemaps Contrib apps
13820 13820 Deprecate mod_python support HTTP handling
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14303 14303 admin inline form id attribute numbering order and uniqueness is lost contrib.admin
14312 14312 list_editable causes 500s for ?p>maximum contrib.admin
13800 13800 add form field order meta option Forms
13791 13791 cache.add encodes values as utf-8, cache.set does not Core (Cache system)
14329 14329 Seeing test failure in regressiontests.request since 13809 HTTP handling
14330 14330 Test failure with get_image_dimensions since [13715] File uploads/storage
14338 14338 Search bar on the docs should include 1.2, & 1.1 *.djangoproject.com
13782 13782 Missing css on textarea & errors marking is too broad for multiple fields on same line contrib.admin
13780 13780 Admin site documentation should specify ordering directions Documentation
14354 14354 Check password is not None in User.check_password contrib.auth
14355 14355 "readonly" fields don't display their "help_text" in admin contrib.admin
14356 14356 Unused import in django.core.management.sql Core (Other)
14358 14358 History changes in admin don't show verbose_name contrib.admin
14360 14360 Clarify documentation of triage states Documentation
14366 14366 Model.objects.none().values(...).anything() is broken Database layer (models, ORM)
14374 14374 Missing templates on contrib.auth makes tests in a new project fail (startproject) Contrib apps
14378 14378 Enable customization of the class for self.client in tests Testing framework
14384 14384 Installation documentation should avoid sys.path.append Documentation
14388 14388 Logging documentation typos Documentation
14389 14389 Future url replacement Template system
13759 13759 Multi-db docs have an example that isn't syntax highlighting Documentation
14395 14395 Error message typo Database layer (models, ORM)
14403 14403 Missing/incomplete documentation for FloatField? Documentation
14405 14405 problem in login view contrib.auth
14406 14406 Logging doesn't work under Python 2.4 Core (Other)
14412 14412 Comment url redirection relies on a legacy url contrib.comments
14413 14413 Comment url redirection relies on a legacy url contrib.comments
14414 14414 Additional check in content-type view to prevent 500 Contrib apps
13743 13743 CommentsAdmin blows up when 'delete_selected' action is disabled. contrib.comments
13739 13739 db_type() changes not mentioned in 1.2 release notes Documentation
14431 14431 Add a X-Powered-By header by default Core (Other)
14436 14436 Bump PendingDeprecationWarnings to DeprecationWarnings Core (Other)
14445 14445 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14448 14448 Docs for brazilian local flavor are outdated Documentation
13723 13723 Links in error lists looks bad [PATCH] contrib.admin
14454 14454 Convert admin_widgets doctest to unit tests Testing framework
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14456 14456 Convert inline_formsets doctests to unit tests Testing framework
14465 14465 TemplateSyntaxError in Django Admin search Uncategorized
14466 14466 "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3 Database layer (models, ORM)
14467 14467 AllValuesFilterSpec does not work with Null contrib.admin
14470 14470 Convert model_admin doctests to unit tests Testing framework
14471 14471 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14486 14486 Change unittest / unittest2 import logic on trunk Testing framework
14487 14487 Stop leaking unittest2 as 'unittest' from django.test.simple Testing framework
14489 14489 Typo in generic views docs Documentation
14490 14490 Typo or grammar problem in class based views docs Documentation
13697 13697 multiple_database test fails under Python 2.6 Testing framework
14501 14501 Django runserver + Chrome/Safari + AJAX POST quirk Uncategorized
14504 14504 Generic ListView pagination broken Generic views
14507 14507 Static file serving is broken after rev 14293 Core (Other)
14514 14514 Typo in staticfiles docs Documentation
13686 13686 Asymmetry in memcached.add and memcached.set Core (Cache system)
14524 14524 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14526 14526 Geodjango docs shouldn't talk about Python 2.4 so much Documentation
14528 14528 django.contrib.staticfiles documentation issues Documentation
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
14533 14533 django signals not thread-safe Core (Other)
14534 14534 Incorrect link in ORM Queries docs Documentation
14538 14538 STATICFILES_DIRS must be set for dev, docs could be improved Contrib apps
13681 13681 Add admindocs to INSTALLED_APPS in project template contrib.admin
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14546 14546 Queryset docs should drop some legacy Django 1.0 instructions Documentation
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
13679 13679 ModelForms (and hence the admin) no longer honor the default value for a ForeignKey Forms
14550 14550 commit_on_success no longer sets back to autocommit mode Database layer (models, ORM)
14557 14557 Generic View improvment Generic views
14558 14558 Generic View http_method bug Generic views
14559 14559 Minor docstring corrections Uncategorized
14560 14560 UpdateCacheMiddleware does not save responses for HEAD requests Core (Cache system)
14562 14562 Typo streightforward Documentation
14563 14563 Add Turkey to localflavors contrib.localflavor
14568 14568 FormMixin.get_form should use keyword arguments for data & files Generic views
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14573 14573 prepopulated_fields javascript error since r14123 contrib.admin
14576 14576 Regression in FormWizard contrib.formtools
14581 14581 __isnull=False not working for one to one relationships Database layer (models, ORM)
14582 14582 django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder Contrib apps
13658 13658 small typo in a javascript example in the i18n docs Documentation
14585 14585 Make interpolate JS function not require the named parameter. Translations
14589 14589 Changeset 14395 introduced two bugs Template system
14592 14592 Class based generic views documentation typo Documentation
14594 14594 Django/CherryPy problem with POST data HTTP handling
13652 13652 Support error user messages [PATCH] contrib.admin
14596 14596 Cache backend initialization refactoring Core (Cache system)
14600 14600 No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation Documentation
14602 14602 bug in wsgi handler in trunk Core (Other)
14603 14603 Copy & paste-able unittest output Uncategorized
14604 14604 Ubuntu documentation for geospatial/Postgres is out of date GIS
14605 14605 method similar to HttpRequest.is_ajax() to detect flash HTTP handling
13649 13649 Disabled buttons in admin [PATCH] contrib.admin
14612 14612 Password reset page leaks user count contrib.auth
14623 14623 DateTimeField(auto_now=True) does not change when update is called Database layer (models, ORM)
14632 14632 Bug - testing framework fails when contrib.auth not in settings. Testing framework
14640 14640 Add elapsed request time to the development server log HTTP handling
14641 14641 grammar and accuracy fixes for documentation Documentation
13636 13636 Change fixture doctests to unit tests Testing framework
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14653 14653 GeoDjango utils shouldn't include a Popen shortcut GIS
13620 13620 django template revision Template system
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14662 14662 auth and contenttypes post-syncdb handlers ignore 'db' option Contrib apps
14663 14663 L10N of dates in Norwegian. Translations
14667 14667 Link MEDIA_* settings to file management docs Documentation
13613 13613 forms.URLField not default ModelForm URLField anymore Forms
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14679 14679 Change of behavior in add new user workflow when using "Save" button contrib.admin
14682 14682 Class based views docs should be more explicit about template location Documentation
13599 13599 Incorrect HTML in change_list when list_editable is used contrib.admin
14685 14685 contrib.sessions.models has incompatible or extraneous code contrib.sessions
14692 14692 Unclear mail error Uncategorized
14693 14693 staticfiles app doesn't work with form media framework and 3rd party asset managers Contrib apps
13595 13595 Serbian and Serbian Latin localiztion fix Translations
14697 14697 Speeding up queryset model instance creation Database layer (models, ORM)
14698 14698 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14702 14702 Add a "needs info" state to tickets *.djangoproject.com
14703 14703 memcached.set_many() should not special case unicode data Core (Cache system)
14704 14704 USE_THOUSAND_SEPARATOR poorly documented Documentation
13591 13591 SplitDateTimeField admin usability broken when using format localization Forms
14708 14708 Document available mapping keys for form field error messages. Documentation
14709 14709 staticfiles app seems forced upon me Contrib apps
14711 14711 MonthMixin.get_previous_month incorrect under certain conditions Generic views
13588 13588 removing admin.root as per deprecation policy contrib.admin
14721 14721 USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales Internationalization
14731 14731 [Patch] Change 14413 breaks old fixtures with permissions contrib.auth
14736 14736 Typo in documentation Documentation
14737 14737 Move doc comment for "cache_page" to function. Core (Cache system)
14738 14738 Link settings in cache doc to settings reference, for consistency. Documentation
14739 14739 Move contrib app translations out of core Internationalization
14743 14743 Clean up "urls" documentation Documentation
14744 14744 Update views docs Documentation
14745 14745 Update shortcuts docs Documentation
14746 14746 Update request/response docs Documentation
14749 14749 add __enter__ and __exit__ to django.core.files.File File uploads/storage
14750 14750 ILPostalCodeField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14752 14752 WeekArchiveView gives incorrect results when using weeks beginning with Monday Generic views
14753 14753 Accessing (Get)HttpRequest.raw_post_data in view results in exception during testing Testing framework
14755 14755 Wsgi Error HTTP handling
14756 14756 "Related objects reference" documentation needs copy-edit Documentation
14758 14758 QuerySet method docs headings contain entire method signatures Documentation
13573 13573 Cached template loader can return incorrect template Template system
13569 13569 Superuser auto-creation rejects usernames with '@', '-' or '+' characters Uncategorized
14768 14768 es-MX locale, formats.py contribution Translations
14770 14770 Should be able to set cookies from the request as well as the response. Core (Other)
14771 14771 Typo in docs, "vistor" Documentation
14774 14774 assertNumQueries is buggy with views and the test client if used more than once in a test Testing framework
13563 13563 geodjango tutorial broken for 1.2.x Documentation
14776 14776 Don't put radio and checkbox input widgets in <ul> lists Forms
14788 14788 Typos in the footer *.djangoproject.com
14795 14795 Empty Superuser Permissions contrib.auth
14799 14799 Test database creation order problem after r14696 Testing framework
14805 14805 Tweak sitemaps docs Documentation
14809 14809 Broken login related tests after r14733 contrib.auth
14811 14811 Link render_to_response to template loader API Documentation
14812 14812 Wrong processing of If-Modified-Since header Contrib apps
14816 14816 Error in documentation of InlineModelAdmin options Documentation
14819 14819 Superfluous quote in docstring Core (Serialization)
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14821 14821 Document the differences of formatting syntax in formats.py Internationalization
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14830 14830 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14833 14833 Sitemaps tests fail if run from your project and USE_I18N is False Contrib apps
14858 14858 Bug in admin change_form template produces javascript error when adding new object with first_field of type DateTimeField. contrib.admin
14862 14862 bad links *.djangoproject.com
14863 14863 default INSTALLED_APPS out of date Documentation
14867 14867 TemplateResponse documentation uses the term "bake" instead of "render" Documentation
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
14878 14878 Issues in generic views (list) Generic views
13510 13510 Row level errors on ModelForms in the admin mess up colspans contrib.admin
14895 14895 USE_THOUSAND_SEPARATOR causes error on group admin operations contrib.admin
14896 14896 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14897 14897 Formset examples lack syntax highlighting Documentation
14905 14905 models.FileField links to url attribute, which is undocumented. Documentation
14906 14906 r14915 removed alternative month names from Polish translation added in r14000 Translations
14908 14908 Add takes_context parameter to simple_tag decorator Template system
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14911 14911 Custom Storage System not working properly File uploads/storage
14913 14913 Romanian translation, including E date format Translations
14919 14919 1.2.X branch test failure: test_csrf_token_in_404 Uncategorized
14920 14920 Many test failures running full suite with postgres backend Uncategorized
14921 14921 Cannot run tests against oracle db on trunk Uncategorized
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14925 14925 test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL contrib.auth
14928 14928 manage runserver does not allow host name as address django-admin.py runserver
14933 14933 SelectDateWidget doesn't render a month Forms
14935 14935 admin_views regression test has one failure since r14992 contrib.admin
14938 14938 "Save as" does not save entries added with a Inline Forms
14941 14941 URLField (in django.contrib.admin) rejects IDN domain Core (Other)
14942 14942 .distinct() + ordering/order_by() is a problem even without related models Documentation
14943 14943 Meta attributes for Model refused to work with Mixin. Database layer (models, ORM)
14947 14947 regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 Uncategorized
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
13495 13495 Refactoring of localflavor regression tests Testing framework
14951 14951 Unique_for_[date|month|year] fails when the DateField is empty Database layer (models, ORM)
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14956 14956 typo in messages documentation Documentation
14959 14959 model fields docs should link to local flavor Documentation
14961 14961 Cannot load admin interface static files when doing tutorial Contrib apps
13490 13490 Django's `order_by` Performs Differently Based on Environment Uncategorized
14965 14965 {% include %} tag changes should be mentioned in release notes Documentation
14972 14972 AdminEmailHandler breaks when report is missing stack trace information Core (Other)
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14977 14977 contrib.admin ordering by two or more fields contrib.admin
14978 14978 Add versionchanged note to ––adminmedia docs Documentation
14980 14980 1.2.4 release notes did not make it into trunk Documentation
14982 14982 EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display Uncategorized
14984 14984 ClearableFileInput generates invalid XHTML Forms
14985 14985 post_save signal should trigger after data persistence to database. Database layer (models, ORM)
14988 14988 Tutorial part 4 - Renaming of templates should be removed Documentation
14990 14990 Custom sitemap unittests failing for contrib.sitemaps in 1.3 Beta 1 Contrib apps
14994 14994 Example in auth docs emits DeprecationWarning Documentation
14995 14995 from django.views.generic import FormView Generic views
14996 14996 Incorrect persistent help_text for ModelMultipleChoiceField if widget is overridden in Modelform class Meta: Forms
14997 14997 Confusing wording on the note "Overriding Delete" Documentation
14998 14998 '/'.join should use os.path.join Contrib apps
14999 14999 Valid lookups are rejected after r15031 contrib.admin
15003 15003 Edits to admin documentatinon Documentation
15005 15005 Documentation of django.views.generic.simple.redirect_to incorrect? Documentation
15012 15012 cache_page decorator (memcached) fails with Django 1.3b1 (can't pickle Input object) Generic views
15018 15018 LimitedStream.readline deals parameter not correct Core (Other)
15021 15021 Debug page code double-spaced, kinda Core (Other)
15023 15023 us_states.STATE_CHOICES, USPS_CHOICES should be tuples, not lists contrib.localflavor
15024 15024 The order of the list returned by django.utils.formats.get_format_modules changes since version 1.2.4 Internationalization
15025 15025 Different template rendering semantics since r14992 Template system
15026 15026 Test failures in django.contrib.sessions on default project when memcached used as CACHE_BACKEND contrib.sessions
15029 15029 Delegate to DB backends the task of detecting when different DATABASES item values point to different RDBMS test DBs Database layer (models, ORM)
15032 15032 Changeset 15031 breaks filtering to objects which are subclassed. contrib.admin
15034 15034 Django's pretty error handling fails if there's a callable local var that generates an exception in the stack trace. Core (Other)
15043 15043 user_logged_in signal should be sent after session changes contrib.auth
15044 15044 recent security fix for admin filters breaks filters, related to inheriting contrib.admin
15047 15047 missing the "%(sel)s of %(cnt)s selected" str on translate Internationalization
15048 15048 Test failing on Python 2.4 since year 2011 :) Generic views
15055 15055 Forms documentation neglects csrf token Documentation
15057 15057 Improve docs regarding template variable lookups. Documentation
15062 15062 r14389 breaks getattr on Manager subclasses Documentation
15067 15067 base36_to_int returns a long in certain situations Core (Other)
15079 15079 django/core/cache/__init__.py missing import Core (Cache system)
15080 15080 collectstatic with fabric example should use -v0 to speed it up Documentation
15083 15083 TemplateResponse doesn't use custom per-request URLConf Generic views
15103 15103 Django 1.2.4 breaks limit_choices_to for raw_id_fields contrib.admin
15105 15105 django-admin.py makemessages --all exists without warning if gettext is not installed Internationalization
15106 15106 label[for] attributes aren't updated when dynamically creating new inlines contrib.admin
15112 15112 runserver shows wrong IPv6 notation as address if started with -6 option, without giving a specific address to bind to django-admin.py runserver
15118 15118 MySQL/InnoDB has integrity problems with new deletion code Database layer (models, ORM)
15121 15121 ForeignKey cascading deletes fail with Integrity Error when to_field attribute set to field other than primary key Database layer (models, ORM)
15125 15125 UpdateView should introspect form_class instead of requiring you to pass the model Generic views
15129 15129 Invalid order of applying formats Internationalization
15142 15142 Contrib tests throwing errors on bare project when cache middleware enabled and cache specified Contrib apps
15144 15144 Max age set in cache control no longer obeys timeout set with @cache_page decorator Core (Cache system)
15151 15151 i18n tests failing Internationalization
15154 15154 Remove sample doctest from startapp tests.py stub Core (Management commands)
15157 15157 Literals marked up with _() in templates are translated at compilation time, don't change when locale is switched Internationalization
15162 15162 syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3 Database layer (models, ORM)
15168 15168 feature request - New setting Internationalization
15170 15170 inspectdb test fails under MySQL MyISAM Testing framework
15171 15171 Document the password_reset_email context Documentation
15172 15172 Admin do not translate models. Internationalization
15204 15204 Fix help_text documentation Documentation
15207 15207 Signals now send the 'using' kwarg, but this isn't documented as new. Documentation
15208 15208 Document ModelAdmin.formfield_for_choice_field Documentation
15217 15217 Cache setting deprecation warning is too aggressive Core (Cache system)
15218 15218 USE_L10N, USE_I18N and DateTime Validation contrib.admin
15227 15227 Updated Slovenian localization Translations
15230 15230 django.db.backends.dummy.base.DatabaseWrapper has no attribute 'transaction_state' Database layer (models, ORM)
15234 15234 Year is localized with USE_THOUSAND_SEPARATOR in admin's date hierarchy under certain conditions contrib.admin
15235 15235 ERROR HTTP handling
15236 15236 Typo in django.contrib.auth signals Documentation
13411 13411 Some improvement for query string built by utils.next_redirect if next parameter contains '#' anchor contrib.comments
15260 15260 CACHE_MIDDLEWARE_ANONYMOUS_ONLY doesn't do anything when used with @cache_page in Django 1.2.5 Core (Cache system)
15264 15264 Problem with custom cache backend Core (Cache system)
15265 15265 Problem with "__call__" method in Templates Template system
15272 15272 Context object name is translated string Generic views
15274 15274 UpdateView raises exception about overiding get_object Generic views
15283 15283 A performance imporvement for QuerySet Database layer (models, ORM)
15284 15284 CSRF/Ajax/jQuery example could break other site JS Documentation
15286 15286 PendingDeprecationWarning shown even when LOCALE_PATHS contains /locale Internationalization
15287 15287 Error messages in generic views are partialy translated Generic views
15289 15289 New transaction behavior only works if DEBUG=False Database layer (models, ORM)
15290 15290 Border style issue in changelist contrib.admin
15293 15293 django.db.backends.dummy.base.DatabaseWrapper has no attribute 'rollback_unless_managed' Database layer (models, ORM)
15297 15297 SQLiteCursorWrapper Regression with SVN verson of Django 1.3 Database layer (models, ORM)
15298 15298 Nicer error message when TemplateResponseMixin not provided with a template_name Generic views
15310 15310 Wrong view path in documentation for serving static files Documentation
15324 15324 memcached cache backend creating new connection for every action Core (Cache system)
15326 15326 ModelForm doesn't do unique checks if any of the fields is exluded Forms
15329 15329 get_template_names() should use getattr() on object Generic views
15334 15334 Documentation on namespaced URL reversing has an error Documentation
15342 15342 Example of decorated class-based generic view is missing *args Documentation
15347 15347 Typo in l10n docs Documentation
15354 15354 Cookie with CSRF token not always available for AJAX Post requests CSRF
15359 15359 django-admin.py: -h option usage inconsistent with help output Core (Management commands)
15360 15360 Regression with handling of template context Template system
15371 15371 createsuperuser with --noinput creates users with empty password contrib.auth
15376 15376 translation in templates does not allow for a context variable Internationalization
15383 15383 TransactionManagementError although I've rollbacked the transaction Database layer (models, ORM)
15385 15385 Bug in django-auth-ldap bindings and groups on restricted LDAP configuration contrib.auth
15400 15400 Arabic translation update for 1.3 Translations
15420 15420 Regression adding an User object in a popup fails contrib.admin
15489 15489 add class attributes to checkboxes and radio buttons Uncategorized
15491 15491 HTML syntax errors in contrib.comments templates contrib.comments
15502 15502 TemplateDoesNotExist reports incorrect template during {% include %} from Class Based Views / TemplateResponse objects Template system
15509 15509 Caching docs minor grammatical issue Documentation
15510 15510 Error reported when sub template is missing is wrong Template system
15517 15517 Admin search_field prefixes conflict with db.models.get_field_by_name contrib.admin
15520 15520 Regression introduced by mail functionality changes from r15669 Core (Mail)
15521 15521 Regression in file storage behavior following r15409 File uploads/storage
15542 15542 When postgres autocommit is set contenttype test cause sites tests failures contrib.contenttypes
15543 15543 SyntaxError in utils/http.py on Python 2.4 Uncategorized
15544 15544 test_update_get_object (regressiontests.generic_views.edit.UpdateViewTests) fails on PostgreSQL Generic views
15547 15547 Broken link on 1.2 "generic view" reference page Documentation
15548 15548 ModelAdmin regression test fails on Postgresql contrib.admin
15549 15549 Model formset regressions tests fail on Postgresql Forms
15550 15550 Some model form doctests fail on Postgresql Forms
15553 15553 formats.py for Macedonian language Translations
15554 15554 Bad test in django.contrib.contenttypes.tests.ContentTypesTests Contrib apps
15555 15555 Estonian .po file Translations
15556 15556 Estonian .po file Translations
15557 15557 Minor typo in Http docs Documentation
15563 15563 Update the LANG_INFO dict with newly added translations Internationalization
15569 15569 wrong index assigned when creating a new inline contrib.admin
15570 15570 {% cycle ... as foo silent %} is broken in practice Template system
15572 15572 include with "only" option discards context properties (such as autoescape) Template system
15592 15592 Typo in syndication docs Documentation
15594 15594 Typo in docs for httponly cookie Documentation
15627 15627 check_password should use constant_time_compare instead of == to check passwords contrib.auth
15628 15628 AdminEmailHandler is useless without request in record Contrib apps
15632 15632 django-admin.py makemessages failure on ' symbol in templates comment block Internationalization
15634 15634 Malformed Plural-Forms for HR locale Translations
15638 15638 unittest.TestCase subclasses can't be run individually Testing framework
15657 15657 Missing `form` argument in FormMixin documentation Documentation
15659 15659 Contains lookups give wrong results on SQLite3 backend Documentation
13237 13237 Nested optgroup in selects Forms
13221 13221 Enhanced version of RawId related fields for admin contrib.admin
13212 13212 get_or_create() does not respect to_field setting Database layer (models, ORM)
13206 13206 Model does not call super __init__ Database layer (models, ORM)
13192 13192 ModelAdmin.queryset() internal documentation contrib.admin
13126 13126 admin list_editable with unique_together error indication contrib.admin
13062 13062 Can't see PendingDeprecationWarnings in the development server on Linux django-admin.py runserver
13007 13007 Django fails to log in when a cookie is set on the same domain containing a colon HTTP handling
12988 12988 Add support of IDN domains for URLField validator. Forms
12979 12979 TestCase disables savepoint_commit, savepoint_rollback Testing framework
12975 12975 Docs for contrib.admindocs? Documentation
12927 12927 Implementation of GQL backend. Database layer (models, ORM)
12848 12848 language names should be kept native Internationalization
12838 12838 Feature Request: Usable JSON-RPC API Core (Other)
12821 12821 Application settings Core (Other)
12725 12725 Combining Q objects with | is inefficient; lots of deep cloning Database layer (models, ORM)
12619 12619 django-admin's testserver doesn't support --noinput Core (Management commands)
12534 12534 django.contrib.auth.views.login refuses to redirect to urls with spaces contrib.auth
12475 12475 Confusion between list_display and list_display_links for 'id' field contrib.admin
12808 12808 errorCSRF() got an unexpected keyword argument 'reason'. Uncategorized
12525 12525 ModelForm validation doesn't work like documented Documentation
13514 13514 Only last package javascript catalog is loaded in case of missing default translation. Internationalization
13515 13515 Irish djangojs.po translations for django 1.2 Release Candidate Translations
12524 12524 Bad formatting on dates in JSON serializer causes ValidationError in loaddata Core (Serialization)
13520 13520 Updated Finnish translation Translations
12523 12523 Typo in The messages framework docs Documentation
13521 13521 admin inline max_num option doesn't work as intended contrib.admin
12519 12519 Incorrect Documentation for Model.objects.raw() Documentation
13522 13522 Indonesia Translation Update Translations
12518 12518 create_update of generic view cannot be use for models which bounded to request objects Forms
13523 13523 Updated Russian Translation Translations
13524 13524 Changes to (model) formsets' max_num sematics not listed in the 1.2 release notes Documentation
13529 13529 Documentation Admin Error on Queryset Documentation
12516 12516 email_re has moved from django.form.fields to django.core.validators Core (Other)
12510 12510 ModelChoiceField.clean call to_python and validate from ChoiceField Forms
13530 13530 A handful of doc typos Documentation
12499 12499 Allow a model's Meta to specify a single multi-db alias Database layer (models, ORM)
13534 13534 m2m_changed signal doesn't call receiver Database layer (models, ORM)
13536 13536 Update of the French translation for Django 1.2 Translations
13537 13537 changing password in admin with TEMPLATE_STRING_IF_INVALID is broken. contrib.admin
13540 13540 Spelling error ("Djagno") in 1.2 release text Documentation
12482 12482 i18n crashed on developement version Uncategorized
12481 12481 admin readonly_fields not working with edtiable=False field named in fieldset contrib.admin
13545 13545 Update of Norwegian nynorsk (nn) translation Translations
13547 13547 Date format character c does not conform to ISO 8601 Template system
12477 12477 admin readonly_fields label doesn't respect Field.verbose_name contrib.admin
13551 13551 Typo in ModelForms example Documentation
12476 12476 dumpdata with no arguments no longer dumps for all apps Core (Other)
13554 13554 shell: IPython 0.11 API change, use IPythonApp if detected, fallback for <=0.10 Testing framework
12819 12819 Problem with commit 12307 and null onetoone fields Database layer (models, ORM)
12820 12820 for param in request.REQUEST fails with (a misleading) KeyError exception Core (Other)
12825 12825 Missing space in assertFormError error message Testing framework
12806 12806 Implement __getitem__ on RawQuerySet Database layer (models, ORM)
12805 12805 Raw method docs are misleading Documentation
12828 12828 Invalid SQL in GIS DB GIS
12829 12829 Docs typos in [12400] Documentation
12830 12830 Jquery not includedd when actions=None in admin contrib.admin
12834 12834 "self" missing from Database Router signatures in docs Documentation
12835 12835 Setting date fields on new admin inlines does not work. contrib.admin
12837 12837 Clarify m2m intermediate table naming strategy Documentation
12840 12840 Mark natural key suppory in serialzation docs as new in 1.2 Documentation
12841 12841 In admin options class, blank short_description causes "string index out of range" exception contrib.admin
12804 12804 decorating admin views doesn't work Uncategorized
12849 12849 django's development server raises an encoding exception when trying to colorize non-ascii text django-admin.py runserver
12850 12850 db constraint identifiers are not quoted consistantly, so are not case sensitive all the time. [patch] (1.1.1 & SVN) Database layer (models, ORM)
12800 12800 Same description for the two SQL syntax coloring palettes Documentation
12853 12853 Brazilian portuguese translation of POT files for 1.2 Translations
12855 12855 QuerySet.__or__ has bad behavior in the presence of extra Database layer (models, ORM)
12858 12858 Callable default on DateField + custom date format = widget._has_changed always true, forms fail to validate Forms
12799 12799 missing newline causes an error on the pdf build of the django documentation Documentation
12860 12860 Typo in django.db.models.manager Database layer (models, ORM)
12798 12798 Markup typo in 1.2 release notes Documentation
12866 12866 Unsecured fields in ModelAdmin contrib.admin
12797 12797 changepassword documented as change_password Documentation
12868 12868 Updated French formats.py Internationalization
12870 12870 ORM bug with using exclude in conjunction with Q objects Database layer (models, ORM)
12873 12873 Updated French translation Uncategorized
12874 12874 Updated French translation Translations
12795 12795 MessageMiddleware missing from default MIDDLEWARE_CLASSES value described in middlewared overview Documentation
12877 12877 An error in settings documentation Documentation
12793 12793 jQuery error if action=None in Modeladmin contrib.admin
12880 12880 Structural documentation fix: unqualified method directives Documentation
12778 12778 InlineAdmin ignores inner Media class contrib.admin
12881 12881 Unique constraint error with model inheritance while ModelForm should not validate Database layer (models, ORM)
12883 12883 Adding values in a m2m field breaks (_state.db is None instead of "default") Database layer (models, ORM)
12776 12776 get_profile() may throw AttributeError instead of SiteProfileNotAvailable contrib.auth
12774 12774 Flatpages will cause unicodedecodeerror if request url contains non-ascii characters and no trailing slash HTTP handling
12769 12769 Queryset.query pickle fails if fields have lazy translations in field declaration params. Database layer (models, ORM)
12887 12887 Minor fixes to release docs Documentation
12766 12766 custom_pk test fails with psycopg1 backend Database layer (models, ORM)
12895 12895 "SetPasswordForm" should be "PasswordResetForm" Documentation
12897 12897 Incorrect doc example in multi-db Documentation
12765 12765 syndication test fails with psycopg1 backend Database layer (models, ORM)
12899 12899 Explicitly allow to keep alive objects after deleting related ForeignKey object instance Database layer (models, ORM)
12901 12901 Forms _get_validations_exclusions is still not backwards compatible Forms
12902 12902 The term 'Corps Consulate' seems wrong contrib.localflavor
12903 12903 Missing plural forms in admin Internationalization
12764 12764 views tests fail with psycopg1 backend Database layer (models, ORM)
12759 12759 raw_query tests fail with psycopg1 backend Database layer (models, ORM)
12754 12754 Backwards-incompatible change: BaseCommand.style.ERROR_OUTPUT was removed Core (Management commands)
12744 12744 Debug page fails if settings has dict of tuples with non string Uncategorized
12912 12912 Deprecate psycopg1 Database layer (models, ORM)
12913 12913 Field.formfield() skips show_hidden_input parameter Forms
12916 12916 m2m_changed missing versionadded on docs/refs/signals.txt Documentation
12925 12925 A typographic error in the release notes for Django 1.1 Documentation
12928 12928 Translation update for Danish Translations
12932 12932 Django Test runner suite_result should be passed in the suite. Testing framework
12933 12933 self.admin_site.admin_view() disables @csrf_view_exempt, should have csrf_protected=True arg contrib.admin
12934 12934 Provide *.zip installs in addition to tarballs Uncategorized
12937 12937 Select related() not working as of Beta Database layer (models, ORM)
12736 12736 Database passwords visible on debug page with new-style database config Uncategorized
12734 12734 defer() then save() of model with custom field results in data corruption Database layer (models, ORM)
12940 12940 Comments admin should use ungettext instead of ugettext contrib.comments
12941 12941 multiple database connections cursors Documentation
12944 12944 Add django version to debug page Generic views
12731 12731 Manager.raw() doesn't work with Multi-table inheritance Database layer (models, ORM)
12945 12945 url tag breaks on spaces between delimiting commas since [12503] Template system
12946 12946 {% url %} tag docs show an invalid example mixing args and kwargs, which reverse() doesn't allow Documentation
12949 12949 swedish week & month names Translations
12729 12729 contrib.auth on seperate db in multi-db setup fails contrib.auth
12951 12951 README points to mod_python docs for deployment Documentation
12963 12963 template context processors docs are wrong Documentation
12964 12964 CSRF upgrading documentation gives wrong path for decorators Documentation
12969 12969 new symlinks option needs versionadded flag in doc Internationalization
12973 12973 Changeset 12525 breaks delete selected admin action contrib.admin
12976 12976 manage.py sqlflush issues to many 'ALTER' when using multiple mysql databases. Database layer (models, ORM)
12977 12977 Index length errors running tests on MySQL Database layer (models, ORM)
12980 12980 locale formats should use raw strings Translations
12727 12727 Error while doing syncdb with a GIS app GIS
12981 12981 Don't use tabs for indentation Uncategorized
12987 12987 Some versionadded directives missing from contrib.admin reference documentation Documentation
12474 12474 Removing SQL specific bits from USPhoneNumberField contrib.localflavor
12722 12722 Models having selects with optgroups per Ticket #4412 no longer validate reliably Uncategorized
12717 12717 query.as_sql crashes with multi-db and master/slave routing Database layer (models, ORM)
12992 12992 New template loaders lose debug information Template system
12998 12998 RSS feed test fails in various situations due to time check contrib.syndication
12999 12999 update_all_contenttypes in contenttypes.management fails in django 1.2 Contrib apps
12716 12716 Validation display error in change list. contrib.admin
13000 13000 Deprecated code in admin forms triggers string translation too soon contrib.admin
13001 13001 Update to Irish Language translation file Translations
12712 12712 syncdb doesn't create tables for m2m through-less fields that are added on the model after the class_prepared signal Database layer (models, ORM)
13003 13003 model._state.db isn't populated when the model comes from a select_related Database layer (models, ORM)
13004 13004 The new get_readonly_fields() method of the ModelAdmin breaks with many to many fields contrib.admin
13010 13010 ModelForm clean() is ignored Forms
13026 13026 Problem with selecting related object from popup window, opened by lens icon in dynamic created inline row contrib.admin
13030 13030 Natural Key deserialization fails on foreign key to field that is itself a foreign key Core (Serialization)
13034 13034 django.db.models.fields.IntegerField description wrong? Database layer (models, ORM)
13036 13036 Documentation Fix for TEMPLATE_LOADERS setting Documentation
13037 13037 Documentation missing for the form field-method ``css_classes`` Documentation
13039 13039 'ChangeList' object has no attribute 'formset' contrib.admin
13045 13045 Expose l10n setting in generated settings.py file when beginning a new project Core (Management commands)
13054 13054 integer part grouping settings does not respect USE_L10N setting value, changes behavior of floatformat Internationalization
13055 13055 Transaction decorators / multiple databases : using= Database layer (models, ORM)
13064 13064 Portuguese translation patch for Django 1.2 Translations
13065 13065 Brazilian Portuguese locale updated Translations
13070 13070 Wrong exception on django.contrib.gis from SVN GIS
13071 13071 NullBooleanField save error in Admin? Contrib apps
13072 13072 A few additional small reST fixes Documentation
12706 12706 GeoQuerySet.__init__ doesn't make use of "using" kwarg GIS
13074 13074 Typo in US localflavor docs: "Format of XXX-XX-XXXX" Documentation
12704 12704 Wrong interpretation of extra clause in ModelAdmin with new admin UI contrib.admin
13076 13076 Oracle backend: Error ORA-01036 when using extra() with params Database layer (models, ORM)
13082 13082 Oracle-specific test_long_string backends regression test has a bug Database layer (models, ORM)
13087 13087 m2m_changed fires before a clear but after add/remove Database layer (models, ORM)
13093 13093 cache_page decorator doesn't work on callable classes Core (Cache system)
13094 13094 mongolian translation Translations
13096 13096 Norwegian nynorsk translation Translations
13098 13098 Updated Norwegian translation for 1.2 Translations
12703 12703 admin_view test failures caused by r12297 contrib.admin
13099 13099 Documentation: Second exclude example is incorrect Documentation
13107 13107 model_formsets test fails to validate models Uncategorized
13108 13108 contrib.auth test fails due to duplicate user contrib.auth
13111 13111 1.1.X: decorators broken by r12763 Uncategorized
13113 13113 Syndication test fails after end of DST contrib.syndication
13114 13114 escapejs filter produces invalid JSON according to http://www.json.org/ Uncategorized
13120 13120 Typo in SVN middleware documentation Documentation
13124 13124 function 'find_template_loader' doesn't work with PyPy 1.2 Template system
13129 13129 A CSS fix for Actions in admin with filtered contrib.admin
13130 13130 Delete selected in admin seems broken contrib.admin
13132 13132 [signals] Storing id()s instead of actual instances considered harmful Core (Other)
13133 13133 The "Add another [inline object]" breaks alternating rows' colors in tabular template contrib.admin
13134 13134 Updated hebrew translations Translations
13138 13138 Precedence of "blank" model attribute and "required" form attribute is unclear Forms
13152 13152 Test client can't log in if session engine modifies session key Testing framework
13156 13156 exists() selects all columns Database layer (models, ORM)
13160 13160 Brazilian localization fixes and updates Translations
12702 12702 Database exceptions problem in multi-db setups Database layer (models, ORM)
12700 12700 readonly_fields specified on inline model admin cause KeyError since r12297 Uncategorized
13170 13170 messages set_level AttributeError Contrib apps
13177 13177 Unescaped user input in the Admin interface contrib.admin
13191 13191 Localization of application names Internationalization
13197 13197 'NoneType' object has no attribute 'get' Forms
12691 12691 ModelForms documentation missing versionadded tag for 'widgets' Documentation
13200 13200 syncdb does not use SESSION_DB_ALIAS for creating session table contrib.sessions
13202 13202 Contrib/Markup documentation should mention requirement for external libraries Documentation
12689 12689 admin model's exclude with single member tuple and no comma does not produce an error contrib.admin
13209 13209 the Paginator class doesn't slice self.object_list properly Core (Other)
13216 13216 Document the limitations on foreign keys and m2m relations across databases Documentation
13228 13228 queryset.update() on custom manager ignores all filter Database layer (models, ORM)
13229 13229 List of Finnish municipalities updated for the year 2010 (fi_municipalities.py) contrib.localflavor
13230 13230 Updated Finnish translation Translations
13232 13232 Whitespace Bug in URL Tag for password_reset_email.html contrib.admin
13234 13234 cannot import name trans_real Internationalization
12681 12681 Make User model site business logic agnostic contrib.auth
13236 13236 Updated Korean translations for Django 1.2 Translations
13239 13239 'makemessages' regression test raises error on close Testing framework
13244 13244 'NoneType' object has no attribute 'get' Forms
13250 13250 auth.Message ignores directions from database router Database layer (models, ORM)
12675 12675 Inconstancy in inital configuration when creating new project contrib.admin
12672 12672 Add mechanism for controlling which models are synchronized onto which database in multidb Database layer (models, ORM)
13253 13253 Help for manage.py dumpdata doesn't include models in possible arguments Core (Serialization)
12667 12667 changeset:12098 introduces choice validation bug at the model level Core (Other)
12660 12660 Proposal: adding "render_display_form" support to ModelAdmin.change_view (per row granular permission system) contrib.admin
13254 13254 TemplateSyntaxError at /password_reset/ contrib.admin
13259 13259 multiple calls to message() breaks the mail content Core (Mail)
13261 13261 SQL Update VS extra() or filter() Database layer (models, ORM)
13262 13262 updated czech translation Translations
13268 13268 ForeignKey is called ForeignKeyField in topics/db/queries.txt Documentation
13270 13270 Fixed Typo In Documentation Documentation
12640 12640 Test execution order isn't exactly equal to the used before since r12255 Testing framework
13271 13271 Typo in docs/topics/signals.txt Documentation
12638 12638 Documentation tweaks to r12255 Documentation
13273 13273 Macedonian translation Translations
12636 12636 Validation should allow excluded fields Uncategorized
13282 13282 Document patch: WEEK_DAY should start from 0, not 1 Documentation
13284 13284 Model validation requires that ForeignKey be unique (backwards-incompatible change) Core (Other)
13293 13293 r12900 breaks extra() with additional select clauses (Only applies to MySQL SQLCompiler) Database layer (models, ORM)
13298 13298 Test admin_views.ReadonlyTest.test_readonly_get is broken contrib.admin
12633 12633 Access to creates_table manyToManyField attribute leftover from before the r11710 automatic throuth model change Database layer (models, ORM)
13300 13300 Collapsable fieldsets broken in StackedInline contrib.admin
13301 13301 Wrong capitalization in result_headers' texts contrib.admin
12628 12628 readonly_fields in GenericInlineModelAdmin are ignored during save contrib.admin
13304 13304 django.contrib.auth.decorators don't work with callable objects Core (Other)
13305 13305 date-filter doesn't use correct fallback with USE_L10N Template system
12447 12447 MutliDB Documentation Errata ('BACKEND' vs 'ENGINE') Documentation
13308 13308 dumpdata doesn't honor router information Database layer (models, ORM)
13309 13309 Queryset.delete() only works if there are less than CHUNKSIZE models in the result. Database layer (models, ORM)
13310 13310 RESTRUCTUREDTEXT_FILTER_SETTINGS is undocumented Documentation
13311 13311 Template Tag modules that raise an ImportError are difficult to debug Template system
13317 13317 {% blocktrans %}: accessing attributes and general documentation concerning variables Documentation
13324 13324 r12914 introduced test failure on 1.1.X branch Database layer (models, ORM)
12609 12609 FAQ needs updating for advise on which Django version to use Documentation
12607 12607 django.test.client.Client changes the HTTP method to "GET" when doing a redirect. Testing framework
12606 12606 Stray print statement in django.contrib.auth.admin contrib.admin
13328 13328 Cannot pickle a queryset with filter on field with callable default datetime.datetime.now Database layer (models, ORM)
13332 13332 UnitTests assume reference counting semantics Testing framework
13334 13334 Importing template tags from an egg fails Template system
13335 13335 Revision 12950 crashes complex interdependent models in directory Database layer (models, ORM)
13336 13336 Document example for setting HttpResponse headers is misleading because it users wrong cache header Documentation
13345 13345 error message when runing test suite after [12950] Testing framework
13348 13348 After r12950, load_app does not return models modules from eggs Database layer (models, ORM)
13349 13349 Raw Queries with backends that don't support chunked reads aren't done correctly Database layer (models, ORM)
13352 13352 ValidationError should be able to repr itself Core (Other)
13353 13353 Exta regress tests depend on the order of dictionaries Testing framework
13355 13355 Serbian and Serbian Latin translations for Django 1.2 Translations
13357 13357 Various small fixes for Django+PyPy Uncategorized
13358 13358 RelatedManager does not work with db_manager Database layer (models, ORM)
13359 13359 "the 1.2 beta release notes" link has double slash (//) *.djangoproject.com
13360 13360 r12992 breaks Python2.3 compitibility in tests on 1.1.X branch Uncategorized
13364 13364 Template loader incorrectly caches template Template system
13365 13365 Updated French translation Translations
13366 13366 Model importing race condition created in [12977] for subclasses of abstract classes that have fields. Core (Other)
13370 13370 Pickling lazy things if fundamentally broken Internationalization
13373 13373 IF tag no longer short-circuits Template system
13374 13374 A few more small PyPy issues Uncategorized
13378 13378 The FAQ should recommend the latest stable version rather than following trunk Documentation
13382 13382 Subtly different error message on PyPy Testing framework
13384 13384 plural form 0 in russian translation Translations
13389 13389 error flushing database after app_loading tests (DB-specific) Database layer (models, ORM)
12600 12600 Comments app template_search_list inconsistency Contrib apps
13392 13392 Bug introduced with #12977 : can't copy fields with metaclass Database layer (models, ORM)
13393 13393 Bug introduced with #12977 : can't copy fields with metaclass Database layer (models, ORM)
13396 13396 SQLite relationship introspector fails under PyPy Database layer (models, ORM)
12592 12592 language code for brazilian portuguese should be case insensitive. Internationalization
12590 12590 validators modeltest test fail under Python 2.4 Testing framework
13398 13398 reverse() causes exception if run in views.py, outside of a view. Uncategorized
13404 13404 django.utils.module_loading fails if loader has no prefix attribute Core (Other)
13405 13405 Document that cmemcached has been deprecated Documentation
13407 13407 admin "add another" inline JS fails for M2M inlines contrib.admin
13410 13410 imagefield errors if upload is larger than FILE_UPLOAD_MAX_MEMORY_SIZE File uploads/storage
12588 12588 context_processors test failure since r12207 Uncategorized
12587 12587 Related fields when using multiple databases and different managers Database layer (models, ORM)
12586 12586 Name error in the model validtion docs Documentation
13415 13415 Incorrect SQL boolean expression for multiple aggregate filters Database layer (models, ORM)
13417 13417 djangojs domain is used by default Documentation
12570 12570 BaseGenericInlineFormSet has unused members Contrib apps
13418 13418 Natural keys documentation: 1) tuple requirement in serialization is missing, 2) use unique_together Documentation
13419 13419 Danish translation update Translations
13420 13420 Minor grammar issue in the Sending e-mail docs Documentation
12569 12569 GenericInlineModelAdmin's get_formset method has a non standard signature Uncategorized
12560 12560 Unique validation should not check for null atuo-assigned PK Uncategorized
13432 13432 OneToOneField between two databases fails Database layer (models, ORM)
13435 13435 Bosnian (bs) translation Translations
13438 13438 bug with isnull ForeignKey queries? Database layer (models, ORM)
13439 13439 repeated "No fixtures found." on manage.py test Testing framework
12559 12559 Wrong SQL in M2M fields Database layer (models, ORM)
13441 13441 maximum name length not specified for PostgreSQL Database layer (models, ORM)
13443 13443 No required field indication in TabularInline contrib.admin
13444 13444 {% cycle %} no longer works within inclusion tags and included templates Documentation
12558 12558 The ENGINE setting no longer defaults to dummy if it is not defined Database layer (models, ORM)
13445 13445 Problem with DateTimeShortcuts.admin_media_prefix contrib.admin
13454 13454 Update Hebrew Translation Translations
13456 13456 Turkish translation updates Translations
13459 13459 nonzero extra inlines and "add another" create duplicate <tr> ids contrib.admin
13463 13463 Wrong DATETIME_FORMAT default value Internationalization
13464 13464 django.utils.module_loading.has_submodule is incorrectly implemented Core (Other)
12557 12557 AnonymousUser has_perm should check backends has_perm contrib.auth
13467 13467 Bad Japanese Translation for "Password reset on %s" Translations
13468 13468 Bad django.po for russian (show_value and limit_value) Translations
12554 12554 silent_variable_failure not suppressing exception during dict lookup Template system
13469 13469 1.1.X test failures on Python 2.3 after r13085 Core (Other)
13470 13470 Debug TEMPLATE_LOADERS causes 'source' to be set to "&lt;unknown source&gt;" when TEMPLATE_DEBUG is True Uncategorized
13471 13471 send_mass_mail() example Documentation
13472 13472 initial "x of y selected" contains wrong total item count contrib.admin
13477 13477 Slovenian translation of Django Translations
12552 12552 Adding a user from admin doesn't save password contrib.auth
13483 13483 Serbian and Serbian Latin translations for Django 1.2 take 2 Translations
12543 12543 Web site blacklisted at OVH *.djangoproject.com
13484 13484 Update Sphinx Makefile for the latest sphinx Documentation
13485 13485 Input formats for Swedish locale needs improvement Internationalization
12541 12541 Add support for describing master/slave arrangements in multi-db Database layer (models, ORM)
13486 13486 TIME_INPUT_FORMATS %P doesn't work Uncategorized
13491 13491 Irish translations for django 1.2 Release Candidate Translations
13493 13493 ImportError when trying to use models from standalone script. Database layer (models, ORM)
12539 12539 Error while validating non required IntegerField with localflavor form field Database layer (models, ORM)
12538 12538 Removal (rename) of BaseQuery in SVN version causes ImportError for previously pickled Querysets Documentation
13496 13496 Indonesian translation and format File (id) Translations
13497 13497 A few documentation typos Documentation
13498 13498 Slovak translation for django 1.2 RC 1 Translations
13583 13583 Invalid localization of error_messages in form fields Core (Other)
13499 13499 Typo in localization docs Documentation
13500 13500 template loaders to be passed the request Template system
13502 13502 Arabic Translation Update Translations
13505 13505 Updated Japanese translation against r13140 Translations
13508 13508 Update Hebrew Translation Translations
13509 13509 PyPy/Jython fix for comment tests Testing framework
13512 13512 syncdb fails on application with no models defined Database layer (models, ORM)
13513 13513 _collect_sub_objects() does not take the database into the account Database layer (models, ORM)
12066 12066 django.core.context_processors.auth should be in contrib.auth Core (Other)
10999 10999 Filtering non english database Internationalization
9356 9356 CSRFMiddleware should take session key from request.session Contrib apps
11782 11782 Add metadata to topics/http/file-uploads.html Documentation
12389 12389 performance enhancement for testsuite Core (Other)
9360 9360 Admin interface method get_form does not call get_fieldsets to get fieldsets contrib.admin
12071 12071 Numeric literals like "2." are incorrectly treated as Variables Template system
10989 10989 Typos in formset and widget media docs Documentation
11769 11769 Include tag with insert code blocks Template system
12077 12077 admin should remember filter and sorting settings in session contrib.admin
12197 12197 parse_accept_lang_header parse HTTP_ACCEPT_LANGUAGE with wrong Quality factors Internationalization
9407 9407 The testModerationQueueContents test case does not work on databases without a microsecond precision datetime data type Database layer (models, ORM)
11551 11551 URL not parsing file locator Forms
12079 12079 queryset.exists() doesn’t work correctly Database layer (models, ORM)
11606 11606 return error data when using only() and select_related() at the same times that models foreign key is set to default null. Database layer (models, ORM)
11607 11607 ForeignKeyRawIdWidget render throws uncaught exception if value does not exist contrib.admin
10422 10422 documentation of ticket #4140: manage.py with oracle database fails with ORA-06552 when a field name is a keyword Documentation
11609 11609 Allow for long pointer format in django.contrib.gis.gdal.base GIS
12083 12083 technical_404_response should handle KeyError because 'tried' key might be not present Core (Other)
10641 10641 manage.py runserver fails on windows Documentation
11616 11616 Ability add filter to inlineformset_factory Forms
11752 11752 ModelAdmin.get_form() should use get_formsets() instead of declared_fieldsets contrib.admin
11617 11617 Enhance User Message System contrib.auth
12194 12194 PROPOSAL: Add a time difference filter to django.contrib.humanize Template system
12094 12094 CSRF django.contrib.auth problem contrib.auth
11619 11619 Grammar error on admin site Uncategorized
12151 12151 UnicodeEncodeError from django.contrib.comments.views.utils line 41. contrib.comments
10950 10950 Unused import in django/forms/fields.py Forms
11622 11622 adding to server EXLUDE_URL Uncategorized
11623 11623 django.core.cache.backends.db does not escape table names Core (Cache system)
12189 12189 Cache database backend should use rollback_unless_managed Core (Cache system)
11226 11226 Name clashes in ManyToMany Database layer (models, ORM)
12111 12111 contrib.gis - postgis adaptor spurious warnings about geometry escaping in SQL GIS
11318 11318 Grammar fix Documentation
10582 10582 Gettext Translation are not translated by django in the admin in a Form Override contrib.admin
11598 11598 The javascript catalog asumes that the main language is English Internationalization
12399 12399 memcached not working as expected when setting keys with a timeout > 30 days Core (Cache system)
11578 11578 Include init.d script in source for downstream packaging Uncategorized
11635 11635 testserver doesn't work with GeoDjango GIS
11727 11727 Breadcrumbs contrib app Uncategorized
12119 12119 django.utils.text.smart_split() does not handle multiple quoted strings joined by non-whitespace characters properly Template system
11714 11714 Document usage of i18n functions to translate to arbitrary language Documentation
10579 10579 Generic views tutorial Documentation
11710 11710 construct_change_message() with unicode verbose_name fix contrib.admin
11641 11641 using BooleanField with FormSet Forms
10578 10578 Add a NEWS file Documentation
11645 11645 Updated French translation for 1.1 Translations
12171 12171 transaction.savepoint_rollback fails with postgresql DATABASE_ENGINE Database layer (models, ORM)
11586 11586 Django internationalization in the db Uncategorized
11654 11654 Allow query objects to be passed into the extra ORM method Database layer (models, ORM)
10902 10902 FileUploadHandler not working, requests are always buffered. File uploads/storage
11257 11257 using password_change get me a reverse exception Contrib apps
12137 12137 Postgres 8.4 imposes strict typing on CharField and TextField Database layer (models, ORM)
11262 11262 page consumes 100% cpu in firefox Documentation
11660 11660 mod_python handler does not set inbound content-type correctly HTTP handling
12164 12164 Remove Python 2.3 imports Core (Other)
12163 12163 Regression: Pickling error saving session with unsaved model instances (*_Deferred_) Database layer (models, ORM)
10542 10542 Syncdb can't update DB structure,when the table was exists. Core (Other)
12409 12409 Syntax error in the documentation from r11921 Documentation
12152 12152 A child model's DoesNotExist doesn't extend the parent's Database layer (models, ORM)
11922 11922 Label for ManyToManyField Forms
12436 12436 Amusing typo in multidb docs Documentation
10736 10736 Add Uruguayan (uy) localflavor contrib.localflavor
12433 12433 Typo in raw query exception Database layer (models, ORM)
11484 11484 GZipMiddleware should not compress images like PNGs / JPGs HTTP handling
11100 11100 Template designers have no easy way to specify anchor pattern for Comment.get_absolute_url contrib.comments
11483 11483 DB Cache backend should use value_to_db_datetime() on datetime values Core (Cache system)
10751 10751 Admin actions not calling model's delete() method contrib.admin
11944 11944 filesizeformat should catch ValueError Template system
10099 10099 MySQL 5.0 does not support LIMIT in subqueries Database layer (models, ORM)
10763 10763 Allow custom AuthenticationForm in django.contrib.auth login view. contrib.auth
8537 8537 clarify session expiration Documentation
11951 11951 Django Download *.djangoproject.com
12278 12278 Doc bug: django.utils.translation.string_concat does not take list as argument Documentation
11465 11465 Broken representation of nonexisting objects for raw_id_fields contrib.admin
11461 11461 DebugNodeList breaks exceptions Template system
11891 11891 The attributes of the original get_absolute_url defined in the model is not copied Database layer (models, ORM)
11889 11889 Order for context being override isn't clear for Context Processors and Views Documentation
11888 11888 Unable to render file name with special chars (non-ascii) contrib.admin
11960 11960 Misleading/Wrong Error: argument of type 'function' is not iterable Core (Other)
12275 12275 small naming fix for django's sphinx documentation Documentation
6228 6228 Common middleware does not respect urlconf override in request Core (Other)
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
11123 11123 Irish localflavor contrib.localflavor
11883 11883 Docs should really point out that you can set template_name of a flatpage in the admin Documentation
12272 12272 django.core.management.color.py sucks? Core (Other)
11969 11969 Syncdb doesn't honor managed=False setting with Geodjango GIS
10197 10197 Foriegn Key breaks pickling of QuerySet Core (Cache system)
12269 12269 exception instead of 404 in production (non-debug) mode Uncategorized
11977 11977 The media files in ModelAdmin should be just link in add/change pages, not changelist page. contrib.admin
10826 10826 items_for_result() in admin_list.py should be more field type agnostic contrib.admin
10718 10718 Something's wrong with your database installation, make sure the database is readable by the appropriate user. contrib.auth
10712 10712 ModelAdmin.queryset() is undocumented. Documentation
11869 11869 makemessages command hangs when there're many errors in the .po file Internationalization
12324 12324 Translation of reset password e-mail subject in french Translations
10830 10830 ManyRelatedManager needs a __unicode__() method Database layer (models, ORM)
11144 11144 UnicodeEncodeError when unicode characters present in To/From/Cc and also a comma is present Core (Mail)
10835 10835 In User Profile section of docs, "For more information" link should link to Chap 14 of Django Book v2.0, not Chap 12 of v1.0 Documentation
11859 11859 Change type checking condition in validation of choices Core (Other)
11992 11992 modelformset_factory Forms
12327 12327 Internationalization documentation specifies common middleware after session middleware Documentation
10216 10216 TEMPLATE_DEBUG / TemplateSyntaxError handling doesn't play nice with Jinja2 Template system
5786 5786 Relax character restrictions on auth usernames contrib.auth
11044 11044 FormWizard extra_context attribute is class-wide contrib.formtools
12242 12242 DateQuerySet doesn't correctly mask extra selects Database layer (models, ORM)
12240 12240 select_related doesn't work correctly when mixing nullable and non-nullable keys Database layer (models, ORM)
12239 12239 Float is rounded to integer on queries on integer field Database layer (models, ORM)
12006 12006 UUID field needed Database layer (models, ORM)
12011 12011 Test client ignores scheme on redirect Testing framework
399 399 Bigint field object needed Database layer (models, ORM)
12339 12339 ContentType update could cascade deletes to generic foreign keys, causing data loss Contrib apps
11155 11155 Buffer size in get_image_dimensions too small File uploads/storage
10314 10314 TestCase assert methods do not accept a msg parameter Testing framework
11411 11411 DecimalField and NaN Forms
9147 9147 FormPreview needs easier extensibility contrib.formtools
11520 11520 Release tarball includes useless ".DS_Store" files Uncategorized
10326 10326 Allow handler500, handler404 to be callables Core (Other)
12230 12230 to_locale not working with sr_Latn Internationalization
12024 12024 error with limit_choices_to with complex queries (Q object) and raw_id_fields contrib.admin
12358 12358 RequestContent with "poisoned" csrf_token for flatpages contrib.auth
12220 12220 Serbian latin in conf.default_settings.LANGUAGES Translations
10355 10355 add support for email backends Core (Mail)
12362 12362 hmac.new changed signature between python 2.4 and 2.5 Contrib apps
11017 11017 Oracle LIKEC query doesn't use index Database layer (models, ORM)
10678 10678 Confusing error when django.root has a trailing slash Core (Other)
12217 12217 FlatpageFallbackMiddleware means view middleware is not applied Documentation
6385 6385 Make runserver output colorful HTTP status codes django-admin.py runserver
12048 12048 MultiWidget does not define __deepcopy__ Forms
11522 11522 UnicodeEncodeError on redirect to non-ASCII Location HTTP handling
11012 11012 Memcached cache module fails when retrieving binary strings via cache.get, during forcing it unicode Core (Cache system)
12208 12208 Django + Pyjamas dream Uncategorized
12429 12429 RawQuerySet doesn't call ops.convert_values in the backend Database layer (models, ORM)
11533 11533 AUTH_USE_MESSAGES Core (Other)
12428 12428 Projects created with django-admin.py startproject no longer run if no databases have been configured Database layer (models, ORM)
11801 11801 Should be able to get deleted_forms on a formset even if it contains a deleted form that would have been invalid Forms
12051 12051 ModelForm description for Meta not defined is NoneType Forms
11362 11362 CSRF middleware XHTML conformance Contrib apps
11793 11793 i18n documentation makemessages format doesn't work Documentation
12057 12057 Caching performance regression between django 1.0 and django 1.1.1 with callables as default on model fields Core (Cache system)
12384 12384 Python 2.4 incompatibility. Core (Serialization)
9336 9336 CheckboxInput should render 'False' value as unchecked Forms
12200 12200 Template filter for truncating text (characters) Template system
10930 10930 int_alias UnboundLocalError exception in query.py (reported by Wingware IDE defaults) Database layer (models, ORM)
10954 10954 LazyEncoder in serialization docs is incorrect Documentation
10943 10943 ordinal not in range(128) Uncategorized
8422 8422 FilePathField gives no blank option in admin when blank=True is set contrib.admin
8515 8515 PLREGONField incorrecly validates REGON numbers contrib.localflavor
8659 8659 Quote relation name creating PostgreSQL database Database layer (models, ORM)
8706 8706 Django lists *.pyo files as available database backends if you compiled Django in optimized mode Database layer (models, ORM)
8737 8737 PostgreSQL version detection is fragile; no longer works for EnterpriseDB Database layer (models, ORM)
8746 8746 Data entered in raw_id_fields needs better checking contrib.admin
8752 8752 auth password tests fail on non-english sites Contrib apps
7917 7917 Decide whether {% url %} syntax changes Template system
8853 8853 admindoc :template: role should not append .html contrib.admin
8888 8888 fields_for_model() should produce fields in the same order as in parameter 'fields' Core (Other)
8889 8889 admindocs.views.view_index dies when views are callable classes Contrib apps
8895 8895 flup fastcgi debug setting should be optional Core (Other)
8908 8908 ModelForms check constraints that they should not. Forms
8980 8980 missing documentation for password_reset_confirm, password_reset_complete views Documentation
9005 9005 url templatetag incorrectly assumes settings.SETTINGS_MODULE is not set to None Template system
9023 9023 OneToOneField delete() problem Database layer (models, ORM)
9041 9041 invalid count result when paired with select_related Database layer (models, ORM)
9101 9101 Improved salt generation for django.contrib.auth contrib.auth
9122 9122 Inline admin on generic relations ignores exclude and max_num Contrib apps
9124 9124 SelectDateWidget not usable with required=False Forms
9130 9130 Typo in gis/admin/widgets.py Contrib apps
9167 9167 shutdown_message option missing in runserver.py django-admin.py runserver
9193 9193 Mac Documentation Issue Documentation
9286 9286 Starting other processes in a view gives me some weird results. Uncategorized
9299 9299 Using pointfield in the admin, openlayers zooms too close GIS
9308 9308 Django fails to set nullable foreign key field to NULL before deleting the referenced record Database layer (models, ORM)
9323 9323 INSTALLED_APPS * glob won't load apps with number in name Core (Other)
9341 9341 Adding a completely new item via raw_id_fields overwrites contents of the many-to-many field contrib.admin
9399 9399 Missing StopFutureHandlers in core/files/uploadhandler.py, __all__ Core (Other)
9469 9469 mod_wsgi needs the get_full_path fix in #9224 too HTTP handling
9479 9479 Infinite loop in QuerySet delete() using MySQL 5.0.44 with InnoDB and default repeatable read transaction isolation Database layer (models, ORM)
9480 9480 django.test.client.FakePayload is truncating files Testing framework
9508 9508 FieldFile should define __hash__ File uploads/storage
9545 9545 FileField: height_field and width_field are not working File uploads/storage
9546 9546 GenericForeignKey + model inheritance: uses wrong content type Contrib apps
9548 9548 Cache Backend for Sessions doesn't handle Empty Session State contrib.sessions
9555 9555 feed_url parameter not recognized contrib.syndication
9587 9587 formset with can_delete shouldn't require deleted forms to validate Forms
9591 9591 MemoryFileUploadHandler doesn't rewind InMemoryUploadedFile to the beginning File uploads/storage
9609 9609 (Null)BooleanField does not clean data correctly for MySQL with all widgets Forms
9626 9626 Bug in Cache when calling has_key Core (Cache system)
9644 9644 Cache miss (maybe locmem cache backend is not thread-safe?) Core (Cache system)
9646 9646 contrib.admin does app index page does not check ModelAdmin.has_add_permission(request) contrib.admin
9649 9649 [bug] invalid attribute value passed form model constructor Database layer (models, ORM)
9651 9651 [9297] breaks save_as in inline admin forms contrib.admin
9665 9665 Formset::_get_ordered_forms() code documentation incorrectly describes logic. Forms
9667 9667 replace package versions with links to up-to-date searches on the distributions page Documentation
9693 9693 Custom Model.save() don't change relational data when editing via admin (probably any other forms too) Forms
9756 9756 Recent changes to for tag (adding empty clause) leave context stack imbalanced when iterable is empty Template system
9779 9779 Adding Foreign Key detection to SQLite inspectdb django-admin.py inspectdb
9792 9792 Comments error form has malformed HTML contrib.comments
9816 9816 ModelForm with only FileField or ImageField can not pass validation Forms
9833 9833 create_test_db doesn't respect caching parameters for db backend Testing framework
9853 9853 DateField and DateTimeField documentation incomplete Documentation
9890 9890 EmailField bug Forms
9911 9911 Online Docs: Debian django version update Documentation
9919 9919 Raw SQL documentation doesn't mention transaction management Documentation
9923 9923 Exceptions in middleware loading fail silently Core (Other)
9948 9948 URLField accepts invalid domains Forms
11575 11575 Updates to Thai translations Translations
9989 9989 removal flaw in django.dispatch.Signal.disconnect Core (Other)
11567 11567 Translation update for Danish Translations
10011 10011 Updates to Thai translations Translations
10026 10026 Possible error in django.contrib.auth.views.password_reset_confirm contrib.auth
11563 11563 Models are not registered at the moment when AdminSite.get_urls() runs, only at mod_wsgi environment Contrib apps
10032 10032 ORM switches incorrectly to OUTER JOIN in certain cases with isnull=True Database layer (models, ORM)
11558 11558 Updated Italian localization Translations
10038 10038 BaseModelFormSet's method save_existing_objects uses form.changed_data instead of form.has_changed() Forms
11552 11552 Action menu in Django Admin is not translated (nl-nl) Translations
10043 10043 widthratio tag does not accept a variable as the max_width argument Template system
11550 11550 Macedonian translation of 1.1 Translations
10048 10048 Check for no timezone in dateformat.py Core (Other)
11546 11546 regressiontests.mail fails on Ubuntu 9.04 Core (Mail)
11545 11545 Documentation doesn't say how default permissions are named Documentation
11543 11543 Updated Norwegian translation for 1.1 Translations
11540 11540 Estonian translation Translations
10053 10053 Incorrect pydoc in django.template.loaders.app_directories.load_template_source Documentation
10056 10056 Problem with non-ASCII characters in FilePathField in contrib.admin contrib.admin
11532 11532 Possible #10537 regression contrib.admin
10063 10063 postgres dbshell asks for password even though I have .pgpass Core (Management commands)
11530 11530 Portuguese translation patch for Django 1.1 Translations
10065 10065 url patterns exception message missing space Core (Other)
11528 11528 Chinese translation for Django-1.1 Translations
11525 11525 Updated Russian translation Translations
11524 11524 Japanese translation for Django-1.1 Translations
10071 10071 month and day lookup arguments should be integers Database layer (models, ORM)
10073 10073 Collapsed fields in admin break Save as new functionality contrib.admin
10074 10074 Can't delete objects with lazy GenericRelations Database layer (models, ORM)
10077 10077 Chinese translation error in django.po Translations
11511 11511 Link from "Aggregation" in docs to Django 1.0 is broken Documentation
10082 10082 Attribute BaseFormetSet.ordered_forms is broken with blank formsets Forms
11497 11497 Overwriting base_site.html in admin site removes some js components contrib.admin
10102 10102 daily_cleanup.py should have svn:executable set Uncategorized
11493 11493 Document the timeline of Django deprecations Documentation
10106 10106 default admin config for User should include is_active filter contrib.auth
10133 10133 "Years" translation in french is wrong Translations
10163 10163 Admin view redirection failures Forms
11473 11473 TEMPLATE_STRING_IF_INVALID breaks admin template contrib.admin
10166 10166 Cookie test fails in login() view contrib.auth
10167 10167 RegexField: error_message is evaluated instead of tested for None Forms
11467 11467 Macedonian translation of SVN trunk Translations
10169 10169 Redirect in contrib.comments incorrect with default template contrib.comments
10175 10175 Proposal for Serbian Cyrillic translation Translations
10180 10180 Fixed bug saving inlineformset_factory formsets Forms
10183 10183 assertContains fails when there is unicode in the response content Testing framework
10205 10205 Update on a QuerySet with filter of field__in='' causes AttributeError Database layer (models, ORM)
10223 10223 Admin has a bug for primary keys that contain slashes contrib.admin
10265 10265 _make_token_with_timestamp inconsistent based on User.last_login Contrib apps
11430 11430 Test HTTP handling
10275 10275 Inconsistency between django.contrib.admin.models.LogEntry interface and index.html admin template contrib.admin
10288 10288 DateTimeInput widget's _has_changed fails when using custom output format Forms
11419 11419 Minor typo on admin dev docs? Documentation
11416 11416 Django Admin no longer uses never_cache, breaks with site-wide cache contrib.admin
11413 11413 Need to update the doc for firsof and cycle tag behaviour with autoescaping on Documentation
11408 11408 Patch for Brazilian portuguese translation of POT files for 1.1 Translations
10329 10329 link "get_FOO_display()" in model field reference Documentation
11401 11401 OSM Admin broken after OpenLayers updated to version 2.8 GIS
5825 5825 Customized actions for manage.py not working Core (Management commands)
11392 11392 Spurious failures in test suite due to result set ordering Testing framework
10357 10357 "manage.py dbshell" broken for MySQL on Windows Core (Management commands)
10363 10363 ModelForm excluded field can still be updated Forms
11381 11381 select_related over nullable ForeignKey using GeoQuerySet and GeoManager gives blank object rather than None GIS
10365 10365 localflavor.ca.ca_provinces incorrect. contrib.localflavor
10369 10369 {% trans %} and {% blocktrans %} breaking auto escape Internationalization
10370 10370 [patch] re-implement MultiValueDict.itervalues() to match values() Core (Other)
10373 10373 Django Admin: Adding new tuples: Does not allow if fields are null. contrib.admin
10379 10379 GenericInlineModelAdmin don't respect max_num contrib.admin
10387 10387 code duplication in django.utils.cache Core (Cache system)
10395 10395 GeoIP broken with [9945] GIS
10396 10396 Django File Upload /Image Upload Forms are broken with Safari (3 and beta 4) File uploads/storage
11356 11356 Add links to 3rd party (unofficial) database backends in Django documentation Documentation
10408 10408 Invalid date in DB results in "ValueError: year is out of range" in admin view when using date_hierarchy Core (Other)
11354 11354 Extra space before a parenthesis in the querysets docs Documentation
10413 10413 RelatedManager.add fails silently when adding an object of the wrong type Database layer (models, ORM)
10417 10417 Some model instances returned from a query set do not have any attributes filled in. Database layer (models, ORM)
10434 10434 Lighttpd and FastCGi configuration Documentation
10437 10437 Typo in forms media docs Documentation
11343 11343 Typo on the page "How to use Django with Apache and mod_wsgi" in dev documentation Documentation
10438 10438 Rowcount for updates not correct with MySQL Database layer (models, ORM)
11338 11338 mytest Uncategorized
10448 10448 saveasnew on error will change the title but not URL contrib.admin
11335 11335 Error in docs, Publisher should be Book Documentation
10450 10450 Savepoint should not assume an opened connection Database layer (models, ORM)
11328 11328 Bug in tutorial03 Documentation
11327 11327 Sidebar links for model index in admin docs aren't working Contrib apps
10460 10460 Better redirect for logout view of Authentication contrib.auth
11311 11311 Deleting model instance with a string id and m2m relation fails Database layer (models, ORM)
10480 10480 GMap only determines what icons its markers contain at instantiation GIS
10488 10488 DB cache backend fails in Oracle Database layer (models, ORM)
11306 11306 QuerySet.exclude on ManyToMany field raises EmptyResultSet Database layer (models, ORM)
11304 11304 Links in admin contrib.admin
10510 10510 formfield_for_foreignkey Documentation
11298 11298 adding user in contrib.admin while TEMPLATE_STRING_IF_INVALID set corrupts form url contrib.admin
10517 10517 Extra '/' in file-based cache tests causes failures on Windows Testing framework
11286 11286 Dumpdata management command does not use _default_manager Core (Other)
10522 10522 generic_inlineformset_factory's exclude option should accept tuples too Contrib apps
10526 10526 Django INSTALLED_APPS with '.*' processing too stingy Core (Other)
10527 10527 list_editable fails if field is not editable contrib.admin
10530 10530 list_editable and list_display[0] clashes contrib.admin
11274 11274 Doctests broken after r10929 Uncategorized
10537 10537 list_editable: ForeignKey widget points to wrong add_view contrib.admin
10546 10546 "managed=True" should be "managed=False" in new doc note in r10089 Documentation
11271 11271 Save button for list_editable is not marked for translation contrib.admin
11270 11270 Cache templatetag with memcached can't handle long tags Core (Cache system)
10549 10549 BooleanField.formfield() does not handle choices correct. [PATCH] Database layer (models, ORM)
10552 10552 Built-in template fails "lowdly" with exception Template system
10553 10553 Inconsistent use of "URLconf" in docs/topics/http/urls.txt Documentation
11255 11255 Missing parameter in cursor method (BaseDatabaseWrapper) Uncategorized
10559 10559 Documentation fix in comments customization page Documentation
10567 10567 Slovak translation update Translations
10570 10570 Typo in topics/db/managers Documentation
10571 10571 FakePayload Truncates Unicode Content Testing framework
10576 10576 file lost when transaction was rollbacked File uploads/storage
11239 11239 logging out of the admin site from the changelist page or the changeform gives a ValueError contrib.admin
10585 10585 Incorrect query string built by utils.next_redirect if next parameter already contains a query string contrib.comments
10592 10592 typo s/the/then/ Documentation
10593 10593 Brazilian portuguese translation of POT files for 1.1 Translations
10596 10596 There should be a better way to remove the actions provided by parent classes contrib.admin
10597 10597 Admin Actions "Select all" checkbox doesn't work in IE6/7 contrib.admin
10598 10598 Recent GIS changes break tests for python 2.3 GIS
10601 10601 with rtl languages, inline delete checkbox+label are not aligned to the left contrib.admin
10605 10605 Updated Japanese(ja) translation for trunk(rev10148). Translations
11224 11224 how to make forignkey readonly Core (Management commands)
10616 10616 Meta.permission does not work with lazy translations Contrib apps
10617 10617 Typo in docs/ref/contrib/admin/index.txt Documentation
10618 10618 Admin Actions: Action form doesn't takes care whose submit button was pushed. contrib.admin
10619 10619 Typo in contrib/admin/validation.py contrib.admin
11218 11218 typo: forgot to rename an occurrence (2) Database layer (models, ORM)
11216 11216 typo: forgot to rename an occurrence GIS
10620 10620 All .py files have LF line endings except test_mutable_list.py GIS
10622 10622 List editable breaks with model inheritance contrib.admin
11210 11210 Add GMarkerOptions: clickable, bouncy, dragCrossMove, bounceGravity, autoPan and hide GIS
10630 10630 [PATCH] GZipMiddleware does not handle all MSIE issues. HTTP handling
10631 10631 Documentation: SQL for second exclude example is incorrect Documentation
10632 10632 rare bug with log deletion in admin contrib.admin
10633 10633 Missing msgids for comment application contrib.comments
11202 11202 Minor error in faq/install Documentation
10644 10644 undocumented context side-effect in {% ifchanged %} Template system
10645 10645 Meta unique_together values cannot be Unicode strings Database layer (models, ORM)
11194 11194 Saving proxy model with raw=True gives UnboundLocalError 'record_exists' Database layer (models, ORM)
10651 10651 auth app add user page causes javascript error due to admin change_form assuming presence of adminform object contrib.admin
10652 10652 Updated Slovenian (sl) translation for Django Translations
10653 10653 Remove outdated note on Jython version needed for running Django Documentation
11180 11180 django.contrib.comments/django.contrib.sites/django.contrib.admin don't cooperate on site_id contrib.comments
11178 11178 django.contrib.auth.views.login doesn't pass request to AuthenticationForm contrib.auth
10663 10663 Serbian translations Translations
10667 10667 Test failure in regressiontests.templates.tests.Templates Template system
10669 10669 The import of third-party libraries in the project Core (Other)
10674 10674 Arabic translation update Translations
10677 10677 post_save_moderation breaks confirmation view contrib.comments
10682 10682 The latest MySQLdb breaks Django Database layer (models, ORM)
10684 10684 update name in AUTHORS Documentation
10691 10691 Comments feed not translated contrib.comments
10693 10693 Non-existent and missing parameters in Field.__init__() documentation on custom model fields Documentation
10694 10694 user_change_password in UserAdmin should lookup change permission contrib.admin
10698 10698 Admin code overwrites property of models in inlineformsets contrib.admin
11147 11147 manage.py doesn't work with settings directory in pydev Core (Management commands)
11146 11146 RequestSite needs __unicode__ parameter Contrib apps
10703 10703 Helper for importing modules from installed apps Core (Other)
10704 10704 ifchanged-else documentation lost in r8506 Documentation
10708 10708 Updated Japanese(ja) translation for trunk(rev10369). Translations
11138 11138 Minor errors in ModelForm documentation Documentation
11137 11137 Typo in Proxy Model documentation (topics/db/models) Documentation
10710 10710 Invalid results with only() when model has two foreign keys to other models that inherit from a single abstract parent Database layer (models, ORM)
10713 10713 Problem extending a model with ManyToMany field Core (Other)
11130 11130 incorrect namespace error in django/docs/howto/custom-template-tags.txt code example Documentation
10716 10716 Syntax error and bug in db/backends/oracle/creation.py Database layer (models, ORM)
11128 11128 Misc. small fixes to model formset documentation Documentation
11125 11125 comment redirect does not work with preview contrib.comments
10723 10723 ORM exclute strange Database layer (models, ORM)
11120 11120 Changeset 10756 breaks foreign key inline for multi-table subclasses Database layer (models, ORM)
11116 11116 delete() triggers an error on proxy model instances Database layer (models, ORM)
11113 11113 Multiple issues with contrib.comments moderation system contrib.comments
10731 10731 Small issue in the docs Documentation
10734 10734 Admin actions: use SortedDict instead of dict for predictable actions order contrib.admin
10738 10738 ContentType and model instances with deferred fields Database layer (models, ORM)
11103 11103 AttributeError: 'ImageFieldFile' object has no attribute 'name' Database layer (models, ORM)
10742 10742 ModelAdmin.list_select_related needs three-valued logic to support custom select_related() calls contrib.admin
10747 10747 django.contrib.auth logout test fails after [10332] contrib.auth
10757 10757 GeoManager.values does not properly select primary keys across relations GIS
10769 10769 IntegrityError with generic relations, unique_together, and inline admin forms contrib.admin
10770 10770 IntegrityError when creating multiple inline objects with ForeignKey and unique_together contrib.admin
11082 11082 exclude subquery executed twice Database layer (models, ORM)
10773 10773 3 letters french translation of August use 4 chars Translations
10774 10774 Accessing form media subtypes ('js', 'css') in templates does not work Forms
10778 10778 Updated Russian translation Translations
10782 10782 admin JS error: "obj is undefined" contrib.admin
10783 10783 admin JS error: "currentContext[h] is null" contrib.admin
10784 10784 list_editable will not work for the default ordering field. contrib.admin
10789 10789 Update Estonian translation Translations
11067 11067 Updated Arabic translation (r10731) Translations
10805 10805 Updated Norwegian translation Translations
10812 10812 Slight documentation inconsistency in querysets.txt Documentation
10820 10820 Can't logout from admin interface contrib.auth
10822 10822 Tiny typo in the i18n docs Documentation
11056 11056 wrong object listed as a dependency in storage doc Documentation
10833 10833 django.db.load_backend loads the backend from settings.DATABASE_ENGINE regardless of what's passed to it Database layer (models, ORM)
10842 10842 Django 1.0.2 generates AttributeError with PostgreSql 8.4beta1 Database layer (models, ORM)
11045 11045 Updated Dutch translation Translations
11043 11043 InlineForeignKeyField should respect to_field Forms
11040 11040 Updated Finnish translation Translations
10847 10847 `QuerySet.values` doesn't remove extra selections. Database layer (models, ORM)
11032 11032 Failed regressiontest on Windows for ImageField File uploads/storage
11026 11026 RST Markup Error in regroup docstring Documentation
11016 11016 manage.py not finding custom commands when run from different directory (or through a symlink in a different directory) Core (Management commands)
10865 10865 Unable to pickle Queryset Uncategorized
11014 11014 Bug in create_manager in ForeignRelatedObjectsDescriptor (django/db/models/fields/related.py) Database layer (models, ORM)
10867 10867 The command makemessages should avoid files inside the locale dir when --all option is specified Internationalization
10872 10872 Support of 'list_editable' in admin when using GeoDjango geometry fields GIS
10884 10884 CSRF Middleware regular expression doesn't take in account spaces. Contrib apps
10889 10889 ModelAdmin calls .log_deletion after deletion, causing invalid object_id contrib.admin
10893 10893 list_editable breaks when primary_key=True in model contrib.admin
10984 10984 Japanese translation updated. Translations
10897 10897 ngettext is used in confirmation of bulk-edits in admin contrib.admin
10898 10898 Bugs in 'conditional view processing' doc Documentation
10905 10905 UnicodeEncodeError from FileUploadTests.test_unicode_file_name File uploads/storage
10963 10963 InlineAdminForm clobbers "content_type_id" contrib.admin
10962 10962 GROUP BY generation and extra seems to be too greedy Database layer (models, ORM)
10922 10922 Model formsets - matching POST data to model instances is fragile Forms
10959 10959 Separate text for 'search' and 'actions' changelist sections buttons contrib.admin
10958 10958 Autocommit setting never sets isolation_level of connection to 0 Database layer (models, ORM)
689 689 Honor Web server provided authentication Core (Other)
9958 9958 Split contrib.comments CommentForm class to allow easier customization contrib.comments
10385 10385 Typo in 'Cenral Bohemian Region' Translations
8939 8939 Editable fields on the changelist view in the admin Uncategorized
10556 10556 FastCGI import error after [10088] HTTP handling
9303 9303 comment templatetags should be independent of Comment model contrib.comments
10388 10388 Global settings -> Langiages. Ukranian language has wrong code. Internationalization
10520 10520 Possible doc error Uncategorized
10462 10462 Problem: 10025/10026 - TIME_ZONE Uncategorized
6464 6464 memcached cache backend incr/decr not implemented Core (Cache system)
10473 10473 Add support for "RETURNING" to Oracle backend. Database layer (models, ORM)
8730 8730 Revive and enhance OneToOneField documentation Documentation
8721 8721 Two typos in /documentation/form_preview/ Documentation
8511 8511 [8483] broke tests Uncategorized
8719 8719 KeyError on save of model with inline-edited ForeignKey with non-standard primary key contrib.admin
8289 8289 Update to Irish Translation Translations
8293 8293 NJiKWWbgSqiqJS Uncategorized
8715 8715 Updated Finnish translations Translations
8294 8294 NJiKWWbgSqiqJS Uncategorized
8714 8714 Addition to AUTHORS Core (Other)
8040 8040 SlugField format not enforced Forms
8295 8295 NJiKWWbgSqiqJS Uncategorized
6986 6986 Multiple conditions in Q objects are connected with differrent operators, depending on context Database layer (models, ORM)
8400 8400 ModelAdmin.get_fieldsets call to get_form should include the obj parameter contrib.admin
8441 8441 WCXGCbXP Uncategorized
8710 8710 Spaces mixed with tabs Uncategorized
8709 8709 Updated Slovak (sk) translation for Django 1.0 Translations
8708 8708 Updated Arabic translation Internationalization
5900 5900 update for i18n zh_TW django.po file Translations
8298 8298 Missing to_python methods causing issues with serialization Uncategorized
8707 8707 updated macedonian translation Translations
8705 8705 Indentation problem in topics/db/models.txt Documentation
8299 8299 Docs on ModelAdmin.form attribute need improvement Documentation
8558 8558 "from django.db import models" missing in tutorial02 Documentation
8703 8703 Development server fails to load settings django-admin.py runserver
8442 8442 WCXGCbXP Uncategorized
8700 8700 Localflavor example code broken Documentation
8063 8063 Taking a slice of a queryset does not respect extra(...) Database layer (models, ORM)
8064 8064 'Show' and 'Hide' links from CollapsedFields aren't translated to brazilian portuguese (pt_BR) Translations
8698 8698 Middleware Documentation still refers to CacheMiddleware Documentation
8697 8697 Norwegian translation ready for 1.0 Translations
8693 8693 docs: missing blank line causes uneven rendering Documentation
8689 8689 Update russian translation Translations
8556 8556 models.CommaSeperatedIntegerField doesn't return a forms field of any use Forms
8554 8554 Comment object_pk isn't correctly cast to text for lookups contrib.comments
8552 8552 Use the LOGIN_REDIRECT_URL in auth test views contrib.auth
8687 8687 NameError when validating m2m models Metasystem
8680 8680 gis may break Python help() modules command GIS
8550 8550 date filter can't right work in object_history.html. contrib.admin
8679 8679 Custom save() method signature needs to be fixed in some tests and docs after changeset 8670 Documentation
8674 8674 OneToOne Fields display problem in admin gui contrib.admin
6915 6915 object.some_set.all().delete() does not call the delete method on some object Documentation
8673 8673 Missing import in django.core.files.move File uploads/storage
8669 8669 All remaining create() methods also force an insert (continuation of r8670) Database layer (models, ORM)
8099 8099 Wrong step in FormWizard.get_template() contrib.formtools
8509 8509 Test cookie deletion in admin crashes with a KeyError when a previously authenticated user logs in to the admin contrib.admin
8466 8466 FileField path url dumpdata/loaddata issue Core (Serialization)
8308 8308 New Danish translation Translations
8100 8100 Re-enable isatty() on Jython Testing framework
8668 8668 Serializer regressions tests broken with MySQL Database layer (models, ORM)
8109 8109 list_filter on BooleanField in admin site always displays True objects contrib.admin
8110 8110 Admin interface: 'long' object has no attribute 'isdigit' contrib.admin
8311 8311 Changeset 8342 makes test suite hang if memcached is not running contrib.sessions
8667 8667 Revive model inheritance documentation Documentation
8406 8406 docs: incorrect model repr in interactive sessions Documentation
8663 8663 Inconsistencies/Bug in ModelForm Forms
8115 8115 Infinite loop trying to delete circularly referent models Database layer (models, ORM)
8318 8318 Unexpected behavior with ManyRelatedManager get_or_create() Database layer (models, ORM)
8662 8662 Overriding save() raises error when using Model.objects.create() Documentation
8656 8656 Document how iteration works for UploadFile Documentation
8121 8121 LocaleMiddleware should not set Content-Language header if already present Internationalization
8653 8653 Formtools' security_hash need a more general fix contrib.formtools
8648 8648 Admin ignores to_field on ForeignKey contrib.admin
8547 8547 object_history.html not updated to show app_index in breadcrumbs contrib.admin
8545 8545 row_post_data in request-response.txt should be raw_post_data Documentation
8459 8459 get_or_create does not pay attention to the instance calling it Database layer (models, ORM)
8477 8477 OneToOneField being ignored in Django Admin contrib.admin
8544 8544 Markup changes to the docs Documentation
8407 8407 docs: incorrect output shown for Paginator use in interactive session Documentation
8645 8645 Dutch translations for Django 1.0 Translations
8644 8644 Title of admin app index view is untranslatable contrib.admin
8132 8132 Inaccuracies in Tutorial 02 - "Customize the admin index page" Documentation
8473 8473 Admin interface fieldset fields do not have a url property contrib.admin
8542 8542 model_formsets tests added in r8528 fail on MySQL Uncategorized
8495 8495 Updated Hebrew translations Translations
8328 8328 [8240] contained undocumented backwards incompatible change Documentation
8541 8541 DATE_WITH_TIME_FULL in django 1.0 beta zh_CN Translations
8539 8539 Two PEP links broken in new documentation Documentation
8136 8136 Edge case: AttributeError from test client masks underlying exception Testing framework
8137 8137 Transactions documentation has invalid link Documentation
8641 8641 File.save documentation does not mention that contents must be a Django file object Documentation
8639 8639 startproject is disabled if a settings module is specified Documentation
8141 8141 Cannot import gis with Python 2.3 GIS
8146 8146 Admin doesn't consider custom permission methods when displaying index page Contrib apps
8637 8637 timeuntil filter crashes with datetime.date values Template system
8150 8150 Django documentation overview is outdated (as of 2008-08-07) Documentation
8151 8151 UnicodeDecodeError from /django/contrib/admin/options.py in save_change contrib.admin
8410 8410 memcache backend add method is inconsistent with it's other methods Core (Cache system)
8631 8631 .submit_row CSS class collapses in FF3 contrib.admin
8335 8335 django.get_version() does not return SVN revision Uncategorized
8154 8154 QuerySet.reverse() not working as documented Documentation
8629 8629 validator_list should be removed from Documentation. Documentation
8337 8337 Minor typo in model api doc Documentation
8338 8338 Admin panel generating HTML table without <input> fields if variable contains "_A" string Template system
8493 8493 NoReverseMatch error on password_change_done when changing passwords in the admin interface contrib.admin
8415 8415 Spelling error in Dutch localflavour nl_provinces.py contrib.localflavor
8458 8458 adding own commands to manage.py not working correctly Core (Management commands)
8457 8457 typo in sessions file backend can cause NameError Uncategorized
8166 8166 typo in admin docs Documentation
8626 8626 Translations from "en_US" locale being used even though request.LANGUAGE_CODE is "en" Internationalization
8625 8625 Updated Hebrew translations Translations
8175 8175 FileStorage-rf: Why does 'close' call 'open'? File uploads/storage
8416 8416 Using Sqlite as database backend causes list_filter and date_hierarchy misbehave in Admin pages Core (Management commands)
8176 8176 New django.po for Japanese language. Translations
8345 8345 Dutch translations, getting ready for 1.0 string-freeze Translations
8177 8177 reverse() should report the reverse lookup that fails. Core (Other)
6805 6805 Get exception when initializing a GenericForeignKey using Model.get_or_create() Database layer (models, ORM)
8178 8178 Insert linebreaks in debug summary Uncategorized
8491 8491 Allow settings.LOCALE_PATHS to be a list Internationalization
2335 2335 In some cases MySQLdb returns array.array which causes an error in a2b_base64() Database layer (models, ORM)
8346 8346 overriding widget in ModelChoiceField doesn't work as expected Forms
8419 8419 Fix race in get_or_create() which can lead to update Database layer (models, ORM)
8624 8624 Updated Hungarian translation for 1.0 Translations
8420 8420 Inconsistent use of template_name in generic views Generic views
8622 8622 Exceptions in UploadHandler cause hang File uploads/storage
8181 8181 Documentation error leads to 'model already registered exceptions' Documentation
8347 8347 missing fields/definitions in sqlite3 introspection module Database layer (models, ORM)
8534 8534 Querying for FileField.size leaves file open File uploads/storage
8421 8421 FileField traps error when uploading non-ascii filename Forms
8446 8446 Swapped French translations for 'AM' and 'PM' Translations
8449 8449 SlugField validator not working in new admin contrib.admin
8533 8533 Docs on model inheritance missing since r8506 (docs refactor) Documentation
8354 8354 MySQL rejects datetimes with unusual unicode() representations Database layer (models, ORM)
8617 8617 wizard_error string in form wizard is not marked for translation contrib.formtools
8615 8615 Changeset 8605 breaks model loading under unknown circumstances contrib.admin
8614 8614 typo in django.contrib.comments models.py contrib.comments
8427 8427 Updated the Norwegian translation Translations
8355 8355 sqlite3.creation.py failed to compile by using built-in compile function. Core (Other)
8194 8194 Admin form keyboard focus does not respect fields or fieldsets options contrib.admin
8357 8357 Changeset 8385 broke UserAdmin's add_view contrib.admin
8613 8613 FileField.save_file() is no longer used. Forms
7335 7335 ModelForm doesn't know how to handle One-to-One field Forms
7349 7349 undocumented problems with Multi-table inheritance and Admin Documentation
7323 7323 QuerySetPaginator on a QuerySet with values() throws an AssertionError on multiple columns Core (Other)
8198 8198 Append slash broken when SCRIPT_NAME is present Core (Other)
7315 7315 Forcing Inner join to a nullable foreignkey when it is inherited from an abstract class Database layer (models, ORM)
7364 7364 Login view is cached when caching middleware is turned on Contrib apps
7314 7314 Combining querysets remove extra-Subquery Uncategorized
7372 7372 queryset intersection either returns wrong result or raises KeyError depending on order (after queryset-refactor merge) Core (Other)
7379 7379 middleware redirects in common.py don't pass the same URL parameters correctly. HTTP handling
7380 7380 Generic week view inconsistent with django.utils.dateformat Generic views
7419 7419 Testing framework or model save behaves differently after qsrf merge (r7233/r7599) Database layer (models, ORM)
8358 8358 Test client raises UnboundLocalError when view raises exception and 500.html does not exist. Testing framework
7447 7447 QuerySet.update() bypasses custom Model.save() methods Database layer (models, ORM)
5591 5591 i18n documentation: Incorrect statement about template variables in {% trans %} Documentation
7457 7457 newforms ModelChoiceField accepts id only Forms
7302 7302 Missed quoting in SQL ordering fragment Database layer (models, ORM)
7464 7464 [QSRF] psycopg2 raises "can't adapt" Database layer (models, ORM)
7478 7478 Paginator could detect if the object_list is a QuerySet or a list Core (Other)
7495 7495 XViewMiddleware gets Content-Type wrong HTTP handling
7498 7498 ForeignKey doesn't check type on __init__ Database layer (models, ORM)
7505 7505 Abstract class managers have .model pointing to the Abstract rather than the real class Database layer (models, ORM)
7516 7516 M2M.get_or_create() not mapping correctly Database layer (models, ORM)
8608 8608 django.contrib.comments points to documentation that doesn't exists on the webpage contrib.comments
8606 8606 Attribute error in Exception handling - Oracle backend Database layer (models, ORM)
7518 7518 django-admin.py syncdb cannot createsuperuser Core (Management commands)
7524 7524 Not concrete exception when urls module imports invalid modules. Core (Other)
7533 7533 Unlinked pages in the documentation TOC Documentation
7289 7289 ModelForm metaclass doesn't remove declared Field attributes Forms
7536 7536 mysql inspectdb unable to handle newdecimal django-admin.py inspectdb
8450 8450 Admin interface fills the harddrive on uploading files of roughly 2.5MBs in size contrib.admin
8359 8359 Adding a user in admin doesn't create a LogEntry for the addition contrib.admin
7546 7546 Exact lookups on DateTimeField() with datetime.date object does not work Documentation
7550 7550 Django doesn't work when called from a subdirectory using (Fast)CGI HTTP handling
8486 8486 Incorrect 'UploadedFile' attributes on 'Request and response objects' page Documentation
8485 8485 Database backend refactor suppresses ImproperlyConfigured exceptions Database layer (models, ORM)
8204 8204 FileSystemStorage should make it easy to save other types of files Uncategorized
7555 7555 Django admin bug: Can't edit content not in Queryset contrib.admin
7277 7277 after queryset refactor, specifying > 2 OR'ed conditions that span many-to-many relationships returns broken SQL Database layer (models, ORM)
5631 5631 newforms-admin: 'classes': 'collapse' does not work (in one case) contrib.admin
8605 8605 Link to Django Software Foundation at docs.djangoproject.com broken *.djangoproject.com
7276 7276 Inherited models are not fully deleted Database layer (models, ORM)
7570 7570 test failure with sqlite3 version < 3.3.6, typically on Windows: ORDER BY terms must not be non-integer constants Database layer (models, ORM)
8526 8526 Incorrect info in settings documentation Documentation
8603 8603 Typo in index.txt Documentation
8601 8601 Typo in comments view contrib.comments
7585 7585 changeset 7574 broke form.save(commit=False) on FK fields Database layer (models, ORM)
8484 8484 Pickling of SortedDict classes needs more robustness Core (Other)
7588 7588 Inheritance of models seems to fail when mixing abstract and multi table classes Database layer (models, ORM)
8456 8456 Update of Georgian translation (ka) Translations
8600 8600 Typo in URL dispatcher doc Documentation
8364 8364 exception about sessions when use cache backends contrib.sessions
7629 7629 Login view is cached when caching middleware is turned on contrib.admin
8214 8214 Filtering a date/time field omits results. contrib.admin
8599 8599 Remove unused 'urls' directory in comments Uncategorized
8597 8597 PostgreSQL: r8536 broke iexact lookups with underscores Database layer (models, ORM)
8219 8219 RSS Syndication UnicodeDecodeError contrib.syndication
7640 7640 django.shortcuts.get_list_or_404 unnecessarily returns a list Uncategorized
7654 7654 Modifying upload handlers on the fly - accessing request.POST also makes it immutable Documentation
8365 8365 exception about sessions when use cache backends contrib.sessions
2145 2145 list_filter not available if model contains OneToOneField contrib.admin
8221 8221 NoReverseMatch should not swallow ImportError/AttributeError Core (Other)
8479 8479 Race condition in core.files.storage.py, leads to crash File uploads/storage
8596 8596 Error while importing URLconf 'mysite.urls': No module named models contrib.admin
8367 8367 Small bug in ModelAdmin.get_fieldsets() contrib.admin
8592 8592 Savepoints not completely disabled with PostgreSQL prior to 8.0. Database layer (models, ORM)
7662 7662 Reverser Bug Core (Other)
7676 7676 django serializers are not thread safe! Core (Serialization)
7707 7707 DateField/DateTimeField `in` lookup support Core (Other)
7708 7708 Model instance deletion doesn't lead to the OneToOne mapped model deletion Core (Other)
7714 7714 corrected documentation for {% url %} resolver Documentation
7725 7725 File uploads not listed in index Documentation
8368 8368 FileField: 'name' returns the path? Documentation
7738 7738 [newforms-admin] defaults for ManyToManyFields are broken on add page contrib.admin
8589 8589 admin logout url broken contrib.admin
8585 8585 InterfaceError with MySQLdb set_character_set contrib.admin
7746 7746 Paginator QuerySet count regression Core (Other)
8524 8524 Add name to AUTHORS Uncategorized
7749 7749 local flavor import example bug Documentation
8227 8227 Minor bug in italian translation Translations
7241 7241 Transaction management does not catch all exceptions Database layer (models, ORM)
8584 8584 Corner case for get_language_for_request function in translation Internationalization
7753 7753 NullBooleanField does not clean data correctly when widget=forms.HiddenInput Forms
7769 7769 [patch] TemporaryUploadedFile is missing a few methods/params HTTP handling
7237 7237 Many-to-many relationship on self - inherited model Core (Other)
7801 7801 DateField/TimeField returning datetime objects (not date/time objects) Database layer (models, ORM)
7233 7233 placing request.POST.copy() in session wipes all session values contrib.sessions
7232 7232 unexpected results and incorrectly generated SQL using OneToOne models and Postgres Database layer (models, ORM)
7827 7827 Admin change_view uses _default_manager in place of self.queryset() contrib.admin
8520 8520 password_change() got an unexpected keyword argument 'post_save_redirect' contrib.admin
7831 7831 get_language_from_request should be case-insensitive while matching settings.LANGUAGES Internationalization
8455 8455 Lack of filesystem permissions to save uploaded file results in server hang File uploads/storage
8451 8451 Fix URL in e-mails sent out by password reset contrib.auth
8519 8519 databrowse.site.register reports "The model ModelBase is already registered" instead of naming the actual model contrib.databrowse
7845 7845 ./manage.py reset fails if app does not define models Core (Management commands)
7209 7209 time_zone conflict.. datetime.now() (in django shell) shows 3 hours earlier Core (Other)
7849 7849 Admin site should authenticate before 404ing, to prevent detection of valid pages contrib.admin
8856 8856 Latvian translation update Translations
8582 8582 Changing password on a new install generates a NoReverseMatch exception contrib.admin
8848 8848 [Custom file storage] Contradiction between code and docs Documentation
7205 7205 Objects with a Floatfield value ending in zero can be incorrectly included the object's change history contrib.admin
8844 8844 Russian translation with fixed Translations
8843 8843 Translation update for traditional chinese (zh_TW) Translations
8841 8841 ModelChoiceIterator does not work with multi table inheritance Forms
8840 8840 Updated Norwegian translation Translations
7863 7863 Documentation fix: Stress that template tag "regroup" needs a sorted list Documentation
8839 8839 typo in model fields docs Documentation
7195 7195 MultipleChoice fields don't validate when using request.REQUEST Forms
8433 8433 auth add_view popup contrib.admin
8838 8838 typo in model fields docs Documentation
8837 8837 Update to Finnish translation Translations
7875 7875 Admin changelist not showing any rows when having multiple foreignkeys in model. contrib.admin
8836 8836 Translation update for Slovenian Translations
8231 8231 tutorial part 2 is obsolete. Documentation
8834 8834 updated Macedonian translation Translations
8833 8833 "See XXX" in 1.0 Release Notes Documentation
8435 8435 Document formset's `prefix` argument. Documentation
7186 7186 Django creates redundant unique index for OneToOneField on MySQL Database layer (models, ORM)
8832 8832 icons in error messages should be right-aligned when UI is RTL contrib.admin
8373 8373 Link introduced in [8395] is broken Documentation
8454 8454 uploaded file permissions vary based on handler File uploads/storage
8829 8829 form.as_li should be form.as_ul in one documentation file Documentation
8827 8827 Final Updates to Django's Hebrew Translation Translations
8825 8825 Inherited ManyToMany-fields does not appear in edit forms contrib.admin
8824 8824 Catalan translation for security fix Translations
8823 8823 Argentinian Spanish translation for security fix Translations
8374 8374 TemplateDoesNotExist at /admin/doc/ contrib.admin
7181 7181 Meta ordering on foreign key field which can be None Database layer (models, ORM)
8821 8821 Spanish translation for security fix Translations
8820 8820 Dutch translation for security fix Translations
8818 8818 German translation for security fix Internationalization
8815 8815 Final Arabic translation update and QA Translations
8812 8812 Delete link should be right-aligned when admin interface is RTL contrib.admin
8577 8577 Admin raises UnboundLocalError contrib.admin
8234 8234 typo in cache middleware docs Documentation
8239 8239 django.core.management uses "from imp import find_module" Core (Other)
7170 7170 Multi-table inheritance generates many UNIQUE indexes on MySQL Database layer (models, ORM)
7900 7900 Missing 'tell' in uploaded objects Core (Other)
7901 7901 Django Documentation - overview (old admin) Documentation
8811 8811 urls.py example of tutorial part 2 has Django template-style vars Documentation
8810 8810 Link from docs.djangoproject.com to Django Software foundation doesn't work Documentation
7908 7908 A ForeignKey of an abstract class can fail to validate Core (Other)
8807 8807 django.forms.utils.ValidationError should be a subclass of django.core.exceptions.ValidationError Forms
8805 8805 TypeError: sequence expected, int found contrib.admin
8804 8804 Documentation example gives wrong result Documentation
8796 8796 Last update of Brazilian Portuguese (pt_BR) localization for Django 1.0 final Translations
8575 8575 get_or_create testcase fails under MySQL Database layer (models, ORM)
7155 7155 dates() querysets don't work after qsrf Database layer (models, ORM)
8793 8793 using the file.url can not download the uploaded file File uploads/storage
5775 5775 staff_member_required decorator loses query parameters contrib.admin
8788 8788 correction for some typos in #8805 Documentation
8376 8376 Flatpages middleware should use path_info Contrib apps
8787 8787 Tests are currently failing on django trunk contrib.admin
8786 8786 PhoneNumberField still listed in model docs Documentation
8785 8785 Norwegian translation update Translations
7142 7142 QuerySet: Distinct + Values + order by doesn't behave as one would expect Database layer (models, ORM)
7141 7141 Estonian translation missing in global_settings.py Translations
8783 8783 updated macedonian translation Translations
8782 8782 Updated Finnish translation Translations
8244 8244 File storage tests fail intermittantly when run in parallel Testing framework
7121 7121 Slicing on QuerySet bypasses result_cache Uncategorized
8249 8249 Regression of ticket #6820 (at least when using with GeoDjango) Testing framework
8250 8250 "information on MySQL transactions" link in transaction docs no longer valid Documentation
8251 8251 Receiving NoReverseMatch using {% url %} and Generic Views Core (Other)
8781 8781 Updated Arabic Translation Translations
7115 7115 [Patch] django.contrib.auth Permissions ordering changed due to qsrf contrib.admin
7108 7108 Documentation incorrect: The Response objects returned by TestClient DO NOT have a "headers" property Documentation
7946 7946 Object history should reuse existing date formats, instead of implementing itself Internationalization
8779 8779 czech translation update Translations
7105 7105 dates queryset method doesn't work for parent date fields Database layer (models, ORM)
8568 8568 Remove note about missing signals documentation in models doc. Documentation
8777 8777 validate_unique - bad capitalization function Internationalization
8776 8776 Updated Dutch translation Translations
8518 8518 Refactored documentation for Widgets renders wrong Documentation
8774 8774 ImageField errors in admin inline editing contrib.admin
8771 8771 Django Hebrew Translation Update Translations
8381 8381 Common middleware should use path_info Uncategorized
7958 7958 Wrong capitalization in translations Internationalization
7960 7960 Translation for "Enter a valid time." is wrong in Dutch (nl) Translations
7962 7962 Syntax error in testing documentation Documentation
7963 7963 UploadedFile documentation references deprecated attributes Documentation
8516 8516 Correct ch. to uk. in UK localflavour docs Documentation
4183 4183 [newforms-admin] missing from-clause contrib.admin
8566 8566 mark_safe not propagating from widgets to templates Core (Other)
7964 7964 admin docs and tutorial need slight update for autodiscover Documentation
8770 8770 Under MySQL some tests fail due to BooleanField returning 1 and 0 Database layer (models, ORM)
7973 7973 Add 'exclude' option to BaseModelAdmin contrib.admin
8763 8763 modeltests/generic_relations may fail since TaggedItem ordering is not completely specified Testing framework
957 957 A SlugField with prepopulate_from does not work for stacked or tabular edit_inline objects. contrib.admin
8258 8258 Double escaping in admin delete confirmation contrib.admin
7084 7084 django-admin.py makemessages fails on multiline blocktrans tags on Windows Internationalization
8762 8762 regressiontests/comment_tests fail with postgreSQL (and likely other transactional backends) contrib.comments
8759 8759 typo 'inset' for 'insert' in overriding-predefined-model-methods Documentation
7075 7075 BUG FIX: Unicode migration breaks django.contrib.admin.views.main.quote contrib.admin
7072 7072 i18n gets active language inconsistently Internationalization
8757 8757 Typo in custom templatetags docs Documentation
8266 8266 Form composed entirely of BooleanFields fails FormWizard hash validation contrib.formtools
7983 7983 ModelAdmin's `fields` option is undocumented Documentation
8276 8276 Change fields' names in django.contrib.localflavor.pl.forms contrib.localflavor
8755 8755 Updates for Turkish translation Translations
8385 8385 Issue with step parameter's value when overriding get_template method of FormWizard class. contrib.formtools
7991 7991 Updated Dutch translations Translations
8386 8386 Update to Finnish translation Translations
7999 7999 Ambiguous names. Documentation
8436 8436 Silent crash in forms rendering Forms
8388 8388 Wrong SortedDict call in db-api docs for extra(select=...) Documentation
8751 8751 Simplified Chinese django.po updated Translations
8277 8277 Typo in forms documentation Documentation
8750 8750 Last update for Dutch Django 1.0 translations Translations
8278 8278 QueryDict.update eats data when other_dict is a MultiValueDict Core (Other)
8003 8003 paginaton docs don't mention orphan support Documentation
8004 8004 Make email functionality more consistent Core (Mail)
8512 8512 New documentation - F and field validation? Documentation
8282 8282 admin models not properly unregistered when having exceptions in admin.py (using django development server) contrib.admin
8006 8006 ModelForm documentation too well hidden? Documentation
8007 8007 Documentation update (Design Philosphies section) regarding domain logic Documentation
8392 8392 Small typo in project urls.py template Uncategorized
8012 8012 MySQLdb build failure Tools
8743 8743 Tiny patch for Brazilian localization of djangjs.po Translations
8739 8739 Transaction problems with save(force_insert=True) on postgresql (and likely other transactional dbs) Database layer (models, ORM)
6491 6491 Improvements to User and Permission models Uncategorized
8738 8738 Compatability with contenttypes contrib.comments
8019 8019 Updated translation for Serbian language Translations
8560 8560 Small typo in tutorial 2 Documentation
8393 8393 Test client handler should call set_script_prefix Testing framework
8285 8285 Signal Handlers can only be functions with DEBUG=True Core (Other)
8020 8020 python process crashes when using sitemaps after [8088] Contrib apps
8731 8731 "Days" translation in french could be better Translations
8287 8287 Debug page shows wrong URL info when altering request.path HTTP handling
8028 8028 Small docstring fix for BaseDatabaseOperations.value_to_db_* Database layer (models, ORM)
8288 8288 Field lookup of __gt and __gte on DecimalField causes memory blowup Database layer (models, ORM)
6909 6909 Suggested import does not work with translation on Documentation
285 285 WSGIRequest should set request.path to full uri path HTTP handling
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
730 730 more explicit middlware ordering Core (Other)
749 749 Middleware should work as a 'stack' or allow custom orderings Core (Other)
1625 1625 unique_for_* don't work with auto_now* fields Validators
1829 1829 [patch] Move comments app URLconf to django.contrib.comments.urls contrib.comments
3828 3828 request.path leads to confusion/errors inside templates and may open XSS attacks Template system
5485 5485 Changing repetitive uploaded files from underscores to numbers Database layer (models, ORM)
5966 5966 FileField doesn't clean up directory after deletion Core (Other)
6003 6003 Registration for newforms admin contrib.admin
6004 6004 Useless code in newforms admin contrib.admin
6406 6406 form_save_add and form_save_change method for ModelAdmin contrib.admin
6450 6450 Incorrect directory creation in _save_FIELD_file Database layer (models, ORM)
6566 6566 newforms-admin does not send all HTTP headers contrib.admin
6718 6718 ImportError at /admin/logout/ Contrib apps
6962 6962 admin/doc pages aren't handled by admin.site.root contrib.admin
7129 7129 Prepend of admin_media is not working on JS contrib.admin
7131 7131 Update simplejson to 1.8.1 for better Unicode support Core (Serialization)
7156 7156 win32 support in model._get_FIELD_filename() Database layer (models, ORM)
7263 7263 Don't check that user has entered e-mail instead of username contrib.admin
7268 7268 Have a consistent handling of Django scripts for upstream distributors Tools
7333 7333 newforms DecimalField docs different from class definition Documentation
7353 7353 Add manipulator fails when unique together fields added contrib.admin
7402 7402 get_or_create can cause a transaction to fail silently Database layer (models, ORM)
7472 7472 Potentially sensitive information leaked if an error occurs when a page is served over HTTPS HTTP handling
7483 7483 [newforms-admin] Delete view doesn't link to related objects contrib.admin
7502 7502 Changeset 7694 breaks I18N translation contrib.admin
7568 7568 Pep8 Style Code In Newforms Forms
7575 7575 Peruvian departments are now regions contrib.localflavor
7576 7576 Fieldsets marked as collapsed should not be collapsed on errors Contrib apps
7589 7589 gis: Modifications to Django management commands to support creation of spatial tables. Core (Other)
7608 7608 ImageField Validation Fails with Deprecation Warning Validators
7626 7626 newforms docs: FileField used instead of ImageField Documentation
7648 7648 Signal being throw too many times... Uncategorized
7652 7652 'ModelName' object has no attribute 'get' when using OneToOneField contrib.admin
7669 7669 r7867 introduced a few test failures. Uncategorized
7683 7683 Streaming Upload file deleted before move Core (Other)
7695 7695 Admin doc model detail template should not escape help_text contrib.admin
7701 7701 Upload handling documentation outdated Documentation
7727 7727 Obscure failure if PIL is not there Forms
7740 7740 i18n with windows Documentation
7751 7751 Don't assume that connection.autocommit is a callable Uncategorized
7754 7754 error in installer Uncategorized
7767 7767 'Loading a template from an egg' Django test fails on Windows Template system
7772 7772 NFA: Fields/Fieldsets validation should be moved to new validation system contrib.admin
7775 7775 Duplicate authentication code in Newforms-Admin contrib.admin
7782 7782 Typo in the upload_handling documentation Documentation
7785 7785 Add note about the requirement of integer primary keys in generic relations Documentation
7793 7793 Sitemaps generator does not care about 50,000 URL limit Contrib apps
7811 7811 The contrib.admindocs templates are still part of the contrib.admin templates directory contrib.admin
7822 7822 Creating a OneToOneField with a related model breaks the list_filter interface in the related model contrib.admin
7826 7826 invalid_models test unhappy after NFA merge Testing framework
7829 7829 [djangoproject.com] The admin doc page is not linked to from the main doc page. Documentation
7832 7832 documentaion syntax error in newforms documentation Documentation
7867 7867 regressiontests.model_inheritance_regress fails on MySQL Metasystem
7868 7868 update "When will you release Django 1.0?" FAQ Documentation
7880 7880 DateField dont work with choices contrib.admin
7898 7898 CollapsedFieldsets.js is not injected if 'collapse' used in admin.StackedInline admin classes contrib.admin
7906 7906 admin_scripts/tests.py uses python as executable instead of current executable Testing framework
7927 7927 Form Field not rendered Uncategorized
7928 7928 python2.4 fails --help is handled as a special case Testing framework
7981 7981 serializers_regress test doesn't properly leave transaction management Testing framework
7986 7986 Documentation for prepopulated_fields isn't very clear Documentation
7988 7988 django/views/generic.create_update.py imports warning instead of warnings Generic views
7990 7990 serializers should use StringIO and not cStringIO Core (Other)
8017 8017 Doc page 'model-api' should be updated according with NFA. Documentation
8025 8025 Failed when lookups that span relationships with __isnull. Core (Other)
8072 8072 NFA: Valid fieldsets are marked as 'error'. contrib.admin
8078 8078 sets module deprecated in Python 2.6 contrib.admin
8086 8086 r8186 breaks python 2.4 contrib.admin
8092 8092 removing has_key, __getitem__ and contains from HttpRequest HTTP handling
8094 8094 Html button inside html link gives pipe error!!! Uncategorized
8095 8095 prefilled image upload_to directory needed Forms
8107 8107 Invalid HTML output generated for BooleanFields using Python 2.3 Internationalization
8125 8125 Multiple docorators in a view doesnt work Template system
8142 8142 DeprecationWarning on Python 2.6 about tzinfo.__init__ taking no parameters Uncategorized
8147 8147 Development server reloading on Jython Core (Other)
8188 8188 file_move_safe not imported in storage.py Uncategorized
8199 8199 incorrect parameter for 'CharField' in http://www.djangoproject.com/documentation/model-api/ Documentation
8202 8202 The "Change Password" form in the admin site does not work when using a subclass of User contrib.admin
8235 8235 admin_scripts tests deprecation warning on Linux/Python 2.6b2 Testing framework
8256 8256 Changeset [8282] broke settings.py Core (Other)
8286 8286 Tests fail with r8336 Uncategorized
8313 8313 rev 8340 crashes python on OS X Leopard Database layer (models, ORM)
8314 8314 rev 8340 breaks sessions while rev 8339 works contrib.sessions
16950 16950 Unwanted notifications from code.djangoproject.com *.djangoproject.com
9275 9275 ORA-01830 date format picture ends before converting entire input... admin Database layer (models, ORM)
7469 7469 Provide a link for many-to-one relations in the admin interface contrib.admin
3777 3777 Persistent change_list filtering in admin contrib.admin
16944 16944 multiple inheritance issue Database layer (models, ORM)
16915 16915 contrib.admin should use a variable to select base_site template contrib.admin
7438 7438 Add keyword support to simple_tag and inclusion_tag Template system
6432 6432 select_related() should also follow ManyToMany fields Database layer (models, ORM)
16599 16599 Management commands are collected in the wrong order Core (Management commands)
16934 16934 Tutorial 3: error in html editing Documentation
16928 16928 Django should officially switch to Git/Github for version control Uncategorized
16932 16932 small problem with import django.conf.urls Documentation
16930 16930 Class names ending with 'y' should be 'ie' in plural contrib.admin
16792 16792 DO NOT TRIAGE: This is a test ticket for Detracify Uncategorized
12213 12213 Initial data and addition queryset_filter for formset from inlineformset_factory Forms
11006 11006 Cannot set initial data with inline model formset Forms
8071 8071 Admin app ignores custom form settings for inline formsets for inline-edited foreign key models contrib.admin
5625 5625 Custom admin views get wrong 'Home' breadcrumb url contrib.admin
15007 15007 Wrong message-tag when successfully adding an entry contrib.admin
16857 16857 new flush db signal Core (Management commands)
16911 16911 Spelling contrib.comments
16881 16881 db.backends.util.format_number fails with valid inputs Uncategorized
16889 16889 Extra method containing %... Uncategorized
15792 15792 databrowse attempting to create urls out of non-models contrib.databrowse
15719 15719 Write tests for databrowse contrib.databrowse
12188 12188 Nullable numeric and date fields cause ValueError and ValidationError respectively in databrowse contrib.databrowse
9316 9316 databrowse does not filter URL fields properly contrib.databrowse
7388 7388 Databrowse - text overlapping contrib.databrowse
7135 7135 Databrowse doesn't handle model inheritance contrib.databrowse
6946 6946 Alphabetize DatabrowseSite index view contrib.databrowse
6418 6418 Databrowse not allowing download of FieldType: FileField contrib.databrowse
16892 16892 Allow class based view 'cache_timeout' to control middleware. Generic views
16908 16908 Broken image url Documentation
16901 16901 Admin: Post save redirect behaves differently since 1.3.1 Uncategorized
13855 13855 urlresolvers' resolve does not work on URLs with query string Core (Other)
16894 16894 UnicodeDecodeError handled incorrectly in WSGIHandler.__call__() Core (Other)
16890 16890 Incorrect import line on tutorial page 3 Documentation
16320 16320 Please have view support for databases Database layer (models, ORM)
16448 16448 Single sequence for every table Database layer (models, ORM)
16465 16465 Admin history view should also show history of super-object(s) contrib.admin
16541 16541 A broken URL should not handled as a 400 bad request, it might a 404 not found HTTP handling
16567 16567 Feature Req:"Soft Delete" Database layer (models, ORM)
16601 16601 Allow setting of tabindex in presentation layer Template system
16643 16643 Test Email Backend (locmem) accepts email with blank recipients Testing framework
16647 16647 Default filters: pacth to add QuerySet support for random plus a new shuffle filter Template system
16797 16797 active_login_required contrib.auth
16875 16875 db.model.FileField's close method doesn't close Uncategorized
16880 16880 Missing tags 1.2.6, 1.2.7 and 1.3.1 at github Uncategorized
16879 16879 request.user does not synchronize using SET_SESSION_COOKIE contrib.auth
16874 16874 Security issue: settings.py stores password+username in plain-text Core (Other)
15918 15918 settings.THOUSAND_SEPARATOR is used only when the current locale does not provide a value Documentation
16871 16871 import error in docs Documentation
16834 16834 wrong error message when entering admin and not is_staff or is_active contrib.admin
16688 16688 unionagg doesn't respect limits GIS
15567 15567 Wrong error message when user having is_staff=False tries to login to admin Uncategorized
16868 16868 Typo in last code fragment in tutorial part 3 Documentation
7757 7757 Can't override the form_url for add_view - its not passed to render_change_form contrib.admin
16754 16754 forms.extras.widgets.SelectDateWidget.render ignores 'attr' parameter Forms
16760 16760 ORM: Manager.latest() use pk by default Database layer (models, ORM)
8088 8088 Template system improvement: "cat" filter, "include" tag with filters Template system
16761 16761 Overriding built-in symbol Core (Management commands)
8034 8034 Gzip Middleware And Images HTTP handling
7955 7955 Change popup variable name in django.contrib.admin contrib.admin
7907 7907 tables argument of QuerySet.extra should be allow a subquery. Database layer (models, ORM)
7689 7689 add 'symmetrical' argument to OneToOneField('self') Database layer (models, ORM)
16861 16861 Fixtures do not work with namespaced apps Uncategorized
16709 16709 Allow username to be longer than 30 characters to use e-mailaddresses as username contrib.auth
16853 16853 Slugify removes dotless "i" Template system
16765 16765 Not showing any list_display_links is possible with Debug=False but not with Debug=True contrib.admin
16846 16846 No form method "non_form_errors()" Documentation
16844 16844 invalid model name reference. Documentation
16839 16839 1.2.6, 1.2.7 and 1.3.1 release notes are not visible in stable documentation Documentation
16824 16824 Badges, logos links not working *.djangoproject.com
16843 16843 Missing "Django badges" page *.djangoproject.com
16773 16773 QuerySet.count does no caching until the result cache is filled Database layer (models, ORM)
16836 16836 can't create super-user w/ domain of localhost contrib.auth
16832 16832 add staticfiles lines to urls.py , Core (Other)
10343 10343 Need a way to access widgets individually contained within a MultiWidget Forms
14718 14718 Different attributes for DateInput and TimeInput in SplitDateTimeWidget Forms
7222 7222 FormPreview should pass the form to done() contrib.formtools
14063 14063 Validating form file fields is hard File uploads/storage
16826 16826 Overwriting max_decimal_places error message in forms.DecimalField raises Exception Forms
16825 16825 Broken links (for logos & badges) *.djangoproject.com
10147 10147 Possible wrong check in django.utils._os File uploads/storage
8658 8658 Per request environment not cleaned between requests with mod_python Core (Other)
16821 16821 No doc for submitting CLA (or not obviously findable) Documentation
16795 16795 ORM masks exception in Python shells Database layer (models, ORM)
16796 16796 isMobile() should be added to request objects HTTP handling
16800 16800 This is a test ticket 2 for detracify Uncategorized
16799 16799 This is a test ticket for detracify Uncategorized
7865 7865 Inline Edits across Apps Forms
7511 7511 Automatically generate templates for newforms Forms
16814 16814 the page https://www.djangoproject.com/download/ is down! Uncategorized
6880 6880 django.http.get_host() breaks reverse proxying on apache HTTP handling
7158 7158 Translating links Internationalization
7032 7032 change django.core.handlers.base.get_response to use urlresolvers.resolve Core (Other)
7009 7009 Fix for hide/collapse of fieldsets in admin when fieldsets are added dynamically contrib.admin
6973 6973 Feature Request: Sort methods/sortable attributes for USStateField, etc contrib.localflavor
6877 6877 "form.label_for tag" should apply "label_suffix" Forms
6863 6863 Allow multiple sources for files to check in autoreload Core (Management commands)
6860 6860 Improvements for the new paginator Core (Other)
6786 6786 Ordering choices after translation Core (Other)
6737 6737 Add Field default_error_messages feature to Forms class Forms
6847 6847 added namespace fetures to filebased cache Core (Cache system)
6826 6826 [Feature] Add setting for error pages path Uncategorized
6691 6691 Make it possible for template loaders to optionally return compiled Template object Template system
15945 15945 Thread locals note Documentation
6632 6632 FormSet, ModelFormSet, InlineFormSet and inlines for newforms in trunk Forms
6631 6631 Additional options for newforms Forms
6586 6586 extends tag should compile static parents Template system
6490 6490 Accept variable keyword args in authentication contrib.auth
6417 6417 Small change in generic realtions contrib.contenttypes
6405 6405 ComboField/MultiValueField with FileField and passing initial data trough Forms
6388 6388 as_p produce invalid HTML for RadioSelect Forms
6343 6343 % symbols not escaped in db_column column names when preparing queries Database layer (models, ORM)
11391 11391 Legacy Database "%" escaping not documented Core (Management commands)
6272 6272 django.utils.translation.ugettext_lazy needs __add__ support Core (Other)
6251 6251 Allow rename of project directory Core (Other)
6056 6056 another auth decorator permission_required_or_message propose contrib.auth
6055 6055 GenericRelation and db_column lookups Database layer (models, ORM)
6028 6028 add compatibility with glibc2 MD5-based crypt passwords contrib.auth
5992 5992 even more granular error output Forms
16804 16804 Problem with Django 1.2.6 - Patch isn't in online tar.gz Uncategorized
5970 5970 ChangeList.get_query_set() method ignores specified by model's admin manager QuerySet for search_fields lookup contrib.admin
16811 16811 Reset connection.queries only when DEBUG = True Core (Other)
12307 12307 GeoDjango test suite fails for SpatialRefSys model objects GIS
16805 16805 Flatpages middleware does not alter status_code back to 200 contrib.flatpages
16794 16794 Attachment Upload Test Uncategorized
16806 16806 Wrong link in a documentation Documentation
16798 16798 https://code.djangoproject.com needs forgot password *.djangoproject.com
16801 16801 Django-Admin could improve with docutils missing failures Documentation
7444 7444 Provide API method for appending errors Forms
14183 14183 Geodjango models broken with pydoc GIS
16791 16791 URL reference to docs on how to run tests in README is out of date Documentation
7711 7711 Switch/case tag Template system
16784 16784 FormWizardWithNullBooleanField regression test failing Forms
16780 16780 Timing sensitivity in templates regression tests Template system
11225 11225 docs.djangoproject.org should redirect to docs.djangoproject.com *.djangoproject.com
16772 16772 https://code.djangoproject.com Getting Involved points to 1.3 goals *.djangoproject.com
16485 16485 Admin URL bug with CharField primary keys contrib.admin
16746 16746 Include default reason phrases for WebDAV HTTP handling
16767 16767 get_or_create does not raise error even though i didn't give a primary key to it Database layer (models, ORM)
16771 16771 https://code.djangoproject.com old link to subversion *.djangoproject.com
16775 16775 Support for simple arithmetic in ORM annotations Database layer (models, ORM)
16766 16766 Senseless query for complex relations Database layer (models, ORM)
16768 16768 Wrong cookie set by CSRF middleware CSRF
16003 16003 Admin incompatible with USE_ETAGS = True contrib.admin
16686 16686 Race condition in test_view_decorator() Core (Cache system)
16349 16349 Wrong date input format for Brazilian localization Internationalization
16516 16516 Blocktrans should tolerate bad locale data Internationalization
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
16762 16762 Inline delete field contrib.admin
16283 16283 manage.py depends on django.contrib.contenttypes et al. contrib.auth
16755 16755 syncdb confuses any app named auth with its own Core (Management commands)
11917 11917 Generic comment moderation fails on ./manage.py shell with AlreadyModerated contrib.comments
16672 16672 Preserve name of TestCase decorated with override_settings Testing framework
16747 16747 IntegerField could validate too large numbers to work with PostgreSQL and MySQL be default Database layer (models, ORM)
16719 16719 Support for symlinking to whole app directories for staticfiles contrib.staticfiles
16751 16751 GET variable names replaced by 'e' contrib.admin
16412 16412 Disabling an 'django.contrib.sites' app, causes error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest contrib.auth
16310 16310 EmailValiadtor lets through [...].com. (dot at the end) Core (Other)
13125 13125 login_required does not check User.is_active contrib.auth
16741 16741 Naming a model field to "num_connections" causes syncdb to seemingly ignore it (mysql) Database layer (models, ORM)
15923 15923 Validate that IntegerField is a valid Signed value for databases that don't do it themselves. Database layer (models, ORM)
16729 16729 inconsistency between doc and code for oracle DB backend Database layer (models, ORM)
16725 16725 Error in example code from per-view cache docs Documentation
16059 16059 FilteredSelectMultiple "remove" button appears disabled contrib.admin
16693 16693 Unregistering ModelAdmin view and registering it again changing its contents is not realized when invoking it. contrib.admin
3378 3378 new template filter to convert datetime from utc to other timezone Template system
16717 16717 Add optional [as VARNAME] to trans template tag Internationalization
16728 16728 Registering custom Admin class for User model breaks changing passwords contrib.admin
16724 16724 fix admin interface permission bug contrib.admin
16687 16687 Several tests requiring internet fail on Ubuntu build machines Testing framework
16720 16720 staticfiles_urlpatterns looks for files in MEDIA_ROOT, not STATIC_ROOT contrib.staticfiles
15004 15004 Fix for Django Tutorial (part 2), getting admin-site show CSS correctly with development server *.djangoproject.com
16202 16202 Localflavor support for Slovenia (si) contrib.localflavor
16714 16714 Can't filter by a related object's field called 'year', 'month' or 'day' Database layer (models, ORM)
7117 7117 Replace backslash in reverse URL matcher Core (Other)
16711 16711 RelatedFieldListFilter and filter title contrib.admin
16712 16712 Typo in r16697 Documentation
15546 15546 Fields selected via extra() are omitted in ValuesQuerySet when fields are specified Documentation
16710 16710 multiple templates per view in class based views do not work Generic views
15330 15330 Django 1.2.3 (and 1.2.1) release note are missing Documentation
16569 16569 NamedTemporaryFile is missing the delete argument Core (Other)
16692 16692 There should be documentation that cautions about using request.raw_post_data and request.POST together Documentation
16702 16702 Problem. Documentation
16701 16701 FormMixin.initial is shared between all child classes Generic views
16699 16699 django.core.urlresolvers.reverse failed with complicated regexp Core (Other)
16696 16696 wrong url validation Uncategorized
16697 16697 Docs: QuerySet slicing (SQL LIMIT) Uncategorized
16694 16694 The test suite no longer runs under Oracle since r16678 Database layer (models, ORM)
16562 16562 intcomma now (incorrectly) requires USE_THOUSAND_SEPARATOR = True contrib.humanize
16689 16689 Test added in r16679 fails on Python 2.5 Database layer (models, ORM)
16695 16695 a line which is never executed Uncategorized
16691 16691 Slicing none() incorrectly returns a list (expected EmptyQuerySet) Database layer (models, ORM)
16690 16690 Add translation.activate decorator/context manager Internationalization
16299 16299 Django model-module doesn't support unicode_literals Database layer (models, ORM)
16667 16667 Error in Pagination-Template? Documentation
15178 15178 Development server hangs very often when used with IE9 beta Core (Other)
16685 16685 Improvement of comment for database host setting Database layer (models, ORM)
16201 16201 When Content-Length is 0, MultiPartParser violates RFC2616 HTTP handling
16681 16681 modeltests.invalid_models tests are a weird special case Testing framework
14876 14876 Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN Database layer (models, ORM)
6928 6928 commit_on_success: Handle KeyboardInterrupt Database layer (models, ORM)
16460 16460 Add support for Index Length for MySQL-backed Models Database layer (models, ORM)
16680 16680 Inconsistant use of " and ' Documentation
16669 16669 tutorial01: inconsistent formatting for django-admin.py interactions Documentation
15953 15953 Allow setting individual fields as 'unique' from the model Meta options Database layer (models, ORM)
16622 16622 django.test.TestCase slow using PostgreSQL 8.4.4 Database layer (models, ORM)
15315 15315 modelform_factory should accept widgets argument Forms
15838 15838 assertFieldOutput should be integrated to the general test framework Testing framework
16639 16639 Optimize Model initialization by sending pre and post init signals only if there are listeners Database layer (models, ORM)
16673 16673 Tiny thing with Apache & mod_wsgi deployment Documentation
15304 15304 `Model.objects.create()` returns `long` instead of `int`. Database layer (models, ORM)
16287 16287 Clarify installation documents relating to location of site-packages Documentation
16478 16478 Document Oracle-specific database settings, esp. for tests. Documentation
16581 16581 Documentation of HttpRequest.META could note possibly surprising type values Documentation
16668 16668 Problem with was_published_today() Documentation
16204 16204 Remove unused functions in admin core.js (getCorrectYear and getISODate). contrib.admin
16666 16666 DateMixIn.get_allow_future() documentation error Documentation
16661 16661 Improvement of readability - false negation? Documentation
16331 16331 Wrap whitespace in <pre> tag in the TECHNICAL_500_TEMPLATE Core (Other)
16651 16651 install libxml2-dev before PostGIS on Ubuntu Documentation
16644 16644 OldFormForXTests.test_with_data fails under Oracle Forms
13752 13752 var_dump() equivelant? Uncategorized
16610 16610 Documentation for contrib.auth - More info about template contexts used in buil-it views Documentation
16654 16654 Wrong example on "URL dispatcher" docu page Documentation
16595 16595 SessionBase docs don't mention pop() Documentation
16650 16650 BaseCommentNode in comments template tags shouldn't filter "is_public" comments contrib.comments
16652 16652 location of postgis.sql & spatial_ref_sys.sql need to be corrected. Documentation
16660 16660 typo on https://docs.djangoproject.com/en/dev/ref/contrib/gis/tutorial/ Documentation
16658 16658 Add method to webdesign to django.contrib.webdesign package contrib.webdesign
16657 16657 PyPy compat: call termios functions on file descriptors, not file objects Core (Management commands)
16608 16608 Typo in the doc (Testing Django) Documentation
16152 16152 Add Sybase Advantage Database Server to 3rd Party DB List Documentation
16648 16648 Router unable to delete relationships spanning multiple DBs Database layer (models, ORM)
16646 16646 Only first meta inner class inherited with multiple abstract base models. Database layer (models, ORM)
16634 16634 "m2m_changed" signals never gets fired from the admin site contrib.admin
8553 8553 Add soundex support to MySQL (and others) Database layer (models, ORM)
9353 9353 Django documentation bundles on download page *.djangoproject.com
16636 16636 Wording in documentation for contrib.auth could be improved on is_authenticated() contrib.auth
16641 16641 Ordering not used on ForeignKeyField form field RadioSelect widget contrib.admin
2679 2679 Admin.ordering isn't working for edit_inline ForeignKey fields contrib.admin
16640 16640 load static doesn't import from a base template Template system
16638 16638 Erratum in 'Creating forms from models' Documentation
16635 16635 Wording in documentation for contrib.auth could be improved on is_anonymous() contrib.auth
15924 15924 html5 forms input types, attributes Forms
16633 16633 Static files in 1.3 Documentation
16523 16523 manage.py's runserver autoreloading is broken in Jython Core (Management commands)
16631 16631 Logic in check_settings() in staticfiles app when no base_file is given is wrong contrib.staticfiles
16628 16628 Provide a class to hold application-based settings Core (Other)
15132 15132 The runserver command is missing --verbosity and --traceback django-admin.py runserver
16629 16629 STATIC_ROOT should not be required by {% static %} when using development server contrib.staticfiles
16621 16621 typos in documentation Documentation
14695 14695 Field's `name` kwarg gets paved over Database layer (models, ORM)
16613 16613 manage.py test fails on database creation (MySQL) Uncategorized
16606 16606 Typo in csrf docs Documentation
16627 16627 Warning when building the docs Documentation
14503 14503 Unify test for exception+message value assertion method Testing framework
16623 16623 APPEND_SLASH changes request method Core (Other)
16625 16625 Refresh in Inlinnes Uncategorized
16624 16624 select_related does not return the objects related Core (Serialization)
16573 16573 admindocs "views" view returns no urls contrib.admindocs
15907 15907 Generic inlines ignoring the exclude information from a custom form. Forms
16438 16438 class Meta spacing in django.contrib.admin Code Guidelines contrib.admin
16387 16387 Localizing Fails GIS
16604 16604 New save_related hook should be called from admin changelist_view as well as add and change contrib.admin
16619 16619 Unable to delete IDs > 999 in contrib.admin with THOUSAND_SEPERATOR=True contrib.admin
16473 16473 Pinboard Spam *.djangoproject.com
16589 16589 ModelForm documentation error (saving unbound form) Documentation
16585 16585 BaseConfigurator importer logical mistake Core (Other)
16615 16615 UserChangeForm does not handle username changes well contrib.auth
16616 16616 startproject should use virtualenv compatible /usr/bin/env python hashbang for manage.py Core (Management commands)
16620 16620 django.contrib.gis.utils.srs.add_srs_entry doesn't use the database parameter GIS
15252 15252 get_static_url in static templatetags contrib.staticfiles
16593 16593 Quick fix for proxy_model_inheritance tests Database layer (models, ORM)
16607 16607 NameError for built-in Python functions in Django when working with uWSGI Core (Other)
16598 16598 Lithuanian translation "svtainės" in django.contrib.sites is mistyped Translations
16596 16596 Tags within {% blocktrans %} blocks should work. Translations
16587 16587 get_or_create duplicate entry with together_unique Database layer (models, ORM)
16579 16579 An issue of migrate comments to databrowse. contrib.databrowse
16583 16583 Explicitly passing a date to a DateTimeField in a model's create method should override auto_now_add Database layer (models, ORM)
16582 16582 InlineModelAdmin subclass does not respect the 'extra' field contrib.admin
15791 15791 New feature: callable objects can signal that templates should never call them Template system
16543 16543 Add an option to select_related to include OneToOneFields in depth-based search Database layer (models, ORM)
16580 16580 A small vocabulary error in the queryset reference Documentation
16566 16566 Typo in docs/ref/files/storage.txt Documentation
16539 16539 ModelForms ignore default values when value is not supplied Forms
16576 16576 Allow working with tables that belong to other users in Oracle Database layer (models, ORM)
15261 15261 Admin querystring filters should work for superusers contrib.admin
16564 16564 'How to use Django with Apache and mod_wsgi' code snipped Documentation
16578 16578 l10n tag does not load Template system
16571 16571 Incorrect unicode template output Template system
16561 16561 incorrect url in template Documentation
16557 16557 Tutorial 1.0 Docs Documentation
16555 16555 admin css / static content wasn't loading Documentation
14049 14049 Fixture loading should be skipped for TestCase decorated with @skip* Testing framework
16372 16372 TransactionTestCase doesn't count skipped cases in test result. Testing framework
16551 16551 After upgrading from 1.1 to 1.3 readonly_fields fails contrib.admin
16538 16538 Models fail to sync when using multiple app_label in same models.py Database layer (models, ORM)
16544 16544 Django tells me I haven't set the database ENGINE, even though I have Database layer (models, ORM)
16540 16540 rev16487 breaks InlineModelAdmin prepopulated_fields contrib.admin
15956 15956 When all fields are read-only, don't show save/"change"/etc. contrib.admin
16535 16535 UnicodeEncodeError contrib.admin
14288 14288 Template filter: linebreaksbr doesn't normalize newlines Template system
16531 16531 [patch] fix various "undefined name" issues Core (Other)
8013 8013 Localflavor for Colombia and Ecuador contrib.localflavor
16101 16101 SingleObjectMixin should accept parameters for overriding the URL keywords for pk and slug Generic views
16326 16326 Un-pickled TemplateResponse objects can't be re-pickled Template system
16377 16377 "Conditionally disabling actions" documentation needs updating Documentation
16394 16394 BaseDateListView has allow_empty = False, documentation claims allow_empty = True Documentation
16472 16472 cleaning django.db.models.query.iterator code Database layer (models, ORM)
16477 16477 "dumpdata" --help for the --database option is wrong Core (Management commands)
16482 16482 16545 security doc grammar fix introduced a typo Documentation
16498 16498 GenericIPAddressField Documentation Error Documentation
16520 16520 Updated locale formats for hungarian language Internationalization
16530 16530 manage.py runserver should remove all pycs on startup Core (Management commands)
16532 16532 Clearer explanation of how the test client expects HTTP headers to be passed Documentation
16529 16529 ManyToManyField + CheckboxSelectMultiple widget = wrong help message Forms
16525 16525 Bug in get_language_from_request on python 2.4 and Ukrainian language Internationalization
8220 8220 ForeignKey dropdown sorting in Admin contrib.admin
16522 16522 ManyToManyField incorrectly assumes widget will always be SelectMultiple Forms
16518 16518 collectstatic management command fails with jython contrib.staticfiles
16413 16413 changing settings.LOGIN_URL to end with something different than /login/, causes an error in testing your app contrib.auth
16517 16517 Django tests fail if project LOGIN_URL setting doesn't end with '/login/' contrib.auth
16515 16515 Testing with multiple databases assumes sites app installed on all of them Testing framework
16510 16510 `truncatechars` filter is buggy and unregistered Template system
16511 16511 Problem with import and GFK contrib.contenttypes
16506 16506 admin changelist table does not show correctly in rtl languages contrib.admin
16503 16503 My first django app HTTP handling
13086 13086 Field.get_choices() shouldn't add blank_choice if there is an equivalent in self.choices Forms
16496 16496 TypeError: float() argument must be a string or a number ON production server Core (Other)
16500 16500 bad link Uncategorized
16499 16499 Improve load template performance Template system
16495 16495 List of assert* methods in TestCase Documentation
16492 16492 Reference to a non-existent setting in the docs: DISABLE_TRANSACTION_MANAGEMENT Documentation
16488 16488 Populating settings.CACHES based on settings.CACHE_BACKEND can fail Core (Cache system)
16486 16486 Community Link Feed: Wrong links *.djangoproject.com
16388 16388 django unittest bug Testing framework
15951 15951 Document new backport policy. Documentation
16469 16469 Improve the "internals" docs Documentation
16414 16414 Missing Windows build script for Sphinx Documentation
14849 14849 ManyToManyField has weird behavior in 1.2 w/ multi-db Database layer (models, ORM)
16480 16480 DeferRegressionTest.test_basic fails under Oracle Database layer (models, ORM)
4186 4186 [boulder-oracle] Error using "SELECT DISTINCT" with TextFields Database layer (models, ORM)
14610 14610 fixtures should be able to specify their database Testing framework
10998 10998 Django does not work with Python 3 Uncategorized
16475 16475 Django needs to support python 3 Uncategorized
16474 16474 Installation of GeoDjango for windows - Documentation Documentation
16457 16457 Deferred FKs make TestCase tests unreliable - no FK constraints checks at all! Database layer (models, ORM)
16471 16471 Recommend using pip rather than easy_install Documentation
16466 16466 Similar to ticket 16250, _destroy_test_db calls self.set_autocommit() Database layer (models, ORM)
16463 16463 comment_form_target throws "Could not import django.contrib.syndication.views.feed" error, no such reference to feed found contrib.comments
15771 15771 "from django.contrib.auth.admin import UserAdmin" breaks backwards relations for User contrib.auth
16190 16190 django.views.debug.technical_500_response() not much helpful for AJAX request Core (Other)
16461 16461 Saving the user's preferred language in the session causes browser caching problems Internationalization
16459 16459 Add Haitian Creole Kreyòl to supported languages Translations
16450 16450 UserProfile filtering breaks between Django 1.2.5 and 1.3 Uncategorized
16453 16453 FormWizard: Incorrect method signature Forms
2282 2282 Urlify in admin compatible with accents contrib.admin
16451 16451 django-admin tip : Windows Vista/Seven have native symlinking Documentation
15715 15715 Add a non-trivial decorator example to class-based views docs Documentation
16440 16440 Internationalization pluralization docs small mistake Documentation
16447 16447 settings_changed signal uses strings for sender Testing framework
16445 16445 Grouping commands by app in ./manage.py help Core (Management commands)
13016 13016 Invalid ForeignKey ids in fixtures do not cause any error messages Testing framework
14348 14348 Paginator does not handle django.db.models.sql.datastructures.EmptyResultSet Database layer (models, ORM)
16441 16441 Tutorial step1: Enable the project Documentation
16434 16434 doc patch "widgets.extras" => "extras.widgets" Documentation
16088 16088 Multi-database tests fail in ContentType Database layer (models, ORM)
16431 16431 Redirects ignore query strings should be made optional. contrib.redirects
289 289 [patch] more details with "Please correct the errors below." contrib.admin
16407 16407 Unicode not working for direct SQL INSERT Database layer (models, ORM)
16401 16401 Cache should be reset after each test without flushing Testing framework
16379 16379 Override UserManager contrib.auth
16421 16421 Serializing TimeField throws Attribute Error Database layer (models, ORM)
16133 16133 cannot access documentation django.contrib.admin *.djangoproject.com
16428 16428 bad link for contrib.admin module documentation Documentation
14643 14643 Readonly fields in GeoDjango admins GIS
16427 16427 truncate table method in ORM Database layer (models, ORM)
16396 16396 Validation Problem Reading Files When Using Custom Storage Module Documentation
16400 16400 runserver exits without any warnings Core (Other)
16420 16420 Windows 7 and Vista support symbolic links Documentation
16411 16411 Test failure after r16510 Core (Cache system)
16419 16419 Invalid link at site *.djangoproject.com
16405 16405 Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm Generic views
16415 16415 Template block function to strip whitespace from specific chunks Template system
16410 16410 Stange trackeback, if try to get a not existing cache... Core (Cache system)
7399 7399 Allow Google's AppEngine Memcache library. Core (Cache system)
15767 15767 DecimalField is not aware of locale (in admin) Forms
16382 16382 WizardView: Incorrect step numbering contrib.formtools
16392 16392 [patch] update doc for "c" date format Documentation
16399 16399 Code cleanup in django.core.handlers.base.BaseHandler Core (Other)
15765 15765 Serving static files in development doesn't work with staticfiles activated contrib.staticfiles
15820 15820 inline admin formset uses incorrect form contrib.admin
14506 14506 Crash on HEAD request Documentation
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
16390 16390 urlreslove error at django.comments. contrib.comments
16389 16389 In Django 1.3, dictionary lookup now calls the value if callable making classes unusable Template system
16370 16370 All ManyToMany field get a default message which is not overridable Database layer (models, ORM)
16375 16375 PEP 0263 for generated project and apps Core (Other)
16385 16385 NoSQL support Database layer (models, ORM)
16381 16381 Specify a folder for the 404.html, 505.html files HTTP handling
16232 16232 Modifiable attribues on GeoAdmin class documentation are exact opposite of true functionality GIS
15626 15626 Cache middleware doesnt work with pages contain google analytics script Core (Cache system)
16365 16365 Simplify imports in localflavor tests Testing framework
16363 16363 Wrong unittests for create_user with no email address contrib.auth
16175 16175 Use TemplateResponse in django.contrib.sitemaps contrib.sitemaps
14190 14190 images, news and keywords in sitemap.xml contrib.sitemaps
13908 13908 contrib.sitemaps.view.index doesn't work in more than one location contrib.sitemaps
16316 16316 Error with GenericRelation applied to a subclass Database layer (models, ORM)
16354 16354 Small typo in signing docs Documentation
9415 9415 QuerySet.order_by() should be chainable Database layer (models, ORM)
16352 16352 Simultaneous user work with django.contrib.admin contrib.admin
16348 16348 {%with%} variable values not available in {%include%}'ed templates Core (Other)
16328 16328 FilePathField should include blank option even when required=True Forms
16322 16322 Some mobile Accept-Language headers are not parsed Internationalization
16347 16347 settings.DEFAULT_EXCEPTION_REPORTER_FILTER - default value is not set Core (Other)
16351 16351 djangoproject home page says Django started 4 years ago *.djangoproject.com
16199 16199 Create a secure cookie-based session backend contrib.sessions
16343 16343 Reference to docs on how to run tests in README is out of date Documentation
16169 16169 Tutorial 2 with error in mysite/urls.py content Documentation
16272 16272 Date-related widgets still have format attribute set on class Forms
14390 14390 set_password functionality outside of the User model contrib.auth
16262 16262 ValueError when authenticating contrib.auth
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth
13969 13969 auth module should use longer salt for hashing contrib.auth
16333 16333 RegexURLResolver can get urlpatters list defined by set_urlconf, but get_resolver returns TypeError Core (Other)
16342 16342 Django unittests run against installed django by default (rather than the checkout) Testing framework
16336 16336 Weak salts for auth backend contrib.auth
11954 11954 ?next linking to a login_required view doesn't work contrib.auth
6189 6189 IntegrityError: Field "may not be NULL" even though blank=True contrib.admin
16214 16214 Simplify docs for 404 and 500 views Documentation
16223 16223 Duplicate dictionary key in normalized state names for India contrib.localflavor
16339 16339 The RSS feeds have not updated in almost 4 days *.djangoproject.com
16337 16337 django.contrib.auth.forms.UserCreationFormTest.test_success fails contrib.auth
16308 16308 CheckboxSelectMultiple can not show the data on the view Forms
16325 16325 truncatewords_html and tables Template system
16323 16323 Typo in 'Raising 404' listing Documentation
16324 16324 Dutch (NL) translation for "Password reset on %s" Translations
16288 16288 Enabling 'django.request' logger when DEBUG is True Core (Other)
16313 16313 forms.EmailField does not match length requirements of models.EmailField Forms
16314 16314 FileSystemStorage.listdir returns names with unicode normalization form that is different from names in database File uploads/storage
16305 16305 Create a form.TextField() form field Forms
16303 16303 How do I test a database view Testing framework
16298 16298 Gettext by default on generated labels Translations
16295 16295 field.auto_id not mentioned Documentation
16258 16258 repeating word Documentation
11065 11065 Improve version comparison functions, esp for PostgreSQL Database layer (models, ORM)
11285 11285 postgresql server version as a static variable Database layer (models, ORM)
16294 16294 Django on Microsoft IIS Uncategorized
14029 14029 not operator on F objects silently fails Database layer (models, ORM)
16292 16292 Broken link in "local flavor" documentation Documentation
16289 16289 Make FormSet and related classes declarable Forms
16290 16290 slicing in subquery on MySQL DB Database layer (models, ORM)
16206 16206 DB router example causes bug in django admin delete Uncategorized
15943 15943 'raw' kwarg sent with pre_save and post_save signals is undocumented Documentation
16071 16071 Update fix_ampersands documentation for behavior with existing entities Documentation
16076 16076 Updated locale formats for hungarian language Internationalization
16160 16160 GeoDjango syncdb fails if using post_syncdb signal on postgis to access geometry columns GIS
3104 3104 'float' object has no attribute 'split' Core (Other)
14020 14020 Make HttpResponse.get work like dict.get HTTP handling
15127 15127 form.fields is still tied to class variables Forms
16057 16057 uWSGI documentation Documentation
16221 16221 Wrong usage for comment permalink template tag in the docstring Documentation
16200 16200 __init__ of TemplateIfParser has return statement Template system
16273 16273 Missing quotes in "Managing Static Files" Documentation
16279 16279 es_MX Translation error for singulars for admin/search_form Translations
16278 16278 email contact needed Documentation
16265 16265 DatabaseError: ORA-01403: no data found on Oracle Database layer (models, ORM)
16259 16259 State more clearly that django.contrib.ccontenttypes depends on django.contrib.sites Documentation
16261 16261 Model.__repr__() should never return unicode Core (Other)
16215 16215 FormSet and ModelFormSet Class-based views Generic views
6516 6516 Template extends bug when passing a template variable to extends tag Template system
16236 16236 Formwizard: computing form initialization keyword arguments contrib.formtools
16248 16248 Some spelling mistakes in "Security in Django" Documentation
16251 16251 Db/Models: distinction btw "null" and "blank" Documentation
16252 16252 Slight difference in urls.py btw tutorial and installation Documentation
11805 11805 Blocks tags inside inclusion template tags are ignored Template system
16254 16254 #django is a ghost town Uncategorized
16107 16107 djangoproject.com site issue *.djangoproject.com
11432 11432 prepopulated_fields should work for non-slug fields contrib.admin
16249 16249 Visiting any Django site via Chrome's Incognito Mode is incredibly slow. HTTP handling
16246 16246 Small problems with new generic IP address field tests on Postgres 8.4 Testing framework
16243 16243 model_forms tests won't run if PIL isn't installed Testing framework
16244 16244 When calling contrib.admin.site.register, other apps' models.py should not be loaded contrib.admin
16240 16240 Querying models with foreign keys in multidb doesn't use right DB Database layer (models, ORM)
16229 16229 django.core.validators not usable without a DJANGO_SETTINGS_MODULE Core (Other)
16235 16235 Test client flatens POST data Testing framework
12875 12875 Cannot redefine admin ordering dynamically contrib.admin
12658 12658 Import Errors in test files cause tests to be skipped if both the tests file and the models file have been split into folders Testing framework
15764 15764 DeleteView does not have ModelFormMixin in its mixins Documentation
16177 16177 Link is broken in https://code.djangoproject.com/wiki/Tutorials Documentation
16222 16222 Tests failing since Revision 16356 Uncategorized
11989 11989 Allow @register.inclusion_tag to take a template as well as a template name Template system
15922 15922 prepopulated_fields for DecimalField generates js error contrib.admin
16217 16217 Test runner doesn't report import errors if models is a directory Testing framework
14201 14201 Add a "security overview" page to the docs Documentation
16198 16198 model_forms tests are still doctests. Testing framework
16166 16166 EmailField? does not comply with SMTP standard Core (Mail)
15247 15247 FileField has max_length=100 but filestorage may return something way longer File uploads/storage
16185 16185 Allow to override TEST_RUNNER setting with a command-line option to 'manage.py 'test' Testing framework
14206 14206 contrib:admin dynamic list_display support contrib.admin
16102 16102 Link to the old django book + improving section Documentation
16178 16178 Cleanup request classes' __repr__() HTTP handling
15370 15370 Most of the admin_scripts tests failing because of a warning Core (Management commands)
6488 6488 Use JS iframe to hide select dropdowns in IE6 contrib.admin
16191 16191 indentation typo in tutorial part 2 Documentation
16181 16181 Template debugger highlights the row with error incorrectly Template system
11651 11651 Allow list_editable form fields to be customized separately from changeform fields. contrib.admin
13043 13043 Default manage.py should print ImportError Core (Management commands)
16165 16165 Annotations get crazy when .values has many arguments (MySQL) Database layer (models, ORM)
9195 9195 Paginator.page() should raise PageNotAnInteger when given a NoneType value Documentation
14893 14893 TypeError when accessing deferred (defer(..)) geometry field when using proxy geographic model GIS
16172 16172 Filtering queryset using Q objects to find objects with two specific values on the same many:many relationship returns 0 results Database layer (models, ORM)
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
16170 16170 Run cleanupregistration on djangoproject.com *.djangoproject.com
14082 14082 modelform_factory should use the form's metaclass Forms
15832 15832 Use Babel instead of xgettext for handling .po files. Internationalization
14045 14045 makemessage miss some gettext in javascript Internationalization
16163 16163 createsuperuser management command doesn't accept a password contrib.auth
16164 16164 Suggested approach for CSRF in AJAX requests doesn't work when cookie not set CSRF
16157 16157 Make sure that fields that are presented as single-line are validated as such Forms
16154 16154 r16051 broke editing a filtered changelist contrib.admin
12401 12401 DateField/DateTimeField is not instantiated with Python datetime.date/datetime object until after retrieving from the database Core (Other)
16151 16151 More informative message than "No fixtures found" Core (Serialization)
16159 16159 ModelForm does not catch unique error with model inheritance of more than 2 levels Database layer (models, ORM)
11807 11807 Admin inlines onetoone related object not saved contrib.admin
16156 16156 Django overrides user-defined "User" model with its own contrib.auth
15990 15990 Broken sentence in modelforms topic doc Documentation
3624 3624 Syndication could be friendlier to non Django templating languages contrib.syndication
15880 15880 manage.py: difficult to run in background (and crashes when input isn't a terminal) Core (Management commands)
16153 16153 Admin.py ignores some models when registering... contrib.admin
16148 16148 get_object_or_404 hook feature Core (Other)
13756 13756 File upload not working under Tomcat HTTP handling
7309 7309 NFA: Don't override order_by if no default ordering is specified contrib.admin
16144 16144 Admin changelist quite broken for RTL contrib.admin
16140 16140 Logging documentation should describe how to configure logging handlers. Documentation
16143 16143 Default settings.py file should fully qualify database name setting Core (Other)
8808 8808 Form Wizard keeps state on subsequent requests and provides no way to cut short inside parse_params contrib.formtools
14699 14699 FormWizard tests are scattered between two test modules Testing framework
15050 15050 FormWizard URLConf documentation misleading contrib.formtools
12884 12884 Allow a FormWizard to go backward through the form list contrib.formtools
11935 11935 Add a get_context(self, request, step) method to FormWizard contrib.formtools
11112 11112 Formsets not supported as steps in FormWizard contrib.formtools
8619 8619 Allow FormWizard to accept classes or instances contrib.formtools
7439 7439 FormWizard don't process multipart forms contrib.formtools
15878 15878 Bad Link In Module Index Documentation
10843 10843 django.contrib.markup.tests.Templates test_textile fails with python textile 2.1.3 and Django 1.0.2 final Testing framework
16132 16132 Error message in django.contrib.localflavor.in_.forms.INZipCodeField is incorrect contrib.localflavor
15805 15805 assertFieldOutput should not use assertRaisesRegexp Testing framework
15801 15801 Logging docs: Incorrect external link for dictConfig Documentation
16121 16121 Duplicating loggin or Change formatter every time Uncategorized
16129 16129 FormView's "success_url" attr should accept named URLs Generic views
16125 16125 document BoundField's id_for_label attribute Documentation
15929 15929 test.client.RequestFactory keeps state Testing framework
16124 16124 makemessages failed with UnicodeDecodeError Uncategorized
11436 11436 _doctest.py needs updating Testing framework
15992 15992 Reference settings properly Documentation
16119 16119 ForeignKey.on_delete emulated only Database layer (models, ORM)
16118 16118 Small error in login form example Documentation
16120 16120 Broken references to "Contributing to Django" landing page Documentation
16016 16016 There should be a way to perform operations once the admin is done with a form contrib.admin
14903 14903 wsgiref usage HTTP handling
16113 16113 TypeError: unhashable type: 'list' Uncategorized
16082 16082 Directory creation race condition in FileSystemStorage File uploads/storage
16083 16083 incorrect link in the class based views details docs Documentation
16077 16077 syncdb, PostgreSQL: models.IntegerField default value is absent in the created SQL Database layer (models, ORM)
16086 16086 Unicode string used for module name when doing imports. Uncategorized
16105 16105 libgdal1-1.7.0 broke django.contrib.gis.gdal.libgdal GIS
16104 16104 inspectdb of a Mysql table fails to add null=True for Varchars Core (Management commands)
16106 16106 Test client session not set for unauthenticated requests Testing framework
16103 16103 webpage document: django.contrib.admin is forward to a dead link Documentation
16098 16098 Release notes for Django 1.2.3 are missing *.djangoproject.com
16097 16097 Trac query builder is broken *.djangoproject.com
16085 16085 pagination documentary code raises error Documentation
16081 16081 export_selected_objects example doesn't work when selecting all Documentation
16080 16080 list_filter broken for fields with lenght 2 contrib.admin
16078 16078 Typo in the new signing docs Documentation
16070 16070 Urlize improperly quotes % Template system
16056 16056 Memcached configuration mistake Documentation
16067 16067 Small reST markup issues in built-in templatetags doc Documentation
16048 16048 GenericForeignKey always uses a default manager of a related model contrib.contenttypes
6580 6580 Default argument to `getlist` on QueryDict HTTP handling
16020 16020 urlize() incorrectly escapes query string escapes Template system
16066 16066 fix_ampersands does not convert abbreviations followed by a semi-colon Uncategorized
10696 10696 manage.py throws away exception information Core (Other)
16065 16065 Admin pages not found contrib.admin
16021 16021 Minor documentation fixes for Generic Class Views Documentation
16064 16064 auth's User model should be fully customizable - another way of providing additional information about users contrib.auth
11008 11008 dictsort and dictsortreversed template filters broken Template system
16060 16060 Model entry does not get verified and no error raised Database layer (models, ORM)
13829 13829 EMAIL_CHARSET setting Core (Mail)
8281 8281 Django running ounder PyISAPIe on IIS doesn't detect HTTPS HTTP handling
15732 15732 stringfilter documentation example does not work Documentation
15766 15766 select_related() changes type of DecimalField Database layer (models, ORM)
16054 16054 Unexpected DB Caching Behaviour with MySQL Database layer (models, ORM)
16053 16053 What does Django do for me Uncategorized
13758 13758 MySQLdb utf8_bin and django causes UnicodeDecodeError Database layer (models, ORM)
16036 16036 render_to_response lists the wrong argument name Documentation
16044 16044 "Writing views" documentation reference a nonexistent "previous chapter" Documentation
16032 16032 Staticfiles doc typo Documentation
15983 15983 Better explanation of where to put static files Documentation
16045 16045 Change history admin page not showing custom names for field in change history Uncategorized
16030 16030 Seperate Admin and User auth table contrib.auth
15921 15921 naturaltime filter should only work with time, current filter should be renamed to naturaldatetime contrib.humanize
16037 16037 Multiple databases support for unit testing Database layer (models, ORM)
16033 16033 get_field_display: Django needs a filter to allow get_field_display for a dynamic field Template system
15981 15981 Use ungettext instead of _ for naturaltime contrib.humanize
15301 15301 GenericInlineModelAdmin's get_formset() method does not have same arg signature/behavior as InlineModelAdmin contrib.contenttypes
11133 11133 contrib.auth.tests to work without contrib.site installed contrib.auth
16019 16019 increase max_length on django.contrib.auth User model contrib.auth
16014 16014 Typos, we hate typos Documentation
16013 16013 ModelChoiceIterator unnecessarly clone queryset Forms
16012 16012 error in documentation for the render() shortcut Documentation
16009 16009 CSRF_FAILRE_TEMPLATE is misspelled CSRF
15999 15999 Django admin count is run on different query than listed rows Database layer (models, ORM)
16001 16001 template.Context.pop does not behave as dict.pop Template system
7874 7874 Transactions should support the context handler interface Database layer (models, ORM)
15998 15998 I can't change my password *.djangoproject.com
16002 16002 Failture with csrf_tests on Python 2.5 CSRF
15996 15996 Form and Field comparison always fails Forms
10920 10920 json serializer should not return javascript array Core (Serialization)
9447 9447 ifequal should be chainable(and,or) Template system
9365 9365 Permutated columns when using Paginator with ValuesQuerySet Database layer (models, ORM)
15962 15962 RelatedField.related_query_name() returns the wrong name if the default related_name has not been overridden Database layer (models, ORM)
15993 15993 Model multiple inheritance primary key reuse Database layer (models, ORM)
15963 15963 Misleading FileField.save documentation, no reference to django.core.files.File Documentation
15588 15588 "FileField no longer deletes files" unclear Documentation
15969 15969 upgraded 1.1 -> 1.3. Now NULL in ContentType.name causes error in admin contrib.contenttypes
14134 14134 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
15989 15989 Tiny typo in "Managing Static Files" documentation (taks, missing e) Documentation
9559 9559 CSRFMiddleware should strip POST dat instead of showing the user an error message if a forgery is detected CSRF
7167 7167 Add a SafeForm / SecureForm to django.contrib.csrf CSRF
15469 15469 CSRF/Ajax/JQuery - Token is set to be inserted on both GET and POST CSRF
15518 15518 Separate CSRF checks to function Documentation
15985 15985 manage.py syncdb without loading initial data Core (Management commands)
15869 15869 CSRF fix for Ajax POST mentioned in docs intermittently fails to append token for IE7 Documentation
15986 15986 Image upload from another website using image url Uncategorized
13816 13816 dumpdata should not attempt to dump non-managed models Core (Management commands)
15967 15967 dumpdata and "managed" flag on models Uncategorized
15966 15966 Support for HandlerSocket on MySQL backend Database layer (models, ORM)
15709 15709 Duplicated group_by condition Database layer (models, ORM)
13154 13154 Make reverse() match the behavior of resolve() Core (Other)
8527 8527 CAPostalCodeField made more forgiving of input format contrib.localflavor
15941 15941 Admin calendar week start day doc error Documentation
15263 15263 Make "now" templatetag accept locale formats. Template system
15971 15971 The titles of admin list_filters aren't translated anymore contrib.admin
15970 15970 Unable to login to django admin with ie8 on multi-level subdomain contrib.admin
15973 15973 Ajax CSRF code in docs doesn't always work. Documentation
15946 15946 Exceptions used for program logic db/utils.py load_backend Database layer (models, ORM)
15848 15848 Regression in `makessages -d django` when processing multi-line comments with non-ASCII characters Internationalization
15979 15979 backwards related query set of a model object, not yet saved, returns ALL db objects instead of an empty list. Documentation
15980 15980 Unknown encoding "utf8" in tests/regressiontests/views/__init__.py Uncategorized
12900 12900 EmailField max_length of 75 characters should be 256 acccording to RFC 5321 Database layer (models, ORM)
10098 10098 LazySettings.get function with default value Uncategorized
11712 11712 First use of reverse() freezes its cache Core (Other)
15977 15977 ChoiceField breaks if value is None Forms
12996 12996 django.contrib.localflavor.it.forms do not handle help_text correctly Forms
9159 9159 testing Client support for middleware Testing framework
5497 5497 OneToOneField limit_choices_to filters parent set in admin contrib.admin
15975 15975 Test failure in BaseModelValidationTests Uncategorized
15964 15964 Do not order admin actions by description contrib.admin
15947 15947 get_FIELD_display doesn't work when a given field is an IntegerField and is assigned a string value Database layer (models, ORM)
15795 15795 [patch] __repr__ for RegexURLPattern not unicode safe Core (Other)
15827 15827 the OneToOneField in Profile should be named 'user' Documentation
15960 15960 Allow SimpleListerFilter's lookups to be based on the available data contrib.admin
15958 15958 settings.get('Name', default) functionality Core (Other)
6361 6361 Models Documentation Default Choice Documentation
15957 15957 ModelChoiceField slow performance Forms
15944 15944 Cross-reference contrib.auth.models.check_password and contrib.auth.models.User.check_password Documentation
14262 14262 Helper for "get_something as varname" template tag pattern Template system
13770 13770 form BooleanField should clean the string u'false' as False. Forms
13729 13729 UK localflavor mis-named/documentation bug. contrib.localflavor
5931 5931 __repr__ for db Fields Database layer (models, ORM)
15942 15942 duplicate id "module-django.contrib.auth.views" in the topics/auth.txt doc Documentation
5022 5022 Proposed middleware: SubdomainURLsMiddleware Uncategorized
9345 9345 Various string consistency fixes Uncategorized
15950 15950 Allow ChoiceField and friends to take a callable for choices kwarg Forms
15931 15931 Patch for admin change form to dodge multi-db bug contrib.admin
15936 15936 Syndication: Turning off autoescape (content:encoded) contrib.syndication
15887 15887 Improve django.views.decorators.http docs Documentation
5714 5714 Date/Time fields' clean methods need strip() Forms
15693 15693 Support broken for custom widgets in inlines Jquery based Add new <model type> contrib.admin
15934 15934 django sitemaps priority tag not correctly formatted contrib.sitemaps
12483 12483 Error message when Model.__unicode__() returns None Core (Other)
15640 15640 New initial digit in Spain phone numbers contrib.localflavor
6581 6581 django.contrib.auth.views.redirect_to_login isn't a view contrib.auth
15925 15925 CSRF AJAX section unclear Documentation
15930 15930 middleware.common.py doesn't parse denied_user_agents HTTP handling
12062 12062 django.contrib.localflavor.cl.CLRutField isn't doing proper validation contrib.localflavor
11577 11577 PLNIPField validation error when empty contrib.localflavor
11684 11684 dismissAddAnotherPopup fails with XHTML contrib.admin
15927 15927 FORMAT_QMARK_REGEX in sqlite backend does not work as expected Database layer (models, ORM)
7267 7267 clean_html() bug Core (Other)
10797 10797 Set up Trac so post-commit hook sends emails *.djangoproject.com
8928 8928 Make a WSGI compatibility layer for Django middleware HTTP handling
15637 15637 Add a require_safe decorator for views to accept GET or HEAD HTTP handling
15914 15914 F-expressions used with iexact lookup produces invalid SQL Database layer (models, ORM)
15916 15916 A special logging handler and namespace for runserver output User Experience
15865 15865 Wrong information about generic inline formset Documentation
15885 15885 Update the docs to explain that auth views now return TemplateResponse Documentation
15911 15911 In django.contrib.auth.forms.AuthenticationForm there is no separate check for empty form input contrib.auth
15913 15913 trailing slash Uncategorized
8712 8712 6.25kB of trailing whitespace in Django code Uncategorized
15909 15909 File Upload is not working for Django 1.2.1 File uploads/storage
8334 8334 Allow add/create on m2m intermediate tables if all the non-FK fields have defaults or are NULLable Database layer (models, ORM)
11946 11946 ManyToOneRel.lookup_overrides is unused Database layer (models, ORM)
15889 15889 django.core.serializers.get_serializer() should raise a more specific exception on invalid argument Core (Serialization)
15905 15905 Forms keyword arguments.. Forms
8362 8362 Reusable Django mechanism for registering plugins / admin classes / signals / commands etc Core (Other)
15893 15893 Latin script in Serbian should be @latin, not @Latn Translations
15899 15899 web site link rot ? *.djangoproject.com
15897 15897 Example login form in documentation uses URL incorrectly Documentation
15895 15895 incorect error description due to naming convensions Uncategorized
15696 15696 Add pre_insert signal to loaddata command Core (Serialization)
15891 15891 flushing session on auth.logout contrib.auth
10378 10378 authenticate() method should not continue on built-in or generic exceptions contrib.auth
15886 15886 Improve django.core.serializers.get_serializer() docs Documentation
15833 15833 Exclude not working with ForeignKey in admin Inlnes contrib.admin
15773 15773 MultiValueField could be more convenient Forms
15875 15875 F() example in db queries topic guide has an error Documentation
15668 15668 Generic views should provide a HEAD implementation Generic views
15862 15862 Error in post_syncdb example Documentation
14729 14729 RawQuerySet.__repr__ fails when params passed as list Database layer (models, ORM)
15817 15817 ImageField having [width|height]_field set sytematically compute the image dimensions in ModelForm validation process Forms
15673 15673 Allow limit_choices_to to use a tuple for __in filters contrib.admin
13810 13810 number format routine improvement Core (Other)
13689 13689 Paginator.page fails when Paginator is set up with a unicode string in the per_page parameter Core (Other)
12379 12379 Simplified Chinese(CN) localflavor package contrib.localflavor
11531 11531 Remove unused file django/contrib/admin/media/js/dateparse.js contrib.admin
11283 11283 latest() doesn't clear previous ordering Database layer (models, ORM)
15883 15883 Error in tutorial 01 models.py when defining was_published_today() *.djangoproject.com
15835 15835 middleware.process_response(): TemplateResponse.render() isn't called Core (Other)
15842 15842 Silent Failure of InlineAdmin Class With a DateTimeField on the Model if Only a "time with timezone" Column in the Database Database layer (models, ORM)
15839 15839 search_fields: duplicated search results when following relationships "backward" contrib.admin
15860 15860 modelform.is_valid() and modelform.errors fail to anticipate database integrity errors, allow exceptions to reach the user Forms
13249 13249 Feature request: ModelForm validation error handling after commit=False Forms
15807 15807 order by 'pk' alias doesn't work with inherited models when parent has an ordering set Database layer (models, ORM)
13322 13322 Problem with inspectdb and encoding Core (Management commands)
15882 15882 Attempt to reproduce #15847 Uncategorized
15841 15841 User model conflicts with CommentDetailsForm contrib.comments
15783 15783 Class FileProxyMixin has invalid attribute definition File uploads/storage
15798 15798 "spaceless" filter does not not honor <pre> tag formatting Template system
15774 15774 UnicodeDecodeError with makemessages Internationalization
15868 15868 Auth Group Admin Bug contrib.admin
9327 9327 Apache MultiViews, mod_python, and certain URLs result in a 500 error HTTP handling
15824 15824 Modpython should catch EPIPE (produces 500 Internal Server Error) Uncategorized
15736 15736 test.client.RequestFactory doesn't support sessions Testing framework
15794 15794 csrf_exempt decorator applied to http method in class based view - broken Documentation
15874 15874 CSRF fix for Ajax POST mentioned in docs intermittently fails to append token for IE7 Documentation
15870 15870 CSRF fix for Ajax POST mentioned in docs intermittently fails to append token for IE7 Documentation
15871 15871 JavaScript CSRF fix for Ajax POST mentioned in docs intermittently fails to append token for IE7 Documentation
15872 15872 JavaScript CSRF fix for Ajax POST mentioned in docs intermittently fails to append token for IE7 Documentation
13179 13179 last_insert_id method cannot find sequence Database layer (models, ORM)
15846 15846 Missing text in "Database-specific fixtures" documentation Documentation
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
13204 13204 `values()` returns empty list after `extra(order_by)` Database layer (models, ORM)
15864 15864 django generates strange error Uncategorized
15748 15748 QuerySet subscripting won't work as expected Database layer (models, ORM)
15858 15858 ImportError: cannot import name add_postgis_srs GIS
15857 15857 contrib.contenttypes depends on contrib.auth Uncategorized
15851 15851 Exception when http.parse_cookie recieves bad cookie HTTP handling
15854 15854 Combining two querysets generated by "extra" causes duplication in extra_tables Database layer (models, ORM)
15538 15538 FetchFromCacheMiddleware ignore request header field cache-control Core (Cache system)
15845 15845 CSRF validation leak CSRF
15843 15843 One more quotation marks in the example of "include" tag of 1.3 doc Documentation
15534 15534 Oracle backend regex lookup broken if Oracle backend is not default Database layer (models, ORM)
8133 8133 BaseModelForm have to populate data not just object_data Forms
7258 7258 connection in WhereNode does not come down from Query Database layer (models, ORM)
15800 15800 Documentation error for django.views.generic.forms.FormMixin Documentation
15816 15816 Typo in utils reference doc Documentation
15821 15821 Django 1.3 release notes links to wrong "security issues" page Documentation
15822 15822 Remove references to the postgresql (v1) database backend Documentation
11241 11241 Allow assertFormError to check a formsets' non_form_errors Testing framework
11865 11865 Form media lacks support for raw javascript Forms
12044 12044 Add extra_context to admin action delete_selected contrib.admin
12157 12157 FileSystemStorage does file I/O inefficiently, despite providing options to permit larger blocksizes File uploads/storage
15834 15834 Django ORM transforming inner join to outer joins depending on Q() ordering Uncategorized
15797 15797 *_COOKIE_DOMAIN settings should reject values that won't work in modern browsers Core (Other)
15831 15831 Migration 1.2.5 to 1.3 breaks Apps Forms
15818 15818 PostgreSQL autocommit mode breaks initial insert Database layer (models, ORM)
15810 15810 Easy rename of apps in admin contrib.admin
13719 13719 blocktrans in Django 1.2 doesn't work any more Internationalization
15803 15803 A slug on form fields like 'select' 'input' or 'checkbox' Forms
10560 10560 with SESSION_COOKIE_DOMAIN = '.localhost' cookie problem (development server) HTTP handling
15780 15780 Broken link in release notes - csrf upgrade notes Documentation
15331 15331 xgettext skips some translation strings in javascript files when using the "condition ? true_result : false_result" pattern Internationalization
14854 14854 Follow PEP 8 -- Style Guide for Python Code Core (Other)
15777 15777 Broken "mtv" reference in 1.2.X glossary Documentation
11020 11020 models.permalink() does not pass through the url prefix Database layer (models, ORM)
15788 15788 Spanish djangojs.po msgid "%(sel)s of %(cnt)s selected" Translations
15763 15763 MultiPartParser's LimitBytes is now redundant. HTTP handling
15762 15762 WSGIRequest should wrap the test client wsgi.input in LimitedStream Testing framework
15784 15784 Internal Server Error Uncategorized
10353 10353 prompt the correct date/time format in the error message Forms
10754 10754 post and pre_delete signal documentation imprecise Documentation
15761 15761 Clarity Documentation
15755 15755 Admin should allow for configurable login handling support contrib.admin
13630 13630 DatabaseOperations doesn't have same constructor with SQLITE and PostgreSQL backend Database layer (models, ORM)
11695 11695 Modified change list default sort contrib.admin
4926 4926 Ordering in admin listview ignores ordering in admin options contrib.admin
15756 15756 Template regression with property lookups Template system
15752 15752 test_simple_sitemap fails after executing test_requestsite_sitemap when Sites app is installed contrib.sitemaps
15751 15751 test_requestsite_sitemap in SitemapTests is setting Site._meta.installed to False permanently contrib.sitemaps
12792 12792 admin templates get wrong perms on installation in 1.1.1 tarball Template system
7025 7025 SafeUnicode.split() should return a list of SafeUnicode objects Core (Other)
10849 10849 management loaddata: bad syntax not reported, results in successful return code Core (Management commands)
6397 6397 Improve error messages in loaddata Core (Serialization)
15738 15738 Useless line in contrib.contenttypes.tests.py contrib.contenttypes
15747 15747 django.contrib.gis.db.backend should've been removed in 1.3 GIS
15746 15746 Docs on ModelAdmin.list_filter should note, that spanning relations is as of version 1.3 Documentation
15704 15704 Make cache tests more reusable Core (Cache system)
12522 12522 Unable to get request.POST after request.get_raw_post_data HTTP handling
15717 15717 databrowse uses the date-based generic view that is pending deprecation contrib.databrowse
15737 15737 Importing hotshot.stats fails Core (Other)
15739 15739 Class-based redirect view only redirects GET requests Generic views
14220 14220 Backwards-compat code in db.fields.subclassing is a bottleneck Database layer (models, ORM)
13878 13878 Formset validation refactoring and valid_forms property of fieldsets Forms
10642 10642 The 'default' template filter should translate the argument given as placeholder Template system
10629 10629 allow login redirects to traverse a secure connection contrib.auth
10398 10398 It may cause error in django.db.backends.last_executed_query. Database layer (models, ORM)
12221 12221 Allow custom management commands to define bash completion arguments Core (Management commands)
10321 10321 Dont hardcode form label html. Forms
6792 6792 Documentation for FileField does not mention the delete behavior Database layer (models, ORM)
6723 6723 djangonewforms-admin edit related feature (JS) Forms
12007 12007 djangoadmin loaddata gives odd error if it runs out of memory Core (Serialization)
15629 15629 django admin does not use ordering for foreign keys dropdown contrib.admin
6506 6506 simple include tag doesn't layer context like normal include tag Template system
6258 6258 BlockTrans with variables does not support simple id-strings Internationalization
2039 2039 Provide a way to use django under IIS Core (Other)
15731 15731 Show new 'Type' field in ticket summary *.djangoproject.com
15681 15681 Static files documentation error Uncategorized
15639 15639 make_random_password in django.contrib.auth.models UserManager(models.Manager): Uncategorized
15724 15724 django.utils.functional is missing update_wrapper import Core (Other)
15726 15726 es_MX Translation Filename Missing Dot Translations
15720 15720 typo leading to NoReverseMatch Documentation
15712 15712 authentication switching mid-session Uncategorized
15708 15708 Regression in Forms: KeyError if trying to access nonvalid input from required field Forms
15689 15689 test --failfast doesn't stop on errors in _pre_setup() Testing framework
15710 15710 Typos in docs Documentation
15706 15706 Django GIS Feeds should use the new syndication.views.Feed GIS
2016 2016 [patch] Decorator for template tags that load objects Template system
15679 15679 POST data handling bug HTTP handling
15702 15702 Drop 2.4 compatibility boilerplate code Core (Other)
13647 13647 Duplicated import of deepcopy in django.db.models.query Database layer (models, ORM)
15703 15703 Testsuite failure: django.utils.datastructures Core (Other)
6636 6636 change_form.html template should have a block around fieldsets contrib.admin
15664 15664 Unexpected brackets when describing commit_on_success Documentation
15699 15699 outdated documentation: demo template concerning login_required causes errors Documentation
15647 15647 in_bulk() should not type check its input Database layer (models, ORM)
9158 9158 django-admin.py print help to stderr Core (Management commands)
15690 15690 HttpRequest path should be in a stable order Core (Other)
14710 14710 Form css classes for bound fields are not rendered {{ form.field_name }} Forms
15687 15687 "may" missing in Multi DB docs Documentation
15642 15642 Dead code in http.__init__.py HTTP handling
15692 15692 "Referenced before assignment" in WSGIHandler Core (Other)
15686 15686 Bug in core.handlers.wsgi.py, variable is used before assignment Core (Other)
13277 13277 HTTP 303 (See Other) Response HTTP handling
15684 15684 Template won't express a numpy matrix 'sum' attribute Template system
15674 15674 Error using {% blocktrans %} with variable and {% plural %} Internationalization
15666 15666 Release notes link to development version of documentation Documentation
15670 15670 Doc issue: Some checking *is* performed on the SQL statement passed to raw() Documentation
15663 15663 Typo in release notes Documentation
15655 15655 (pylibmc) cache.set() hangs Core (Cache system)
15660 15660 "if" tag doesn't recognize "class_obj in instance.list_of_classes" Template system
15288 15288 ManyToManyField doesn't highlight currently selected items in Admin where target is a proxy object. Forms
15386 15386 Fix PYTHONSTARTUP support in manage.py shell Core (Management commands)
15645 15645 HTTP methods in urls.py HTTP handling
15650 15650 HttpResponse.items() should return _headers.items() HTTP handling
15618 15618 django.contrib.messages.storage.fallback.CookieStorage does not behave properly with subdomains Contrib apps
15643 15643 Custom SQL can not be executed in any way Core (Management commands)
6124 6124 need a non-pickled locmem cache backend Core (Cache system)
15229 15229 URLValidator class to accept ftp links Core (Other)
15621 15621 ImportError thrown in Fully Qualified Database Names are not re-raised Database layer (models, ORM)
15622 15622 TransactionTestCases are broken by django.contrib.contenttypes in 1.2.5 Testing framework
15623 15623 Wrong province code for Newfoundland in django.contrib.localflavor.ca contrib.localflavor
15607 15607 Custom error templates in a single Django application HTTP handling
15614 15614 Documentation typo Uncategorized
3496 3496 WSGI handler dies on a form containing only empty checkboxes Core (Other)
15612 15612 inspectdb guesses wrong field length django-admin.py inspectdb
14960 14960 Write tests for inclusion_tag Template system
15606 15606 Django admin filter and Bool choices contrib.admin
11269 11269 Allow key_prefix to be callable Core (Cache system)
9324 9324 cmemcache and python-memcache hashing differences Core (Cache system)
6463 6463 Document that cmemcache has bug with floats (was: cache.get_many() returns garbage in case of floats (?) using memcached backend) Core (Cache system)
11299 11299 Pluggable cache key algorithm Core (Cache system)
6988 6988 Inconsistent CACHE_MIDDLEWARE_SECONDS = 0 meaning across cache backends Core (Cache system)
15609 15609 Respect PEP 3109 Uncategorized
14733 14733 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
15604 15604 django.db.models.permalink eats docstring Core (Other)
15599 15599 If a user doesn't have delete permission on a model, the delete action shouldn't ve shown in the admin interface contrib.admin
13678 13678 Improve RawQuerySet coverage Database layer (models, ORM)
14105 14105 django.contrib.auth tests failing with cache middleware Core (Cache system)
15585 15585 Login view should call an empty hook in the authentication form contrib.auth
15577 15577 inefficient design of inlinemodeladmin contrib.admin
15576 15576 Error displaying "ordering" in the ModelAdmin page as "New in Django Development version" Documentation
15581 15581 MultipleChoiceInput not validating choices set after field definition (with example) Forms
12682 12682 testcase not loading fixtures, no error message shown Testing framework
12950 12950 urlresolvers.reverse returns '/$' when including namespaced '^$' pattern at root '^$' Core (Other)
15560 15560 Redundant definitions of put() in BaseView classes Generic views
14230 14230 Documentation for Auth's Logout view suggests wrong redirect takes precedence. contrib.auth
15540 15540 Meta Widgets doesn't work in form.Form Forms
15537 15537 allow the login_url accept a relative path contrib.auth
15551 15551 adding model_dict['admin'] = model_admin is good idea? contrib.admin
15504 15504 Incorrect docs for args to SyndicationFeed.add_item Documentation
15541 15541 FAQ should reference http://www.djangosites.org/ directly instead of retired wiki page Documentation
10212 10212 Admin ChangeList doesn't apply 'order_by' clause specified by ModelAdmin.queryset contrib.admin
10824 10824 GET infos is lost contrib.admin
15512 15512 Admin imports cleanup contrib.admin
15532 15532 Improve error message for django.contrib.auth.load_backend contrib.auth
3397 3397 Add tests for 'Allow DB-level ordering by non-fields in changelist view' admin functionality contrib.admin
15535 15535 {% blocktrans %} tag raises KeyErrors while rendering Internationalization
15524 15524 Localize EMPTY_CHANGELIST_VALUE Internationalization
15531 15531 Changeset #15701 breaks response middleware that inspects content. Generic views
10627 10627 Middleware using len() on response.content is gobbling generators Core (Other)
11163 11163 admin ForeignKeyRawIdWidget contains incorrect link when used in change list view contrib.admin
717 717 If-Modified-Since checked for exact match HTTP handling
15526 15526 Handling of Python path in wsgi script. Uncategorized
15523 15523 IndexError: 'tuple index out of range' when using deffered fields and annotations Database layer (models, ORM)
9935 9935 The session db backend throws UnicodeEncodeError when used with Oracle contrib.sessions
15181 15181 FileSystemStorage generates wrong URL when path contains special characters File uploads/storage
14291 14291 In django admin results list, provide the field name as a css class on the table cell Contrib apps
14639 14639 admin.site.register() does not check if the model is abstract (gives weird error) contrib.admin
6282 6282 Clarify comment for MEDIA_URL in settings.py Core (Other)
15365 15365 Stronger warning for markup template filters Documentation
15395 15395 http decorators docs doesn't provide import path Documentation
13840 13840 404 error reported via e-mail even when DEBUG is True Core (Other)
15515 15515 Django should support customizable project/app templates Core (Other)
15514 15514 Django 1.2 tutorial03 error template clarification Documentation
15492 15492 Explain all error message keys for the SplitDateTimeField Documentation
15513 15513 CharField ForeignKey forced to int during lookup in get_prep_value in django.db.models.fields Database layer (models, ORM)
11447 11447 foreign keys need class nowrap for td in changelist contrib.admin
9490 9490 Empty session is stored if clean session is accessed contrib.sessions
9489 9489 Unnecessary validation of internal data in contrib.sessions contrib.sessions
11804 11804 Filterspec fails to remove __isnull when __exact passed contrib.admin
15508 15508 DetailView view looks for pk or slug by default but the error says id or slug. Generic views
3411 3411 [Django Multi DB Tree]: modifying objects via the admin interface generates an operational error contrib.admin
15424 15424 readonly_fields in InlineModelAdmin looks up wrong callable contrib.admin
15505 15505 Feature request: disable localization in some model fields Uncategorized
15503 15503 Admin readonly_fields should have a hidden field contrib.admin
15498 15498 selectfilter broken when there are multiple in a admin contrib.admin
15500 15500 PATCH: Specify the session cookie expiration as a UTC date contrib.sessions
15493 15493 extras/csrf_migration_helper.py parsing improvement Uncategorized
15501 15501 CSRF middleware does not handle REST api application correctly HTTP handling
5673 5673 [enhancement] Admin interface only sort by the first ordering field in Meta class (in models) contrib.admin
15159 15159 createsuperuser can't be interrupted or suspended Core (Management commands)
15394 15394 Confused comment for STATICFILES_DIR on settings.py Uncategorized
15488 15488 Behaviour natural keys differ between json and xml serializers Core (Serialization)
15412 15412 Custom SQL fixtures appear to be loaded in the wrong order. Database layer (models, ORM)
14012 14012 Adding an User object in a popup fails contrib.admin
15404 15404 "from __future__ import unicode_literals" in "settings.py" Uncategorized
15135 15135 Default input_formats for forms.DateField not as documented Uncategorized
15344 15344 STATIC_ROOT is not considered when serving static files with staticfiles_urlpatterns Uncategorized
15375 15375 Contradiction in Form Wizard documentation Documentation
15374 15374 Polish dates being wrongly shortened. Internationalization
15384 15384 TestAppDirectoriesFinder fails in Windows Uncategorized
15382 15382 Users should be able to specify multiple email connections in their settings Core (Mail)
15380 15380 djangoproject home page browser dependent Uncategorized
7187 7187 Improved settings import Core (Other)
15377 15377 last_login should reflect real activity contrib.auth
15373 15373 Address Transactions in documentation more thoroughly Documentation
15349 15349 Bound FormSet produces bound empty_form Forms
3579 3579 remove admin's reliance on TEMPLATE_STRING_IF_INVALID set to empty string Template system
14099 14099 modelformset not using _should_delete_form Forms
15369 15369 [15120] causes NameError Testing framework
15364 15364 TestCase files.FileTests failing on Windows File uploads/storage
15355 15355 Choices on ForeignKey in Inlines not limited to the model constraints contrib.admin
15358 15358 Test GeoModelTest.test29_force_rhr redeclared GIS
15353 15353 problem with django.middleware.gzip.GZipMiddleware *.djangoproject.com
15356 15356 Possible problem with setting import in django/http/__init__.py HTTP handling
15357 15357 Duplicate pdb import in django/test/_doctest.py Testing framework
15343 15343 import of handler500 is missing in django/contrib/auth/tests/urls.py Contrib apps
15351 15351 Documentation Fix Documentation
15327 15327 TEST_USER setting has become mandatory on Oracle Database layer (models, ORM)
15348 15348 Unexpected end of svndiff input Uncategorized
12893 12893 Pagination in admins changelist doesn't use queryset set by modeladmin contrib.admin
15291 15291 Alignment issue in changelist contrib.admin
15292 15292 Useless piece of code in admin_list.py contrib.admin
15322 15322 Trivial change to AdminAuthenticationForm.clean contrib.admin
13691 13691 install instructions are unclear about creation of db tables Documentation
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
15345 15345 Model inheritance: wrong action of child_class_instance.delete() Database layer (models, ORM)
15340 15340 '{% now "D" %}' and '|date:"D"' capitalize Finnish weekday abbreviations Translations
15337 15337 cyclic import dependency when extend builtin backend Core (Cache system)
15333 15333 syncdb should use commit_on_success Uncategorized
15332 15332 Model Field "default" attribute: clarify relationship with blank and null attributes Documentation
9007 9007 Restore model examples in the new docs system Documentation
15317 15317 TransactionManagementError exception on a clean transaction Database layer (models, ORM)
15306 15306 In admin, filtering on some list_filter fields raises SuspiciousOperation Uncategorized
15311 15311 buttons in the admin changelist_view contrib.admin
15312 15312 dispatch signals may be skipped Uncategorized
15323 15323 django.db.models.Model.clean() should be independent from .clean_fields() Database layer (models, ORM)
5331 5331 URLField should add http:// if no scheme given Forms
15275 15275 Re: Use of custom SQL to load initial data in tests Uncategorized
15302 15302 DecimalField dumps string instead of Decimal Uncategorized
15282 15282 inlineformset_factory ignores overrides on base_fields when a form class is passed in Forms
6507 6507 [proposal] Create extension to Python Cookie module HTTP handling
13391 13391 Detect charset from Content-type header in the HttpResponse HTTP handling
15296 15296 Hi is very impossible Uncategorized
15254 15254 1.1.4 release notes missing from trunk Documentation
7183 7183 sessionid broken by jsession HTTP handling
6548 6548 django behind apache ssl proxy HTTP handling
11576 11576 FilterSpec and Null values contrib.admin
12646 12646 Flawed error display in admin when using fieldsets. contrib.admin
14251 14251 app-labels (still) not translated contrib.admin
15174 15174 Add a required inline on django admin contrib.admin
13709 13709 Delete action is visble if no delete permission given [PATCH] contrib.admin
15280 15280 Django validation error messages are always shown in English when running unit tests Uncategorized
15278 15278 Validation error instead of exception when path length in FileField exceeds varchar(100) or max_length Database layer (models, ORM)
15251 15251 Ajax CSRF example doesn't work as documented Documentation
15240 15240 when I combine two Q objects with | operator it ends up with AND being used in sql query. Database layer (models, ORM)
15268 15268 User.objects.get_or_create has inconsistent behavior contrib.auth
15276 15276 More configurable unresolved template variables handling Template system
15267 15267 now template tag does not recognize predefined formats Template system
9625 9625 ForeignKey data type for certain derived model fields not calculated correctly Database layer (models, ORM)
15262 15262 generic views don't populate request.POST when handling PUT Core (Other)
15253 15253 1.1.3, 1.2.4, and 1.3 release notes lack mention of Dec. 2010 security fixes Documentation
15259 15259 Django Weblog suggested workaround for XMLHttpRequest CSRF fix in 1.2.5 uses wrong jQuery selector *.djangoproject.com
15248 15248 Can not embed a comment bloc in another comment block Template system
15256 15256 FormSet does not respect initial values after binding Forms
8124 8124 Proposal: load translations from settings.TEMPLATE_DIRS Internationalization
15245 15245 Django 1.2.5 release notes do not reflect changes listed in weblog post regarding security release Documentation
15182 15182 ClearableFileInput widget doesn't encode values when render HTML Forms
13909 13909 Info on using "bare" json module in "Serializing Django Objects" Documentation
13466 13466 Replacing Authentication Backend will remove User permission checking Documentation
13451 13451 i18n - explain use of LOCALE_PATHS for translations outside of project root and apps Documentation
15239 15239 when I combine two Q objects with | operator it ends up with AND being used in sql query. Database layer (models, ORM)
13815 13815 Excluding isnull=False testing failing on reverse optional relations Database layer (models, ORM)
15116 15116 Don't ORDER BY when using .in_bulk() Database layer (models, ORM)
15200 15200 ManyToManyField combined with "|" leads to trouble Uncategorized
15134 15134 modelforms documentation appears twice in doctree Documentation
10765 10765 Problem with translations when the settings module is a folder Internationalization
15232 15232 pass parameters to include template tag Uncategorized
15222 15222 Documentation example contains an incorrect class name Documentation
15228 15228 TEMPLATE_STRING_IF_INVALID breaks admin contrib.admin
15167 15167 ModelFormSet changes the return type of ModelForm.non_field_errors() Forms
15226 15226 SelectDateWidget always renders label associated with the month field Forms
14986 14986 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14635 14635 Documentation improvement on setting up django with OpenBSD Documentation
15225 15225 Using concrete model inheritance with OneToOneField(parent_link=True) seems to be ignored Database layer (models, ORM)
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
15219 15219 'runserver' no longer accepts hostname for address:port pair arguments django-admin.py runserver
15212 15212 get_actions() always needs to return SortedDict, not list contrib.admin
14083 14083 Python module index on docs page is empty *.djangoproject.com
15094 15094 Convert STATICFILES_DIRS into a tuple if set as string contrib.staticfiles
10259 10259 Error in Mac OS X installation documentation *.djangoproject.com
9382 9382 invalid username should give more details *.djangoproject.com
7326 7326 transaction documentation on website isn't completely generated *.djangoproject.com
9009 9009 Trac should link to report views from tickets *.djangoproject.com
10856 10856 Error: Failed to load processor TracGuideToc *.djangoproject.com
14237 14237 Old version string on the download page + auto checker proposal *.djangoproject.com
13283 13283 CACHE_MIDDLEWARE_ANONYMOUS_ONLY kills anonymous caching efficiency Core (Cache system)
15192 15192 1.2/tutorial04 refers to class-based generic views Uncategorized
12919 12919 Ticket submission page should direct security issues to django-security. *.djangoproject.com
15196 15196 Documentation still says it's 1.2 Uncategorized
15191 15191 Minor grammar fix in form validation docs Documentation
15189 15189 django 1.2 docs claim auth login and logout signals Documentation
15193 15193 string indices must be integers, not str during YAML deserialization Core (Other)
14993 14993 Please make clear, that filter_horizontal pertains to m2m fields Documentation
15186 15186 dumpdata needs to load whole tables into memory to dump them Core (Serialization)
14880 14880 raw_id_fields in admin does not work when limit_choices_to dictionary has value=False contrib.admin
15183 15183 Annotation count by value always returns zero count for nulls Uncategorized
5600 5600 Patch to enhance cryptography on django.contrib.auth Contrib apps
15046 15046 "chromeframe" should be added as an alias for "MSIE" in IE fixes (fix_IE_for_attach, fix_IE_for_vary) HTTP handling
14823 14823 Unexpected behavior with core.serializers.register_serializer and unregister_serializer Core (Serialization)
14818 14818 cycle tag is not safe Template system
15041 15041 Test that the spaceless tag behaves well wrt escaping Template system
15164 15164 Filtering queryset via ForeignKey to legacy model with OneToOneField as primary doesn't evaluate primary key Database layer (models, ORM)
15153 15153 Mistake in tutorial part 4 Documentation
15163 15163 The send-mass-mail section contains a wrong example Documentation
7712 7712 UploadedFile missing readline method File uploads/storage
14038 14038 1.2 Release notes don't mention new template loader classes Documentation
14677 14677 tests.py cannot be split to package always Testing framework
15160 15160 Rev. 15285: Unhandled Exception Uncategorized
14419 14419 Make `makemessages --help` more useful Core (Management commands)
14796 14796 inspectdb producing field names which are Python keywords django-admin.py inspectdb
15155 15155 Invalid regular expression for escaping %s substitutions in sqlite backend of django 1.2.4 Database layer (models, ORM)
15150 15150 How i make forms in template. Uncategorized
14240 14240 filesizeformat should localize number Template system
15100 15100 Tests for garbage input templates Template system
8890 8890 Inline model formsets break validation for unique_together with foreign keys Forms
15036 15036 Ukrainian translation (update) Translations
14934 14934 Decimal errors not localized to LT because of dictionary interpolation Translations
14309 14309 Spanish translation on deleting objects Translations
14553 14553 es_AR language update Translations
14080 14080 Flatpages pt-br translation Translations
12926 12926 bulgarian translation for v 1.1.1 Translations
15148 15148 International Domain Name (IDN) validation not working 100% Core (Other)
15147 15147 Typo in "Managing static files" Documentation
7566 7566 dumpdata command should not use model._default_manager.all() Core (Serialization)
15133 15133 :ref: directive in docs where :doc: directive should be used Documentation
15141 15141 Falcon engine for mysql is dead it was scrapped along with MySQL 6.0 branch. Documentation
9826 9826 timesince/timeuntil output should include seconds Template system
15104 15104 Django 1.2.4 removes support for lookups that span relationships in limit_choices_to Uncategorized
15128 15128 Generic view paginator: read paginate_by from GET Generic views
15131 15131 pg_service.conf support Database layer (models, ORM)
15136 15136 Django manage.py runserver verbosity django-admin.py runserver
15137 15137 Django manage.py runserver verbosity django-admin.py runserver
15122 15122 Template-loader postmortem doesn't offer paths searched anymore Template system
9463 9463 Allow filtering on UserProfiles that are inline contrib.admin
6620 6620 manage.py syncdb does not alter database Database layer (models, ORM)
14672 14672 Admin doesn't handle new on_delete exceptions gracefully contrib.admin
15120 15120 django.contrib.staticfiles.views.serve fails in windows7 Contrib apps
15108 15108 order_by on annotate doesn't work with camelCased annotation names Database layer (models, ORM)
15115 15115 AdminSite and templates hard-code the "admin" namespace in places Uncategorized
15114 15114 module_has_submodule can report false positives Uncategorized
11445 11445 truncatewords_html does'nt correctly detect html entities. Template system
15113 15113 post_sync signal's created_models are incorrect with flush Uncategorized
15109 15109 Bad variable name in documentation? Documentation
8323 8323 British local flavor package named inconsistently contrib.localflavor
15086 15086 Django 1.2.4 on FreeBSD serious error Core (Other)
14468 14468 test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype Testing framework
15081 15081 When running tests you cannot use data that is inserted the <app>/sql/model.sql Testing framework
15068 15068 initial_data fixtures using natural keys fail in tests with multiple databases Testing framework
12861 12861 Docs lack example of how to include a custom JSONEncoder subclass into serializers.serialize() Documentation
15097 15097 User.has_profile() for use in templates when not every user can be expected to have a profile. contrib.auth
15090 15090 manage.py startapp should read default apps directory from settings.py Uncategorized
7721 7721 Mention DocumentRoot in Apache deployment docs Documentation
15085 15085 Cache arguments section uses invalid LOCATION for FileCache Documentation
15088 15088 Syntax error in documentation Documentation
6400 6400 extra() with LIKE and params breaks Database layer (models, ORM)
15054 15054 ContentTypes and proxied models Contrib apps
15082 15082 delete() does not function consistently with CharField PKs Core (Other)
15066 15066 GzipMiddleware does not work with generator-created responses Uncategorized
15056 15056 'NoneType' object is not callable (smart_unicode is None) Uncategorized
14870 14870 Do not catch all AttributeErrors in CustomRouter.allow_syncdb and friends Database layer (models, ORM)
14498 14498 Forms passed to FormWizard.process_step are not guaranteed to have clean validate data contrib.formtools
13631 13631 IntegerField has no attributes max_value and min_value (1.2 regression) Forms
15074 15074 Django as a DMS Uncategorized
2986 2986 JavaScript (dismissAddAnotherPopup) problem in TextField with newline characters contrib.admin
15073 15073 django i18n issue *.djangoproject.com
15072 15072 "Displaying a form using a template" section should containt {% csrf_token %} Uncategorized
5963 5963 Add render_to_mail to shortcuts package Core (Mail)
11434 11434 AdminInterface filter_horizontal add/remove buttons have big focus borders contrib.admin
11124 11124 ModelAdmin's has_change_permission() and has_delete_permission() methods don't examine their obj parameter contrib.admin
12642 12642 wiki:RowLevelPermissions should part of the official documentation Documentation
15065 15065 Installing django.contrib.gis causes all configured databases to use spatial DB engine Database layer (models, ORM)
15060 15060 csrftoken cookie not being sent over SSL Core (Other)
15051 15051 django.test.reorder_suite isn't a stable sort Testing framework
14491 14491 ability to place inlines between fieldsets in admin contrib.admin
15045 15045 auto_now_add is also referred to as auto_add_now Documentation
9211 9211 Objects with newlines in representation break popup JavaScript in the admin contrib.admin
14801 14801 Support for string methods with lazy translations Internationalization
14888 14888 Remove duplicated code in serializers. Core (Serialization)
14929 14929 Move doc-comment for gzip decorator HTTP handling
12295 12295 A formset with no forms does not call self.clean() when self.is_valid() is called. Forms
15037 15037 Error Documentation
15038 15038 Error Documentation
15031 15031 I need an alternate ID field with built in validation. Uncategorized
15028 15028 1.2.4 breaks queryset.extra(select={'__double_underscore_field': ...}) Database layer (models, ORM)
15019 15019 register_models is registering models from apps that are not installed Database layer (models, ORM)
15014 15014 URLField validator regex does not allow valid domain name Database layer (models, ORM)
15022 15022 contrib.auth.User email field length is insufficient for Facebook proxy email addresses contrib.auth
15009 15009 Generated sql for "or"-ing two filters over multiple joins is wrong Database layer (models, ORM)
5567 5567 Add a "last" template filter Template system
15017 15017 Can't use dumpdata to output non-ASCII data Core (Serialization)
15011 15011 An improvement of GenericForeignKey which behaves badly in some a bit uncommon but possible situations Contrib apps
11414 11414 Calendar popup outside popup window in admin contrib.admin
8077 8077 Add ability to disable signals one a per-object-per-event basis. Core (Other)
10078 10078 Document use of locales in management commands Documentation
15006 15006 Tab character in code Uncategorized
15002 15002 Title casing Documentation
14474 14474 Unnecessary deepcopying of QuerySet inside filter() method results in slower execution Database layer (models, ORM)
14969 14969 To have a way to modify third part model classes Database layer (models, ORM)
15000 15000 IRC logs 404 *.djangoproject.com
14971 14971 Exclude by annotation works as OR rather than AND Database layer (models, ORM)
15001 15001 Cannot change title in Databrowse Template system
14940 14940 New generic class view CreateView execute form.save() with no arguments Generic views
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
14889 14889 Usability improvement to csrf_migration_helper Uncategorized
3785 3785 admin does not valid object id values before using them in database queries contrib.admin
6352 6352 Admin interface should provide option for allowing the admin to specify the location of the file using a relative path. Currently it only allows the admin to upload a file. contrib.admin
13307 13307 documentation for 'Generic relations in forms and admin' is incorrect, or at least misleading Documentation
10937 10937 Recommendation of mod_wsgi is incompatible with apache-authentication technique described in docs Documentation
14991 14991 SQL injection in quote_name() Database layer (models, ORM)
14856 14856 Cleanup of ForeignKey.db_type Database layer (models, ORM)
14814 14814 Check for file binding in FieldFile.delete() Database layer (models, ORM)
14882 14882 copy as request param is incorrectly parsed Core (Other)
14966 14966 ValueError: Incorrect timezone setting: Amsterdam/Netherlands Core (Management commands)
14701 14701 Meta attributes from abstract class Database layer (models, ORM)
14673 14673 MultipleHiddenInput unbound form Forms
14657 14657 Extra select fields are merged into 'GROUP BY' Database layer (models, ORM)
14651 14651 ignored field index creation for fields with unique=True and db_index=True Database layer (models, ORM)
14649 14649 .save_m2m() will override any Many-to-Many relationships created via signals/save method overloading. Forms
14595 14595 DATABASE DeprecationWarning includes new syntax. Database layer (models, ORM)
14992 14992 Template recursion Template system
13912 13912 mod_wsgi documentation uses an erroneous example of AliasMatch Documentation
14505 14505 Multiple Namespaces and reverse lookup does not work as advertised. Core (Other)
14500 14500 Cookie not set in IE and no error message in login form contrib.auth
14420 14420 Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted Forms
14418 14418 lazy instances are not resolved to string when used as Exception value Uncategorized
14437 14437 Allow force_insert for fixtures loading. Core (Serialization)
14989 14989 Allow serializers to non ovewrite fixtures objects if they are marked as non overridable Core (Serialization)
14591 14591 UnicodeDecodeError when trying to render the label of a field contrib.admin
12469 12469 get_urls docs in ModelAdmin can be extended Documentation
10447 10447 feedgenerator will raise exception if we set locale. contrib.syndication
14987 14987 Date filter options inconsistant and out of order Documentation
14842 14842 Indent the Model Meta Options Documentation
13452 13452 Document workaround for regroup tag and CHOICES fields Documentation
14331 14331 Clarify where to append sys.path.append in mod_wsgi docs Documentation
14712 14712 Example for post_syncdb signal. Documentation
12193 12193 Add details to the i18n documentation for translation of model classes (relations and methods) Documentation
13961 13961 i18n documentation should specify how to include a reverse url lookup in a {% blocktrans %} tag Documentation
13921 13921 Inconsistent get_internal_type on official models' fields Database layer (models, ORM)
14277 14277 Error in documentation for mod_wsgi Documentation
14371 14371 Select related and parents Database layer (models, ORM)
14350 14350 Please add a login method to the test Client that doesn't depend on passwords Testing framework
14347 14347 Add required_if field to model fields Database layer (models, ORM)
14339 14339 Enable testing when you can't create/destroy databases Testing framework
14918 14918 Password reset with e-mail OR username contrib.auth
14724 14724 Auth Password Reset View depends on Integer user ID, contrib.auth
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)
13817 13817 Error message when cache.set has trouble. Database layer (models, ORM)
14981 14981 Small enhancement to User.last_login timezone handling (version 1.3.0 beta 1) contrib.auth
14983 14983 request.user.username displays nothing str(request.user) displays 'paul' contrib.auth
11496 11496 max_value validation is inconsistant Documentation
14979 14979 Password reset stopped working in 1.2.4 Uncategorized
14320 14320 MySQL documentation needs to note lack of support for timezone info... Documentation
14839 14839 django admin and user model inheritance Uncategorized
12313 12313 Mention some cautions in section overriding delete() Documentation
14890 14890 Copy edit error on http://docs.djangoproject.com/en/1.2/intro/tutorial03/ Documentation
14957 14957 doc nit: slug_field not required Documentation
14949 14949 Admin inlines not saving on "Save As New" contrib.admin
14963 14963 The Flatpages app does not resolve child models Contrib apps
14962 14962 Cannot load admin interface static files when doing tutorial Uncategorized
14927 14927 Typo in trunk's documentation for ``managed`` Meta option Documentation
7334 7334 URLField validator does not allow non-ASCII-Domains Validators
14953 14953 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14946 14946 Form wizard doesn't process last form contrib.formtools
14944 14944 Saving a model which refers to unexistent models does not spit any errors Database layer (models, ORM)
14937 14937 US localflavor postal abbreviations contrib.localflavor
10308 10308 us_states.STATE_CHOICES is missing AA, AE, AP, MH, PW contrib.localflavor
14936 14936 New "render" shortcut docs use "mimetype" instead of "content_type" Uncategorized
10154 10154 allow the combination of an F expression with a timedelta 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)
14900 14900 Allow override of Admin paginator. contrib.admin
14923 14923 Typo in documentation of predefined loggers (django.request) Documentation
14922 14922 Failure with spatial queries spanning a foreign key join GIS
14655 14655 formsets should be iterable Forms
14676 14676 removetags is case-sensitive Documentation
13877 13877 More documentation needed on exceptions in middlewares Core (Other)
14915 14915 remove quotes around 'django.contrib.auth.views.login' Documentation
14914 14914 Let to_python (in custom db field) know the connection being used in multi-db environment Database layer (models, ORM)
14907 14907 Document the settings affecting csrf cookie Documentation
14869 14869 The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case Internationalization
14146 14146 Incorrect query being generated by .exclude() in some inheritance cases Database layer (models, ORM)
14902 14902 Won't delete files with accents (or other unicode characters) Core (Other)
14848 14848 model verbose name Documentation
14901 14901 Typo in class-based views paginator doc. Documentation
14899 14899 'ModelFormOptions' object has no attribute 'many_to_many' Forms
5425 5425 Incorrect plurals in admin pagination template contrib.admin
13726 13726 Javascript translated string catalog is empty when settings.LANGUAGE_CODE is "fr" and session variable language_code is "en" Internationalization
12735 12735 django shell is broken with IPython 0.11.x (bzr.r1219) Core (Management commands)
14892 14892 python manage.py shell Core (Other)
14158 14158 SelectMultiple _has_changed assumes data and inital are in same order Forms
14144 14144 ModelMultipleChoiceField doesnt check validators Forms
11470 11470 admin.ModelAdmin.message_user only documented in a code sample. Documentation
14875 14875 release notes for 1.2 wrong about email_re Documentation
14759 14759 Updated widgets doc. Documentation
14884 14884 Visible form <input>s and <textarea> should use the "required" attribute Forms
14883 14883 EmailField should be of type="email" Forms
14369 14369 TEMPLATE_STRING_IF_INVALID settable per template rendering Template system
14866 14866 select_related create multiple copies of the same object Database layer (models, ORM)
13805 13805 Unable to use .raw() in multi-db environment Uncategorized
14855 14855 Tweak reST in new TemplateResponse docs Documentation
12815 12815 Add a lazy TemplateResponse Core (Other)
14853 14853 GET parameter in docs for auth.logout incorrect (next_page = next) Documentation
14852 14852 django.utils.log is incompatible with Python <= 2.5 Uncategorized
14851 14851 rev14844 breaks Django completely Core (Other)
14847 14847 dumpdata sends output to stderr, not stdout Uncategorized
14840 14840 Add class links to related object referfence Documentation
14837 14837 field based custom ordering Database layer (models, ORM)
14838 14838 django admin: a staff memeber can delete itself Contrib apps
14841 14841 Add/fix xrefs in topics/db/models Documentation
13162 13162 Little error in "the file object" documentation Documentation
11597 11597 Documentation for File object is misleading Documentation
12865 12865 There is information about module that holds File in the File object reference. Documentation
5481 5481 ChoiceField/ModelChoiceField always returns strings, regardless of type in choices Forms
13977 13977 Indeterministic PicklingError Core (Serialization)
14022 14022 context_processors debug() Fails with no DB Backend Core (Other)
14120 14120 [patch] Document ``get()`` in Making Queries Documentation
12407 12407 "call_command" is not documented Documentation
12201 12201 django-admin.py makemessages could show the line number when it fails Internationalization
12812 12812 Inheriting from comments breaks comment moderation contrib.comments
14095 14095 Objects not saved when readonly_fields is set for inline admin contrib.admin
14484 14484 database router ignored on Manager.get() Database layer (models, ORM)
14666 14666 Ability to control the order the column in Models when mapping to the sql Database layer (models, ORM)
14311 14311 Improve django.template.defaultfilters.title Template system
14075 14075 ManyToMany relationships create circular references Database layer (models, ORM)
13850 13850 Make handle_uncaught_exception() more easily patch-able Core (Other)
14169 14169 Improve TemplateSyntaxError for invalid block tags Template system
13818 13818 Check Child IDs before creating parent IDs Database layer (models, ORM)
12158 12158 Strange Swedish translation of "Go" Translations
14764 14764 Docs and code disagree on return type of Users.get_all_permissions() Uncategorized
14828 14828 what is the truc for installation on mac os10.6 Uncategorized
14826 14826 Accentuated filename upload File uploads/storage
14417 14417 UnicodeDecodeError exception in recent actions contrib.admin
11161 11161 Added plural rules for supported languages Internationalization
9333 9333 Add Django-localeurl to the translation/i18n documentation Internationalization
9568 9568 admin/login.html should contain empty nav-global block contrib.admin
14813 14813 Order of fieldnames in exclude= (inside ModelForm) can mess things up Forms
14747 14747 parse error on HTTP_IF_MODIFIED_SINCE header Core (Other)
14815 14815 app "labels" are ambiguous and cause bugs in manage.py Core (Other)
1002 1002 Add an option model name arg to [modelmodule] commands Core (Management commands)
14777 14777 The "Generating CSV" doc should mention Unicode issues. Documentation
14775 14775 Backport r13772 Documentation
14804 14804 Update "humanize" docs Documentation
14561 14561 Missing step in tutorial Documentation
11152 11152 Some classes missing in documentation (Template docs) Documentation
14762 14762 documentation does not document ContentFile Documentation
14791 14791 Clarify additional note on save() Documentation
14798 14798 Clarification on Generic Views Documentation
14790 14790 Fix reST in 1.0 porting guide. Documentation
14785 14785 Fixes to middleware docs Documentation
14794 14794 Modify python path link broken Documentation
14789 14789 Remove unused link from install docs Documentation
14784 14784 Fixes to the files documentation Documentation
14783 14783 Fixes to the email documentation Documentation
12248 12248 django.template.__init__ code should move to avoid circular imports Template system
14782 14782 Fixes to the cache documentation Documentation
14730 14730 Translation Mistake. MN Translations
14781 14781 Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX" Documentation
3304 3304 [patch] Support "httponly"-attribute in session cookie. Core (Other)
14778 14778 {load} for all child templates Template system
14780 14780 Fix quoting in class based views reference Documentation
14715 14715 Uninformative ValueError in django/utils/_os.py Uncategorized
14779 14779 Documentation Correction Documentation
14114 14114 Opera 10.61 - admin, collapse don't work contrib.admin
13945 13945 [Enhancement] Better diagnostics when view returns rendered SafeUnicode Uncategorized
13955 13955 capitalization of ForeignKey contrib.admin
13625 13625 FORCE_SCRIPT_NAME bug Core (Other)
1051 1051 Add support to set search_path in PostgreSQL Database layer (models, ORM)
14767 14767 Formatting tweaks to DB optimization doc Documentation
8414 8414 multiple sites on one memcached Core (Cache system)
14763 14763 Documentation doesn't provide any information about blocktrans tag in the Internazionalization section Documentation
6739 6739 How to add symbolic links in Windows Vista Documentation
14424 14424 rel_to undefined in init scope of RelatedFieldWidgetWrapper contrib.admin
14754 14754 TypeError: '[some aggregate function]' object does not support indexing Database layer (models, ORM)
14742 14742 Allow each action to decide default value for select_across contrib.admin
14717 14717 Connection error not handled Uncategorized
11418 11418 formset.cleaned_data raises AttributeError when is_valid is True Forms
14453 14453 typecast_timestamp in db.backends.util gives incorrect behavior Database layer (models, ORM)
14741 14741 CZ Localflavor clean() incorrectly calls parent __init__ contrib.localflavor
11841 11841 Allow subclasses of AdminSite to overwrite all admin templates contrib.admin
13804 13804 URLField validation fails with "://" on the path and no scheme Forms
4552 4552 Tidy up "for" tag Template system
14740 14740 CZ Localflavor clean() incorrectly calls parent __init__ contrib.localflavor
14637 14637 There may an Internationalization bug in Forms Translations
14727 14727 Documentation Corrections Documentation
14734 14734 problem with postgresql views (psycopg2) Database layer (models, ORM)
14569 14569 Date field expression raw query returns unicode instead of datetime object in sqlite Database layer (models, ORM)
14059 14059 ForeignKey Field validates using the default database rather than the current model instance's database Forms
13351 13351 The notes for Oracle in the django database documentation may need to draw attention to the "threaded" option Documentation
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)
14732 14732 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
12653 12653 add Meta option when working with multiple databases Database layer (models, ORM)
14728 14728 More generic text about missing .py extension on commands Documentation
14234 14234 Validation bug when using ModelForms Forms
14725 14725 Prevent 1406 error during syncdb by extending name length in auth_permission table. Uncategorized
14726 14726 how to get an empty formset in a formwizard? Forms
10901 10901 auth.contrib silently catching TypeError contrib.auth
13291 13291 Allow `color_style()` and `parse_color_setting()` to be used with custom colour palettes. Core (Management commands)
14723 14723 @last_modified should ignore lack of etag method when USE_ETAGS is enabled Uncategorized
14719 14719 Different attributes for DateInput and TimeInput in SplitDateTimeWidget Forms
14714 14714 Refactoring BaseHandler and company for DRYness Core (Other)
7077 7077 Provide a fallback for pwd Contrib apps
14713 14713 Document that resolve() can raise Http404 Documentation
14257 14257 Remove isValidIDList from ManyToManyField in django/db/models/fields/related.py Database layer (models, ORM)
14423 14423 Wrong SQL on exclude with inheritance Database layer (models, ORM)
14450 14450 Simple but powerfull patch to make application name localizable contrib.admin
8104 8104 IntegerField max_value & min_value errors require a %s Forms
8670 8670 auth add_view should accept extra_context contrib.admin
14706 14706 Stray tick in 1.3 release notes Documentation
14691 14691 foreign key validate() fails for non-default databases Database layer (models, ORM)
14683 14683 FormWizard done() method doesn't get the last form in form_list contrib.formtools
14443 14443 Oracle backend returns wrong test database name Database layer (models, ORM)
14687 14687 Proxy model inheritance and DoesNotExist exception Database layer (models, ORM)
14566 14566 Multiple database issue v1.2.3 - Django reading the wrong database Database layer (models, ORM)
14622 14622 ValuesListQuerySet used with a foo__in filter breaks in SQL generation Database layer (models, ORM)
14696 14696 Wrong code colouring Documentation
5273 5273 'None' value doesn't show up in related field filter contrib.admin
13720 13720 response_change does not consider _popup=1 when saving contrib.admin
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14690 14690 {% block %} defined in {% included %} page isn't 'repleacable' Template system
14689 14689 AUTH_USER_PROFILE setting not parsed correctly. Contrib apps
14536 14536 Incorrect syntax about using OPTIONS for changing the database engine Documentation
13706 13706 dbrouter uses wrong database on many2many addition Database layer (models, ORM)
14522 14522 !ModelMultipleChoiceField returns list for no data submitted Uncategorized
7859 7859 don't show hiddenfields labels nor help_text in admin contrib.admin
14564 14564 case insensitive unique_together Database layer (models, ORM)
14613 14613 sql custom bug Core (Other)
14014 14014 Admin Add user view: Clicking 'Save and add another' button still shows extended user detail form contrib.admin
14669 14669 Remove unwanted words from i18n docs Documentation
14668 14668 apps def unicode->error Uncategorized
14508 14508 Test suite silences warnings Testing framework
14647 14647 ModelForm fields' non-uniqueness errors aren't customizable Forms
13067 13067 make bulk-deletion lots faster Database layer (models, ORM)
14599 14599 delete() is not documented on 'QuerySet API reference' page Documentation
10829 10829 QuerySet.delete() attempts to delete unmanaged models. Database layer (models, ORM)
14654 14654 Cannot make documentation in single HTML file format Documentation
14650 14650 Error in SlugField documentation Documentation
14644 14644 UserManager has no method active() contrib.auth
4979 4979 Admin does not allow removal of an image from an ImageField after it has been set, even if null=True and blank=True contrib.admin
14636 14636 Bad link on localization page Uncategorized
8325 8325 User Authentication Tutorial has incorrect redirect_field_name value Documentation
14627 14627 Add example for URLconfs for how to concatenate calls to patterns() when composing urlpatterns to allow for URLs not associated with polls.views Documentation
14625 14625 Docs on logging should emphasize that file logging is not multiprocess save Documentation
14624 14624 Old Cache Middleware mentioned Documentation
14630 14630 Oracle test tablespace disk datafile not big enough for running full Django test suite Testing framework
14629 14629 Typographic and Linguistic Corrections Documentation
14621 14621 Non-informative error when URL is not properly configured Uncategorized
14620 14620 django.utils.translation.get_language doesn't use settings Core (Other)
14616 14616 Recommend a leading underscore on module-level loggers in docs Documentation
14619 14619 Type-o in "Sending e-mail" documentation Documentation
11966 11966 Error: errors happened while running xgettext over template file with a literal that contains '%' Internationalization
6476 6476 Allow make-messages.py to pass --no-wrap to xgettext and family Internationalization
14318 14318 Add GEOSGeometry.valid_reason GIS
10859 10859 Make text not marked for translation stick out Internationalization
11686 11686 Support for gettext's contexts Internationalization
14607 14607 Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly Uncategorized
14598 14598 Use example.com for example domains. Core (Other)
14584 14584 PASSWORD_RESET_TIMEOUT_DAYS is not documented Documentation
13772 13772 'exists' parameter for pre_save signal Database layer (models, ORM)
13503 13503 Documentation for "Custom permissions" is misleading Documentation
14588 14588 Changed behaviour of middlewares after [14393] Core (Other)
14590 14590 a small bug in template debug page Template system
14583 14583 EmailField rejects valid emails if followed by trailing whitespace Forms
14565 14565 No csrf_token on 404 pages Uncategorized
14231 14231 Missing index on expire_date in Session model contrib.sessions
14554 14554 BaseDateListView.get_dated_items should raise NotImplementedError Generic views
14578 14578 Typo in documentation for Proxy models Documentation
14577 14577 "must should" in `FileUploadHandler.file_complete` docstring Uncategorized
14398 14398 runfcgi umask option should use literal value Core (Management commands)
14575 14575 Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms Documentation
14425 14425 Unused imports in contrib.admin contrib.admin
9103 9103 django.contrib.admin is not listed on http://docs.djangoproject.com/en/dev/modindex/ *.djangoproject.com
7282 7282 Integrated ldap for contrib.auth Contrib apps
13731 13731 Missing docs how to emulate "ON DELETE SET NULL" Documentation
11565 11565 Rate Limit Error Emails Core (Other)
4996 4996 runserver as daemon django-admin.py runserver
14047 14047 CommonMiddleware documentation tweak Documentation
10545 10545 Developing custom tag - setting context is missing a limitation Documentation
14552 14552 Suggestion for a slightly better explanation of custom template tags Documentation
14551 14551 typo in auth-remote-user Documentation
14535 14535 Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script Database layer (models, ORM)
14547 14547 Get Involved via IRC: Mibbit/Freenode not friendly with each other *.djangoproject.com
14541 14541 wording fix for LANGUAGES description in Settings documentation Documentation
14537 14537 Validators documentation page doesn't say where to import validators from Documentation
14173 14173 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14463 14463 "See allowed date format strings" Is not linked Documentation
14085 14085 DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings Documentation
14539 14539 Documents maybe out-of-date Uncategorized
14542 14542 Short model names break Uncategorized
14530 14530 specify if new translations to django core can be made in project directory Documentation
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14532 14532 django.views.generic.list_detail.object_list behavior with callables in extra_context Uncategorized
14513 14513 Ordering Check in django/core/management/validation.py Database layer (models, ORM)
14525 14525 Bug - exception in messages.info(), etc when using unicode characters. Contrib apps
14520 14520 Regression in test speed, and memory usage Testing framework
14521 14521 Camel case used for mthods' names Uncategorized
14477 14477 minor typo in the examples of m2m_changed signal Documentation
14482 14482 better documentation of flow of save in admin Documentation
12669 12669 Return different HttpResponse from direct_to_template Generic views
14432 14432 Tutorial import line missing (tiny correction) Documentation
14510 14510 Django admin doesn't consider settings.LOGIN_REDIRECT_URL Contrib apps
14509 14509 Changeset 14293 broke static media serving when settings.DEBUG = True Contrib apps
14495 14495 get_success_url raises ImproperlyConfigured with wrong message in some class based generic views' mixins Generic views
14407 14407 ManyToManyRawIdWidget.value_from_datadict is inexplicably complicated and can be simplified contrib.admin
14167 14167 Using Instances in Generic Create/Update/Delete Generic views
6372 6372 archive_week generic views should default allow_empty to False Generic views
6603 6603 QuerySet in extra_context should be handled automatically Generic views
8525 8525 Generic views should automatically set Last-Modified header Generic views
9309 9309 keep generic views template_loader arguments consistent Generic views
10457 10457 date_based view archive_today should update kwargs for month/day_format Generic views
10840 10840 URL fetching for AJAX libraries Generic views
7189 7189 context_processors in direct_to_template Generic views
8378 8378 Generic views cache-like behavior Documentation
13753 13753 Generic views don't redirect to an URL name, like django.shortcuts.redirect does Generic views
13953 13953 Generic CRUD views: support for callable in post_ACTION_redirect Generic views
14488 14488 Class based views docs patch Documentation
14479 14479 Punjabi (pa) Translation to add project Translations
12074 12074 Added as_p and as_ul output for formsets. Forms
14126 14126 blocktrans count is parsing incorrectly Translations
14429 14429 Updated German translation Translations
14307 14307 Document form ChoiceField tuple Documentation
14480 14480 mysql and Django Uncategorized
14475 14475 Broken link on http://docs.djangoproject.com/en/1.2/ref/forms/fields/#choicefield Documentation
14376 14376 Localflavors documentation for BRCPFField and BRCNPJField Documentation
14469 14469 id localflavor tests are breoken since r14196 Uncategorized
14379 14379 formset.is_bound returns False for ModelFormsets created with queryset as argument Forms
11273 11273 Tutorial - Part 2 should note the first appearance of curly brackets Documentation
10093 10093 Table of Contents should show two levels Documentation
8711 8711 Add documentation about deploying Django under SCGI and AJP Documentation
14457 14457 Possible error in settings.py description Documentation
14119 14119 fields_for_model returns all fields when fields parameter is the empty tuple Forms
14017 14017 Wrong comment in django.contrib.admin.options log_deletion contrib.admin
14452 14452 Need help understanding why the below is happening. Forms
13811 13811 Unique checks in model formsets do not ignore null values Forms
5171 5171 postgresql_psycopg2 backend registers psycopg2's UNICODE extension, which can cause interference if Django is not the only component using psycopg2 Database layer (models, ORM)
14227 14227 Modify contributing docs to mention the 'easy-pickings' keyword in triage Documentation
14441 14441 Oracle list limit exceeded with __in filters Database layer (models, ORM)
14440 14440 Conversion of mail tests from doctest to unittests Testing framework
10235 10235 contrib.sitemaps doesn't support RequestSite Contrib apps
12484 12484 Document that cmemcache is definetly not thread safe Documentation
14435 14435 postgis and NoSQL for postgre version 9.1 postgreQUEL Uncategorized
14392 14392 Inconsistency for "creating forms with models" Documentation
14430 14430 create superuser rejects @ symbol in username contrib.admin
14058 14058 Add a link to db-specific options Documentation
8893 8893 1.0 conversion guide doesn't mention url prefix change in attaching .js files to admin views Documentation
14228 14228 APPEND_SLASH behaviour should be documented better Documentation
13927 13927 Problem in tutorial on how to start a project - command does not work on Ubuntu Documentation
14010 14010 mention DYLD_LIBRARY_PATH in macosx installation instructions Documentation
14428 14428 Doesn't work with CSRF in DJango 1.2+ Uncategorized
10611 10611 Doc TOC becomes invisible during scroll down Documentation
14427 14427 Add options to runtests.py to discover test pairings that fail Testing framework
14074 14074 RFE: "Best of both worlds" for short and long? Documentation
14255 14255 Factoring mysite out of tutorial imports Documentation
13279 13279 Documentation that needs a small expansion Documentation
12088 12088 Make the test Client class variable in TransactionTestCase Testing framework
12872 12872 Removal of unused template_validator-related code contrib.admin
14416 14416 ImageField forms require an enctype, not documented Documentation
14274 14274 Document the fact that running tests with warnings on is a good step before an upgrade/good practice Documentation
14375 14375 Typo in formfield documentation Documentation
14383 14383 Capitalization of reStructuredText (reST) Documentation
14421 14421 Fix the English on an internationalization doc page Documentation
14225 14225 Documentation website showing "dev" documentation instead of "1.2" Documentation
14381 14381 small improvement in db.utils.ConnectionRouter.__init__ Database layer (models, ORM)
14422 14422 Fix the English on an internationalization doc page Documentation
7722 7722 EMail Message with CC - Carbon CopyFixed patch Core (Mail)
5590 5590 JSON encoding fails on Promise (result of gettext_lazy) Core (Serialization)
11297 11297 In admin, no always EMPTY_CHANGELIST_VALUE is used when item value is None contrib.admin
14409 14409 Typo in /internals/documentation Documentation
14397 14397 Missing ending quotation in logging documentation Documentation
14404 14404 Typo in Logging section of Docs Documentation
13881 13881 Sitemaps are broken by L10N Contrib apps
13118 13118 Multiple(minimum 36) queries when opening user page in django admin contrib.admin
14377 14377 Add site to the context of the logout view contrib.auth
10608 10608 Support RequestSite along with Sites.objects.get_current() in contrib Contrib apps
13092 13092 ContextList objects do not support "in" operator Testing framework
14327 14327 Custom Manager not honored in related queries Uncategorized
14393 14393 'Add Another' link appears next to ForeignKey field when user has no permission. contrib.admin
13999 13999 include tag should support compiled template. Template system
3233 3233 manage.py reset fails to handle valid sql file Core (Management commands)
2407 2407 CGI Support for django Core (Other)
14346 14346 Url patterns double slash // problem HTTP handling
13974 13974 saving object with multi-table inheritance is not transactional by default Database layer (models, ORM)
13979 13979 Django manage.py doesn’t work with IPython Core (Management commands)
13938 13938 django.test.Client response has wrong request type Testing framework
13916 13916 DecimalField min_value does not enforce use of decimal.Decimal type Forms
5365 5365 sqlite3+DateField: field__year doesn't work. Database layer (models, ORM)
14295 14295 Saving an object with a custom manager results in IntegrityError Uncategorized
5938 5938 test.Client.login_user(user_instance) Testing framework
14135 14135 Admin ignores to_field on ForeignKey Uncategorized
14380 14380 Form provided by modelform_factory fails when using fields attribute Forms
10215 10215 Dont rollback transaction on errors in management/loaddata in "non-commit" mode. Core (Other)
14364 14364 Admin add form, element focus script not working because of wrong id contrib.admin
14281 14281 Small documentation fixes after djangocon 2010 sprints commit-fest Documentation
14367 14367 Please add as_p() to form fields Forms
3298 3298 max_age doesn't work on mobile phone Contrib apps
6534 6534 Add min_choices and max_choices Forms
9194 9194 Allow additional hashing algorithms for passwords contrib.auth
6827 6827 [Feature] Allow contains to work with lists Database layer (models, ORM)
14361 14361 problem with logging Uncategorized
6994 6994 Files created by FastCGI server are world-writable Core (Management commands)
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
14182 14182 CsrfViewMiddleware makes modification of the upload handlers impossible File uploads/storage
14352 14352 MANIFEST.in refers to non-existant files Uncategorized
14351 14351 Test failure in requests test Core (Other)
14053 14053 django.utils.formats.localize() misses support for long Internationalization
13596 13596 Ukrainian pluralization rules Internationalization
14345 14345 urlify.js missing maps for Serbian language letters Internationalization
14280 14280 Duplicate deepcopy import in django/db/models/query.py Database layer (models, ORM)
13827 13827 Remove a bunch of unescesary calls Uncategorized
14271 14271 Admin media tests assume absolute path from module.__file__ Testing framework
14122 14122 Documentation for yesno filter is lacking Documentation
12544 12544 Bogus If-Modified-Since header causes 500 in django.views.static.serve HTTP handling
13600 13600 OverflowError not caught in django.views.static.serve HTTP handling
14344 14344 Duplicate view name does not raise an error Core (Other)
7535 7535 django.views.static.serve does not properly set Content-Encoding header Generic views
14340 14340 Ordering ModelAdmin form fields contrib.admin
14313 14313 wrong display of field title in admin contrib.admin
14335 14335 add ability to only test specific apps Testing framework
14333 14333 Template Ternary Operator Template system
12392 12392 Create_object generic view does not provide a way to pre-populate a form with dynamic data Generic views
14328 14328 Table name with CAPs symbols. DatabaseError: column... Database layer (models, ORM)
14326 14326 packages not properly decoupled from project in tutorial Documentation
13747 13747 Post 1.2 Development code wrongly included in 1.2 doc on Custom Management Commands Documentation
14324 14324 Django not rotating logs Core (Other)
14323 14323 ModelChoiceField does not catch ValueErrors in to_python() Core (Other)
12019 12019 @cache_page with no args causes IndexError Core (Cache system)
14321 14321 IPAddressField inserted as empty string although null=True Database layer (models, ORM)
14314 14314 Import error on installation of Django 1.2.3 Uncategorized
14316 14316 GeoModelAdmin forms have error on GeometryField GIS
13057 13057 Missing validation of child models Database layer (models, ORM)
14304 14304 Problem with locale Internationalization
14302 14302 models.BooleanField returns integer Database layer (models, ORM)
12196 12196 EmailField reject this email address tosha...99@gmail.com Forms
14107 14107 Problem with non-null fieds using Oracle Backend Database layer (models, ORM)
13436 13436 oracle startswith etc fails Database layer (models, ORM)
13835 13835 enhancements in django.db.models to get info about additional tables Database layer (models, ORM)
14293 14293 Sitemaps url priority with French local Generic views
9349 9349 Support for fixed Char database field Database layer (models, ORM)
14254 14254 More tests for storage backends File uploads/storage
14252 14252 django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL Contrib apps
12965 12965 unordered_list template filter fails when given a non-iterable second item in a two item list Template system
11771 11771 Support filtering by non-database (queryset) fields in the admin contrib.admin
7949 7949 Better wording/layout for documentation detail pages on how to get help / submit tickets *.djangoproject.com
14265 14265 Tag the 1.2.3 release in the repository Uncategorized
14278 14278 sqlite3 backend and django 1.2.3, bug: «no such table» Database layer (models, ORM)
14285 14285 Calling reverse() on order_by('a', 'b') produces order_by('-a') Database layer (models, ORM)
14275 14275 Russian file name file in upload File uploads/storage
13966 13966 sqlite orm problem with dates Database layer (models, ORM)
9598 9598 ` contrib.auth
11023 11023 replace distutils by setuptools Uncategorized
11300 11300 No way of customizing from email for password resets contrib.auth
11213 11213 Test to show as_hidden() SplitDateTime widget works Forms
10903 10903 Docs: Accessing method calls from templates Documentation
13548 13548 'max_age' without 'expires' pitfall: IE doesn't support cookie's max-age HTTP handling
5848 5848 post_syncdb signal callbacks: argument 'created_models' is sometimes a list, sometimes a set Core (Other)
11633 11633 Stop requiring DJANGO_SETTINGS_MODULE when using settings.configure Core (Other)
1820 1820 Autogenerated ManyToMany fields can generate too long identifiers for mysql to handle Database layer (models, ORM)
5767 5767 EmailField should render as a mailto anchor in admin list page contrib.admin
5638 5638 Non-Western person names Internationalization
5606 5606 urlize filter should recognize only the characters which URL RFC specifies. Template system
5392 5392 [newforms-admin] - hooks for template names contrib.admin
14239 14239 Form input button embedded in <a /> crashes Django server HTTP handling
5309 5309 [Patch] Marking instances as db-stored via is_stored Database layer (models, ORM)
5304 5304 timezone aware datetime causes error when saving on mysql Database layer (models, ORM)
5048 5048 Allow TypeError exceptions to propagate in templates Template system
5065 5065 Add a post_reset signal to "manage.py reset <app>" Core (Other)
4311 4311 urlresolvers.resolve and friends should return the name they resolved to. Core (Other)
4238 4238 django.views.generic.simple should have a method to redirect to the absolute_url() of an object Generic views
13390 13390 Using AdminSplitDateTime and clean method in DateTimeField Forms
4031 4031 Translate to a specified language (not necessarily the current session language) Internationalization
6290 6290 profanity filter Contrib apps
5421 5421 Add "db_select" hooks for database Fields Database layer (models, ORM)
5297 5297 Backwards incompatibility introduced in [5091]: obj.has_key(x) -> x in obj Template system
5293 5293 adding sql functions to order_by clause handling Core (Other)
5023 5023 Tighten security around generic views Generic views
4794 4794 Use CSS :target pseudo class *.djangoproject.com
4196 4196 [patch] Use select_related() when retrieving a user profile Contrib apps
3620 3620 test suite aborts with mysql 4.1 Core (Management commands)
2616 2616 Add DB API support for lookup against IP address fields Database layer (models, ORM)
7815 7815 Let Context handle include, extends and inclusion_tag template loading Template system
3169 3169 A template tag for listing/linking to nearby pages in pagination should be provided. Template system
9966 9966 Generic view "redirect_to" to carry existing query string Generic views
8765 8765 mod_python handler requires explicit str() cast for HttpResponse(mimetype=...) HTTP handling
14008 14008 GeoDjango subquery fails with bad quoting GIS
14125 14125 'Safe strings' are not force-escaped on development 500 page Uncategorized
6453 6453 Explicitly requested fields (i.e. Meta: fields = [...]) should be included in a ModelForm whether they are editable or not Forms
14235 14235 UnicodeDecodeError in CSRF middleware Forms
13942 13942 ModelChoiceField fix to_field_name fix Forms
4748 4748 contrib.auth: Increase length of names of permissions contrib.admin
11770 11770 Allow login_required to specify login_url like user_passes_test contrib.auth
3415 3415 django allows invalid TIME_ZONE in settings.py Uncategorized
14245 14245 django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball Uncategorized
14142 14142 Improvement (?) on tutorial part 3 Documentation
12016 12016 timefield's are showing as "(None)" in the list_display of the admin interface when time is set to 0:00 contrib.admin
14246 14246 aggregation_regress tests don't run on Postgres that supports StdDev Uncategorized
2975 2975 [patch] parseDateString function in dateparse.js return wrong date for '2006-12-31' contrib.admin
14072 14072 Django SVN repo: Perms for translators (django/conf/locale) not set up for releases/1.2.X branch *.djangoproject.com
13356 13356 EmptyResultSet when using annotation and empty filter Database layer (models, ORM)
14247 14247 [regression in 1.2.2] 'forms' test failure in 1.2.X Testing framework
14250 14250 FileBasedCacheTests.test_cull test failure Core (Cache system)
14243 14243 defer and only are not respected by values and by valuest_list() Database layer (models, ORM)
14242 14242 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14032 14032 CSRF cookie value is marked as safe and inserted in the HTML unchecked Core (Other)
13930 13930 Serialize PKs using the natural key Core (Serialization)
14233 14233 Documentation for admin is has a reference to meta class Documentation
4179 4179 MySQL backend has MySQL-4.0 incompatbiility Database layer (models, ORM)
13932 13932 URL with Hash and login_required contrib.auth
12938 12938 not possible to validate a many-to-many at the model Database layer (models, ORM)
13414 13414 QuerySet API ref wrong sql equivalent in __year lookup example Documentation
14205 14205 Tiny grammar fix in form validation documentation Documentation
5172 5172 Extend the {% for %} tag to work as a simple loop Template system
14224 14224 The ModelForm widgets attribute doesn't work(raise Exception) in inlineformset_factory Forms
14222 14222 csrf_exempt decorator is useless if not the top-most decorator Uncategorized
13754 13754 Add a note about a test client session property gotcha Documentation
14090 14090 Many sql queries needed to display change user form contrib.auth
14145 14145 undeterministic behavior when project or app template contains dotdir Core (Management commands)
12106 12106 FileFields ignore initial data when required=False Forms
14216 14216 Tutorial 2 - Decoupling the URLconfs Documentation
11539 11539 There is no ability to restore password at http://code.djangoproject.com site. *.djangoproject.com
11553 11553 Django Documentation Link has Multiple Names *.djangoproject.com
12894 12894 Not-so-nice anchor for section titles in docs.djangoproject.com *.djangoproject.com
14203 14203 Manual schema specification for tables is not compatible with index creation statements Database layer (models, ORM)
14192 14192 potential issue re in memory django file uploading. Core (Other)
14199 14199 NameError in django.core.cache.backends.db Core (Cache system)
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
14054 14054 Document the connection_created signal Documentation
13798 13798 Add an argument to connection_created signal to distinguish connections in a multi-db environment Database layer (models, ORM)
14164 14164 Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities Internationalization
14197 14197 .update() doesn't work on model_to_dict(model_instance) Uncategorized
14194 14194 MIssing comma in tutorial code Uncategorized
14189 14189 permalink docs import mistake Documentation
10777 10777 AuthenticationForm.is_valid after validation should reset password field for security reason contrib.auth
14191 14191 urls.py works inconsistently Core (Other)
14188 14188 permalink docs import mistake Documentation
14166 14166 Indian states are not specified as a tuple of tuples contrib.localflavor
14185 14185 Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ Documentation
14168 14168 Method assertQuerysetEqual() has "response" as first argument in the docs Documentation
14156 14156 CSRF protection in django.contrib.flatpages.views.flatpage causes unwanted behavior Contrib apps
14116 14116 TestClient skips Csrf Middleware Testing framework
14178 14178 Wrong dateformat in admin edit form Uncategorized
14177 14177 Out of date cache on django.db.models.options.Options instance after adding ForeignKey at runtime Database layer (models, ORM)
14172 14172 small typo in admin action docs Documentation
13980 13980 The markdown template tag in django.contrib.markup should escape preexisting HTML, as its output is marked as safe Contrib apps
14161 14161 GeoDjango autofield makes transaction fail GIS
14159 14159 Forms tests are dependent on module.__file__ returning an absolute path Testing framework
12488 12488 Add EmailInput and URLInput widgets Forms
14157 14157 Birthday calculation failing silently Uncategorized
14154 14154 Typo in settings documentation Documentation
14084 14084 Updated French translation Translations
14112 14112 Some documentation reST fixes Documentation
14155 14155 Remove doctests (and flush calls) from tests Testing framework
14151 14151 Tutorial part 2, adding short_description in model do not work Documentation
13660 13660 When template tests are run currently with most other tests things break :( Testing framework
13140 13140 Test client doesn't pass **extra to _handle_redirects Testing framework
14148 14148 Django assumes that module.__file__ is an absolute path Testing framework
12574 12574 all tests pass when there broken tests becase they are skipped Testing framework
13895 13895 Remove doctests from aggregates_regress test Testing framework
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14143 14143 Database problems and import error of django.contrib.messages Uncategorized
14141 14141 Use :doc: crossref Sphinx role for inter document links Documentation
14137 14137 Django ORM adding unwanted parens when using extra() Uncategorized
14123 14123 Trunk tests broken as of r13588 (1.2.x passes) Testing framework
14111 14111 Misleading note re: unreleased Sphinx version recomendation Documentation
14109 14109 can't create django docs - ImportError Documentation
14033 14033 versionadded, versionchanged directives don't insert xref link with Sphinx 1.0 Documentation
14128 14128 oracle system tablespace privileges Uncategorized
14127 14127 Bad formatting in the text Documentation
14124 14124 Cannot use a proxy model with unique_together Uncategorized
14117 14117 POST Data is different when run from TestClient and actually received Testing framework
14078 14078 Template tag to set context variable to output from tag's rendered content Template system
14113 14113 Access to extra fields in M2M relations Database layer (models, ORM)
14115 14115 Provide a way to create custom lookups Database layer (models, ORM)
14052 14052 Error on a code in Tutorial 01 Documentation
13796 13796 Admin docs aren't showing core template tags and filters Template system
13699 13699 Catalan translation: corrections and missing messages for trunk Translations
13905 13905 Update to the basque translation Translations
14079 14079 Update of Norwegian nynorsk (nn) translation Translations
14086 14086 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
13231 13231 Make render_option() on the Select class an instance method Forms
14108 14108 update loaddata to load fixtures in multi db environment for testing Uncategorized
14106 14106 Duplicate emails without fully qualified project imports Uncategorized
14100 14100 Spelling error Documentation
14097 14097 Add "--skip" option to inspectdb. django-admin.py inspectdb
13690 13690 django admin use 102 SQL querys when i set the permission of a user! contrib.admin
7251 7251 Template if/ifequal/ifnotequal evaluate despite condition Template system
14088 14088 Possible typo in Tutorial page #4 Documentation
14081 14081 Tutorial 3, when 'decoupling', leaves apparently redundant code Documentation
10952 10952 Documentation of user authentication needs improvement Documentation
11021 11021 Document behavior of truncatewords filters re newlines Documentation
11047 11047 Clarification of contenttypes docs Documentation
11735 11735 Wrong documentation for changing Model formsets queryset Documentation
13627 13627 contributing.txt should mention how to reset your password Documentation
11748 11748 Documentation implies search_fields won't accept ManyToMany related lookups Documentation
14076 14076 Danish translation update for 1.2.2 Translations
13594 13594 error when trying to change password on a user extended class contrib.admin
13954 13954 Typo in email backend documentation Documentation
13661 13661 Code error in serialization docs Documentation
13687 13687 Getting and deleting HttpResponse header are case-insensitive Documentation
13718 13718 Typing error in Django Documentation on Models Documentation
13727 13727 Alphabetize USE_L10N and USE_I18N Documentation
14070 14070 Serbian and Serbian Latin translations Translations
14073 14073 Update for es_AR translation, 1.2.X branch Translations
14069 14069 Updated Czech translation Translations
13615 13615 test.TestCase.assert(Not)Contains assumes response content is a page. Testing framework
12775 12775 Enable `dumpdata --exclude app_label.model` Core (Serialization)
12746 12746 Use key argument in sort calls Uncategorized
14027 14027 reverse(None) returns an unnamed URL, instead of raising an exception Core (Other)
14065 14065 Admin: non-AutoField primary_key in child model breaks admin inlines (MultiValueDictKeyError) Contrib apps
14064 14064 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
13651 13651 Malayalam (India) translation Translations
13153 13153 An rpm fails to build with python setup.py bdist_rpm Uncategorized
13913 13913 Form widgets INPUT/OUTPUT format should be symmetrical Internationalization
13732 13732 Minor documentation error in localflavor.au Contrib apps
14025 14025 Flush command not fully supporting multi database support Uncategorized
14037 14037 models.DateField don't serialize JSON Database layer (models, ORM)
14061 14061 MultiPartParser receives an HTTP_CONTENT_LENGTH of zero File uploads/storage
13744 13744 URLValidator doesnt add "http://" to the beginning of url string if user forgets to write it Forms
11377 11377 Filters should apply safe-ness rules to filter arguments Template system
11376 11376 Some escaping tests Testing framework
11288 11288 Tests for lookup of number-like variables in templates Uncategorized
14048 14048 Tag "cycle" doesn't work when included Template system
14042 14042 DATE_FORMAT and DATETIME_FORMAT are ignored Core (Other)
14036 14036 foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) contrib.admin
13975 13975 Long names are generated differently in Django 1.1 and Django 1.2, causing incompatability Uncategorized
13740 13740 can_delete on InlineModelAdmin is undocumented Documentation
13882 13882 exclude on nullable fields uses an overly complex internal representation Database layer (models, ORM)
14024 14024 Application freezes on access to request.POST under WSGIRequest+multipart/form-data HTTP handling
14021 14021 GZipMiddleware is incompatible with iterator-style HttpResponse objects Uncategorized
14001 14001 Can't use testing w/out having db creation privileges Testing framework
14005 14005 Remove hacks for compatibility with old versions of Sphinx Documentation
13998 13998 Unable to unzip the 1.1.2 download *.djangoproject.com
2534 2534 [Patch] Enable FileField/ImageField to be used as core field Core (Other)
13819 13819 django.conf.urls.i18n must allow param language as GET Translations
13985 13985 tests does not recognize non models.py apps Testing framework
13982 13982 django admin overwrites objects Core (Management commands)
13983 13983 Hosting Requirements for Django Uncategorized
13981 13981 Hosting Requirements for Django Uncategorized
13976 13976 Admin view with relations (ForeignKey or ManyToMany) does not limit number of entries in document Uncategorized
6961 6961 loaddata fails if models directory instead of models.py Core (Management commands)
13964 13964 Database router ignore Database layer (models, ORM)
13940 13940 The ManyToManyField raises IntegrityError when used with postgresql Database layer (models, ORM)
13957 13957 auth.User username max_length increased Uncategorized
13959 13959 There is an error, when a source file with backslash-r returns is interpreted by the Python error report page. Uncategorized
13952 13952 r13363 brokes add model in admin for models with inheritance Database layer (models, ORM)
13633 13633 Add a widget_callback to forms, modelforms, etc Forms
13939 13939 Possible error in tutorial Documentation
13931 13931 Can't build the documentation under Win/Cygwin Documentation
13722 13722 My Javascript string catalog contains calendar related strings that I didn't create, but only for French Internationalization
13824 13824 ModelValidation ignores blank=True Documentation
13928 13928 Admin login should no longer give an error on '@' character (email addresses). User login already supports email address entry. contrib.admin
13925 13925 models.py DateTime field formatting Uncategorized
13929 13929 ModelForm save in version 1.2.1 not backward compatible due to construct and exclude args Uncategorized
13923 13923 blog topics linked to example.com *.djangoproject.com
13920 13920 Django Redirect Example isn't Right Documentation
13915 13915 getting and creating with get_or_create behave differently when using a foreign key Database layer (models, ORM)
11059 11059 Doc <-> Functionallity [FormsAPI Dynamic initial values] difference Forms
13911 13911 Typo on 1.2 documentation Documentation
13907 13907 Broken links from current documentation *.djangoproject.com
13874 13874 get_image_dimensions should seek to 0 Core (Other)
13872 13872 "AttributeError: 'module' object has no attribute 'day_abbr'" when using Admin to add instance of model with DateField, TimeField, or DateTimeField contrib.admin
12374 12374 QuerySet .iterator() loads everything into memory anyway Database layer (models, ORM)
13880 13880 Update Installation documentation to reflect that Django works with Python 2.7. Documentation
13831 13831 UTF-8 in models.__repr__ causes hard to track down unicode errors. Uncategorized
13854 13854 List of used decorators on a function Core (Other)
13066 13066 cache.get and cache.set should have consistent key rules across different backends Core (Cache system)
13865 13865 decoupling app from project in tutorial part 3 Documentation
13866 13866 Debug Mode Uncategorized
12786 12786 runserver --settings option does not work. django-admin.py runserver
13849 13849 CsrfViewMiddleware is too strict on referer checking for secure requests Core (Other)
13489 13489 Arbitrary Q filter on related model fields Uncategorized
13858 13858 Overriding values of ModelForm seems not working. Forms
12359 12359 db/models/fields/related.py hardcodes m2m help_text for select widget Uncategorized
13848 13848 Template filter bug when accessing foo_set manager. Template system
4829 4829 verbose_name(_plural) not accessible in templates (contrib.contenttype) Contrib apps
13852 13852 Add AUTOINCREMENT on Sqlite table creation Database layer (models, ORM)
13851 13851 Clarification of the 'Fixture loading' section of the unit test documentation Documentation
13847 13847 PasswordResetForm sends emails using "webmaster@localhost" contrib.auth
13834 13834 Dumpdata/loaddata cycle fails when using a single-field natural key Core (Serialization)
2569 2569 [patch] Admin page Foreign Key improvements contrib.admin
13836 13836 django-admin.py --version shows the version as 1.1.1 Uncategorized
10115 10115 Allow test client to guess files' mimetypes Testing framework
13825 13825 Primary key is not displayed properly on an editable changelist view under the admin contrib.admin
13671 13671 create_template_postgis-1.4.sh POSTGIS_SQL_PATH drop postgis-1.4 GIS
13748 13748 contrib.gis contains incorrect links to the kyngchaos packages Documentation
13808 13808 Setting handler404 and/or handler500 in main urls.py does not work. Core (Other)
13797 13797 Login and logout views could optionally post a message to the user contrib.auth
13807 13807 Date/Time functions dont work in the admin ( 1.2 ) - DateTimeShortcuts.handleCalendarQuickLink(0, 0) Uncategorized
13806 13806 ModelAdmin.save_as does not work contrib.admin
13801 13801 Custom filters - INSTALLED_APPS requirements Documentation
13802 13802 Custom filters - INSTALLED_APPS requirements Documentation
13786 13786 Test client PUT and DELETE do not include the GET query params Testing framework
13745 13745 Make extends allow select from multiple templates for themes fallback Template system
13738 13738 "Writing Views" doesn't help much if you want in-depth info on writing views Documentation
13784 13784 pre_save is dispatched before executing upload_to attributes on FileFields when using ModelForm Forms
13265 13265 TransactionManagementError doesn't allow for easy debugging of views Database layer (models, ORM)
13741 13741 GenericForeignKey not working across multiple databases Contrib apps
13667 13667 Multiple profile models via AUTH_PROFILE_MODULES (proposal) Contrib apps
13787 13787 AuthenticationForm renders incorrect passwords contrib.auth
13713 13713 Changing ModelMultipleChoiceField in admin is not reflected in override save() of the same model Uncategorized
13789 13789 related manager does not limit correctly on a proxy model Database layer (models, ORM)
12634 12634 sql compiler execute: fetchone empty result with ordering_aliases fail. Database layer (models, ORM)
13785 13785 Documentation typos Documentation
13715 13715 Creating GeoDjango model in shell does not work GIS
13778 13778 Error in documentation code Documentation
13737 13737 Hide the extra column added by #11791 contrib.admin
13695 13695 Django Comments Loses Ajax Headers When Redirecting (request.is_ajax() === True --> request.is_ajax() === False) Uncategorized
13673 13673 DEBUG=False and 404 / Flatpages Uncategorized
13783 13783 Admin module. Password change fails if TEMPLATE_STRING_IF_INVALID set in settings.py Uncategorized
13650 13650 Permissions of abstract model without fields not added on syncdb Uncategorized
13707 13707 Reflecting django docs in pydocs Documentation
13669 13669 Django 1.2.1 test fails Testing framework
13777 13777 problems using **kwargs to create an instance of a model with an AutoField primary key Database layer (models, ORM)
12785 12785 Docs do not 'warn' against the use of auto_now and auto_now_add Documentation
13775 13775 Clarify in docs that filters don't work in ifequal Documentation
13611 13611 get_next_by_FOO allows nulls Database layer (models, ORM)
13604 13604 AssertRedirects test method tests the status code of initial response instead of the last redirect Testing framework
13766 13766 Redirecting output from internal http server HTTP handling
13763 13763 Setting prefix on a ModelForm causes is_valid() to return False Forms
13762 13762 Setting prefix on a ModelForm causes is_valid() to return False Uncategorized
13761 13761 CharField.min_length doesn't work Database layer (models, ORM)
9232 9232 problems with streaming files uplod with Django 1.0 File uploads/storage
13736 13736 possible example code error Documentation
13589 13589 Annotate returns empty set without value arguments Uncategorized
13682 13682 Email attachments not support russian unicode symbols in filename and body Core (Mail)
13705 13705 Calling a method from within a django model save() override Uncategorized
13676 13676 broken hash in link to Python strftime docs, in settings doc Documentation
13657 13657 Fix a SyntaxWarning (shows up on PyPy) Testing framework
13700 13700 Kill flush call (and doctests) in m2m through tests Testing framework
13698 13698 whitespace at end of line in regressiontests/utils/timesince.py causes doctest to fail Testing framework
13541 13541 Proposition to add a humanized date diff template filter Contrib apps
13685 13685 get_connection() fails to initialize Documentation
13675 13675 Allow savepoint_{rollback,commit} in TestCase Testing framework
13672 13672 template cache tag should gracefully handle uninitialized variables Uncategorized
13665 13665 ifequal condition doesn't work in {% for %} variable Template system
13572 13572 QueryDict.copy().encoding is not set correctly HTTP handling
13597 13597 Typo Uncategorized
13656 13656 Management command transaction sql only uses default DB Core (Other)
13655 13655 broken link Uncategorized
13634 13634 Turn aggregation tests into unittests Testing framework
13642 13642 Request of translating model fileds functionality Internationalization
13639 13639 Date Time format Forms
13638 13638 Serializer regress tests have uncessary transaction management that is very slow Testing framework
13644 13644 "Add another" link doesn't appear in Inlines with many-to-many contrib.admin
13643 13643 Admin changelist page very slow with postgresql and a huge table contrib.admin
13641 13641 The location of the get_connection() function does not correspond with the documentation Documentation
12421 12421 Foreign Key on Non-Primary Field fails due to lack of Index on Related Field w/ MySQL Database layer (models, ORM)
13622 13622 Caching unicode characters with Memcached no longer works Core (Cache system)
13606 13606 admin raw_id_fields fail to check against non-numerical input contrib.admin
13626 13626 PROFANITIES_LIST should be part of the locale subsystem contrib.comments
13619 13619 Accepting AM/ PM Time Formats Forms
12929 12929 runtests.py should reference the checkout it is part of Testing framework
3213 3213 Django should have OpenID implemented in django.contrib.auth Contrib apps
13602 13602 path for fix hardcode 'django_language' Internationalization
13598 13598 Missing documentation regarding which Form fields may apply to which Model fields in ModelForm Uncategorized
13601 13601 Django Admin Page not found contrib.admin
13592 13592 SelectDateWidget should use datetime_safe Forms
13593 13593 custom sql, not enough arguments for format string Uncategorized
13590 13590 403 error page with DEBUG = True is not styled Uncategorized
13560 13560 SplitDateTimeField(localize=True) fails as value gets converted to string Forms
11250 11250 InlineModelAdmin with can_delete contrib.admin
13585 13585 Documentation explaining return value of update() run on a QuerySet is inaccurate Documentation
13571 13571 Static files server for dev doesn't behave as expected with flatpage app Uncategorized
13576 13576 Found a bug of checking permission rules in django.contrib.admin.actions.delete_selected contrib.admin
13578 13578 Hack to prevent project files (passwords, etc.) from being served by some Apache (RFE) Documentation
13582 13582 multiple files uploaded with same name are not iterable File uploads/storage
607 607 Admin option to show/hide fields contrib.admin
13580 13580 Change form.name_of_field.errors to form.errors in doc Documentation
13574 13574 ManyToManyFields using through won't respect to_field parameter in ForeignKey fields Database layer (models, ORM)
13566 13566 Typo in 1.2 release notes Documentation
13556 13556 admin.exclude thinks that a m2m field that is missing from a modelform. contrib.admin
13555 13555 Removing CSRF protection from subclassed django admin sites contrib.admin
13557 13557 Select all missing from admin panel Uncategorized
13549 13549 IE doesn't support cookie's max-age, so the CSRF cookie is not kept HTTP handling
13550 13550 Saving files with non ascii chars fails Uncategorized
13481 13481 Allow db_column on ForeignKey Database layer (models, ORM)
13544 13544 Minor update of the Norwegian translation for 1.2 Translations
13542 13542 Feature request: Debug 404 URL patterns as links Uncategorized
13535 13535 E-mail date header should be in the local time zone Core (Mail)
8168 8168 Need another Pre Delete Signal Type (feature) Core (Other)
12034 12034 Deleting an model instance doesn't call the delete() method of related instances (even though they are removed). Database layer (models, ORM)
13526 13526 JSONDecoder raise AttributeError with simplejson 2.1.1 Core (Other)
13527 13527 Allow column on ForeignKey Database layer (models, ORM)
13519 13519 wrong capitalization in verbose_name(_plural) contrib.admin
9502 9502 Docs reST xref markup Documentation
11908 11908 Understanding the ManagementForm section could be clearer. Documentation
12001 12001 using form.error_class instead of ErrorList in forms validation docs Documentation
12135 12135 confusion between get_current_time and do_current_time Documentation
12505 12505 Formsets: Misleading documentation Documentation
12621 12621 grammar error Documentation
12678 12678 Queryset -> QuerySet Documentation
13002 13002 InlineModelAdmin 'form' option defaults to ModelForm, not BaseModelForm Documentation
12517 12517 Mistake in example for django.db.models.get_prep_lookup() Documentation
12984 12984 type in signals documentation Documentation
12983 12983 Spelling error in trunk signal documentation Documentation
13158 13158 Documentation still says to use ForeignKey with unique=True to add a UserProfile Documentation
13507 13507 Removing 'mysite' prefix from code snippets following the project/app decoupling in tutorials 03 and 04 Documentation
13506 13506 admin does not allow saving of blank inline objects contrib.admin
13501 13501 Can't use urlresolvers.reverse() during Feed initialization contrib.syndication
13504 13504 urlize corrupts links in paras Template system
13492 13492 get_or_create(field__iexact=value) fails to set value. Uncategorized
13479 13479 Support of settings.ADMIN_FOR in django.contrib.sites Contrib apps
13482 13482 multidb and RelatedManager Uncategorized
13487 13487 django.db.backends.util.typecast_date fails with a ValueError with sqlite3 Database layer (models, ORM)
13474 13474 documentation: django-admin.py and manage.py: createsuperuser Documentation
12688 12688 Documentation typo (in class name) Documentation
13460 13460 django.db.models.Model breaks multiple inheritance Core (Other)
13457 13457 The Model Field Reference Shouldn't Use Alphabetical Order for the Fields Documentation
13450 13450 Can django's i18n internationalization middleware offer language selection by URL? Internationalization
13453 13453 Fixes typo in templatetags/cache.py Core (Cache system)
13446 13446 isintance bug with Python 2.4.4 | django.core.urlresolvers.RegexURLResolver affected Core (Other)
13448 13448 CsrfResponseMiddleware breaks the Etag in CommonMiddleware HTTP handling
13449 13449 Typo 'instance' in code comment Documentation
13431 13431 small unicode literal fix Forms
13447 13447 URLField fails validation for a valid URL Forms
13426 13426 Multiple choice SELECT-element prints newline for each OPTION. Forms
13440 13440 in discussion of ForeignKey(), mention the reverse relationship that is created Documentation
11658 11658 mysql backend doesn't define a max_name_length() Database layer (models, ORM)
13434 13434 MySQL Index creation with long name fails Database layer (models, ORM)
2350 2350 ManyToManyField and db_index Database layer (models, ORM)
13425 13425 django installation Uncategorized
13413 13413 blocks ignore if condition Template system
13423 13423 Subquerying using models Database layer (models, ORM)
13424 13424 option to remove the "add another" button on admin.TabularInline contrib.admin
13422 13422 NameError with Recursive Model Core (Other)
13416 13416 Generic relations should be counted as children when deleting to avoid problems with post_delete signal Uncategorized
4498 4498 File upload ignores Content-Transfer-Encoding Core (Other)
13406 13406 Aggregate query generating sql error Database layer (models, ORM)
13403 13403 trans escaped characters Template system
9180 9180 Low-level cache interface incorrectly tries to typecast bytestring Core (Cache system)
13402 13402 'cycle' template tag can't handle mix of single, double quotes Template system
3200 3200 [patch] fix missing stack segments in debug.py views Generic views
7324 7324 {{ block.super }} doesn't work with nested {% block %} statements Template system
13399 13399 included template can't update blocks Template system
13395 13395 admin | Incomplete behavior of unregister() | unregistering foo.Bar and registering refoo.Bar with app_label results in original foo.Bar Contrib apps
13387 13387 Duplicated departement in french department list (localflavor) contrib.localflavor
13386 13386 Change name of ```ModelAdmin.prepopulated_fields``` to ```prepopulated_slug_fields``` to better reflect the actual purpose contrib.admin
13381 13381 admin:login doesn't work contrib.admin
13380 13380 get_FOO_display fails in template on 1.2b1 Template system
13379 13379 New template filter suggestion (wrap) Template system
13371 13371 reverse() causes unnecessary infinite recursion when used in urlconf Uncategorized
13372 13372 Field instance copying failes before contribute_to_class Uncategorized
13375 13375 django model validation error Database layer (models, ORM)
13367 13367 django/test/simple.py Imports django.db even when your app dosn't use a db Testing framework
13368 13368 Cannot import Comment model in app models contrib.comments
13354 13354 Possible bug, or possible docs error. Database layer (models, ORM)
9427 9427 admin.autodiscover() cannot locate admin inside an egg contrib.admin
6553 6553 Form Errorlist UL displays field.name instead of field.label Forms
6971 6971 Undocumented behaviour in django.template.Template ? Template system
13119 13119 Can't pickle queryset Database layer (models, ORM)
13343 13343 Wrong behavior of ManyToMany relationship while using 'trough' in ManyToManyField and 'db_column' and 'to_field' properties in intermediate model Database layer (models, ORM)
13347 13347 XSS Attack prevention using HttpOnly contrib.auth
13331 13331 Strange behavior of lists of objects with overriden changelist_view in admin after re-login. contrib.admin
13337 13337 multiple installations in wsgi_embedded mode Documentation
13338 13338 adding custom template context processor(s) to settings.py screws up admin Template system
13326 13326 class ModelForm should copy Model 's inner class Field max_length attribute Core (Other)
13330 13330 ORM features: history; dynamic translation; acl; change requests Uncategorized
12142 12142 Calling update() on EmptyQuerySet updates all rows in database Database layer (models, ORM)
13325 13325 admin RelatedFieldWidgetWrapper bugfix contrib.admin
13323 13323 Load app by full name, not only label Uncategorized
13318 13318 Django messed up the table names. Database layer (models, ORM)
13306 13306 Umlaut gets currupted using django shell Uncategorized
13302 13302 fatal lock up on compile of template with {% url ... %} Template system
9889 9889 Admin error when using extra fields on many-to-many relationships contrib.admin
13294 13294 Worked in full.html into Notifications application Uncategorized
13292 13292 An option to turn off CSRF for REST requests HTTP handling
13289 13289 datetime filter Template system
13286 13286 need hindi translation Translations
11683 11683 response_add assumes DEFAULT_CONTENT_TYPE is text/html for dismissAddAnotherPopup contrib.admin
13276 13276 load and include evaluated before if Template system
2140 2140 short_description in admin for get_absolute_url doesn't work due to currying contrib.admin
13278 13278 Admin: short_description for get_absolute_url don't work Contrib apps
13281 13281 readonly_fields from auth admin user/group panel contrib.auth
7010 7010 Add MediaWiki style wikimarkup to django.contrib.markup Contrib apps
13274 13274 Grouping in sql adds everything in extra select. Database layer (models, ORM)
10866 10866 datetime_safe should zero-pad old years Core (Other)
13272 13272 MaxLengthValidator message is not being translated in form.errors Forms
11744 11744 Add advice to use OneToOneField to extend the user model/profile. Documentation
13266 13266 image links are broken Uncategorized
13264 13264 dead link *.djangoproject.com
13256 13256 OGRGeometry equals throws exception when compared to None GIS
13207 13207 Unlock http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser *.djangoproject.com
13257 13257 label_tag syntax check should also check for blank fields and show no syntax contrib.admin
13258 13258 Writing your first Django app, part 4, urls.py Documentation
13255 13255 HTML5 Multiple File upload support Forms
13246 13246 option for not wrapping lines in make messages Uncategorized
13243 13243 'NoneType' object has no attribute 'get' Uncategorized
11168 11168 postgis geometry alternatively seen as linestring then multilinestring GIS
11785 11785 Invalid error reporting when importing MapInfo layer with Unknown type GIS
13238 13238 make html fails at pip log Documentation
13225 13225 new object with readonly m2m field through an error in the admin contrib.admin
13220 13220 Documentation on pre- and post-save/delete hooks misses key arguments Documentation
13214 13214 Random OperationalError when using FastCGI (+ possible solutions) Core (Other)
13213 13213 Random OperationalError when using FastCGI (+ possible solutions) Core (Other)
13210 13210 Missing quotation mark in JS i18n docs Documentation
13199 13199 Better documentation of things to avoid in the comments framework contrib.comments
13187 13187 never_cache should NOT calculate an etag header Core (Cache system)
13185 13185 optiongroups for ChoiceField - any iterable? Documentation
13193 13193 Reverse should ignore unused kwargs like Python string interpolation Core (Other)
13195 13195 Generic relations produce wrong queries with Q objects Contrib apps
13194 13194 Django test client can't store cookies after upgrade to Python 2.6.5 Testing framework
13186 13186 HttpResponse._get_content is broken for iterables (HttpResponse._is_string = False) HTTP handling
13178 13178 Make YAML serializer prefer block mode over inline mode Core (Serialization)
13183 13183 db_table case sensitive Database layer (models, ORM)
13180 13180 html template links broken Template system
13176 13176 Provide finer control over table name conventions Database layer (models, ORM)
13022 13022 when saving a model with m2m field in the admin, 'clear' and 'add' m2m_changed signals are fired even when there is no change. Database layer (models, ORM)
13169 13169 Some templates in templates_folder/registration used by contrib.admin Uncategorized
12411 12411 MultiPartParserError: Invalid content length: 0 Core (Other)
13155 13155 Iteration of a Many To Many Relationship raises Field Error Database layer (models, ORM)
13151 13151 If ADMIN_MEDIA_PREFIX is not assigned, things don't work...documentation should be updated Documentation
13164 13164 Why contrib.auth does not do the registration/signup process? *.djangoproject.com
13157 13157 Action's select from admin site to "delete selected items" doesn't work contrib.admin
13145 13145 Allow the prefix used for empty_form on FormSets to be customized Forms
13148 13148 DEBUG_SHOW_DJANGO_TRACEBACK Contrib apps
13123 13123 Extra params + aggregation creates incorrect SQL. Uncategorized
10985 10985 Explain how models can be organised in a directory Documentation
13139 13139 In forms CharField Raise a Validation Error When Encountering a UnicodeDecodeError Forms
13143 13143 filter_horizontal & filter_vertical widgets does not work if verbose_name contains non-ascii characters Uncategorized
13141 13141 ModelForm can't update model like the way it is documented Uncategorized
13131 13131 CheckboxSelectMultiple falls apart when used in admin app contrib.admin
9110 9110 prepopulate_from only works for text entry fields contrib.admin
13122 13122 ForeignKey class calls own get_db_prep_save tests prior to the related field get_db_prep_save Database layer (models, ORM)
13121 13121 Backwards compatible patch for ModelForm to improve model validation. Database layer (models, ORM)
11015 11015 django-1.0.2 does not catch the exception that database backend first close the db connection. Database layer (models, ORM)
13115 13115 Display multiple widgets within a particular admin fieldset horizontally contrib.admin
13109 13109 template tag ssi, doesn't resolve variable name for path Template system
13104 13104 greater differentiation in display of citations/quotes for trac tickets *.djangoproject.com
2889 2889 [patch] Calendar widget has limited usefulness for past years contrib.admin
6487 6487 Add previous/next year links in JS calendar contrib.admin
13102 13102 csrf_token misinterpolated Documentation
12085 12085 Links to FKs in Admin (proposal) contrib.admin
13097 13097 Document full_clean() better (include cases where it isn't used) Documentation
12547 12547 Broken links on web site release notes *.djangoproject.com
13083 13083 Add foreignkey_id field resolving to queryset filter function Database layer (models, ORM)
13079 13079 unique_together constraint is ignored in form generated from model, when inheritance comes into play Forms
13073 13073 Duplicate rows when checking ID Database layer (models, ORM)
13078 13078 'cycle' in 'for x in y' Interpretation Problem HTTP handling
13077 13077 Bad link in http://www.djangoproject.com/documentation/0.95/models/validation/ Documentation
13069 13069 Update on Primary Key performs Insert Uncategorized
13063 13063 Documentation Clarification - Django 1.1.1 Tutorial Part 1 and __unicode__ methods Documentation
13059 13059 Portuguese translation patch for Django SVN Uncategorized
13056 13056 erorr in code snippet in documentation Documentation
5176 5176 Bug in django.utils.cache._generate_cache_key(request, headerlist, key_prefix) Core (Cache system)
8764 8764 Documentation should explain you can't mix args and **kwargs in reverse() Documentation
13048 13048 A typographical error in the Django documentation Uncategorized
13042 13042 QueryDict documentation doesn't include .keys() or .iterkeys() entries Documentation
13029 13029 Exception Value is empty with a HTMLParser.HTMLParseError Uncategorized
13025 13025 Test runner should print failed test path in format that is accepted by `manage.py test ...` Testing framework
13028 13028 Introspection doesn't work on mysql 4.1 Database layer (models, ORM)
13027 13027 serializer won't serialize an empty queryset or an iterator with a None item Documentation
13005 13005 We need a way to allow for request/user specific default values in the admin fields contrib.admin
13031 13031 User class in the auth module should return lastname and firstname as unicode representation contrib.auth
13011 13011 Clear Cache tag for consideration Core (Cache system)
9063 9063 Feature request: Advanced search in Admin contrib.admin
13018 13018 Raw request data should be exposed via request object. HTTP handling
9453 9453 Can't reset djangoproject account password *.djangoproject.com
12994 12994 error in Register (for logon to this site) Uncategorized
12985 12985 Add a download link for the current file with the current file name to FileInput Forms
12898 12898 non-english filenames broken on Windows after r10693 File uploads/storage
13012 13012 Model.objects.get_or_create() try/except is slightly yet insideously broken Database layer (models, ORM)
10975 10975 Accessing derived block doesn't work within ifequal tag Uncategorized
12662 12662 Enforce Hostname Middleware Uncategorized
12966 12966 Unicode pluralnames doesn`t work well with InlineAdmin contrib.admin
12993 12993 error in tutorial04 Uncategorized
12970 12970 Allow "None" for conf.TIME_ZONE to avoid calling tzset() Uncategorized
12971 12971 Generic View Tutorial contains broken / incorrect syntax Documentation
12293 12293 mysql backend raises Warning exceptions for ignorable info notices Database layer (models, ORM)
12961 12961 Wrong Handler settings for Shared Apache Settings Documentation
12956 12956 More specificity would be more good Documentation
12954 12954 Website Admin documentation doesn't have the same fields in two similar examples Documentation
12947 12947 Problem with django development server django-admin.py runserver
12958 12958 Typo in code sample Documentation
12439 12439 geos and gdal libraries need to be prefixed by 'cyg' under cygwin GIS
12942 12942 small mistake in writing Documentation
11690 11690 Model django.contrib.auth.models.Group should have a title or description field contrib.auth
12939 12939 fix for ExceptionReporter.get_traceback_html() Template system
12936 12936 I cannot change the way django app displays FileFields Forms
12935 12935 Stange behaviour of admin.ModelAdmin Forms
5972 5972 Use filters with {% trans %} tag - depends on #5971 Internationalization
5971 5971 django.template.TokenParser inconsistent with parsing filters Template system
12055 12055 Mongolian internationalization Translations
10143 10143 "add" template filter always converts arguments to integers Template system
12921 12921 tutorial, sqlcustom is invalid Documentation
12920 12920 max_length should be maxlength on my system Uncategorized
12917 12917 Buggy save_new() of BaseInlineFormSet when getting pk_value of related object Uncategorized
12906 12906 Should the url template tag accepts a variable? Uncategorized
11514 11514 django.contrib.auth.views should accept extra_context parameter contrib.auth
12911 12911 Admin Recent Actions Box should be flexible contrib.admin
12908 12908 Incorrect doc on Form.errors Documentation
12905 12905 urlify.js removes english words that should be kept in other languages Internationalization
12904 12904 Incomplete diff in Web view of *.djangoproject.com
12891 12891 wishlist: allow .dates() query to span relations Database layer (models, ORM)
9004 9004 1.0 porting guide lists non-existant database backend functions Documentation
12867 12867 admin::list_editable causes failure of reverse one to many lookup contrib.admin
6380 6380 make-messages.py don't follow symlinks Internationalization
12863 12863 POST data example broken by CSRF middleware Uncategorized
12470 12470 django.contrib.messages CookieStorage failing silently in safari when comma is used in message Uncategorized
12862 12862 Feature Request: Allow model @property methods to be serialized. Uncategorized
6054 6054 PIL import error Validators
12854 12854 Group ordering in contrib.auth.models.Group Contrib apps
12852 12852 1406, "Data too long for column 'name'..." on syncdb contrib.admin
12843 12843 add user in admin causes template exception: maximum recursion depth exceeded contrib.admin
11244 11244 serialization only works for iterable objects Core (Serialization)
12839 12839 csrf_exempt decorator Documentation
8778 8778 validate_unique - different phrases have the same translations Internationalization
8087 8087 Template tags 'ifin' and 'ifnotin' checking if element is present in sequence Template system
12824 12824 Add --gui option to ./manage.py shell Core (Other)
12796 12796 Change in django.db.models.options.get_verbose_name contrib.admin
12757 12757 Join on field 'geo' not permitted Core (Management commands)
12709 12709 Refetch method for getting a fresh model instance Database layer (models, ORM)
12652 12652 create_update should support extra data to be intial and bind on form Generic views
6458 6458 Make BoundField with RadioSelect widget iterable Forms
12833 12833 "self" missing from Database Router signatures in docs Uncategorized
12440 12440 show_hidden_initial needs to "remember" initial hidden_initial when rendering form from POST data Uncategorized
12630 12630 My e-mail is invalid *.djangoproject.com
12657 12657 Caching middleware raises an error for binary files Core (Cache system)
12827 12827 ORA-12899 error with oracle syncdb Database layer (models, ORM)
12616 12616 dev server should not override directory listing of static media Core (Other)
12611 12611 Incorrect quoting in QuerySet.query.__str__() Database layer (models, ORM)
12565 12565 PostgresSQL does not rollback transactions from database errors. Database layer (models, ORM)
12556 12556 Django should not reset all parent model field values when saving child model with existing parent Database layer (models, ORM)
12536 12536 Issue with usage of @vary_on_cookie decorator with URLconf based cache_page usage Core (Cache system)
12487 12487 authenticated user alwayse fetch from database for each request contrib.auth
12451 12451 limit_choices_to with ajax support Uncategorized
12424 12424 Trac fix for the viewing [11952] Uncategorized
12387 12387 TransactionRollbackError when there are more ForeignKey's to one table Uncategorized
11924 11924 Email headers always use the default encoding Core (Mail)
12363 12363 Add add() method to ErrorDict class Forms
12333 12333 CheckboxInput don't work with 0 and 1 value (considerd as Booleans) Forms
12813 12813 Invalid documentation link. Documentation
12329 12329 "template" view decorator, allows to completely isolate views from templates Uncategorized
12814 12814 Missing ORDER BY in subselect Database layer (models, ORM)
12318 12318 Non existent link on Django weblog *.djangoproject.com
12315 12315 DateField incorrectly handled by administration site contrib.admin
12291 12291 Order of app_store items should mirror INSTALLED_APPS Database layer (models, ORM)
12290 12290 Give an example for a default ordering of built-in Django middleware Documentation
12283 12283 Inclusion tags should handle arguments not present in the context gracefully Template system
12748 12748 strftime array-access to format string doesn't work in IE7 contrib.admin
12515 12515 confusing wording - formset Extra parameter Documentation
12526 12526 middleware application order image missing Documentation
12801 12801 Allow empty non-nullable ForeignKey fields until save() Database layer (models, ORM)
12790 12790 redirect_to in django.contrib.auth.views.* must be urlquoted contrib.auth
12277 12277 Admin action example should use verbose_name in message_bit Documentation
12236 12236 When subquery returns more than 1 row MySQL leads to error Database layer (models, ORM)
12225 12225 sql/*.sql files don't work if they contain % Database layer (models, ORM)
12174 12174 bash completion for python manage.py Uncategorized
12211 12211 Admin inlines do not respect group permissions contrib.admin
12210 12210 sqlite backend: REFERENCES clause not created with quoted ForeignKey field Database layer (models, ORM)
12184 12184 Post/Pre-Save signal on queryset update Database layer (models, ORM)
12178 12178 Should be able to manually store non-text in the memcached backend Core (Cache system)
12175 12175 bash completion with spaces in the path Uncategorized
12784 12784 Template tag and filter decorator fix Documentation
12173 12173 hability to use OR in filterspecs contrib.admin
12172 12172 Improve save() handling of deferred fields Database layer (models, ORM)
12170 12170 Use ellipsis instead of three periods in truncatewords Template system
12169 12169 QuerySet method count() on models with a manytomanyfield not working in the latest trunk Database layer (models, ORM)
12162 12162 cycle should have an option to call value without actually cycling Template system
12159 12159 Installation procedure does not set correct permissions on template files Core (Other)
12788 12788 ConditionalGetMiddleware behavior improvement. Core (Cache system)
12167 12167 related objects should not trigger db query on reverese related lookup Uncategorized
12149 12149 pre_save is not called before the overridden save() method on a model Uncategorized
12739 12739 Inconsistent sorting behavior in mult-table inheritance query for different database backends Database layer (models, ORM)
12783 12783 makemessages creates broken .po files since r12296 when updating them under Windows Internationalization
12781 12781 model object should offer a way to get the table name Database layer (models, ORM)
11456 11456 flatpages append slash not working with unicode urls Contrib apps
12755 12755 Proposal: Add a method to ModelAdmin to return the form instance contrib.admin
12133 12133 tutorial 4 - generic view and vote view Documentation
12110 12110 dictsort is not stable sort Template system
12107 12107 Add a Meta.serialize option to models Core (Serialization)
12063 12063 Ensure SITE_CACHE uses integers as key values Contrib apps
12061 12061 new installation method for Django Python 2.6.3 Documentation
12054 12054 Comments: Data truncated for column 'ip_address' when using IPv6 contrib.comments
12053 12053 Support url resolver returning RegexURLPattern instances Core (Other)
12046 12046 fastcgi dies under heavy load Uncategorized
12045 12045 BooleanField with choices in ModelForm does not show selected value in MySQL Forms
12026 12026 widthratio rounding option/filter Template system
12025 12025 Show generic relation on deleted objects Uncategorized
12009 12009 Allow name of file in FileField/ImageField to be based on primary key File uploads/storage
12770 12770 Docs 1.1: Update tuto3 and tuto4 by including RequestContext and csrf_token Documentation
11988 11988 Wrong translated result count text on admin search form block when LANGUAGE_CODE = 'zh-CN' Translations
11987 11987 destroy_test_db can destroy the production database in some situations Testing framework
11983 11983 Ubuntu Jaunty 9.04 site-packages is not more a path directory Documentation
11982 11982 Integrate Reversion as a Django contrib app Contrib apps
11943 11943 changeset 10544 breaks field emulation compatibility Core (Serialization)
11938 11938 `to_field` does not function as expected. Database layer (models, ORM)
11934 11934 UnicodeDecodeError while sending an e-mail Core (Mail)
11925 11925 Extension to ModelForm Forms
11914 11914 Changes to documentation/models/many_to_many: Multiple membership Documentation
12760 12760 related models with Foreignkey.null=True must not get deleted on delete of their relation Database layer (models, ORM)
11898 11898 oracle quote_name bug Database layer (models, ORM)
11876 11876 Allow the user to logout a logged in session from another computer. contrib.auth
12763 12763 Record matching ORM statement in connection.queries for debugging Database layer (models, ORM)
12762 12762 formsets with imagefields Forms
12003 12003 Admin application deltes related objects on "null=True" relation. contrib.admin
11844 11844 Select_related() and defer() Database layer (models, ORM)
11809 11809 Unable to test a non-db dependent django app without db configuration Testing framework
11787 11787 additional fields contrib.localflavor
11774 11774 add __range lookup parameter in django.contrib.admin.views.main.get_query_set contrib.admin
11766 11766 ImageFileField run through get_valid_filename (Optional|default) File uploads/storage
11734 11734 Chilean localflavor extension contrib.localflavor
11729 11729 session key should extract more entropy from time.time() contrib.sessions
12758 12758 Widgets are ignored Forms
11950 11950 MySQL - Handling illegal mix of collations Uncategorized
3907 3907 LocaleMiddleware allows locale from user browser that don't exists in settings.py Internationalization
11490 11490 Editing a model that contains m2m inline hangs the server contrib.admin
11455 11455 Rename misleadingly named sql_create_table_suffix function Database layer (models, ORM)
11435 11435 Django Language Code Internationalization
11412 11412 documentation on test fixtures is not clear on fixture's file naming Documentation
9656 9656 Inherit user's password change link doesn't work contrib.admin
11406 11406 Admin broken for subclasses of User contrib.admin
11237 11237 force_unicode in forbid_multi_line_headers always raises UnicodeEncodeError Core (Mail)
11171 11171 custom set_exipy is ignored server side when set to 0 contrib.sessions
11148 11148 Inline Views don't support editable=False for PK value contrib.admin
11091 11091 SSL POST hangs if view function does not use POST object HTTP handling
11086 11086 Django not recieveing the mountpoint when using mod_wsgi Uncategorized
10966 10966 Management module imports project_module, considered evil Core (Other)
11893 11893 load order of .mo files Internationalization
12750 12750 Middleware snippet getting error in 1.2 alpha 1 - AttributeError: 'MethodDecoratorAdaptor' object has no attribute 'func_code Uncategorized
12696 12696 ModelAdmin.save_model is not called on creation, only on update contrib.admin
6364 6364 Allow test runner to execute individual doctests Testing framework
9753 9753 makemessages failed on long Chinese text Internationalization
12740 12740 Debugging in rev. 12360 Uncategorized
12745 12745 Error in tutorial: tutorial for 1.1 claims to be for development version Documentation
12741 12741 Plz help with understanding ! Documentation
12665 12665 get_or_create fails with self as a parameter Core (Other)
6609 6609 pysco clears the stack - causes delayed_loader to fail Internationalization
10270 10270 module dependency checks of syncdb are not translatable nor catchable Internationalization
12732 12732 Change in svn revision 12098 incompatible with postgres Database layer (models, ORM)
9212 9212 German Umlauts and possible other foreign languages special characters Internationalization
12730 12730 "cannot import name utils" in "django.db.backends.postgresql_psycopg2" Database layer (models, ORM)
12723 12723 Update Irish (ga) Translation Translations
12578 12578 multipartparser.Parser does not accept non-canonical bare CR and bare LF HTTP handling
12714 12714 Encoding problem with Oracle + Django Core (Other)
12720 12720 Django test client cookie handling broken with Python trunk and next 2.6.$NEXT Testing framework
12719 12719 Start Albanian translation (sq) Translations
11973 11973 Syndication framework documentation refers to "copyright" attribute rather than "feed_copyright" contrib.syndication
6304 6304 Syndication feed framework should allow for parsing of URLs in the URLconf contrib.syndication
10334 10334 Syndication framework calls context processors twice per item contrib.syndication
11069 11069 Tests for syndication framework contrib.syndication
6188 6188 Support for flexible URLs for complex feeds contrib.syndication
12718 12718 If there's an AttributeError in a database router module, it gets swallowed up by the wrong except clause Database layer (models, ORM)
12715 12715 please explain how to set up a default routing scheme Documentation
12711 12711 Start Frisian locale (fy_NL) Translations
12419 12419 Romanian i18n updates Translations
12357 12357 Bosnian base translation: including minimal base .po file in django Options Translations
11897 11897 Slovak locale translation update (1.1.X branch) Translations
12015 12015 Czech fixes to js, has patch Translations
11894 11894 Slovak locale translation update (trunk) Translations
11468 11468 Wrong Norwegian translation in django.contrib.sites: Nettsider => Nettsteder Translations
11867 11867 if spatialite is installed and pysqlite2.5 is installed without `enable_load_extension` tests won't run GIS
12693 12693 Database routers need error checking on load Database layer (models, ORM)
12690 12690 Oracle related lookup query fails in geodjango GIS
11896 11896 Slovak locale translation update (1.0.X branch) Translations
12661 12661 Support setting a "default" database Database layer (models, ORM)
12683 12683 PATH_INFO must not be overridden when it matches the SCRIPT_NAME HTTP handling
12572 12572 syncdb support for list of apps as command argument Core (Other)
12542 12542 Test framework needs a way to restrict the number of databases created in a multi-db setup Testing framework
12677 12677 cmemcache is deprecated Uncategorized
12676 12676 fix documetation after merge of model-validation to trunk Uncategorized
2871 2871 DateTime fields are not checked when updating object contrib.admin
12668 12668 [Patch] Fix for a few typos in [12272] multi-db docs Documentation
12659 12659 KeyError exception instanciated with offending key in test.utils.ContextList.__getitem__ Testing framework
12223 12223 Model field documentation needs clarification about validation Database layer (models, ORM)
7150 7150 patch to implement view pemission in admin contrib.admin
10525 10525 staff_member_required doesn't work for FormWizard / __call__() contrib.admin
12577 12577 BaseGenericInlineFormSet doesn't have save_new() to set the fk instance Contrib apps
12649 12649 more helpful Unicode exceptions for CSRF migration helper script Forms
12641 12641 ManyToMany relationship with self, symmetrical=True, related_name='something' doesn't work Uncategorized
10151 10151 url tag causes TypeError: dict objects are unhashable Uncategorized
12639 12639 Download page should list checksums *.djangoproject.com
12624 12624 Modify test runners to be a class-based structure Testing framework
12631 12631 cmemcache is no longer maintained Core (Cache system)
12342 12342 Memcached documentation lists deprecated client. Documentation
12013 12013 'invalid' messages in USPhoneNumberField and USStateField are not internationalized contrib.localflavor
9819 9819 Comments Framework needs better documentation contrib.comments
11794 11794 topics/db/managers.txt typo Documentation
12496 12496 Add code examples to built-in filter docs Documentation
12629 12629 Link from Validators page to django-doc-1.1 is broken *.djangoproject.com
12626 12626 Empty forms should be valid Uncategorized
8571 8571 comment framework throws obscure exception in {% comment_form_target %} contrib.comments
12623 12623 apostrophes in the python interactive shell documentation Documentation
10291 10291 Correction to QuerySet.iterator() documentation Documentation
12615 12615 Broken queryset indexing with postgresql_psycopg2 with custom through model Uncategorized
12618 12618 MethodDecoratorAdaptor raises ValueError on entries with slugs using certain words. Uncategorized
5589 5589 Memcache backend should allow retrieval of stored binary objects Core (Cache system)
12617 12617 add support for Apache Cassandra Database layer (models, ORM)
12614 12614 ManyToManyField generates inconsistent table/column names Database layer (models, ORM)
12591 12591 django.contrib.gis.utils.srs is out of date GIS
12386 12386 Automatic ManyToMany Fields in models defined in packages use invalid column names Database layer (models, ORM)
11761 11761 DB error on TestCase execution Uncategorized
12603 12603 new m2m signal documentation typo Documentation
12602 12602 Timezone issue with Asia/Calcutta Uncategorized
12545 12545 contains and F() don't work well together Uncategorized
12599 12599 MultiValueDictKeyError with inline admin, when inline model's ID not displayed contrib.admin
9326 9326 permalink decorator used in doc and then pre-decorator method used without notice. Documentation
12589 12589 upload_to argument on FileField It is not completely clear in the documentation Documentation
12593 12593 "manage.py loaddata" exits with system exist status 0 when there are errors Uncategorized
12512 12512 Misspelling Documentation
12520 12520 django.contrib.auth.forms.UserCreationForm.clean doesn't return cleaned_data dictionary Forms
12584 12584 cmemcache is deprecated Documentation
12573 12573 Eye-killing web screens Documentation
11650 11650 Add .gitignore for unofficial mirrors. Uncategorized
12580 12580 New validations pulls all elements for foreignkeys Forms
12453 12453 Possible bug with multi-db changes Uncategorized
11409 11409 Reorder permissions booleans in user admin contrib.admin
11222 11222 tutorial docs only give the relative location of the templates Documentation
9770 9770 extraneous slash in search link of "Welcome to the new documentation" message *.djangoproject.com
12161 12161 Error in code example - Generic views (regular expression) Documentation
11976 11976 typo in docs/ref/contrib/comments/forms.txt Documentation
11232 11232 Using Django link on the django home page points to Reference. *.djangoproject.com
11783 11783 django.contrib.humanize.templatetags.ordinal throws TypeError for NoneType Contrib apps
11842 11842 django-admin.py should display help output when no arguments are given Core (Management commands)
12297 12297 Faulty example in DB query documentation (Making queries) Documentation
3274 3274 [patch] Provide date_list to template context in archive_month view Generic views
9223 9223 Declarative widgets for ModelForm Forms
12113 12113 contrib.auth documentation is misleading re: whether User.is_active matters for login Documentation
10887 10887 admin.autodiscover contrib.admin
11501 11501 Punctuation error Documentation
11693 11693 Sitemap framework docs contain a regular expression error in the URLconf examples Documentation
12345 12345 incorrect invoking in the example of Multi-table inheritance section Documentation
11952 11952 HttpResponse Attribute docs refer to "status" when should be "status_code" Documentation
12271 12271 Documentation typo in URLFields section of Model Field Reference Documentation
12195 12195 cache set method - timeout - documentation Documentation
12084 12084 Document the return type of QuerySet.update() Documentation
11904 11904 Error on docs page for conditional view processing Documentation
11884 11884 Clarify in documentation how to enable built-in reference in admin. Documentation
11880 11880 Admin site URL Conf docs missing raw string notation Documentation
12228 12228 Outdated example in flatpages documentation. Documentation
12537 12537 Mistake in db/models/base.py (dict.set_default instead of setdefault) Database layer (models, ORM)
12350 12350 Typo on /en/dev/intro/tutorial04 Documentation
7486 7486 IsLessThanOtherField's third argument is required, but documented as optional contrib.admin
12326 12326 Spelling, /en/dev/intro/tutorial04 Documentation
7485 7485 OtherField validators don't work with inline child objects contrib.admin
12092 12092 grammatical error on http://docs.djangoproject.com/en/dev/intro/install/ Documentation
12047 12047 Copy/paste error in documentation Documentation
10947 10947 Queryset "__in" documentation missing list() call Documentation
10862 10862 Confusing image field text Documentation
10800 10800 render_to_string and render_to_response use select_template Documentation
10787 10787 debug.py Templates: Request URLs Should Include django.root Generic views
12216 12216 typo in flatpages docs Documentation
12300 12300 Catching exceptions and printing messages without file name and line number Uncategorized
6199 6199 Avoid cache stampedes Core (Cache system)
11301 11301 Fields using SplitHiddenDateTimeWidget are still rendered with their label Forms
12465 12465 &#8217; in title Documentation
12495 12495 Wrong URL for pytextile in contrib.markup docstring Documentation
12497 12497 A few cross link typos in the docs Documentation
12555 12555 Typo - Missing quote mark in docs in rev/models/querysets Documentation
12551 12551 html_class_attr is not being cleared in loop within forms._html_output Forms
12549 12549 Native list method sort() does not work on ValuesListQuerySet instance returned from value_list() QuerySet Core (Other)
12548 12548 Delete FileField content in Admin contrib.admin
12154 12154 ModelChoiceField cleanup raises uncaught ValueError Forms
12514 12514 Wrong Model.save() signature in topics/models and ref/models/instance Documentation
12532 12532 empty inline forms with FileField are never ignored contrib.admin
12535 12535 Caching & i18n Documentation
12530 12530 Code in test classes can get access to live database Testing framework
12527 12527 Loss of some HTTP headers Uncategorized
12528 12528 Include django debug toolbar in contrib Uncategorized
12513 12513 UnresolvableValidationError far too greedy Forms
12511 12511 Typo in django/db/transaction.py Database layer (models, ORM)
7679 7679 Colorize 404 and 500 message from runserver to console django-admin.py runserver
12506 12506 django.utils.functional.lazy objects fail when there are multiple expected classes with the same method Uncategorized
1021 1021 [PATCH] unique_together should check the uniqueness in the validation phase Validators
12112 12112 Allow terminal colors to be customized or disabled Core (Management commands)
11379 11379 max_entries should not be required Core (Cache system)
11701 11701 [patch] DateInput widget: allow uggettext_lazy in format attr Forms
10455 10455 Session Creation should be Lazy contrib.sessions
12494 12494 'module' object has no attribute when accessing settings Uncategorized
12479 12479 Missing non-keyword argument in as_sql method call GIS
12445 12445 iri_to_uri undesirably converts ~ to %7E HTTP handling
12490 12490 Error in documentation for direct_to_template Documentation
12486 12486 Accessing dict values via a value of a variable as key Template system
11110 11110 Comments redirect after posting is not honoured if comment contains errors or is previewed contrib.comments
9604 9604 a patch to the docs regarding "how a complete example form could look like" contrib.comments
8468 8468 Documentation for Polish localflavor classes update contrib.localflavor
12383 12383 Typo in user documentation s/Permisson/Permission/ Documentation
12472 12472 Date fields aren't displayed when USE_L10N is active Internationalization
7262 7262 Microsecond dateformat patch Core (Other)
8068 8068 Kuwaiti localflavor contrib.localflavor
12109 12109 Add ISO 8601 date to date filter (utils.dateformat) Template system
12473 12473 i found a bug on blocktrans Template system
12468 12468 postgis backend has dummy return_insert_id(), making INSERTs fail. GIS
12461 12461 Mistranslation of Polish error message Translations
12463 12463 user_passes_test should transfer view_func parameters to test_func Uncategorized
12458 12458 try-except-finally block in django/contrib/gis/db/backends/postgis/operations.py breaks on Python 2.4 GIS
12459 12459 try-except-finally block in django/contrib/gis/db/backends/spatialite/operations.py breaks on Python 2.4 GIS
12344 12344 select_related() uses always QuerySet and Query classes from originating Model Database layer (models, ORM)
12430 12430 Error mentioned in Understanding the ManagementForm section should link to solution Documentation
12457 12457 "IOError: Too many open files" when pulling height and width values from a long list of ImageField containing Model objects. Database layer (models, ORM)
12452 12452 Not all database connections are being closed (multidb) Database layer (models, ORM)
7509 7509 SplitDateTimeWidget doesn't allow specification of date or time formats Forms
12450 12450 GEOSFree not available in GEOS 3.1.0 GIS
11396 11396 "manage.py syncdb" raises OperationalError with pysqlite2 on Python 2.3.5 Uncategorized
6093 6093 a few Decimal/float serializers_regress tests failing with python 2.3 and postgresql_psycopg2 engine Core (Serialization)
12449 12449 Typo in the I18N documentation: when your need you Documentation
12219 12219 Broken link to pep8.py Documentation
11570 11570 Request and Response objects page not using unicode responses in examples Documentation
12205 12205 Bad link, on releasenotes for 1.1 Documentation
12155 12155 No link to Django 1.1 docs Documentation
12438 12438 use GEOSFree instead of c.free in geos binding. GIS
12431 12431 grammar Documentation
12442 12442 PasswordResetForm ignores TEMPLATE_CONTEXT_PROCESSORS Contrib apps
12426 12426 Syntax error in Django Multi-db documentation page Documentation
12207 12207 A hook for accessing the ChangeList instance for a ModelAdmin Uncategorized
12423 12423 Trac fix for the viewing [11952] Uncategorized
11682 11682 [soc2009/admin-ui] index can be 0 causing saving model with inlines to fail contrib.admin
12415 12415 wrong parsing of SQL comments in initial SQL data Core (Management commands)
12414 12414 csrf_token in Part 4 of Tutorial for Version 1.1.1 Documentation
12413 12413 A little typo error in Model.objects.raw() docs Documentation
12406 12406 Model Meta ordering bug with manytomany field Uncategorized
10927 10927 Content Types shortcut view throws 500s easily Contrib apps
12258 12258 QuerySet 'get' method should clear ordering before executing query Database layer (models, ORM)
12251 12251 QuerySet.in_bulk() should accept a set() Database layer (models, ORM)
12292 12292 render_to_response method on AdminSite and ModelAdmin contrib.admin
12396 12396 Auth permission with translation names Uncategorized
12393 12393 testGenericInlineFormset fails on Postgres Uncategorized
12395 12395 Full suite test failures after r11863 Uncategorized
12390 12390 distance query doesn't support * operand type GIS
12391 12391 Not used import in django.db Database layer (models, ORM)
12394 12394 PDF problems Uncategorized
10263 10263 order_by parameter for inlineformset_factory and BaseInlineFormSet Forms
12381 12381 Shouldn't the pluralize filter consider 0 to be singular? Contrib apps
7501 7501 template rendering doesn't reset cycle tag Template system
12338 12338 "Overriding predefined model methods": use *args, **kwargs in code sample Documentation
12376 12376 Nested blocks don't work inside an ifnotequal tag Template system
12372 12372 passing ip to django.contrib.auth.views.password_reset email template contrib.auth
12373 12373 Add keepdb option to test command Testing framework
12132 12132 possibly unneccessary unique_check for primary key fields is models Database layer (models, ORM)
11330 11330 djangoproject.com mailservers misconfigured *.djangoproject.com
12218 12218 Tutorial part 3 : url decoupling is incomplete Documentation
12366 12366 AUTH_PROFILE_MODULE='borobeat.credit.BorobeatSiteProfileRecord' Uncategorized
11874 11874 Cleanup SortedDictionary Core (Other)
12361 12361 GIS DB query generates invalid SQL on two joins with the same table GIS
12334 12334 GeoQuerySet creates invalid SQL on calls to `__nonzero__` or `__len__` GIS
12360 12360 Improve db.models.loading.load_app ImportError handling Database layer (models, ORM)
12351 12351 GenericRelatedObjectManager get() and get_or_create() should behave like create() Contrib apps
12349 12349 object_id is not unquoted in history view contrib.admin
12341 12341 unique_error_message() assumes field has label attribute, generates bad error message if not Uncategorized
12335 12335 Namespaces for applications Core (Other)
12331 12331 get_display shows choices key, not value if field name contains underscore symbol Template system
12348 12348 ForeignKeyRawIdWidget doesn't catch ObjectDoesNotExist when raw_id is illegal contrib.admin
12138 12138 django.contrib.auth assumes all applications are hosted in their top level package Uncategorized
12336 12336 Infinite recursion in dir(UserSettingsHolder) Core (Other)
12316 12316 GenericForeignKey produces an error when submitting from a form Uncategorized
2855 2855 [patch] BooleanField should use False as default (unless provided) Database layer (models, ORM)
11081 11081 Page rendering fails after upgrading to r10703 Core (Other)
12330 12330 Tutorials Page 2 missing 'from django.contrib import admin' in urls.py Uncategorized
11394 11394 Should have a Form Variable for the Login method in Auth.Views contrib.auth
12319 12319 Broken link in contributing doc for pep8 tool Documentation
12314 12314 DateField was incorrectly handled Uncategorized
12310 12310 Error in "cycle" template tag example Documentation
12311 12311 Fixtures and multi-table inheritance : loading data from one fixture to related tables doesn't work Database layer (models, ORM)
12276 12276 Adding a UnixDateTimeField to Models Database layer (models, ORM)
12301 12301 Template adds extra characters when using utf8 file encoding Uncategorized
11955 11955 resetting an app appears to touch all configured dbs not just those that app uses Core (Management commands)
12058 12058 resetting an app (manage.py reset) with a --database option results in an AttributeError: 'str' object has no attribute 'introspection' Core (Management commands)
12305 12305 order_by problem Database layer (models, ORM)
12303 12303 SplitDateTimeWidget disregards required=False Forms
12299 12299 Inconsistency in Tutorial, part 3. Documentation
12296 12296 optional reverse model relation Database layer (models, ORM)
12298 12298 documentation flaw, many to many inline contrib.admin
12294 12294 Exception info caught in django/template/debug.py should be propagated Template system
12287 12287 Application name must be unique in a project - silent sideeffect when it's not Uncategorized
12289 12289 Test runner behave improperly when application names are not unique Testing framework
3885 3885 [multi-db] bug in relating models across different db's Core (Other)
12284 12284 Inclusion tags should handle arguments not present in the context gracefully Template system
12274 12274 Make PDF version of Django Documentation Documentation
12266 12266 tutorial02: Error in fieldset data structure Uncategorized
10587 10587 Store datetime as UTC and change how Django handles datetime objects Database layer (models, ORM)
12267 12267 Typo in "Sending Email" docs Documentation
11918 11918 Admin URLs troubles Contrib apps
12263 12263 Mixed concerns between application and http caching Core (Cache system)
12262 12262 Bad link on Uncategorized
12261 12261 strftime function from django.utils.datetime_safe doesn't work properly in years below 1000 Core (Serialization)
9515 9515 order checking item_link and get_absolute_url wrong Documentation
12257 12257 django.middleware.csrf.CsrfViewMiddleware Documentation
12256 12256 TypeError when calling unicode(type(Form())) Forms
12255 12255 Replacing a file in the browse field by another file doesn't delete the first file contrib.admin
12253 12253 Problem with ModelForm Forms
12254 12254 Django and SaaS Uncategorized
12245 12245 m2m-refactor: r11724 broke model definitions outside of a "models" module (e.g. in tests) Uncategorized
12244 12244 If i overwrite extrahead in change_form.html class Media: js=[] does not work. contrib.admin
12243 12243 bash_completion tests failing due to ordering problem Uncategorized
11243 11243 Not possible to add Model with URLField with the Admin Interface contrib.admin
12232 12232 Dead links in recent actions and invalid entries in object history Uncategorized
12036 12036 GIS layermapping utility fails to import linestrings GIS
12081 12081 My project is not detecting the geodjango application GIS
9573 9573 template filter length() should call .count() on querysets Database layer (models, ORM)
12198 12198 CSRF changes not noted on backwards incompatible page Documentation
12209 12209 ManyToManyField.through does not work as the model property of an inline when specified using a string contrib.admin
12204 12204 Documentation is not clear on naming/loading of test fixtures Documentation
12190 12190 Changeset [11710] breaks ForeignKey.db_type for fields defined outside a model Database layer (models, ORM)
11268 11268 django.contrib.admin.util.quote does not handle spaces (%20 -> _20) contrib.admin
12181 12181 Django WSGI setup documention makes a critical oversight with unexperienced users Documentation
12187 12187 when a put a value in raw_id_fields it breaks Template system
12186 12186 HttpResponseRedirect(request.get_full_path()) fails with UnicodeEncodeError for international URL Uncategorized
12185 12185 Wrong reference in admin documentation Documentation
12182 12182 1.0.3 runtests.py fails to validate models on MySQL 5.1.34 on Windows XP Testing framework
7634 7634 Using auto_now or auto_now_add should raise a DeprecationWarning Database layer (models, ORM)
12179 12179 Should be able to manually store non-text in the memcached backend Core (Cache system)
2583 2583 can't use ForeignKey in list view (class Admin: list_display) contrib.admin
12176 12176 curry can't be replaced by functools.partial Template system
12168 12168 r11710 breaks table creation if models are a package... Database layer (models, ORM)
12166 12166 Instance.delete() cascade deletes related objects with null=True Uncategorized
12160 12160 BooleanField clean method fails for false values Forms
12131 12131 Translation not recognized when not using requests Translations
12136 12136 Minor visual problem in django admin (and correction) contrib.admin
12150 12150 Worldwide Lexicon collaborative translation library for Python (want to embed in Django) Translations
12147 12147 r11709 uses invalid syntax on Python 2.4 Core (Mail)
12145 12145 select_related() does not work with inherited models Database layer (models, ORM)
11849 11849 use_tls initialization bug in django.core.mail.SMTPConnection Core (Mail)
12143 12143 r11710 breaks recursive ManyToManyField Database layer (models, ORM)
12144 12144 Django throwing ProgrammingError instead of IntegrityError for Duplicate Key with Postgres Uncategorized
11795 11795 Allow use of inlines for many-to-many fields Uncategorized
12125 12125 [patch] The tests for date-based generic views fail in november Generic views
12095 12095 Login doesn`t work after django update to revision 11664 Uncategorized
12120 12120 documentation: get() does not work with values() Documentation
12127 12127 timezone tests are failing Uncategorized
12126 12126 Tutorial part 3: "Decoupling the URLconfs" looks weird (doesn't really decouple) Documentation
12124 12124 auth unit test bug: u.has_usable_password() Contrib apps
12123 12123 dateformat tests fail on first of the month if in GMT+ timezone Uncategorized
12082 12082 Inclusion of new auth tests force Sites framework requirement contrib.auth
8767 8767 Should user profile docs mention OneToOne fields? Documentation
12122 12122 don't create test database on ./manage.py test Testing framework
7479 7479 Improve dictionary (dict()) support in QuerySets Validators
12117 12117 Silently ignoring of import errors in models module. Database layer (models, ORM)
12115 12115 Little error in documentation - ModelAdmin.get_urls(self) Documentation
12108 12108 unable to execute basic insert using djangopsycopg2.ProgrammingError: current transaction is aborted, commands ignored until end of transaction block Uncategorized
11057 11057 No actions in admin (actions=None) messes up layout. contrib.admin
12100 12100 Broken link in Documentation *.djangoproject.com
7931 7931 Debug mode causes template includes to be parsed regardless of if tags Template system
5272 5272 Password reset form resets passwords for all users sharing an email address Contrib apps
11961 11961 Typos in docs/topics/testing.txt Documentation
12080 12080 Decorator used, without the decorator syntax Documentation
10727 10727 Exception Raised: TypeError: Initialization arguments are not supported Database layer (models, ORM)
10819 10819 Do not limit input data in multipartparser by content-length (in parse()) HTTP handling
11885 11885 'Using the built-in reference' section makes unjustified assumption Documentation
12076 12076 Admin template view using change_list.html doesn't provide "request" variable Uncategorized
11662 11662 Filtered Queryset update() on a Proxy Model updates all records Database layer (models, ORM)
11750 11750 ManyToMany field does not respect Proxy models Database layer (models, ORM)
12049 12049 New LazyObject-wrapped User breaks queries in template tags contrib.auth
10990 10990 Admin templates that extend base_site.html and override extrahead or extrastyle should include block.super last contrib.admin
12052 12052 If settings.py has TEMPLATE_STRING_IF_INVALID set, adding new user from admin doesn't work contrib.admin
8611 8611 Reverse for '<django.contrib.auth.decorators._CheckLogin object at 0x8ee144c>' not found Core (Other)
12042 12042 Wiki Timestamps *.djangoproject.com
12035 12035 admin docs field dictionary miss GIS type informations GIS
12038 12038 http://docs.djangoproject.com/en/dev/topics/forms/ contact example Documentation
4953 4953 Starting a subprocess causes incomplete requests in dev server django-admin.py runserver
12031 12031 Make django.core.context_processors.auth lazy Uncategorized
11959 11959 In tutorial, admin is broken throughout most of part 3 Documentation
12029 12029 Error when running django tests with postgresql 8.3 Testing framework
11993 11993 ValueError: Cannot convert NaN to integer in regressiontests.defaultfilters.tests using Python 2.6.3 Uncategorized
12022 12022 Download instructions refer to wrong version of downloaded archive Documentation
12023 12023 admin actions: link from current docs to 1.0 docs, is broken Uncategorized
12021 12021 .any() method on QuerySet using a known trick Database layer (models, ORM)
7071 7071 Allow to change form class for password change view Contrib apps
12014 12014 profile_class() method for User model contrib.auth
10050 10050 Documentation bug in tutorial / admin manual? 'AdminSite' object has no attribute 'urls' Documentation
11963 11963 Provide global configuration variable for default SRID GIS
11198 11198 Forms URLfield regex takes infinite to validate a long field Forms
12000 12000 Code display box renders wrong on Safari Documentation
11995 11995 Use raw_id_fields for 'user' field on contrib.comments.models.Comment contrib.comments
11996 11996 unique over more than one fields Database layer (models, ORM)
11985 11985 not generating all fields Uncategorized
11979 11979 build omits django/conf/locale Core (Other)
11980 11980 django-admin.py startproject command failed when DJANGO_SETTINGS_MODULE was set Uncategorized
8885 8885 HTML markup appearing in title of doc page *.djangoproject.com
11942 11942 testing from a checkout is overly complicated Testing framework
10229 10229 Can't see values of PositiveSmallIntegerField in admin after adding the field to list_display. contrib.admin
11965 11965 A ModelAdmin method returning bool is not formatted with an image contrib.admin
9674 9674 app_label missing from documentation Documentation
8245 8245 Exceptions in admin.py can get hidden by an AlreadyRegistered exception contrib.admin
11958 11958 Form.errors returns an HTML unordered list, rather than a python dict object Documentation
11953 11953 Title is not "safed" Documentation
11947 11947 The use of '/media/' for static file serving Documentation
11931 11931 ForeignKey documentation mentions non-existent method Documentation
11937 11937 Django Uncategorized
11932 11932 smart_unicode does not always return a unicode Uncategorized
11126 11126 Admin model.ManyToManyField doesn't support legacy db tables and custom model.ForeignKey fields contrib.admin
11921 11921 UnicodeEncodeError when using redirect_to with non-ascii keywords Uncategorized
11923 11923 Suspected typo in django/db/models/sql/query.py Database layer (models, ORM)
11926 11926 URL regular expressions in wrong order Documentation
11910 11910 More flexible urlize template filter (passing a function that will execute for each url) Template system
6371 6371 several decorators don't work with bound methods Core (Other)
11267 11267 ForeignKey/OneToOneField attribute names should be valid kwargs in queries Database layer (models, ORM)
11913 11913 Storing dictionaries and ordered lists in database Database layer (models, ORM)
11912 11912 check_password() and "crypt()" passwords contrib.auth
9798 9798 object_list paginated raise a http404 when a its a InvalidPage Generic views
11621 11621 Django copies .pyo files for a new project/app Core (Other)
11731 11731 Email stack reports in DEBUG False mode should be same HTML reports that we get in True mode Core (Mail)
11855 11855 ImageField .path attribute does not take into account upload_to pre-save - Django 1.1 File uploads/storage
11901 11901 Minor mistake in the ModelAdmin.prepopulated_fields docs Documentation
11902 11902 HttpRequest is_secure does not obey WSGI Core (Other)
9462 9462 inlineformsets without instances show objects with null foreign keys Forms
11899 11899 QuerySet - filter through related objects Documentation
11895 11895 Grouping and reordering apps on the admin index page contrib.admin
11887 11887 Unescaped characters in the title of the Sites Framework page Documentation
11886 11886 F() expressions don't retain parentheses into final SQL Uncategorized
2912 2912 django.contrib.syndication.feeds.py:Feed store the HttpRequest so it can be accessed contrib.syndication
11878 11878 Allow using a settings.py setting instead of runserver's "--adminmedia" settings Uncategorized
11879 11879 user.profile instead of user.get_profile() Contrib apps
11839 11839 Strip tags from django document title elements Documentation
11820 11820 Grace Hopper's name is misspelled contrib.admin
11862 11862 Hebrew translation mistake Translations
11740 11740 ModelForm documentation not clear on default attributes of custom Fields Documentation
11873 11873 Incorrect pluralization in generic views docs Documentation
11073 11073 SESSION_COOKIE_PATH should be introduced in this page Documentation
10864 10864 Clarify that "next" is the default for redirect_to_field Documentation
11808 11808 Typo in admin's documentation Documentation
11746 11746 Some message in `contrib/localflavor/fr/forms.py` could not be localized contrib.localflavor
11755 11755 Django documentation on Model FormSets should include a tip on how to override default behavior Documentation
9236 9236 django.contrib.admin documentation -- missing dependency info? Documentation
10709 10709 Please clarify what objects are accepted by get_object_or_404 Documentation
11780 11780 Small typo (two articles) in the static file serving docs Documentation
11359 11359 "Built-in signals" API reference doc fails to mention "Signals" documentation. Documentation
11592 11592 "filter" should "filtered" (just a typo) Documentation
11628 11628 Incorrect comment in part 1 of tutorial Documentation
11728 11728 Documentation typo Documentation
11831 11831 typo in comments doc Documentation
11871 11871 Subclassing django.contrib.auth.models.User contrib.auth
11814 11814 GIS with mysql doesnt work together with multidb raises argument exception on make_atom() GIS
11840 11840 Form validation should check for IOErrors Forms
11847 11847 FormWizard in urlconf is not reversable contrib.formtools
2471 2471 [patch] date_based generic view doesn't work with DateField and sqlite Generic views
11477 11477 Generic views doc points out design flaw with wrong queryset Documentation
11692 11692 CSRF middleware causing contrib.auth password change tests to fail Uncategorized
11375 11375 Redirect to another url in admin add view contrib.admin
11502 11502 Wrong escaping in admin contrib.admin
11861 11861 TypeError: object.__init__() takes no parameters Uncategorized
11703 11703 Added missing Super calls to 2 widget classes Forms
11853 11853 Django admin uses default Manager Uncategorized
11858 11858 Named urls in url template tag resolved differently Uncategorized
7752 7752 Context Processors get top of stack in RequestContext instances Template system
11061 11061 Malformed POST request cause TypeError in AdminSite.login() contrib.admin
11833 11833 Fix name conflict in filter test Testing framework
11591 11591 Fix invalid HTML in tabular.html contrib.admin
11071 11071 Update is_ajax docs to include ExtJS as complying Documentation
7437 7437 SelectDateWidget is not documented Documentation
7376 7376 auth docs don't say they depend on contenttypes Documentation
11252 11252 Invalid XHTML when filtering a paginated list contrib.admin
11856 11856 HttpRequest.path_info not mentioned in docs Documentation
11846 11846 field check does not wok Forms
11851 11851 .annotate() turns datetime fields to unicode with sqlite3 Database layer (models, ORM)
11848 11848 Hook to be able to customize changelist_view contrib.admin
11845 11845 minor typo in code example (tutorial pt 3) Documentation
11824 11824 {% with %} tag to support tuples Template system
11837 11837 iceweasel 3.0.6 and mozilla firefox 3.5.2 create user cache problem Uncategorized
11835 11835 url template tag doesn't put anything if the keyword argument has ' ', '&', '\' kind of characters Template system
11832 11832 include tag with optional block argument (selective include feature) Template system
11829 11829 django-admin model validation mistake Core (Management commands)
11823 11823 Flush command should allow to choose send/not send syncdb signal and call/not call loaddata command Uncategorized
8010 8010 adding support for multiple test files for applications Testing framework
11821 11821 Objects with multiple foreign key relationships to the same table will not correctly warn about deletion of related objects contrib.admin
11819 11819 Should __unicode__ be used when returning purely numerical values? Documentation
11818 11818 Broken link on http://www.djangoproject.com/documentation/0.95/models/validation/ Documentation
11815 11815 Multi table inheritance Database layer (models, ORM)
11806 11806 FormWizard.process_step() doesn't always have a validated Form. Documentation
11812 11812 Formset with select widget and extra fields won't validate Forms
11813 11813 Formset with select widget and extra fields won't validate Forms
11798 11798 Django persistent psycopg2 database connection Database layer (models, ORM)
11799 11799 shortcoming in template language 'if' statement Template system
11678 11678 ValueError when passing an extra parameter in URL contrib.admin
11792 11792 incorrect activation of the code for admin site in urls.py Documentation
11790 11790 problem with component filed in Ticket Uncategorized
11786 11786 TestClient() forgets any PUT querystrings if there is payload data Testing framework
11009 11009 Auth PasswordResestTest fails since changeset 10599 - Ticket #8752 Contrib apps
11784 11784 exceptions should sublcass StandardError, not Exception Core (Other)
10136 10136 django should not insert newlines in generated html at places where the template has comments Template system
11781 11781 Wish: FILE_UPLOAD_DIRECTORY_PERMISSIONS File uploads/storage
11779 11779 Validation doesn't detect import errors Uncategorized
10566 10566 Support cx_Oracle compiled with WITH_UNICODE Database layer (models, ORM)
6032 6032 Make User and Group extendable Database layer (models, ORM)
11036 11036 QueryDict has_key() calls __getitem__ instead of __contains__ HTTP handling
11013 11013 Named imports in urls Core (Other)
11773 11773 Porxy Model registered in Model Admin are only visible to Super User Core (Management commands)
11763 11763 Admin Interface - Login - Security Concern contrib.auth
5246 5246 MS SQL Server backend using pyodbc. Database layer (models, ORM)
11767 11767 Some localflavor code for venezuela contrib.localflavor
11759 11759 MOD_PYTHON ERROR Uncategorized
11758 11758 django.views.generic.list_detail doenst render object list Core (Other)
11751 11751 broken link Uncategorized
4805 4805 Pass paginator object in generic view's context instead of several variables related to the paginator Core (Other)
3245 3245 setup.py error on windows when installing from a second level directory Uncategorized
11742 11742 simplejson loads not always unicode Uncategorized
11351 11351 IE6 times out in the Django Development Server when a Request.Post is passed HTTP handling
11747 11747 Django "Freezing" shortly after startup Uncategorized
11749 11749 QuerySet not autmatically evaluated on attribut update? Uncategorized
11743 11743 Error in generic views documentation Documentation
11737 11737 many2many recursive relationship do not work in DJ 1.1 Uncategorized
11738 11738 many2many recursive relationship do not work in DJ 1.1 - second problem Database layer (models, ORM)
11736 11736 title tag - put 'Django |' to the end *.djangoproject.com
3515 3515 CSS improvements for newforms Forms
11733 11733 Chilean localflavor extension contrib.localflavor
11730 11730 ifequal tag incorrectly renders block tag Template system
11646 11646 Use refered model.verbose_name as default contrib.admin
11062 11062 Problem with django/forms/models.py Forms
11723 11723 Missed word to be removed. Documentation
10988 10988 timeuntil regressiontests fail Core (Other)
7755 7755 Allow EmailField(blank=True) with models validation Database layer (models, ORM)
11127 11127 Consistent regex for django.contrib.auth.forms.AuthenticationForm contrib.auth
11724 11724 Python slice syntax is not the same as SQL offset limit syntax Documentation
11721 11721 Fixture interoperability problem between 'postgresql_psycopg2' and 'sqlite3' Database layer (models, ORM)
11719 11719 Lookups that span relationships: Typo? Documentation
11717 11717 concat default template filter Uncategorized
11534 11534 Very Bad Grammar in Admin Bulk Delete Warning contrib.admin
11440 11440 Misplaced apostrophe in admin delete page contrib.admin
11471 11471 Typo in comment in admin app. contrib.admin
11508 11508 Missing with in Form Wizard documentation Documentation
11573 11573 Nginx's URL Changed Documentation
11713 11713 bug in django.contrib.admin.action while delete_selected Uncategorized
11429 11429 initial_data in syncdb not working with proxy models Uncategorized
11705 11705 Atom1Feed should allow html in title contrib.syndication
11708 11708 django.contrib.markup: pass docutils Writer as argument to restructuredtext template filter Contrib apps
11704 11704 GZIP middleware consumes the HTTPResponse iterator, even if Content-Encoding is set to identity Core (Other)
11699 11699 override _display_login_form contrib.admin
11568 11568 Ordering by related attributes makes distinct() break Database layer (models, ORM)
11672 11672 using forms.DateField or forms.DateTimeField causes validation error on fields that should be optional Forms
5997 5997 Pluralization support too limited Internationalization
11685 11685 enable scheme and tablespace support for postgressql Database layer (models, ORM)
11676 11676 Allow '.' for username Uncategorized
11655 11655 --indent and --format in the manage.py docs is misleading Documentation
8768 8768 Document that ugettext_lazy returns `<django.utils.functional.__proxy__ object at 0x11b1310>` in non-unicode string context Documentation
11673 11673 submitting an empty forms.DateTimeField fails even with models null and blank and required=False for the form field Uncategorized
11669 11669 Hand in HandField Documentation
11179 11179 inspectdb should guess related_name on foreign keys django-admin.py inspectdb
11363 11363 empty help_text gives some django var contrib.admin
11389 11389 contrib.auth.login should allow to replace AuthenticationForm contrib.auth
11426 11426 Minor syntactic inconsistency in templates builtins documentation Documentation
11479 11479 cache_page and last_modified decorators can't be used together Core (Cache system)
11564 11564 [feature request] admin inlines enhancements Contrib apps
11668 11668 Problem with url pattern in comments contrib.comments
11648 11648 translation.get_language() should remove sublanguage code if it is not in settings.LANGUAGES Internationalization
11664 11664 Invalid SQL is generated as part of the aggregation unit tests Database layer (models, ORM)
11608 11608 Django version in documentation should be 1.1 Documentation
11661 11661 database backup Uncategorized
11657 11657 Displaying Data from database(MySql) Uncategorized
11656 11656 JavaScript code in django default server Uncategorized
11547 11547 Delete all takes a lot of time Uncategorized
11548 11548 choices in models.CharField accepts method but no property Uncategorized
11631 11631 Deleting related objects which use a GenericKey in an inherited model creates invalid SQL Database layer (models, ORM)
11649 11649 Error 'BaseQuery' object has no attribute 'extra' after applying 1.1 release Uncategorized
11653 11653 Manager not inherited in model inheritance Database layer (models, ORM)
11220 11220 __similar in filter Uncategorized
11199 11199 Select_related added to the query set will produce empty result Database layer (models, ORM)
10942 10942 Cannot pass a string of comma separated values or an iterable to `params` or `select_params` (e.g. for use with IN lookup). Database layer (models, ORM)
10939 10939 Allow for dynamic registration of inlines into an admin model contrib.admin
10815 10815 improved description for accessing foreign keys in templates Documentation
11647 11647 Support for reversing urls in conjunction with subdomains Core (Other)
10760 10760 Some session data gets lost between multiple concurrent request contrib.sessions
10755 10755 contrib.auth.tests.views.PasswordResetTest fails with custom template Testing framework
10707 10707 Sphinx & LaTeX: too many nesting section levels for LaTeX Documentation
6508 6508 contrib.syndication feed links break with https-urls contrib.syndication
11643 11643 URLField can't recognise a well-formed URL Database layer (models, ORM)
11499 11499 The default clean session will certainly not work with a huge session database Core (Management commands)
11644 11644 Allowing single values instead of tuples for choices in ChoiceField Uncategorized
11451 11451 Retrieving forms fields that are specific to a certian base class Uncategorized
11500 11500 Documentation on commands is sparse. Documentation
11638 11638 HttpResponseRedirect to a file causes UnicodeEncodeError HTTP handling
11636 11636 New intdot function for django.contrib.humanize Contrib apps
11630 11630 reverse() cannot process kwargs distributed along nested url namespaces Core (Other)
11611 11611 can't place two comment forms in one template. Because "prefix" attribute is not supported in __init__ of this form contrib.comments
11620 11620 Tutorial part II, page 1, gives error message when followed. Documentation
11583 11583 Incomplete HTML Escaping Uncategorized
11618 11618 Child models overwrite data of Parent model Database layer (models, ORM)
11614 11614 Documentation for 1.1 Documentation
11610 11610 NoReverseMatch on users with @ in name Core (Other)
11602 11602 Django versions (fork the docs for 1.1 and trunk) *.djangoproject.com
8296 8296 Allow template parser to parse until "complex" block node Template system
11587 11587 Small error in tutorial ("poll_id" should be "object_id") Documentation
11494 11494 syncdb fails silently to create tables for an app where the app has an import error Core (Other)
11588 11588 I want a post removed from pygments File uploads/storage
3090 3090 Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %}) Template system
11310 11310 Unable to serialize ManyToMany fields with "trough" Core (Serialization)
11368 11368 debug error reporter should include traceback for nested exceptions Core (Other)
11579 11579 Increase length of email field to accomodate Facebook proxied addresses contrib.auth
11556 11556 "model module" instead of "model" in tutorial. Documentation
11571 11571 latex documentation generation error Documentation
8412 8412 When there is a DateTimeField in, data saved with dumpdata cannot be reloaded using loaddata (on German Systems) Core (Serialization)
11566 11566 CSRF documentation problem Documentation
11428 11428 manage.py reset not working for proxy models Uncategorized
11562 11562 Error in regular exression for EmailField validation Forms
11519 11519 Minor typo on "Release notes" documentation page. Documentation
8734 8734 Slightly complex built-in Field classes not documented. Documentation
7313 7313 Following part 2 of the tutorial, I get the following error when trying to view /admin/: Uncategorized
11536 11536 template_object_name not working correctly in archive_index Generic views
3895 3895 archive_index should have template_object_name Generic views
11529 11529 RadioSelect widget is misaligned and has square bullets in admin contrib.admin
11516 11516 form improvements contrib.formtools
11512 11512 One character HTML typo in views/debug.py Uncategorized
11504 11504 Path saved in database, does not match path saved on the filesystem File uploads/storage
11510 11510 Import path for aggregates is incorrect Documentation
8336 8336 runserver option for disabling admin static files serving django-admin.py runserver
11492 11492 Some typos fixes for the docs added in r11250 Documentation
10908 10908 Information about proper way of user creation for testing Documentation
11491 11491 minor typo in docs for r11250 Documentation
11488 11488 ValueError: too many values to unpack when POSTGIS_VERSION in settings GIS
11229 11229 The mod_wsgi documentation about hosting of static files wrongly refers to mod_python documentation. Documentation
11235 11235 minor error in queryset documentation Documentation
11469 11469 Small typo in tutorial3 Documentation
11348 11348 slimmer `article_actions.png` for docs Documentation
11480 11480 Small typo in The Django admin site documentation Documentation
11364 11364 Suggest use of `url` tag to locate i18n javascript view Documentation
11464 11464 tutorial part 3: recommend removing 'mysite' from view prefix in polls specific urls.py Documentation
11476 11476 Using delete on modelformset doesn't remove form from set Forms
11472 11472 Users not spanning relationship lookups Database layer (models, ORM)
9183 9183 Using LocaleMiddleware breaks django.contrib.auth unittests Testing framework
6459 6459 Help text is not displayed for vertical filter interface contrib.admin
11452 11452 Using filter_horizontal on a field in admin stops its help_text appearing Core (Management commands)
11466 11466 Problem with 'logout', 'change password' links in contrib.admin interface contrib.admin
11462 11462 {% url %} tag is not working with the 'AS' modifier and named URLs Template system
3211 3211 admin crash when uploading an e-mail message as a text file contrib.admin
11453 11453 The Howto "Error reporting via e-mail" should mention the SERVER_EMAIL setting Documentation
11450 11450 Small typos in ContentType documentation Documentation
11439 11439 Doucmentation for new URLconf include() function usage Documentation
11438 11438 Simple typo in Custom Fields documentation. Documentation
11454 11454 ModelAdmin documentation correction Documentation
11420 11420 Test suite and default encoding on Windows Testing framework
10301 10301 Refactor Serializer to support iteratation Core (Serialization)
11380 11380 missed error description and line (and file) which contains it [TIP] Uncategorized
11247 11247 FieldError resulting from intermixing model forms with model definitions Database layer (models, ORM)
11308 11308 Django ignores an application if it's trying to import a module that doesn't exist Database layer (models, ORM)
11386 11386 manage.py sqlall error msg says it did not find an app when it found it Core (Management commands)
11399 11399 Reset on an app that does not fully compile will result in an 'App not found' error. Core (Management commands)
11437 11437 [soc2009/multidb] M2M Relationship with through=[model] whose primary key is renamed fails with wrong column name Database layer (models, ORM)
11444 11444 auto_now_add need to be correctly document Documentation
11443 11443 smart_str can't encode a unicde string Uncategorized
11431 11431 prepopulated_fields fails to update multiple fields from one source contrib.admin
9678 9678 Flatpage with URL of "/" ends up in a redirect loop. Uncategorized
11427 11427 full text searching or indexer? Uncategorized
11424 11424 Ambiguity in the tutorial about decoupling the URLs Documentation
11423 11423 id autofield not incrementing when id is explicitly defined in postgresql 8.3 Database layer (models, ORM)
9607 9607 Add documentation for **extra parameter to test client request methods Documentation
11415 11415 Django doesn't call delete() for relatively deleted objects. Uncategorized
11417 11417 Error in 'Notes about supported databases' documentation Documentation
11370 11370 GeoQuery works fine in 1.0.2, but chokes on latest SVN GIS
11405 11405 The select all checkbox for action in admin does not work with IE web browser. Contrib apps
11357 11357 contrib.admindocs ignores many-to-many relations Contrib apps
7221 7221 TypeErrors from Field.get_db_prep_lookup() get suppressed Database layer (models, ORM)
11395 11395 "manage.py syncdb" raises OperationalError with pysqlite2 on Python 2.3.5 Uncategorized
11393 11393 query on decimal fields with long string representation of float causes exception Uncategorized
11382 11382 ADMINS and MANAGERS settings Uncategorized
11378 11378 Exceptions raised in Middleware process_request methods are not handled Core (Other)
11366 11366 mysql table name changed after command, 'python manage.py inspectdb > mysite/myapp/models.py' Uncategorized
11367 11367 Use settings instead of defaults for forms.DateField and similars Forms
11361 11361 Using javascript in Django Forms
11360 11360 Djangobook website misdirecting link needs updating Uncategorized
11355 11355 messed up title on django docs Documentation
10877 10877 search_fields raise TypeError if field names are given as unicode objects. contrib.admin
11349 11349 Error in sql request Uncategorized
11347 11347 isnull=False returns incorrect results for reverse relations Database layer (models, ORM)
8916 8916 admin auth change password not working contrib.admin
11345 11345 HTML tags appearing in page title in docs.djangoproject.com *.djangoproject.com
11346 11346 repr(request) is unavailable if model instance stored in request.META Core (Other)
11344 11344 Update Documentation About Mod-wsgi/django installation Documentation
11341 11341 Dot symbols in url in flatpages Contrib apps
11289 11289 Name conflict in test suite Uncategorized
11221 11221 sqlsequencereset documentation refers a URL that results in a 404 Documentation
10978 10978 1.0 Url Include Documenation Documentation
11253 11253 TestCase method docs should consistently use TestCase.methodName Documentation
11119 11119 Spelling error in documentation Documentation
11141 11141 django.contrib.admin docs -- Error in code example Documentation
11322 11322 Description of process_response Middleware method incorrect Documentation
11312 11312 Typo in documentation Documentation
11272 11272 Various minor errors in the tutorial Documentation
11339 11339 Small typo in the FAQ Documentation
11227 11227 tutorial #02 - Documentation
11064 11064 TestCase Docs: Problematic import in Codesnippet Documentation
11336 11336 Warning under the "Generic Views" header in main docs page Documentation
11337 11337 Possible missing comma in Tutorial Part 1 (but the interpreter is the final authority) Documentation
11315 11315 add coercion to URLconf HTTP handling
11332 11332 Group by doesn't work properly with PosgreSQL Uncategorized
10946 10946 Documentation for autoescape seems to be wrong Documentation
11325 11325 Login Uncategorized
11326 11326 Canadian Province code incorrect. contrib.localflavor
11324 11324 Tutorial 1 - import datetime Uncategorized
11317 11317 Django contrib redirect does not work when DEBUG=False Contrib apps
6408 6408 manage.py syncdb throwing error due content_types Core (Management commands)
11309 11309 template Template system
11307 11307 template Template system
11292 11292 django documentation typo/bug Documentation
10454 10454 IntegrityError while deleting object with complex constraint Database layer (models, ORM)
9484 9484 Admin, raw_id_fields, not int value contrib.admin
11290 11290 Test cycle re-render behaviour Uncategorized
11279 11279 verbose_name and ManyToManyField does not works. Uncategorized
11282 11282 Action after search in admin should return to search results contrib.admin
10857 10857 redirect on existing auth in django.contrib.auth.views.login contrib.auth
11281 11281 Broken Link *.djangoproject.com
11276 11276 404 link Uncategorized
11275 11275 Missing Parameter in String Substitution in Admin-Logout-View-Name contrib.admin
11266 11266 ForeignKey/OneToOneField attribute names should be valid kwargs in queries Database layer (models, ORM)
11258 11258 Serializers don't stream Core (Serialization)
11254 11254 Bug in user messages documentation Uncategorized
11248 11248 Multiple connections; different query results. with mysql innodb engine *.djangoproject.com
11242 11242 templates: block tag can be nested in if but not in ifequal Template system
11238 11238 Widespread {% for %} confusion Documentation
11233 11233 Link to 1.0 documentation for comments/moderation broken Documentation
11181 11181 Make save faster Uncategorized
11231 11231 forms.DateField, initial doesn't print out in input_formats format Uncategorized
11230 11230 Assigning the super class of a Proxy class to a ForeignKey fails. Database layer (models, ORM)
11214 11214 inline in django Forms
11219 11219 build_rpm problems Core (Other)
11204 11204 Typo in template documentation Documentation
11215 11215 Testing Django Application document Typo: try...catch should be try...except Documentation
11207 11207 On lighttpd using scgi, the value of self.path_info and self.path in wsgi.py was exchanged. Uncategorized
11143 11143 AttributeError: 'str' object has no attribute '_default_manager' Uncategorized
11208 11208 implemented rapidsms using django but gui is not opening Uncategorized
11070 11070 Remove JING_PATH from global_settings.py and docs Documentation
11190 11190 urlresolvers.reverse: possibilities = self.reverse_dict.getlist(lookup_view) is empty but everything else seems to work Core (Other)
11164 11164 inconsistency in installation documentation, and a suggestion Uncategorized
11197 11197 django.utils.dateformat for 'W' is not correct Template system
11201 11201 Does the docs to 1.0 really point to 1.0? Documentation
11189 11189 Admin add page rendering blank fieldset contrib.admin
11187 11187 Documentation: Explicit is better than implicit. Documentation
11186 11186 Plural-Forms missing on po files generated by makemessages Internationalization
11182 11182 Wrong link in admin page contrib.admin
11175 11175 Automatic template inheritance Uncategorized
11177 11177 widget attributes Forms
11176 11176 add user brocken, if TEMPLATE_STRING_IF_INVALID != "" contrib.admin
11172 11172 "Decoupling the URLconfs" isn't exactly true Documentation
11174 11174 CommentModerator's moderate_after does not accept 0. Uncategorized
11170 11170 Safe filter closes an open html tag in some cases Uncategorized
11169 11169 django.db.models.sql.where is using the global "connection" rather than the query object's "connection" Database layer (models, ORM)
11167 11167 migrate sha-1 to sha-2 Uncategorized
11165 11165 Data gets truncated when saved Uncategorized
11153 11153 django development server needs to trap all exceptions just like mongrel & webbrick does Uncategorized
11151 11151 continue #11149. Database layer (models, ORM)
10735 10735 Comment redirect breaks if you want to send get data contrib.comments
11145 11145 problems with LIMIT on Oracle backend Database layer (models, ORM)
11142 11142 internalization of forms bug Internationalization
11139 11139 Screenshots missing from tutorial Documentation
11140 11140 modelForm fields Meta, if only one specified results empty form Forms
11135 11135 'was_published_today' in Tutorial 2 Documentation
11132 11132 dumpdata with a year<1000 can't be loaded with loaddata Core (Other)
10400 10400 File upload documentation should emphasize the need to add multipart/form-data Documentation
10817 10817 grammar in forms section Documentation
10846 10846 deployment typo + updated link Documentation
10855 10855 tutorial doesn't give sufficient warning about superuser account or there should be a default login Documentation
10925 10925 Django tutorial part 2: was_published_today example Documentation
10971 10971 Test client response.redirect_chain documentation example missing follow argument Documentation
11034 11034 Typo in admin actions documentation Documentation
11054 11054 Small typo in docs/howto/auth-remote-user.txt Documentation
11066 11066 Fix the the Documentation Documentation
11106 11106 typo in documentation? Documentation
11129 11129 We must not try to select Site object from DB in django.contrib.contenttypes.views.shortcut if no Site model is installed Contrib apps
9541 9541 Allow wider choice of usernames contrib.auth
11122 11122 views.static.serve does not work with if-modified-since header the third time a file is requested Generic views
11121 11121 Admin inlines break when the foreign key points to a model using MTI Database layer (models, ORM)
11114 11114 sql sequence reset ignores through meta-data for ManyToMany relations Core (Management commands)
10096 10096 Added DBMS LINTER backend Database layer (models, ORM)
11099 11099 Working with forms example code - possible typo Documentation
10881 10881 db.backends.postgresql.operations.sequence_reset_sql and M2M fields with non-integer PKs Database layer (models, ORM)
11105 11105 Permission names should be translated on syncdb Internationalization
11102 11102 error in tutorial "Writing your first django app" for urls.py Documentation
9284 9284 BaseModelFormSet and BaseInlineFormSet should call ModelForm.save() when saving objects Forms
11095 11095 title bar on docs.djangoproject.com/en/dev/ref/models/options is wacky *.djangoproject.com
11093 11093 admin user-tools don't works contrib.admin
11092 11092 APPEND_SLASH behaviour in DEBUG mode not documented Documentation
11089 11089 contrib.auth.views.login should take an optional 'form' argument Contrib apps
11085 11085 HTML shows up in title for Model Meta Options page Documentation
11083 11083 BackwardsIncompatibleChanges page does not mention OneToOneField change Uncategorized
11080 11080 Named URL pattern for admin logout is missing contrib.admin
11075 11075 DateField on ManyToMany intermediary won't accept input Database layer (models, ORM)
11076 11076 @transaction.commit_on_success does not seem to work as documented Database layer (models, ORM)
11050 11050 Oracle fails introspection tests due to capitalization Database layer (models, ORM)
11051 11051 Oracle backend fails null_fk regression tests Database layer (models, ORM)
11053 11053 access to OneToOneField when null=True should return None instead of raising DoesNotExist Database layer (models, ORM)
11060 11060 Malformed POST request cause TypeError in AdminSite.login() contrib.admin
11037 11037 Support HTTPOnly cookie for HttpResponse.set_cookie HTTP handling
11048 11048 Oracle raises KeyError in IntrospectionTests.test_get_indexes Database layer (models, ORM)
10994 10994 Flat page content with unicode causes fatal error but data is still commited contrib.admin
6850 6850 contrib.auth.forms is inconsistent on form field labels and max_length Contrib apps
10940 10940 Omission in tutorial, part 4: generic views Documentation
10794 10794 admin JS error 'document.getElementById("") is null' on adding new user contrib.admin
8747 8747 Importing models from within `__init__.py` prevents syncdb from creating tables Database layer (models, ORM)
8377 8377 unique_for_date (model field option) doesn't work contrib.admin
6130 6130 nginx + flup does not work with trunk revisions after 6775 Template system
11001 11001 Crash (double free) on OpenBSD on POST request Core (Other)
11000 11000 Spanish NIF/NIE not fully implemented Uncategorized
10991 10991 web page does not render images Template system
10987 10987 [patch] generic object_detail support for custom 404 page Generic views
10986 10986 [patch] generic object_detail support for custom 404 page Generic views
10983 10983 Won't render jpg image in html file Uncategorized
10982 10982 In the tutorial part 2, when I reached the point were we tried "StackeInLine", there was and error. Uncategorized
10980 10980 url tag viewname should be treated as string-or-variable to allow dynamic viewnames Template system
10965 10965 Django should use an online translation system. Translations
10974 10974 Beta version 1.1. 404 error when I log out of Admin Site. contrib.admin
9509 9509 Documenation on user profiles is a bit skimpy. Documentation
10960 10960 fixture loading of M2M fields fails for child ids greater than 9 Uncategorized
10957 10957 Inconsisten behaviour in User admin display Contrib apps
10956 10956 Possible typo in documentation - topics/i18n/ Documentation
10945 10945 Typo in get_XXX_display() crashes runserver django-admin.py runserver
10951 10951 DecimalField takes two optional not four as reported in docs Documentation
10949 10949 In forms.ModelForm Meta.fields needs to be a list if only single field is defined Forms
10948 10948 pre_save used on FileField/ImageField doesn't work File uploads/storage
10921 10921 geodjango t-shirt feature requested Generic views
10896 10896 UrlField cannot be used with relative URLs Database layer (models, ORM)
10806 10806 raise TypeError on form instantiation if data/files parameter isn't a dict. Forms
10926 10926 Poll tutorial submit error Documentation
10915 10915 For QuerySet qs, list(qs)[k] does not always equal qs[k] Database layer (models, ORM)
10914 10914 The chapter "Write a simple form" produces code with bad Choice.DoesNotExist handling Documentation
7401 7401 Documentation should note potential problems with SELinux Documentation
10910 10910 Unicode dictionary keys cause TypeError when used as arguments to filter() Database layer (models, ORM)
10894 10894 django.test.client.post does not throw exception when selected foreign key does not exists Uncategorized
10875 10875 Filter an inherited model by parent fields and then update does not work Database layer (models, ORM)
10892 10892 ManyToManyField attribute looks up wrong name in Admin contrib.admin
10883 10883 Template does not exist for admin site on initial creation Documentation
10873 10873 urlize Template system
10876 10876 Tests in r10586 (inline_admin_formsets) break on PostgreSQL Testing framework
9420 9420 Correction to documentation on get(**kwargs) queryset method Documentation
10791 10791 gis test runner doesn't respect --noinput (which should result in test db being autoclobbered) GIS
5594 5594 The url tag won't work with multiple admin sites contrib.admin
5705 5705 Admin login window CSS bug when using application/xhtml+xml contrib.admin
10851 10851 mysql CursorWrapper.execute has different prototype than CursorDebugWrapper Database layer (models, ORM)
3990 3990 readonly fields for admin contrib.admin
8114 8114 Order matters when creating custom model managers in admin interface. contrib.admin
10861 10861 Comments should record User-Agent contrib.comments
10860 10860 Invalid paragraph tag in comments preview template contrib.comments
6724 6724 loaddata w/ errors displays no warnings or error in output Uncategorized
10836 10836 FieldDoesNotExist import in gis.db.models.sql.query should be in gis.db.models.sql.where GIS
10779 10779 Typo in Files documentation Documentation
10705 10705 Admin_list.py - Items_for_result() hardcoding field type formating is ugly contrib.admin
6155 6155 Dumpdata Fails If There Is No Objects Attribute When Using a Custom Manager Core (Other)
10823 10823 Implement using variable values within template tags Template system
10821 10821 [patch] Add new template tag to test 'foo in bar' Template system
10814 10814 management loaddata with verbosity > 0 fails silently under WSGI Core (Other)
10737 10737 Hard to find bug in code created by the tutorial Documentation
10804 10804 Invalid link from admin actions to previous django version *.djangoproject.com
10781 10781 Wrong way to style forms demonstrated in docs Documentation
4653 4653 form_for_instance generates empty choice for non-blank CharField with options Forms
7538 7538 add signal when all models are loaded Core (Other)
10490 10490 Very small vocabulary problem in docs Documentation
10796 10796 test failure in regressiontests/queries/models.py Database layer (models, ORM)
10446 10446 Updated Russian translation Translations
10772 10772 Password Reset exposes non-trivial security vulnerability contrib.auth
10767 10767 SQL flush statements are generated for through many to many tables set managed = False Database layer (models, ORM)
10764 10764 Add some mention of .iterator() method to docs page "QuerySet API reference" Documentation
10390 10390 "exact" should be NULL-safe comparison Database layer (models, ORM)
9799 9799 django.db.models.sql.query.BaseQuery.get_count() works wrong with GROUP BY Database layer (models, ORM)
10714 10714 Inconsistencies in deployment docs Documentation
10749 10749 ImageField is a string in the lookup api Database layer (models, ORM)
10748 10748 Incorrect example code for ordering in class Meta: Documentation
10746 10746 django.contrib.auth logout test fails after [10332] contrib.auth
10697 10697 contrib.admin is slow with large, complex datasets contrib.admin
10722 10722 Changelist view does not use select_related() on a nullable foreign key contrib.admin
10740 10740 Error in Tutorial Part 3 code for Django v1.0 Uncategorized
10732 10732 PIL Image module Import Issue Core (Other)
10730 10730 CSV Enconding Enhance Uncategorized
10729 10729 Titles of all pages on Django site including docs start with a word 'Django', which results in a usability issue *.djangoproject.com
8396 8396 huntbCfS Uncategorized
10724 10724 Derived quries used in extra(tables=[]) should not be escaped Uncategorized
10721 10721 Django not update field when I use arrays[] for select object: Database layer (models, ORM)
10719 10719 zero and PositiveIntegerField/PositiveSmallIntegerField Documentation
10715 10715 Link is dead on http://www.djangoproject.com/documentation/0.95/models/validation/#model-source-code Uncategorized
9952 9952 to_python being called with unicode text breaks Unpickler Database layer (models, ORM)
7161 7161 Date-based views provide inappropriate dates for next_/previous_ day/month Generic views
10680 10680 contrib.comments documentation for customisation does not work contrib.comments
10634 10634 Confusing differential exceptions: get_or_create vs get with psycopg2 Database layer (models, ORM)
10610 10610 When you run syncdb for the first time with django.contrib.auth you are forced to input an email address contrib.auth
10606 10606 FormWizard and admindocs contrib.formtools
10602 10602 Proposal / Fix: auto_now should set a date for DateField Database layer (models, ORM)
10535 10535 No Exception is thrown or output when fixtures are not found Testing framework
10685 10685 markdown line breaks with 80-char wrapped text don't make sense with hanging paragraphs i iug ih Contrib apps
10599 10599 URLNode raises "Reverse for 'settings.view_name' ... not found." Template system
9871 9871 MyModel.object.values('mygeometryfield') doesn't work GIS
10689 10689 boolean expressions in the template system's if clause Template system
10688 10688 archive_month generic view next_month is incorrect Generic views
9452 9452 error in the docs: admin formset/form Documentation
8748 8748 Problems in admin/form with primary keys in an abstract superclass contrib.admin
7631 7631 Model backward inheritance in newforms admin contrib.admin
6033 6033 validation shouldn't take place when deleting inline objects contrib.admin
4507 4507 Adding form save hooks to newforms admin contrib.admin
10683 10683 The latest MySQLdb breaks Django Uncategorized
10679 10679 SessionBase loses multiple values for list when encoding QueryDict objects contrib.sessions
7730 7730 Unused code cleanup in newforms-admin contrib.admin
10332 10332 updated IT localflavor with new provinces added in 2009 contrib.localflavor
10575 10575 Awkward sentence in docs/ref/databases.txt Documentation
10577 10577 Slight grammatical error in the release-process Documentation
10662 10662 lazy translation cannot be evaluated in string operation Internationalization
10568 10568 Typo in docs/howto/custom-model-fields.txt Documentation
10540 10540 Remove small documentation redundancy redundancy Documentation
10569 10569 Typo in docs/ref/databases.txt Documentation
10614 10614 Typo in docs/topics/db/models.txt Documentation
10502 10502 Typos in tutorial part 2 Documentation
10564 10564 Typo in docs/topics/db/aggregation.txt Documentation
10501 10501 Grammar in documentation of models.Model Documentation
10562 10562 Documentation typo Documentation
10563 10563 "up" repeated twice Documentation
10565 10565 Typo in docs/howto/custom-model-fields.txt Documentation
10671 10671 Error Message 500 Uncategorized
10665 10665 contrib.admin.ModelAdmin.list_filter filter by Null ForeignKey (no clear UI to filter to show only NULL values) contrib.admin
9633 9633 Using adaptor objects as query parameters with sqlite3 Database layer (models, ORM)
9758 9758 modelformset_factory forms generate error when using queryset Forms
3310 3310 manage.py test does not work if there is not a model.py in the application Testing framework
10661 10661 manage.py test errors on apps without models.py files Testing framework
10649 10649 Permission to anonymous Uncategorized
10342 10342 login view should accept a form class contrib.auth
10639 10639 "manage.py dbshell" on windows causes strange command line / mysql switching bug Uncategorized
10638 10638 Inline forms do not render correctly for models with custom primary keys Uncategorized
9085 9085 Inconsistency in forms examples Documentation
10628 10628 RelatedManager and NULL Database layer (models, ORM)
10623 10623 scheme for filtering an object based on a ManyToManyField or a reverse ForeignKeyField Documentation
6192 6192 url or reverse raise ViewDoesNotExists but fail to properly identify which view Core (Other)
8275 8275 Unused and unnecessary imports in auth views contrib.auth
10624 10624 has_add_permission not working correctly Uncategorized
10603 10603 DateField DEFAULT_DATE_INPUT_FORMATS Forms
10589 10589 Duplicate model definition in tests Testing framework
10600 10600 Broken msgid in r.10140 translations Translations
2383 2383 [patch] delete multiple items at once contrib.admin
5756 5756 Any template tag that uses Variable instead of parser.compile_filter does not handle filters. Template system
7295 7295 quotes, escaping and translation of string literals handled inconsistently in templates Template system
10580 10580 django calls several views at once. Uncategorized
10561 10561 TimeInput widget not documented Documentation
10584 10584 db.Model delete() instance method is not clearly visible in the documentation of model instance Documentation
9717 9717 manage.py flush raises error if there are unsynchronized applications Core (Management commands)
5791 5791 Conditional get decorator HTTP handling
10548 10548 BaseCommentAbstractModel does not include is_public field needed for template tags contrib.comments
10558 10558 10470 and 10472 error. need to enter false in lieu of true. contrib.databrowse
10555 10555 Documentation version warning not showing up correctly in Firefox 3.0.7 Documentation
10550 10550 Broken link Uncategorized
10543 10543 Something like Jobeet from Symfony Documentation
10544 10544 Saving ModelForm to update exisitng record generates No {model} matches the given query. Uncategorized
10536 10536 Broken file-like object on upload File uploads/storage
10533 10533 Invalid format specifiers for singular and plural forms Translations
10524 10524 Pagination via object_list generic view: Docs don't point out all the variables added to the context Generic views
9653 9653 Add a runservercp command which uses cherrypy as the main server (allows for multiple threads) Uncategorized
10518 10518 Idle timeouts do not clear session information contrib.auth
10519 10519 Link "If the built-in fields don’t do the trick, you can easily write your own custom model fields." from model field reference doc page is broken. Documentation
10511 10511 get_prep_value isn't called on QuerySet.update() Database layer (models, ORM)
10514 10514 [PATCH] Database layer (models, ORM)
10507 10507 syntax/formatting error in documentation for model forms Documentation
10486 10486 DateTimeFormat in admin doesn't use DATETIME_FORMAT from settings Translations
10484 10484 Problem logging in to the admin after upgrading django framework. Documentation
10493 10493 admin interface doesn't list members of a group contrib.auth
10428 10428 django.utils.dateformat: unknown encoding: gbk2312 Internationalization
10495 10495 django documentation titles contain html tags *.djangoproject.com
10500 10500 Update information on Debian packages in Third-party distributions of Django Documentation
10496 10496 root_path in admin is incorrect when "include(admin.site.urls)" is used contrib.admin
2382 2382 [patch] Save Filtering List Views in Admin into Session contrib.admin
10492 10492 Database connection string Database layer (models, ORM)
10487 10487 Refactor database-backend-selection logic into a function Database layer (models, ORM)
10489 10489 http://docs.djangoproject.com/en/dev/misc/distributions/#macports Documentation
10483 10483 it would be better if parameters of QuerySet were lazily evaluated Database layer (models, ORM)
10481 10481 CommonMiddleware APPEND_SLASH doesn't handle request.urlconf Core (Other)
10477 10477 Translation Error Translations
10475 10475 PDF documentation does not build... Documentation
10471 10471 django.contrib.admin fails on big tables with foreign keys in list_display contrib.admin
9554 9554 admin app's change list usage of select related - maximum depth Contrib apps
10468 10468 django/db/models/sql/query.py fails on tuple unpacking Core (Other)
10465 10465 Reports is broken in oracle Uncategorized
10463 10463 Could not initialize mysql backend since revision #10026 Database layer (models, ORM)
10453 10453 get_db_prep_value called with seralized data Database layer (models, ORM)
10443 10443 Updating Timezone Aware DateTimeField Fails Database layer (models, ORM)
10452 10452 geodjango test runner database creation error handling GIS
10419 10419 USStateField breaks admin inlines contrib.localflavor
10421 10421 Tutorial code Documentation
10451 10451 Admin site dropdown ordering for ForeignKey doesn't work as expected contrib.admin
9440 9440 GMarker icon personalization feature in django.contrib.gis.maps.google GIS
9955 9955 GoogleMap support for multiple maps GIS
10441 10441 form action="." Documentation
10440 10440 attribute vs. method call Forms
10000 10000 Django has too many open tickets Core (Other)
10433 10433 Trivial typo in testing documentation about TransactionTestCase Documentation
10430 10430 Django fails to import cmemcached (with a "d" on the end) Core (Cache system)
10368 10368 Add expand_to_include method to gdal Envelope GIS
10431 10431 forms.models.fields_for_model() with fields specified should return the list in that order Forms
9496 9496 reverse() function doesn't seem to take account of the includer urlconf Uncategorized
9606 9606 link to django packages for openSUSE Documentation
8497 8497 Please add OpenSolaris to the list of "if you already have" on the introduction Documentation
6710 6710 DATABASE_OPTIONS ignored for postgresql_psycopg2 Database layer (models, ORM)
9868 9868 Test client login return values should be improved Testing framework
3156 3156 [patch] [multidb] datetime with auto_now=True causes integrity error Database layer (models, ORM)
3246 3246 SQL generation not working properly in per-object-permissions branch Database layer (models, ORM)
10412 10412 queryset.values(*fields) should return field instances, not raw values Uncategorized
8144 8144 values_list doesn't give the full object when requested Database layer (models, ORM)
10345 10345 'week_day' lookup type should use python's values for lookup Database layer (models, ORM)
10409 10409 join filter escapes data Template system
10407 10407 PasswordInput's render_value argument should be documented Documentation
10401 10401 Very long URL cause django error. HTTP handling
10393 10393 Django Resource Usage Uncategorized
4299 4299 remove code duplication in postgresql and postgresql_psycopg2 backends Database layer (models, ORM)
3016 3016 make reverse one-to-one field return None instead of DoesNotExist Database layer (models, ORM)
2918 2918 "ValueError: too many values to unpack" when doing the tutorial. Database layer (models, ORM)
10181 10181 Queryset raising EmptyResultSet exception (instead of being empty) Database layer (models, ORM)
10386 10386 typo in doc for 'get_object_or_404' and 'get_object_or_404' Documentation
8792 8792 Django's unit test system wipes out "custom sql" data before performing tests Testing framework
10352 10352 Query.as_sql() breaks annotations Database layer (models, ORM)
10339 10339 models.my_model.objects.get(id=None) returns a result in MySQL Database layer (models, ORM)
10233 10233 X.objects.filter(...) works, X.objects.exclude(...) fails in 1.0.x Database layer (models, ORM)
10171 10171 Key class_attrib missing in result_headers dict used in change_list_results template contrib.admin
10316 10316 `ping_google` missing from django_bash_completion script Uncategorized
10310 10310 Model attribute default_queryset Database layer (models, ORM)
10296 10296 Unescaped output from FileField.url File uploads/storage
10286 10286 Get EmailMessage.content_subtype default value from settings.py Core (Mail)
10253 10253 sessions.base.py random.SystemRandom() fails contrib.sessions
10242 10242 FileUploadHandler causes fatal error when refer to POST File uploads/storage
10193 10193 Meaning of 'path to file' parameter is unclear in documentation Documentation
10174 10174 adapter for apache / modfcgid Uncategorized
10173 10173 Add a setting to set up pg binaries for test_runner GIS
10037 10037 id column is created in ManyToMany link (relation) table Database layer (models, ORM)
9634 9634 Missing plural string in Slovak translation Translations
10376 10376 I need to point feeds to get their templates from my template directory Generic views
10351 10351 Omision from the documentation for Model Instances page Documentation
10123 10123 {% url %} template tag prepends project path to absolute url Template system
10119 10119 Optionally append index.html for directories in static media serving view Uncategorized
10117 10117 Test server sometimes causes 'Connection reset by peer' when retrieving POST data HTTP handling
10114 10114 spaces are inserted for 'blank' fields Database layer (models, ORM)
10108 10108 Two classes with a common superclass have multiple ForeignKeys from one to the other if the one has a single Foreign Key to the other. Core (Other)
10083 10083 Site __unicode__ value should be the name of the instance instead of the domain. Contrib apps
10262 10262 Allow to clear object before deleting to avoid data loss because delete cascade behaviour Database layer (models, ORM)
10036 10036 admin list_display with broken foreignkey fails contrib.admin
10374 10374 Testing document has ".. versionadded:: development" markup Documentation
9960 9960 Simple code cleanup in core/management/__init__.py Core (Other)
9941 9941 {% url ... %} template tag may fail when not using a settings module Template system
9934 9934 Django is generating requests that result in untyped binary data download in FF 3 HTTP handling
10354 10354 encoding.force_unicode exception unclear/vague, update to clarify exception Core (Other)
9921 9921 request.urlconf incorrect behavoir Core (Other)
9891 9891 Add entity2unicode in `django.utils.html` Uncategorized
9228 9228 Keep SITE_CACHE cache in line with changes to Site instances Contrib apps
9841 9841 Determine UPDATE or INSERT without running a SELECT statement Core (Other)
7969 7969 URLField rejects valid local domain URLs Forms
10366 10366 model for MultipleChoiceField Database layer (models, ORM)
9984 9984 Documentation needed for reverse() and url tag limitations regarding mixed args and kwargs Documentation
9763 9763 is_dirty() in the transactions middleware blocks commit for Postgre Database layer (models, ORM)
9761 9761 Enhancement CacheBackend API Core (Cache system)
9760 9760 Documentation should warn that mixing positional and keyword arguments in url tag does not work Template system
9750 9750 Manager Documentation and Admin interface Documentation
9671 9671 Reference TurnKey Django software appliance in installation documentation Documentation
9654 9654 `list_display_links` does not respect an empty tuple. contrib.admin
9601 9601 Translation Field Uncategorized
10097 10097 Problem with initialisation of formset as result of generic_inlineformset_factory Forms
10112 10112 Python Crash with ORM Inheritance Database layer (models, ORM)
9488 9488 Add setting to force plain SMTP authentication Core (Mail)
10350 10350 Model with one field and field is unique -> field data become pk Database layer (models, ORM)
9426 9426 discuss settings.FORCE_SCRIPT_NAME in lighttpd deployment docs Documentation
9387 9387 Contrib application with form templates Forms
9386 9386 Attributes "attrs", "template" and "legend" for init methods in forms Forms
9385 9385 Meta attribute formfield_kwargs for model forms Forms
9273 9273 Breadcrumbs refactor in newforms-admin contrib.admin
9220 9220 AttributeError: 'module' object has no attribute APPNAME error when forgetting __init__.py Uncategorized
9155 9155 Translations cause AdminSite and auth models trouble contrib.admin
9151 9151 Admin "Recent Actions" should differentiate between Sites contrib.admin
9133 9133 Add LockException to locks for completeness File uploads/storage
9028 9028 Testing, allow test output to redirected to a different output stream or multiple output streams Testing framework
8993 8993 Rendering formsets as tables with a row per form Forms
8953 8953 Timezone support at the model level Uncategorized
8951 8951 Better support for writing more complex template tags Template system
8945 8945 Better links from the Django docs to community tutorials Uncategorized
8944 8944 Documentation should go further than just your first application Documentation
8943 8943 Discuss starting to phase out support for Python 2.3 Uncategorized
8938 8938 A nice API for multi-db support Database layer (models, ORM)
8850 8850 syndication framework includes an extra newline using default templates contrib.syndication
8761 8761 Permissions bug in Admin area contrib.admin
8742 8742 Windows support of FastCGI feature Uncategorized
8720 8720 MultipleHiddenInput doesn't give list of elements in clean method Forms
8686 8686 Example of permissions to edit/delete a particular object Documentation
8681 8681 Uncaught exception in django/db/models/base.py: UnboundLocalError Core (Other)
8489 8489 ImportError from missing _md5 gets swallowed Uncategorized
8319 8319 limit_choices_to does not limit choices on inlined fields with intermediate tables contrib.admin
8806 8806 ModelAdmin should allow not default manager contrib.admin
10005 10005 Incorrect classname assumed in ModelFormMetaClass modelform_factory() Forms
9959 9959 Documentation Comments Framework Documentation
9951 9951 [SPAM] Uncategorized
8428 8428 hakrrz@hakrrz.com Uncategorized
7310 7310 Change Trac encoding to UTF-8 *.djangoproject.com
8494 8494 Instantiating ModelForm with request as kwargin ModelAdmin contrib.admin
8507 8507 dumpdata/loaddata can't handle two of the same contenttypes having different IDs in different databases Core (Serialization)
8401 8401 Document : 'django.test.simple.run_tests' - forces settings.DEBUG = False Documentation
9922 9922 spam Uncategorized
10022 10022 django.views.generic.date_based archive_day and object_detail may get confused by one digit month or day numbers Generic views
9909 9909 spam Uncategorized
9907 9907 spam Uncategorized
8321 8321 Use Hashcompat in contrib.auth.user contrib.auth
8306 8306 BaseModelAdmin.formfield_for_dbfield() in desperate need of refactor contrib.admin
8557 8557 intpoint filter for contrib.humanize Template system
8300 8300 feedgenerator shouldn't use ascii to decode dates contrib.syndication
8297 8297 Withblock template tag Template system
9884 9884 Incorrect template code in model formset documentation Documentation
9879 9879 spam Uncategorized
9869 9869 Exclude option in ModelAdmin requires a list, not a tuple contrib.admin
9866 9866 403 Permission denied on trying to add user contrib.admin
9865 9865 inline-edited objects with custom PKs cannot be saved contrib.formtools
9854 9854 A more flexible help_text proposal Forms
9852 9852 spam Uncategorized
9851 9851 spam Uncategorized
9849 9849 select_related in admin change_list contrib.admin
9846 9846 spam Uncategorized
9844 9844 spam Uncategorized
9842 9842 spam Uncategorized
10052 10052 Small Aggregation Documentation Update - Import Line Documentation
9840 9840 spam Uncategorized
8215 8215 Tests raise UnicodeDecodeError instead of showing the test that failed Testing framework
9839 9839 spam Uncategorized
9838 9838 spam Uncategorized
10054 10054 Naming issue with static files in standard urlpattern Uncategorized
9832 9832 fZklpOBRmKjX Uncategorized
9830 9830 spam Uncategorized
9828 9828 spam Uncategorized
9827 9827 spam Uncategorized
9824 9824 First app tutorial Part 3 disables admin Documentation
9823 9823 spam Uncategorized
9822 9822 SPAM Uncategorized
9821 9821 spam Uncategorized
9820 9820 spam Uncategorized
9815 9815 SPAM Uncategorized
9809 9809 spam Uncategorized
9802 9802 SPAM Uncategorized
8138 8138 Switch django tests to use transactions Testing framework
8130 8130 url pattern resolving doesn't work for urls that have groups (ex: admin) Core (Other)
8128 8128 Contrib.syndication throwing AttributeError in latest trunk revision Uncategorized
9793 9793 SPAM Uncategorized
8660 8660 Calling User.get_profile() should pre-populate the user foreign key on the profile object contrib.auth
9785 9785 Turn the unordered_list template filter into a block tag. Template system
8672 8672 ModelForm.save() should implement force_insert and force_update, like Model.save() Database layer (models, ORM)
9773 9773 float argument required when using redirect_to in simple.py Documentation
9769 9769 ManyToManyField Widget: saving object does not work Uncategorized
9768 9768 SPAM Uncategorized
8678 8678 errors with custom profile contrib.auth
9752 9752 select_related on query on model with GeoManager as default manager breaks GIS
10118 10118 Minor Models Documentation Tweak Documentation
9737 9737 XBpUukxbsF Uncategorized
8081 8081 [settings.py] Permalinks to referenced resources *.djangoproject.com
9728 9728 Typos and incompletness in Macedonian translation file. Translations
9713 9713 No verification of URL validity on django.db.models.fields.URLField Documentation
9712 9712 Format of HTTP headers in request.META not clear Documentation
9711 9711 startproject urls.py out of date contrib.admin
9709 9709 Better explanation on how to disable caching of AdminSite Documentation
9708 9708 [spam] Uncategorized
8044 8044 random filter should be smarter about querysets Template system
9680 9680 [spam] Uncategorized
10140 10140 OneToOne fields in ModelForm Forms
9670 9670 django.core.mail.outbox doesn't exist anymore, remove from documentation Documentation
8727 8727 Documentation link to Italian SSN is broken Documentation
7398 7398 Making it easier to add custom cache backends Core (Cache system)
8733 8733 filesizeformat filter units unclear Template system
9664 9664 Enable LayerMapping to work with MySQL spatial backend GIS
9662 9662 SPAM Uncategorized
9661 9661 SPAM Uncategorized
9660 9660 SPAM Uncategorized
10155 10155 problems running syncdb with PostgreSQL 8.4 Database layer (models, ORM)
9637 9637 extrastyle block in customized admin/base_site.html overridden by extending templates contrib.admin
10187 10187 No import doc for field-to-field-same-model filtering intoduced in 1.1 Documentation
9614 9614 contrib.comments requires Authentication middleware Documentation
7965 7965 Documentation should encourage users to use double-quotes in template tags. Documentation
6484 6484 Add default mime.types for Windows systems Uncategorized
8772 8772 When a get_object_or_404 returns a 404, it'd be nice if it would return which query didn't provide an object (when DEBUG=True) Uncategorized
9612 9612 Bug-fixing translation patch for Danish - date formats now properly localized Translations
9599 9599 TEMPLATE_STRING_IF_INVALID added to URL's when creating a new user in the admin panel contrib.admin
9584 9584 Encoded ampersand in title tag Documentation
10220 10220 the admin site can not handle the DateField. Uncategorized
10221 10221 Admin Documentation Generator throws KeyError on models containing Point fields GIS
7929 7929 Admin code cleanup contrib.admin
9570 9570 Updated Arabic translation Translations
9564 9564 datetime function used incorrectly in "Writing your first app" part 1 Documentation
7915 7915 Add additional exception information from validators Core (Other)
9552 9552 "Your password has been set" Simplified Chinese translation errors Translations
9551 9551 pWJMJwdfiKyWIRrh Uncategorized
9550 9550 pWJMJwdfiKyWIRrh Uncategorized
9017 9017 Translation update for Danish Translations
10241 10241 read a (non-ascii) characte file name : 'ascii' codec can't decode byte 0xe9 in position 0: ordinal not in range(128) File uploads/storage
10246 10246 Bug with Inlines for non-standard primary keys contrib.admin
9544 9544 Translation update for Danish Translations
7484 7484 Per user permissions Tools
9539 9539 Admin raw_id_fields search popup breaks in IE7 with "-" in field name. Uncategorized
9525 9525 It should be possible to disable the creation of database key constraints in ForeignKey Field Database layer (models, ORM)
7894 7894 Support handler optimisations for file downloads Core (Other)
9510 9510 admin console CRUD operation reject unicode charactors contrib.admin
7879 7879 reverse/url tag assumes view is a module-level callable Core (Other)
7877 7877 incorrect ProgrammingError in IPython Database layer (models, ORM)
9486 9486 The goal is to make sure the required field's lable be bold Uncategorized
10283 10283 Admin change_form.html doesn't allow to customize, submit rows or other parts. contrib.admin
9478 9478 Default id attribute for form field 'id-field' should be avoided Forms
8860 8860 Where should form classes and formset classes be defined? Documentation
9445 9445 New contrib - django-install Uncategorized
8866 8866 Built-in Javascript search results' links is missing FILE_SUFFIX Documentation
9444 9444 [1.1 Pony] AnonymousUser that you can set specific permissions for contrib.auth
8868 8868 Templates in comments framework are not marked for translation contrib.comments
8869 8869 Templates in comments framework are not XHTML-compliant contrib.comments
8870 8870 Templates in comments framework are not compliant with Django style contrib.comments
8872 8872 Small typo in commiters.txt Documentation
7582 7582 Sorting by nullable ForeignKey contrib.admin
9402 9402 Whitespace validates in any field that is required Core (Other)
9396 9396 FILE_UPLOAD_TEMP_DIR ignored on Windows? Database layer (models, ORM)
6652 6652 Allow 'clean()' to specify the wrong field Forms
9383 9383 skip mail_admins/mail_managers if ADMINS or MANAGERS is empty Core (Other)
9372 9372 Updated Slovak (sk) translation Translations
8902 8902 tags having problems with filtered variables using arguments with spacing Template system
8905 8905 Error in default comment preview template contrib.comments
7014 7014 Newforms dates crash for < year 1900 Forms
7625 7625 admin.list_filter should accept methods with boolean property contrib.admin
7633 7633 Feature request: Admin-configurable settings interface Contrib apps
9319 9319 error when a field is used in twice in unique_together Forms
9313 9313 search in manyToMany fields in admin page contrib.admin
9312 9312 If you'd like a username, see the HTTP handling
8925 8925 Confusing text in "Running a development server with mod_python" Documentation
9291 9291 SyndicationFeed.writeString(encoding) documentation uses broken encoding example Documentation
9285 9285 Admin options in models.py Contrib apps
8929 8929 Reduce the divide between Django and the rest of the Python web world Uncategorized
9269 9269 get_or_create having issues Database layer (models, ORM)
6873 6873 Make rendering of SelectMultiple consistent across browsers Forms
9260 9260 Changeset 9108 breaks setup.py in 1.0.x branch Uncategorized
9255 9255 Documentation on queryset __exact=Null vs __isnull=True is contradictory. Documentation
9248 9248 add a template tag to output contents of an existing block Template system
9234 9234 Spelling mistake in "Making queries" Documentation
9233 9233 EmailMessage.message() duplicates data from extra_headers Core (Mail)
7672 7672 Add filter for 'Day of week' on Date / DateTime fields Database layer (models, ORM)
9222 9222 Allow callable queryset in generic views Generic views
9217 9217 Logout should accept a next parameter Uncategorized
1642 1642 a directory option for FilePathField, or a DirPathField Database layer (models, ORM)
9208 9208 latest() does not behave as expected for equal timestamps Database layer (models, ORM)
8963 8963 Comments framework should use standard decorators where possible contrib.comments
9203 9203 LatestCommentFeed syndicates old comments contrib.comments
7686 7686 Add Austrian localflavor contrib.localflavor
8967 8967 Model documentation omits through option in ManyToManyField Documentation
7688 7688 newforms-admin: need mechanism for further modifying a newly saved object after it has been saved contrib.admin
9166 9166 stupid SQL Database layer (models, ORM)
9165 9165 Broken link in tutorial #1 *.djangoproject.com
9157 9157 Ellipses should be optional, and faux ellipses should be true ellipses in truncatewords filter. Uncategorized
7703 7703 ModelAdmin.get_fieldsets calls ModelAdmin.get_form without the obj parameter contrib.admin
9142 9142 Validation shouldn't be coupled with validation... Forms
9137 9137 Tutorial 1 has a small mistake Documentation
9135 9135 http://docs.djangoproject.com/en/dev/ref/contrib/admin/#exclude Documentation
9127 9127 admin.autodiscover() fails in certain structures contrib.admin
9109 9109 Support for nested Inline objects. contrib.admin
9003 9003 Minor Typo in the "MySQL comparisons" section of the QuerySet API Documentation Documentation
7795 7795 QuerySet used instead of Admin.manager.get_queryset() contrib.admin
9087 9087 Change RssFeed mime-type to "application/xml" contrib.syndication
7744 7744 cache.add() should return result Core (Cache system)
9034 9034 Example code in custom-template-tags uses template.resolve_variable should use template.Variable Documentation
10344 10344 Typo on http://docs.djangoproject.com/en/dev/topics/db/aggregation Documentation
10150 10150 Make model_to_dict use SortedDict Forms
10346 10346 Field overrides in model inheritance Database layer (models, ORM)
10347 10347 AttributeError in FileDescriptor.__get__ Uncategorized
10210 10210 utils/cache.py _generate_cache_key expects headers to be string Core (Cache system)
10341 10341 Project module loaded twice Uncategorized
10337 10337 syncdb fails to load initial_data with certain __init__.py Core (Management commands)
10338 10338 Typo "yeah" instead of "yes" in docs Documentation
10182 10182 "invalid reference to FROM-clause" for nested annotate query Database layer (models, ORM)
10333 10333 Syndication framework calls context processors twice per item contrib.syndication
10331 10331 Using model InlineFormset created with inlineformset_factory fails with KeyError Forms
10330 10330 ManyToManyField shows up last in admin form & model form Uncategorized
10307 10307 us localflavor STATES_NOMALIZED incorrectly includes FM contrib.localflavor
8650 8650 request.path_info is not documented Documentation
6407 6407 ModelChoiceField with widget=HiddenInput doesn't behave as expected Forms
9276 9276 class="inline-related " for stacked inline editables in admin has trailing space contrib.admin
9939 9939 Grammar error on doc page Documentation
10025 10025 Docstring typo in django.contrib.auth.tokens Documentation
10312 10312 Wrong URL at "Outputting PDFs with Django" page Documentation
10007 10007 stringformat docs should link directly to the formatting docs Documentation
10009 10009 Wrong variable name in example (page "Working with forms") Documentation
10298 10298 get_list_or_404 documentation Documentation
10325 10325 Error reports feature request - link to open file mentioned in the traceback Core (Other)
10322 10322 Allow n-th level subpackage structure for django and apps Core (Other)
10324 10324 Fields in django.forms.models should accept QuerySet in initial arg Forms
10135 10135 Widgets documentation Documentation
10218 10218 Unnecessary quotes in serialization documentation Documentation
10231 10231 djangoproject.com - urls.py *.djangoproject.com
10318 10318 Template filter date format "U" produces a timestamp that is off by 10-14 days Uncategorized
10299 10299 Enhance FileField form field with "delete" checkbox when file is loaded Forms
10313 10313 TypeError coercing to Unicode on DateTime Field Uncategorized
10311 10311 Overriding the default manager at "import-time" Database layer (models, ORM)
10303 10303 Contradiction in updating-multiple-objects-at-once doc? Documentation
10304 10304 topics/db/queries.txt about delete() lies! Database layer (models, ORM)
10294 10294 Tutorial 4 uses incorrect variable Documentation
6588 6588 Admin interface doesn't allow to use dots in usernames contrib.admin
9788 9788 Make user profile a property contrib.auth
10297 10297 Error - Editing post, which consist a uload image from imagefield contrib.admin
10292 10292 AdminSite docs are incorrect Documentation
10168 10168 Can't configure memcached backend to use unix socket Core (Cache system)
3457 3457 Allow overriding of error message for each newforms Field type Forms
2288 2288 Provide an equivalent for 'ON DELETE' and friends Core (Other)
9482 9482 Can't import anything that depends on DANGO_SETTINGS_MODULE in project's `__init__.py` file. Core (Other)
9214 9214 Allow different `MAIL FROM` or `Return-Path` and `From` headers. Core (Mail)
10196 10196 width/height_field not being set on ImageField File uploads/storage
10278 10278 [spam] Uncategorized
10279 10279 [spam] Uncategorized
10277 10277 [SPAM] Uncategorized
10280 10280 [spam] Uncategorized
10276 10276 [SPAM] Uncategorized
10255 10255 FileField overwrite existing value with empty one contrib.admin
10179 10179 admin broken on FileField with blank=True Core (Management commands)
10269 10269 misleading part/info in wrong context in poll tutorial part 1 Documentation
10268 10268 Restricting named URL patterns to app Uncategorized
3308 3308 Escaped documentation in admin site contrib.admin
10264 10264 image fileds hard drive storage and database storage in windows conflic names File uploads/storage
10261 10261 Allow to clear object before deleting to avoid data loss because delete cascade behaviour Database layer (models, ORM)
9650 9650 Initial value for CharField primary key is not hidden in admin's inline form contrib.admin
10247 10247 problem with model constructor override Database layer (models, ORM)
10172 10172 TEST_DATABASE_USER mentioned in GIS TEST_RUNNER docstring does not exist GIS
9710 9710 Models translations in applications does not work Internationalization
10226 10226 dango.test.client.Client raise a value error when used against the admin with a get parameter contrib.admin
10232 10232 On development server, MEDIA_URL exists without setting context_instance. Works properly in mod_python. Uncategorized
10224 10224 Oracle backend: raw binary field breaks Database layer (models, ORM)
10230 10230 admin_order_field on callable field always pointing to ascending sort contrib.admin
10228 10228 Inline edit of random model results in "Please correct the errors below." message with no errors listed. contrib.admin
9825 9825 Files missing after changing from poll to object Documentation
10219 10219 Template tag for declaring constants Template system
9397 9397 weird HttpResponseRedirect reaction to url HTTP handling
4247 4247 Make django.contrib.auth.views accept named argument template_loader Contrib apps
10217 10217 admin logout problem contrib.admin
9603 9603 minor formatting bug in apache-auth documentation Documentation
10160 10160 F expression literals should use bind parameters Database layer (models, ORM)
10211 10211 Problem in Admin's Login / Change password URL's Contrib apps
10209 10209 Remove "Django | " from website page titles *.djangoproject.com
10198 10198 Can't execute 'INSERT' in MYSQL normally Uncategorized
7133 7133 django admin: radio_admin is broken with addPopup and RelatedObjectLookups.js contrib.admin
10185 10185 occasionnal 404s returned and request.get_full_path() returns /full/server/path/to/django.fcgi/request instead of /request Uncategorized
10186 10186 "post_create" or "post_first_save" signal Uncategorized
9652 9652 base.css is not loaded in admin index.html contrib.admin
10075 10075 model inheritance with foreign key problem Forms
10127 10127 select_related does not play well with annotate Database layer (models, ORM)
10176 10176 It isn't an error, only a suggestion, about 3rd tutorial Documentation
10170 10170 Patch / Module to run django under mod_fcgid Uncategorized
10162 10162 Tutorial part 2 has wrong instructions for enabling admin Documentation
10158 10158 error in forms docs Documentation
10148 10148 get_or_create function documentation is not clear enough Documentation
10152 10152 Typo in 1.0 Porting Guide? Documentation
7210 7210 Added expression support for QuerySet.update Database layer (models, ORM)
10137 10137 windows documentation suggestion Documentation
10128 10128 widgets Media class has an initialisation error (maybe) Forms
10131 10131 When using an m2m with raw_id_fields, "add another" pop-up replaces field value instead of appending to list contrib.admin
10129 10129 render_to_response's ability to take a list is undocumented Documentation
7768 7768 r 'str' object is not callable in base.py Core (Other)
10110 10110 Add to contributing FAQ: tips on making better tickets and question on getting the core devs attention Documentation
9172 9172 CsrfMiddleware breaks django test client Testing framework
10086 10086 select_related and annotate weird behaviour Database layer (models, ORM)
10103 10103 model_forms doctest uses dict literals Uncategorized
10105 10105 default admin config for User should include is_active filter contrib.auth
9702 9702 Will be printabe version of documentation?? Documentation
10101 10101 blocktrans does not follow autoescape template tag Template system
10095 10095 __import__ behaviour causing signal receivers to be connected twice Core (Other)
10090 10090 small error in example code for looping over hidden form fields Documentation
10085 10085 Forms from model documentation: The importance of the "_unicode_" method of a model Documentation
5306 5306 ImageField upload_to - New Web Forms Forms
10081 10081 In tutorial 3, url decoupling is incomplete Documentation
1667 1667 OneToOne and ForeignKey related objects are cached differently Database layer (models, ORM)
1241 1241 Internationalisation of date fields in free admin section. contrib.admin
9789 9789 compiled settings.py file can't be imported from Jython when using manage.py. Core (Other)
10067 10067 Modules for custom filters should be configurable Template system
10062 10062 inspectdb could use random field to inspect table django-admin.py inspectdb
10058 10058 Changeset 9760 broke link to FileField values in admin contrib.admin
4998 4998 Database activity makes test cases very slow Testing framework
10051 10051 Admin site forms enforce arbitrary requirements on usernames that aren't required by the User model contrib.auth
10040 10040 GeoDjango: 'Save As' on spatial record (OSMGeoAdmin) creates broken copy *AND* corrupts the original record GIS
10049 10049 command 'startproject' not available in django-admin.py Documentation
3987 3987 ModelAdmin should allow for overriding of ForeignKey/ManyToMany options contrib.admin
9148 9148 Admin enforces default widgets, preventing the use of custom ones contrib.admin
10042 10042 Typo in aggregation docs Documentation
10039 10039 Typo in aggregation documentation Documentation
10035 10035 Typos in aggregation docs Documentation
9152 9152 models.TextField encodes data wrong on 4001+ characters on Oracle 10g Database layer (models, ORM)
10024 10024 Moving to a new host Uncategorized
9346 9346 Comments upgrading page has wrong SQL in it Documentation
9143 9143 Remove unused imports in comments code contrib.comments
9429 9429 Comment.get_as_text returns no information about non-authenticated users contrib.comments
10023 10023 Error in Sample code Documentation
9927 9927 views.i18n.javascript_catalog: Locale folder can be in project root, line removed to make this possible. Internationalization
10021 10021 spam Uncategorized
10020 10020 spam Uncategorized
10019 10019 spam Uncategorized
2867 2867 Add native Selenium support to django.test framework. Testing framework
10012 10012 Query documentation uses objects.get with Q instead of objects.filter Documentation
9439 9439 Broken links in comment moderation templates contrib.comments
10010 10010 ManyToMany programming error Database layer (models, ORM)
7545 7545 Can't create an abstract model with 2 foreign keys to the same model Uncategorized
10008 10008 JSON Serializer throwing tracebacks Core (Serialization)
9887 9887 Testclient user have not enough permissions to create another users. Testing framework
9999 9999 Documentation for testing Uncategorized
10003 10003 if and extends in template Template system
10001 10001 smart_split should be more versatile Core (Other)
9996 9996 Missing angled bracket on <p> tag in a contrib.comments template Contrib apps
9993 9993 "directory_index.html" does not work Documentation
9636 9636 Update zh_CN django.po Translations
9569 9569 [l10n][zh_CN] fix translation in django.po (revision 9264) Translations
9888 9888 Updated Japanese(ja) translation for trunk and 1.0.X branch(r9660). Translations
9972 9972 dbshell can't connect to Oracle database Database layer (models, ORM)
6324 6324 [patch] 'UserFlagManager' object has no attribute 'objects' contrib.comments
9867 9867 Test client login requires sessions framework to be installed Testing framework
8127 8127 CSRF + AJAX Contrib apps
9681 9681 Unable to load initial data with strings contained two dashes ('--') Database layer (models, ORM)
9975 9975 initial data parsing error? Database layer (models, ORM)
9973 9973 url (in template) doesn't accept single quotes Template system
9963 9963 Add a stub tests.py to the stub application produced by startapp Testing framework
9971 9971 [SPAM] Uncategorized
9668 9668 valid email address is not accepted contrib.admin
9949 9949 When using named groups for choices, filter list in admin shows object data. contrib.admin
9953 9953 postgres backend VERSION_RE fails on beta and RC Core (Other)
9916 9916 QuerySets should order_by pk as default Database layer (models, ORM)
9915 9915 Docs for "Naming URL patterns" Documentation
8022 8022 Extend django.views.generic.simple.redirect_to to support permanent or temporary redirect codes Generic views
9943 9943 Implement the rest of the HTTP require_* decorators and HttpResponse* classes HTTP handling
9918 9918 URL field validation false negative Forms
8974 8974 ModelChoiceField raises "ValueError: invalid literal for int() with base 10: 'abc'" when non-numerical value is supplied Uncategorized
9938 9938 ModelChoiceField validation throws OverflowError Forms
9455 9455 Undefined local `error` in the LaxOptionParser._process_args method Core (Other)
9936 9936 file backed sessions not working because file rename fails contrib.sessions
9930 9930 An error in part three of Django's tutorial. Documentation
9933 9933 Problem with FormWizard on last step. contrib.formtools
9931 9931 outdated description in Django admin site documentation Documentation
9929 9929 Admin form got a wrong action address via lighttpd with fastcgi. contrib.admin
9925 9925 Signals documentation + import Documentation
9924 9924 i18n language selection in sitemaps Uncategorized
9910 9910 Allow to change db_table for django contrib apps Contrib apps
9917 9917 Trivial enhancement: remove 'Django | ' prefix from documentation page titles Documentation
9901 9901 Problem with url tag HTTP handling
9882 9882 ModelForm.save() method must have alters_data=True Uncategorized
9902 9902 Documentation page has misspelled word Documentation
9903 9903 Model._meta._name_map is missing unless you load an object from the database Uncategorized
9896 9896 Error message and mistake in documentation Documentation
9780 9780 Small modelform (and formset) docs errors Documentation
9904 9904 Incorrect function name in files.txt documentation Documentation
9898 9898 Typo on http://docs.djangoproject.com/en/dev/topics/forms/modelforms/ Documentation
9776 9776 No CSRF protection for auth system logout view contrib.auth
9895 9895 Bad reference link in formset documentation Documentation
9457 9457 ContextType in of limit_choices_to clause causing error during initial syncdb Database layer (models, ORM)
9880 9880 Spaces in assignment of values of named parameters for 'url' template function raise 'TypeError' Uncategorized
9873 9873 Template reuse is worthless(when inheretiance or inclusion involved) because parent templates get re-compiled every time Template system
9876 9876 Incorrect max_length specification Documentation
9875 9875 urls.py instructions incomplete Documentation
9872 9872 error in example for sessions page Documentation
9864 9864 Error message regarding mysql version is never used in the code added by r9650 Database layer (models, ORM)
9814 9814 Python 2.6's sqlite refuses 8-bit SafeStrings Database layer (models, ORM)
5826 5826 Can't recover GenericForeignKey content type and object id field names Contrib apps
4736 4736 manually named primary key columns not properly quoted Database layer (models, ORM)
9786 9786 Files (and subclasses) override __eq__ but not __ne__ Database layer (models, ORM)
9861 9861 Requests make feature: Using a subset of fields on the Model Database layer (models, ORM)
9860 9860 Tutorial part 3: decoupling the urlconfs Documentation
7124 7124 Form field javascript event handler Forms
9856 9856 spam Uncategorized
9843 9843 spam Uncategorized
9831 9831 tRPctCLbOUzoVfpbE Uncategorized
9829 9829 spam Uncategorized
9818 9818 SPAM Uncategorized
9817 9817 SPAM Uncategorized
9813 9813 spam Uncategorized
9812 9812 spam Uncategorized
9810 9810 SPAM Uncategorized
9811 9811 SPAM Uncategorized
9808 9808 spam Uncategorized
9807 9807 GeometryField crashes contrib.gis.admin GIS
9803 9803 AuthenticationForm not showing errors. Uncategorized
9801 9801 spam Uncategorized
9790 9790 404 message is displayed if a view takes longer than 30 seconds to finish Core (Other)
9782 9782 'utf8' codec can't decode byte 0x97 in position 11: unexpected code byte Uncategorized
9783 9783 Installation docs should clarify that Django doesn't run under Python 3.0. Documentation
9787 9787 PasswordInput widget's max_length wrong output. Forms
9781 9781 Admin refuses multiple NULL values for fields marked unique contrib.admin
3896 3896 pass value to field specific clean function Forms
9777 9777 Small typo in django-admin doc Documentation
9772 9772 Sphinx warnings in form fields reference doc Documentation
9778 9778 "Join on Field 'xyz' no permitted" error can be misleading Database layer (models, ORM)
9774 9774 direct_to_template example url pattern is incorrect Documentation
9732 9732 close tag is missing in password_reset_confirm.html contrib.admin
9724 9724 Clarification on Serving Static Files documentation Documentation
9261 9261 http://www.djangoproject.com/download/ needs updating *.djangoproject.com
9304 9304 search field focus *.djangoproject.com
9767 9767 tutorial part 3 - Decoupling the URLconfs - module correction Uncategorized
9765 9765 admin: Inline saves extras when model has choices and a default choice contrib.admin
9719 9719 Strings which look like numbers are not quoted, MySQL Database layer (models, ORM)
9677 9677 A minor error in the 1.0.2 release notes? Documentation
9705 9705 Minor errors in “local flavor” documentation Documentation
9731 9731 Missed a letter Documentation
9639 9639 Ukrainian translation (update) Translations
9572 9572 Django Initial Data HOWTO specifies wrong file extension for YAML initial_data fixture Documentation
2474 2474 {% ssi %} should take variable as argument Template system
9754 9754 Documentation for overriding static directory-listing template incorrect Documentation
9755 9755 "semisafe" filter Template system
9744 9744 admin base template does not validate against xhtml 1.0 w3c.org validator contrib.admin
9748 9748 r9550 broke modeladmin test Uncategorized
9746 9746 Using a custom widget for a item in ModelForm should use the model verbose_name? Forms
9735 9735 "althete" typo in builtins.txt Documentation
9734 9734 typo in docs Documentation
9740 9740 Bad example in "CACHE_BACKEND arguments" section Documentation
9738 9738 unit test examples in docs use old "failUnless" methods instead of new "assert" methods Documentation
9706 9706 Oracle Slugfield hardcoded to 50 chars Database layer (models, ORM)
9714 9714 Bug in manage.py --settings=mysettings Uncategorized
9729 9729 Saving a model instance without CharField primary key does not raise IntegrityError Uncategorized
9723 9723 r9527 (compressed fixtures) breaks loaddata for some Pythons Core (Serialization)
9727 9727 models.CharField(max_length should be maxlength. no underscore. Documentation
9715 9715 r9110 introduced Backwards-Incompatible change Core (Other)
9720 9720 dbshell attempts to connect to mysql as user 'ODBC'@'localhost' which fails Uncategorized
9716 9716 Broken link in Version1.1Roadmap *.djangoproject.com
9707 9707 IntegrityError with Charfield and option unique=True Forms
9561 9561 ForeignKeyRawIdWidget turns string into comma-separated chars in lookup URL contrib.admin
9698 9698 memcached causes flup fastcgi to crash Uncategorized
9703 9703 [spam] Uncategorized
9692 9692 LgnstRBkICV Uncategorized
9700 9700 join filter can't be used with 'safe' filter anymore Template system
9691 9691 How to select the text from a drop down box Uncategorized
9695 9695 FLGFNswvIeXltWCk Uncategorized
6626 6626 newforms-admin DateField populated value wrong contrib.admin
9689 9689 eSRSUhUiYqjzdShW Uncategorized
4165 4165 Upload Progress Middleware and Integration into the Admin contrib.admin
9688 9688 Date*Field IntegrityError 1048 column cannot be null Database layer (models, ORM)
9687 9687 Use more randomness in secret key generation Core (Other)
9685 9685 [spam] Uncategorized
9679 9679 [spam] Uncategorized
9582 9582 Unhandled exception in runserver (when losing network file?) Uncategorized
9673 9673 comment form honeypot field isn't hidden when using {% get_comment_form %} contrib.comments
9611 9611 FAQ should mention you can't use gis with Python 2.3 Documentation
9615 9615 order_with_respect_to tests compare a callable with a list of integers Database layer (models, ORM)
9663 9663 save_as with inlines is broken after changeset 9297 contrib.admin
9618 9618 [PATCH] Small fix in forms documentation Documentation
9642 9642 make calender/clock window close normally in IE contrib.admin
9647 9647 Lots of doc pages have escaped HTML chars in them Documentation
7972 7972 allow argv options anywhere on command line Core (Management commands)
9629 9629 DateField / DateTimeField issues in admin site when using auto_now in field model contrib.admin
9630 9630 Building RPM from svn checkout (of 1.0.1 tag) fails Uncategorized
9627 9627 login_required argument should be supported by all generic views Generic views
9597 9597 Django Hebrew Translation Update Translations
9623 9623 !ChoiceField widgets should never be empty Uncategorized
9624 9624 debug statement active Core (Other)
9621 9621 Verbose name for apps Uncategorized
9608 9608 Broken model unicode methods can lead to bare exceptions Core (Other)
9481 9481 Changeset 9107 (setup.py) breaks bdist_rpm Uncategorized
9472 9472 Corrections to URL dispatcher documentation Documentation
9585 9585 r9398 broke test suite on Python2.3/2.4 Testing framework
9593 9593 permalink breaks when using include() in urls.py Uncategorized
9605 9605 form.save() exceptions should be more informative Uncategorized
4002 4002 Attributes added by extra() aren't visible to filter() Database layer (models, ORM)
6972 6972 Cheese shop entry for django is broken Uncategorized
9562 9562 Comment templatetags does not use get_comment_app like the post view does contrib.comments
9600 9600 Translated Models Uncategorized
9377 9377 docs: cache framework: cmemcache: refers to v0.96 vs. "development version" Documentation
9531 9531 typo fix and better wording on formsets docs Documentation
9476 9476 deprecated text in Manager's documentation Documentation
9507 9507 Broken examples in admin documentation Documentation
9594 9594 self.assertEqual( in docs should be self.assertEquals( Documentation
9468 9468 faq entry confusing Documentation
9574 9574 Hindi Translations Translations
9581 9581 Race condition in Model.save() with non-automatic unique indexes Database layer (models, ORM)
9408 9408 Oracle backend, error in FormatStylePlaceholderCursor _format_params method Database layer (models, ORM)
5099 5099 Provide the ability to update database to reflect changes in model definitions (i.e., schema evolution) Core (Other)
106 106 [patch] Problem with some js/select box on IE contrib.admin
8646 8646 Django test client does not set a wsgi compliant environment Uncategorized
9351 9351 Test client ignores querystring on post Testing framework
9571 9571 Documention of exlude in admin, need tuple not list. Documentation
9536 9536 sql error (1054, "Unknown column 'scripts_script.id' in 'on clause'") Database layer (models, ORM)
9567 9567 Grammatical error in doc: "Working with forms" Documentation
5643 5643 inspectdb lowercases all column names without creating correct db_column django-admin.py inspectdb
8910 8910 Unicodedecodeerror with inline models when using speical characers and python 2.3.4 Uncategorized
9534 9534 syncdb attempts to create the already created db tables again Database layer (models, ORM)
9560 9560 anti spam measure in comments contrib.comments
9542 9542 New Thai translations for 1.0.1 Translations
9537 9537 Polish translation update Translations
9558 9558 datetime blank=True Uncategorized
9556 9556 typo fix in syndication docs Documentation
9553 9553 Save of ForeignKeys's model doesn't cause update of _id field Database layer (models, ORM)
9547 9547 Need better support for dynamic forms Forms
9543 9543 raw id fields' popups in generic inlines fail in IE 6/7 contrib.admin
9540 9540 My write permissions do Django SVN are gone *.djangoproject.com
9011 9011 "File format may be invalid" bug in management.commands.loaddata Core (Other)
9526 9526 Updated Arabic translation Translations
9513 9513 Update Polish translations Translations
9419 9419 Russian translation for "Currently:" Translations
9511 9511 Update Django Hebrew Translation for 1.0.1 Translations
9524 9524 problem with syncdb - table already exists Documentation
9521 9521 cycle templatetag is nondeterministic Template system
9418 9418 upload_to doesn't work like excepted File uploads/storage
9516 9516 Minor: documentation title with HTML entity *.djangoproject.com
8789 8789 .submit-row class doesnt have clearfix on password change page contrib.admin
8187 8187 Import PIL consistently and with exception handling, list as optional dependency in INSTALL Uncategorized
9500 9500 Put the Google search that is in the main documentation page on *each* documentation page. *.djangoproject.com
9499 9499 Testing doc for PUT method references itself Documentation
9497 9497 Documentation typos Documentation
7081 7081 Not rendering value of field that uses PasswordInput widget Documentation
6579 6579 Importing empty symbol causes double initialization of some modules Template system
9495 9495 Grammar fix on urls documentation page. Documentation
2037 2037 Doesn't make sense to have a blank option in dropdowns for non-nullable, non-blankable fields with defaults contrib.admin
9337 9337 Link to Jython is broken Documentation
9354 9354 eol-style in localflavors contrib.localflavor
9374 9374 Minor punctuation - Missing Closing Paren Documentation
9441 9441 wrong settings control referred to in "file uploads" doc Documentation
9412 9412 typo in custom model fields docs Documentation
9491 9491 small non-technical typo in tutorial Documentation
9470 9470 PasswordResetTest.test_email_not_found built in test chokes on apostrophe Uncategorized
9485 9485 ManyToManyField populated by values from another app Forms
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
2205 2205 [patch] models.STACKED messes up the fields display in Admin contrib.admin
5708 5708 validate() returns 'This field is required.' for number fields if number is Zero Core (Other)
8914 8914 FieldError in admin with GET parameters that are no fields on model contrib.admin
4134 4134 raw_id_admin support direct visible repr of chosen object contrib.admin
3851 3851 unique_together with an empty value for a ForeignKey Database layer (models, ORM)
9466 9466 500.html does not have {{MEDIA_URL}} Uncategorized
9450 9450 error import field in forms.py Forms
8718 8718 validation TB when starting development server with oracle backend Database layer (models, ORM)
9458 9458 Mising step after adding __unicode__ methods to models; syncdb needs to be re-run. Uncategorized
9451 9451 FileField does not work as expected Forms
9442 9442 django/utils/os_py -> safe_join converts file name to lower case when it is a bad idea and this causes incompatibilities with windows / linux File uploads/storage
9443 9443 get_url not returning correct URL on Windows platforms Uncategorized
9405 9405 [patch] DatabaseOperations should track its own connection Database layer (models, ORM)
9381 9381 Errors in django.contib.auth PasswordResetTest contrib.auth
9434 9434 mod_python and unique PythonInterpreters Documentation
9432 9432 Negation operator missing from Q Objects documentation Documentation
9430 9430 Writing Views makes reference to previously mentioned issue but doesn't say where Documentation
9339 9339 [l10n][zh_CN] fix translation in django.po Translations
9390 9390 select_related() documentation is incomplete Documentation
9424 9424 Verb Agreement Documentation
9380 9380 incomplete documention on create_test_db in combination with sqlite Documentation
9410 9410 global_settings pt LANGUAGE Uncategorized
3414 3414 middleware/common.py and SCGI bug - string index out of range (caused by missing PATH_INFO) Core (Other)
9413 9413 naming a template tag library the same as an app causes import problems Documentation
9392 9392 Inherited model fields being duplicated in Forms Uncategorized
9393 9393 Overridden inherited model fields being duplicated in forms Uncategorized
9376 9376 Support initial values for clean() not just for FileField Forms
9428 9428 admin with no css Template system
9423 9423 multi inline model Uncategorized
9417 9417 Unhelpful admin.py error message contrib.admin
3096 3096 Filtering choices in admin list view don't respond to limit_choices_to parameter contrib.admin
8775 8775 Change German translation of "E-mail address" to "E-Mail Adresse" Translations
9398 9398 Show first_name and last_name elements in admin interface Documentation
9389 9389 Cannot specify extra arguments when deserializing. Core (Serialization)
9395 9395 auth docs inconsistency -- built-in forms are now oldforms Documentation
9136 9136 Oracle backend: slicing is using row_number() instead of rownum Database layer (models, ORM)
7587 7587 Find out where the default admin/base_site.html is on your system (for: Tut 2, page 2) Documentation
8505 8505 The installation instructions assume a pathname without a space in the directory names Documentation
9355 9355 eol-style properties for commiters svn config file Uncategorized
9379 9379 possible error in tutorial 4 Documentation
8931 8931 Queries on datetimefields return incorrect results in mysql Database layer (models, ORM)
8880 8880 bit of django.template source doc Template system
8586 8586 ImageFieldFile cannot be saved with File.read() File uploads/storage
8418 8418 archive_year should pass a date year object to template context instead of four digit unicode Generic views
9342 9342 query optimization bug Uncategorized
4697 4697 loaddata ---- Problem installing fixture Core (Management commands)
9350 9350 404 on 0.96 "current docs" link *.djangoproject.com
9348 9348 manage.py reset appname fails to reset MySql database because of foreign key constraints Core (Management commands)
9352 9352 Except statement argument wrong in tutorial 4 *.djangoproject.com
2122 2122 get_FIELDNAME_display() fails on instance returned by AddManipulator.save(). Core (Other)
9226 9226 djangoproject.com doesn't have a correct reverse DNS entry *.djangoproject.com
9332 9332 raw_id_admin with a string key is broken in IE7 contrib.admin
9331 9331 More regexp examples needed for urls.py documentation Documentation
9330 9330 Template params - list type Uncategorized
9329 9329 Documentation bug for form validation Uncategorized
9325 9325 Small cut & paste bug in text Documentation
9328 9328 Add Scot Hacker to AUTHORS Documentation
9053 9053 Fix admin sortable when using callable functions in list_display contrib.admin
9320 9320 "mysite.polls.views" should be written as "polls.views" Uncategorized
2884 2884 [newforms-admin] Incorrect sql generated when ordering a queryset where the related model's Meta.ordering has an FK contrib.admin
8935 8935 Broken link to admin docs in porting guide. *.djangoproject.com
9297 9297 Bad link *.djangoproject.com
9040 9040 Doc URLs have changed - search engine links no longer work *.djangoproject.com
9322 9322 UnicodeEncodeError at /admin/auth/user/5/delete/ Uncategorized
9215 9215 Implementation example for paginaton Documentation
9224 9224 request.get_full_path() raise string encoding error when user submit a non-ascii url. HTTP handling
9317 9317 Return content type of child class when parent passed to ContentType.objects.get_for_model Contrib apps
6995 6995 Db2 adapter - another implementation (first is #5052) Database layer (models, ORM)
9199 9199 Common middleware PREPEND_WWW broken Core (Other)
9314 9314 Old documentation URLs should redirect to new URLs Uncategorized
9305 9305 Georgian (ka) translation updated Translations
7428 7428 clean_<fieldname>() docs don't tell you what to do once you've verified the data is valid. Documentation
7011 7011 Authentication documentation doesn't describe is_active very well. Documentation
6979 6979 TIME_ZONE Docs Make Reference to Manual Configuration But Not Present Documentation
9262 9262 Memory leak in django.utils.version.get_svn_revision Uncategorized
8184 8184 urlresolver doc Documentation
9254 9254 porting guide lacks Documentation
8688 8688 Small change on documentation for static media serving Documentation
9047 9047 reverse is not in the documentation index Documentation
8965 8965 UnicodeEncodeError in template path after migration from Django 0.96 to 1.0 Uncategorized
5753 5753 manage syncdb (first time) in a small chrooted environment for example don't give defaultuser... Uncategorized
6833 6833 Leaving the u off a string returned from __unicode__ results in horribly hard to debug bugs contrib.admin
8942 8942 Django should have the best debugging and profiling tools of any web framework Uncategorized
8956 8956 doctests should not be used in regular documentation outside the orm Uncategorized
9231 9231 get_or_create creates even if the object is already there Database layer (models, ORM)
5648 5648 __init__ of Models not overrideable Database layer (models, ORM)
7152 7152 Insufficient validation of db_column and db_table when declaring models Validators
3428 3428 [full-history] Small fixes to the code Uncategorized
4747 4747 [multi-db] patch to bring multiple-db-support up to date with rev 6110 Uncategorized
3642 3642 [multi-db] Filters with nested foreign keys across databases fail Database layer (models, ORM)
3613 3613 [multi-db] select_related stuck in recursive loop Database layer (models, ORM)
3301 3301 [multi-db] Bug in Fields.DateTimeField.pre_save() Database layer (models, ORM)
9090 9090 A problem with WEEKDAYS_ABBR in dates.py (Django version 1.0) Uncategorized
9311 9311 AdminSite should allow for override the "logged out" template similar to the other templates contrib.admin
9290 9290 List index out of range when invalid template tag is used Uncategorized
9283 9283 DeprecationWarnings caused by makemessages with Python 2.6 (os.popen3) Internationalization
9306 9306 django.views.static.py import email.Utils should email.utils Uncategorized
8846 8846 Remove comment recommending tuples in settings docs Documentation
9294 9294 TextArea widget calls force_unicode 2x on render Forms
9241 9241 page not found error for google search page Documentation
9182 9182 Here's an rc.d script for FastCGI on BSD Documentation
8964 8964 InnoDB is default with Windows Essentials installer for MySQL 5.0 (Community server) Documentation
9237 9237 Docs typos Documentation
9238 9238 link not working Documentation
9257 9257 Incorrect description of urls.py contents Documentation
9301 9301 Missing link in documentation Documentation
9300 9300 misprint Documentation
9259 9259 Failing case in spanish localflavor validator contrib.localflavor
9100 9100 django.contrib.comments missing css class attributes in two preview templates contrib.comments
8803 8803 Possibility to use username if full name is missing in the comments framework contrib.comments
8879 8879 ngettext is used in comments framework contrib.comments
9141 9141 Remove vestigial reply.html and reply_preview.html from comments contrib.comments
9298 9298 Error in tutorial part 4 : if error_message test doesn't work Documentation
9292 9292 SESSION_SAVE_EVERY_REQUEST behavior is overkill Uncategorized
9288 9288 Online docs example contains deprecated maxlength keyword Documentation
9296 9296 loaddata is looking in the wrong folder if using model folder instead of models.py Core (Management commands)
9246 9246 root documentation url changed *.djangoproject.com
9287 9287 doc page inaccessible without double slashes at the end of the url *.djangoproject.com
9280 9280 A dead link on top page *.djangoproject.com
8652 8652 Multiline tags and tag escape tags Template system
9277 9277 The "Reference" link on www.djangoproject.com front page gives a 404 *.djangoproject.com
9272 9272 contrib.admin.sites should use path_info contrib.admin
9271 9271 http://docs.djangoproject.com/en/dev/ is a bad link *.djangoproject.com
9263 9263 Missing bold lines in Tutorial #2 Documentation
9265 9265 double slashes in docs home url *.djangoproject.com
9251 9251 Extra slash appended on all documentation links *.djangoproject.com
9250 9250 Links on django homepage do not redirect to the right page *.djangoproject.com
9221 9221 Cache Middleware wrong behavior. Core (Cache system)
9235 9235 Getting doc page at URL without trailing slash breaks all links Documentation
9242 9242 Add a REMOVE_WWW setting or remove the PREPEND_WWW setting Uncategorized
9240 9240 Link to "Caching and QuerySets" broken *.djangoproject.com
9030 9030 GenericInlineModelAdmin ignores max_num Contrib apps
9229 9229 Django 1.0 Model API Documentation missing? Documentation
9227 9227 The modeltests/serializer unit test case fails due to missing author record with id=4 Database layer (models, ORM)
9225 9225 Add a 'tussenvoegsel' / 'surname prefix' field to User class Contrib apps
8899 8899 Admin "exclude" option should accept both lists and tuples contrib.admin
9171 9171 must pass `list` not `tuple` as `exclude` (as seen in docs) to `inlineformset_factory`. Forms
9186 9186 Trying to get distinct values when model has a default sort order only ends in tears Uncategorized
9175 9175 Changing TIME_ZONE causes restart loop of development server django-admin.py runserver
9219 9219 docs,djangoproject - lost link Documentation
8371 8371 Windows users should use / instead of \ for file paths in settings.py Documentation
9197 9197 Add new fieldtype (eg. Extra) Database layer (models, ORM)
9201 9201 Page is not available *.djangoproject.com
9196 9196 admin display multiple fields on the same line contrib.admin
9192 9192 exclude() fails; generates query using bad table alias Database layer (models, ORM)
9190 9190 problem in tutorial Documentation
9187 9187 forms.DecimalField validation crashes on "INF" Forms
9177 9177 list_filter cannot filter nullable fields contrib.admin
9184 9184 'str' object has no attribute 'chunks' Core (Other)
9179 9179 zLAYudAuUtDpqtDgmbg Uncategorized
9178 9178 zLAYudAuUtDpqtDgmbg Uncategorized
9174 9174 Following 2nd part of tutorial Uncategorized
9168 9168 contrib.auth login for should accept an authentication_form parameter for alternate backends contrib.auth
8984 8984 Admin "password change" page has broken link to "Documentation" contrib.admin
9131 9131 Lack of documentation for code under django.utils Documentation
5043 5043 Postgresql transaction error handling is different Database layer (models, ORM)
9149 9149 Markup typo in syndication docs Documentation
9162 9162 Apostrophe in "release process" page title makes ugly HTML entity in title bar Uncategorized
9160 9160 ref/models/options has HTML in title Documentation
9134 9134 Documentation title Documentation
8129 8129 Modify password reset email template to allow user configured urls contrib.admin
9062 9062 admin disallows saving Null fk to more than one object contrib.admin
9144 9144 Bug with formsets validation in admin with models with m2m through other model contrib.admin
9140 9140 bug in django.http.multipartparser.MultiPartParser after HttpResponseRedirect of a form post with files HTTP handling
9138 9138 Currently, admin.TabularInline? and admin.StackedInline? do not support inlines themselves. This would allow nested inlines to happen. Uncategorized
9129 9129 unicode support on admin delete contrib.admin
9121 9121 Invalid markup in FormPreview documentation Documentation
8955 8955 Latex Document Empty Documentation
9126 9126 ByMIbHtGxtNVWVcINR Uncategorized
9117 9117 New-Style Testclient class Testing framework
8865 8865 fields.py regression test fails Testing framework
9014 9014 django admin MultiPartParserError in google chrome Uncategorized
9096 9096 Comment in session middleware doesn't match behaviour contrib.sessions
9098 9098 link error in tutorial03.txt Uncategorized
9113 9113 Misleading error message if sqlite3 is not installed as exception is swallowed Uncategorized
9108 9108 Georgian (ka) localization update Translations
6415 6415 Updated Icelandic Localization Translations
6051 6051 GenericRelation field lookups Database layer (models, ORM)
8409 8409 Django built-in server is very slow with Firefox browser when serving admin media HTTP handling
9105 9105 __unicode__ method for models Database layer (models, ORM)
9094 9094 Invoke method after create_update.(create|update|delete)_object methods Generic views
8546 8546 HttpResponse.content should be in an Attributes section, not in Methods Documentation
8573 8573 inspectdb doesn't make use of FK and uniqueness information when the column name has upper case characters django-admin.py inspectdb
8574 8574 Sitemap should be a new style class Contrib apps
9114 9114 admin of comments depends on table django_site contrib.comments
9070 9070 the value of parse_until will be overwritten when using a block in a loop of {%include%} Template system
9080 9080 timeuntil filter cound accept Date type Template system
9095 9095 Auth has errors in unit tests when Admin isn't in INSTALLED_APPS contrib.auth
9016 9016 update VERSION in trunk/django/__init__.py (currently trunk is claiming it is 1.0 final) Core (Other)
9035 9035 "File uploads" link mistaken on documentation page Documentation
9083 9083 get_admin_log tag improvement to prevent extra sql queries contrib.admin
9091 9091 Rephrasing of Variable() in docs Documentation
9092 9092 Validation of project and application names isn't thorough enough Core (Other)
9097 9097 typo in tutorial04.txt Documentation
9074 9074 The submit line on a change form in the admin site is not rendered correctly if it only contains the Save button Contrib apps
8917 8917 Comments should be reverse ordered by submit_date and submit_date should be in admin list_display contrib.comments
7269 7269 404 debug page: href=urls Core (Other)
9088 9088 Problem with svn version 9019 contrib.admin
8957 8957 Typo in Admin validation exception message contrib.admin
9086 9086 Porting to 1.0 guide has broken link to unicode documentation Documentation
9082 9082 Czech package contrib.localflavor
9044 9044 Closure tag should be {% endifnoequal %} instead of {% endifequal %} Documentation
9032 9032 Typo in ref/contrib/admin.txt Documentation
9075 9075 Missing destination.close() Documentation
9078 9078 Paste-friendly listing in sitemaps docs Documentation
9077 9077 pysqlite link on "How to install Django" may be wrong Documentation
9067 9067 Include shortened version of admin.site.register in admin docs Documentation
9069 9069 django tutorial part 4: object_list() or object_list Documentation
9060 9060 awkward and redundant documentation on modelformset_factory Documentation
9059 9059 Mistake in tutorial Documentation
9048 9048 Typo in docs tutorial Documentation
9046 9046 Typo in the intermediate model documentation Documentation
8570 8570 Wrong indentation style in django/contrib/formtools/utils.py contrib.formtools
9052 9052 Managing Files doc typo Documentation
9072 9072 Outdated link in 'Writing models' documentation Documentation
9051 9051 Adding a user in the admin site relies on TEMPLATE_STRING_IF_INVALID Uncategorized
9027 9027 modelformset_factory docs say "by default uses can_delete=True" but it doesn't Documentation
9050 9050 1.0 porting guide references `models` module where it should reference `admin` module. Uncategorized
9058 9058 Incorrect Documentation Note for modelformset_factory Documentation
9056 9056 POST should be method Documentation
5727 5727 views/static.py small refactoring Generic views
9024 9024 Change confusing wording in intro/tutorial02.txt Documentation
9018 9018 Duplicate instance of "of" in intro/tutorial01.txt Documentation
9000 9000 Documentation for reverse() and all() QuerySet methods missing Documentation
7102 7102 change in i18n documentation to emphasise that unless verbose_name and verbose_name_plural are marked for translation, they will not be translated. Documentation
8480 8480 Minor error in Database Api document reverse() function explanation seq[:-5] should be seq[-5:] Documentation
8858 8858 Typo (no instead of not) in new SQLite version information Documentation
8969 8969 Missing ref tag on QuerySet API reference page Documentation
9021 9021 manage.py startapp should create an "default" admin.py file Uncategorized
9020 9020 also delete this ticket Uncategorized
9019 9019 delete this ticket Uncategorized
9010 9010 Replace "you'all" with "you'll" in howto/custom-file-storage Documentation
9013 9013 Filestorage and save=False/commit=False Uncategorized
9001 9001 missing translation in 'es' translation Translations
8623 8623 New comments upgrade guide breaks permalinks, views contrib.comments
8996 8996 Replace "later" with "latter" in internals/documentation Documentation
8979 8979 Documentation fixes Documentation
7218 7218 GIS: ogrinspect sometimes gets field types wrong GIS
8998 8998 stdin closed by become_daemon() Uncategorized
8988 8988 Wiki cleanup and restructure Documentation
8958 8958 Typo in [8980] Documentation
8986 8986 quick install guide typo Documentation
8994 8994 Allow url tags to save result to context variable Template system
8973 8973 Update the telugu translations. Translations
8930 8930 Posting non-multipart Data Throws Exception HTTP handling
8179 8179 most cross-references in sphinx-generated HTML are wrong Documentation
8987 8987 Forms validation documentation isn't clear about clean functions needing to return the cleaned value. Documentation
8985 8985 General FAQ should be updated Documentation
8983 8983 Typo at FAQ: General Documentation
8982 8982 Typo in documentation of What to read next Documentation
8977 8977 no admin.py Documentation
8970 8970 Explicit argument should be added to admin 'autodiscover()' contrib.admin
8976 8976 {% for x, y in dictionary %} not working as documented Template system
8937 8937 Multi-delete in the admin changelist contrib.admin
8948 8948 Namespaces for template tags Uncategorized
8954 8954 [SPAM] Template system
8580 8580 Missing links to django source files in settings doc. Documentation
8587 8587 Documentation not clear for apache-mopython Documentation
8920 8920 The title of the docs search page is 'Django Docuemtation' *.djangoproject.com
8932 8932 Seems we don't have mysite/polls/admin.py file in the first place Documentation
8911 8911 errors in porting guide Documentation
8924 8924 typos in documentation ("Writing models") Documentation
8926 8926 INSTALL refers to docs/install.txt which doesn't exist in tarball Documentation
8923 8923 a typo Documentation
8919 8919 Typo in ref/signals.txt Documentation
8922 8922 max_length is now maxlength Documentation
8915 8915 Incorrect file reference in Poll tutorial Uncategorized
8883 8883 doc glitches in model reference intro (writing models) Documentation
8909 8909 Typo in contenttypes docs Documentation
7213 7213 Linkchecker run on svn 7523 C:\django-trunk\docs\_build\html Documentation
376 376 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
8514 8514 Searching in Refactored Documentation Documentation
8756 8756 Markup error on Custom Template Tags and Filters page Documentation
8878 8878 Authentication in the admin should not make any assumptions on valid user names contrib.admin
8864 8864 url example regex typo in '1.0-porting guide' Documentation
8863 8863 Accidental duplication of word in 'porting guide'. Documentation
8875 8875 Typos in 1.0-porting-guide Documentation
1030 1030 auto_now_add is broken for edit_inline field contrib.admin
1603 1603 Setting a primary key field editable=False breaks when using edit_inline contrib.admin
8894 8894 Typo: "foriegn key" in Creating forms from models Documentation
8876 8876 Path to install.txt wrong in INSTALL file Documentation
7245 7245 [BUG] Data row duplication while changing inherited models using oldforms manipulators Core (Other)
2107 2107 Adding an object and several related objects at once with manipulators isn't documented. Documentation
8897 8897 Peculiarity in url template tag - lookup fails when view name enclosed in single quotes Template system
8607 8607 yaml serialization to file fails Core (Serialization)
8887 8887 reStructuredText processor broken in Trac *.djangoproject.com
8884 8884 Typo in http://docs.djangoproject.com/en/dev/topics/db/models/#automatic-primary-key-fields Documentation
8877 8877 Very strange bug in MySQL backend for exact query. Core (Other)
7655 7655 mail.py: Assert that "to" and "bcc" are not strings Core (Mail)
6719 6719 syncdb: Better error message if installing custom sql failed Core (Other)
6537 6537 Unhelpful error message: 'tuple index out of range' Core (Other)
6394 6394 custom_sql_for_model(): Small patch to remove comments better Core (Other)
6256 6256 Extraneous newlines in large amounts of POST data HTTP handling
6031 6031 tests: Don't fail silently if TestCase._pre_setup() raises an exception Testing framework
5884 5884 UnicodeDecodeError attempting to render VariableDoesNotExist as a string Template system
5029 5029 newforms FileField special file naming requirements Forms
4891 4891 cgitb for mod_python HTTP handling
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
8862 8862 bad link to faq *.djangoproject.com
8873 8873 FAQ link broken *.djangoproject.com
8871 8871 django.get_version: 1.0-final-SVN-unknown Uncategorized
8867 8867 Typo in signals docs Documentation
8801 8801 .96 docs say svn Documentation
8849 8849 "Changed|New in Django development version" and version*:: 1.0 fixes Documentation
8854 8854 url tag and reverse function do not work Core (Other)
8852 8852 invalid link Uncategorized
7271 7271 Faulty link in right hand "Archives" list of Django weblog. *.djangoproject.com
8845 8845 Official Django weblog archive stops at April 2008, but there are posts in more recent months *.djangoproject.com
7459 7459 [website] Incorrect end tag for <dt> in registration form *.djangoproject.com
7902 7902 /password_change/ is 404 *.djangoproject.com
5428 5428 [enhancement] search field in (main) web page (not in trac) *.djangoproject.com
4913 4913 Add a prominent link to Tutorials/DjangoResources from main *.djangoproject.com
4043 4043 links to old versions of documentation are displayed even when that documentation page didn't exist in previous versions *.djangoproject.com
3759 3759 Community aggregator update_feed.py uses wrong encoding *.djangoproject.com
8831 8831 Turkish translation for security fix Translations
8816 8816 Links to security fixes (might be) incorrect *.djangoproject.com
8814 8814 Link for 0.96 Admin module Broken Documentation
5881 5881 ProgrammingError using "save as new" with inline models contrib.admin
8799 8799 .save() and .objects.create() does not set the primary key when the model has an explicit primary key field Database layer (models, ORM)
8655 8655 MultiValueField does not render correctly with as_hidden Forms
8773 8773 Context processors must be in context_processors.py Documentation
8791 8791 Turkish translation updates Translations
8766 8766 Images missing from new documentation *.djangoproject.com
8780 8780 Various unicode unit tests may fail on MySQL, since test database may be created without utf-8 character set Testing framework
8745 8745 czech translation update Translations
1764 1764 OneToOneField doesn't validate if it's set Core (Other)
8736 8736 Italian translation PO files have wrong "Project-Id-Version" header Translations
8043 8043 Brazilian Portuguese (pt_BR) locale updated. Translations
8684 8684 Adding custom (succes/failure) messages to the admin site contrib.admin
1789 1789 problem exists with list_detail.object_list generic view and subclassed models Generic views
8564 8564 newforms-admin doesn't support linking to it via {% url %} or reverse() contrib.admin
8722 8722 tutorial Uncategorized
6281 6281 models.SlugField has no formfield() method Forms
6012 6012 FilteredSelectMultiple widget is broken in newforms-admin contrib.admin
8370 8370 Forms include tag does not receive varaible defined by a with tag Forms
7926 7926 'NoneType' object is not iterable Documentation
8588 8588 Admin interface +'s are still displayed next to FK even if you dont have permission to add objects of that type. contrib.admin
7344 7344 Plus sign still available even if add rights are not granted contrib.admin
8411 8411 Link to custom model fields documentation missing on SVN release documentation page Documentation
8699 8699 Translated post-string freeze strings for Hungarian Translations
8685 8685 Portuguese translation patch Translations
8691 8691 link to beta/dev doc in main documentation page Uncategorized
8671 8671 django.views.static.serve shoud have APPEND_SLASH=True Core (Other)
8682 8682 Admin ordering works incorrectly if ModelAdmin.ordering has several fields, and one of them is an another Model field contrib.admin
8677 8677 admin redirect when "save" doesn't account for previous querystring (e.g: search) contrib.admin
8676 8676 BooleanField says value required if False Uncategorized
8675 8675 File storage - Storage objects example does not work Documentation
8666 8666 no startproject in django-admin.py Core (Management commands)
8481 8481 Update french translation for "Password reset on" Internationalization
8657 8657 How to do a "... where field NOT IN (select field ..." Documentation
3069 3069 [patch] fix gettext invocation for invalid dates Internationalization
8062 8062 Re: #7560 casting now breaks filters (ints, bools, floats) in get_db_prep_value Database layer (models, ORM)
8609 8609 Typo in obsolete-index.txt Documentation
8632 8632 Permission name field is to short when handling Models with long names contrib.auth
8640 8640 updated Macedonian translation Translations
8531 8531 Typo in Fixtures documentation Documentation
8578 8578 Typo in testing docs, that also makes bad highlight Documentation
8636 8636 Test runner sets SERVER_PORT to int Uncategorized
8635 8635 Test runner sets SERVER_PORT to int Uncategorized
8621 8621 Error in contrib.comments: contrib.comments
8628 8628 Add development server address/port as settings. django-admin.py runserver
8602 8602 Archive_week should accept Monday as the first day of the week Generic views
8591 8591 Bad link at docs.djangoproject.com Documentation
8598 8598 form.html template in contrib.comments has an open paragraph tag. contrib.comments
8594 8594 Add a model Meta parameter to prevent from table creation Database layer (models, ORM)
6529 6529 flatattr() doesn't check if a string is marked as "safe" Forms
2839 2839 Filter translation ignores "By" contrib.admin
8139 8139 Some quote typos in Template documentation Documentation
8549 8549 Fields added via the extra() QuerySet modifier are not outputted when QuerySet is run through serializer Core (Serialization)
6784 6784 "is_public yes" doesn't work in template tag "comment_form" contrib.comments
6582 6582 contrib.comments.models fieldset names should be translated contrib.comments
5249 5249 Posting a FreeComment from an IPv6 address bypasses IPAddressField validation contrib.comments
2177 2177 [Patch] Free Preview and Posted Templates for Comments App contrib.comments
2134 2134 [patch] add comment object to comments/posted template contrib.comments
1853 1853 admin documentation section errors for 'comments' tags contrib.comments
6828 6828 Broken images in Tutorial part 2 *.djangoproject.com
8471 8471 404 Page not found following link from 1.0b1 Release Notes Documentation
8349 8349 syncdb doesn't make all the necessary changes with the Oracle backend Core (Management commands)
7743 7743 Django uses "testserver" instead of "example.com" in assertRedirects tests Testing framework
8529 8529 Please, update AUTHORS file Uncategorized
7443 7443 timesince template filter reverses its parameters when given a base date Template system
8532 8532 Using Yaml format in Fixtures Documentation
8042 8042 PasswordResetForm's EmailField has maximum length of 40 contrib.auth
8197 8197 Update Polish administrative entites contrib.localflavor
8390 8390 typo in forms documentation Documentation
8476 8476 documentation bug for modelformset Documentation
8475 8475 Missing singleqoute in Code Example in docs/syndication_feeds Documentation
8513 8513 "Django at a glance" references old style contrib.admin: "class Admin: pass" Documentation
8504 8504 404 in Documentation *.djangoproject.com
8431 8431 MFGdSfsNsCVyubEbzfC Uncategorized
8460 8460 Broken image links in Tutorial part 2. Documentation
8382 8382 QFbXKkapLeasboJb Uncategorized
7119 7119 Model's get_FOO_* methods cannot be overriden Database layer (models, ORM)
6974 6974 Re: #6966: It's impossible to specify input_formats for DateTimeFields in ModelForms Forms
8265 8265 Debug template exception message is confuse Template system
8430 8430 MFGdSfsNsCVyubEbzfC Uncategorized
7706 7706 locale dir allowed in project dir, but views.i18n.javascript_catalog filters it out Internationalization
8432 8432 [spam] Uncategorized
8233 8233 Decimal Field can accept float value Validators
8469 8469 Running manage.py test on empty project executes 13 tests. Testing framework
8492 8492 Nesting applications can cause name collision in admin contrib.admin
8488 8488 Building latex fails in the docs-refactor branch Documentation
8482 8482 Typo in backwards incompatible changes *.djangoproject.com
8405 8405 Editing inline-image in admin results in KeyError contrib.admin
8366 8366 Modify views regression tests fixtures to not contain forward references Testing framework
8474 8474 changes to url.py in regard to the admin interface not in the 'backward incompatible changes' list. Documentation
24 24 edit_inline support for OneToOne relationships Metasystem
8470 8470 Documentation for verbose field names could suggest a DRY way to define verbose_name for foreign keys Documentation
8464 8464 Django should allow exceptions to bubble up from urlconf imports Core (Other)
8463 8463 force_insert doesn't work with inherited models Core (Other)
8461 8461 manage.py reset crashes running initial SQL if there's a #comment on the same line as valid SQL Core (Management commands)
7974 7974 cannot replace custom fields without using database format Database layer (models, ORM)
8443 8443 Dead Link - v0.96 *.djangoproject.com
8452 8452 expire time in session being updated frequently contrib.sessions
8444 8444 Model inheritance - inherited model could use some fields cleanup Core (Other)
7151 7151 Management UnBoundLocalError error on local variable 'args' rreferenced before assignment Core (Management commands)
8372 8372 Exception when form validation fails and uploading an image contrib.admin
8423 8423 Implement time filters Database layer (models, ORM)
5862 5862 Filters are not applied in an include tag Template system
8360 8360 Admin site filtering on fields of boolean type produces for "No(False)" option the same results as for "Yes(True)" option. Uncategorized
8397 8397 huntbCfS Uncategorized
8383 8383 TemporaryUploadedFile.seek function signature doesn't match what's expected File uploads/storage
8113 8113 Google zoom fails when geom envelope is a single point GIS
8380 8380 models.CharField 3 times the actually database field length django-admin.py inspectdb
4609 4609 Content type names are not translated in Recent Actions listing contrib.admin
8361 8361 instance.content.url should return empty string if no file associated File uploads/storage
8352 8352 Misspelling near the end of contenttypes doc Documentation
8343 8343 Using umlauts with blocktrans results in TemplateSyntaxError Uncategorized
8339 8339 Problem with behaviour of ManyToManyField contrib.admin
6452 6452 Catch 22 in Cache Documentation Documentation
6551 6551 improve Database setup section on tutorial Documentation
6765 6765 Docs for 'Providing initial SQL data' misleading Documentation
8057 8057 Forms clean documentation omits essential Documentation
8331 8331 manage.py sqlclear and friends crash, for unknown reasons Core (Management commands)
8333 8333 FileField upload of large files looping and failing File uploads/storage
8330 8330 Cannot add new filterspecs without modifining filterspecs.py contrib.admin
8327 8327 link to change password form on 'change user' page in admin interface is broken contrib.admin
8322 8322 Admin fails to add a slash between MEDIA_URL and upload_to contrib.admin
8305 8305 XuXBZJFrj Uncategorized
8304 8304 XuXBZJFrj Uncategorized
8303 8303 XuXBZJFrj Uncategorized
8302 8302 Documentation type-o in "Order of Middleware_Classes" Documentation
1553 1553 [patch] missing validate and to_python methods Database layer (models, ORM)
8284 8284 raw_input broken in eclipse Uncategorized
6769 6769 QueryDict's iteritems() wraps lists in another list Uncategorized
8269 8269 sessions should only be marked modified when data actually changes contrib.sessions
7979 7979 django doesn't give a traceback for errors resulting from importing the root URLconf Core (Other)
8213 8213 Make use of "select_related(tables)" in admin contrib.admin
8195 8195 Importing models from same directory throws unhelpful exception (trying to get app_label) Database layer (models, ORM)
8155 8155 Random session timeouts when setting request.set_expiry(0) contrib.sessions
8048 8048 Wiki Registration Link *.djangoproject.com
7941 7941 ModelChoiceField gets an error when you pass an String instead of an integer Forms
7418 7418 session middleware claims user tampered with session cookie contrib.sessions
8255 8255 Nobody reads the BackwardsIncompatibleChanges page Documentation
8257 8257 Wiki at code.djangoproject.com incorrectly rejecting edits as spam Tools
8252 8252 roadmap charts consider "invalid", "duplicate", etc. tickets as active *.djangoproject.com
8118 8118 AlreadyRegistered exception is inaccurate on a second request with development server contrib.admin
8232 8232 django-admin.py should work with the `yes` utility Core (Management commands)
8240 8240 settings no longer availiable in urls.py Uncategorized
8237 8237 Apply Meta ordering to SQL table Uncategorized
8230 8230 Changeset 8303 introduced a syntax error Uncategorized
8228 8228 Failure to use manage.py syncdb after updating to revision 8301. Uncategorized
8226 8226 django/contrib/auth/models.py UnicodeDecodeError. Permissions selection widget not shown. Uncategorized
8223 8223 Infinite loop caused by ordering Database layer (models, ORM)
8225 8225 Small fix for admin css in RTL mode contrib.admin
5632 5632 Problems with DB objects on a multithreaded scenario Database layer (models, ORM)
8224 8224 'Managing files' contains a dead link Documentation
7821 7821 Add exception value to NoReverseMatch exception Core (Other)
7912 7912 Add what kind of exception is through Database layer (models, ORM)
8212 8212 'Manager' object is unsubscriptable on Sitemaps app Uncategorized
8218 8218 extra() with params and filter() does not return results Database layer (models, ORM)
8200 8200 manage.py syncdb fails following The flatpages app docs Uncategorized
8211 8211 Typo in add-ons documentation Documentation
8205 8205 check_dependancies should be spelt check_dependencies Uncategorized
8201 8201 Typo in files.txt Uncategorized
4516 4516 newforms-admin: Move AdminModel's URL handling into a method contrib.admin
8192 8192 django.VERSION missing in alpha-2 Core (Other)
8005 8005 Make it easier to alter a model saved by the admin (e.g. add the user that created or updated it) contrib.admin
8180 8180 Typo in docs/files.txt Documentation
8183 8183 Main Documention page have no link to new page "files/" Uncategorized
8185 8185 A picture in documentation is in wrong format Documentation
7368 7368 Problem when overriding '__init__' / 'save' methods (models.model) Core (Other)
7690 7690 obj.manytomanyrel = None no longer works, needs reference in BackwardsIncompatibleChanges Documentation
8174 8174 Typo in [8247] contrib.admin
7681 7681 Updating user (from auth model) in admin does not create nor update UserProfile contrib.admin
8169 8169 New Admin Widgets don't regard attrs passed to them contrib.admin
8153 8153 UnicodeDecodeError in ModelAdmin (save_add and save_change) contrib.admin
7123 7123 Model.from_sequence() bypasses Model.__init__() Uncategorized
7358 7358 [patch] create_default_site: configurable default domain name Contrib apps
4111 4111 Warning References stored in memory when DEBUG=True Database layer (models, ORM)
8120 8120 manage.py help subcommand and --settings Uncategorized
7997 7997 ./manage.py <command> --help shows manage.py help message Core (Other)
5230 5230 [schema-evolution] sqlevolve fails Database layer (models, ORM)
8152 8152 Unable to override the "blank" attribute on fields when declaring a ModelForm Forms
8148 8148 admin index page not working anymore contrib.admin
8073 8073 [DELETED] contrib.admin
4561 4561 dispatch refactoring Core (Other)
8082 8082 Example Code error in Django Docs for Generic Views Uncategorized
7904 7904 Manager 'get' overloading now fails / Accessing single related (parent) objects should not bypass manager Core (Other)
8119 8119 Accessing single related (parent) objects should not bypass manager Database layer (models, ORM)
8117 8117 Custom commands are not found Core (Other)
8038 8038 "ModelAdmin" should be "ModelForm" in admin-documentation Documentation
8112 8112 Broken link on pagination documentation *.djangoproject.com
8105 8105 Syncdb ManytoManyField Upgrade error Uncategorized
8091 8091 typo in auth/forms.py docstring Contrib apps
8080 8080 Odd behavior in timesince and timeuntil methods Template system
8098 8098 Re: #8092 .. This should be listed in the BackwardsIncompatibleChanges Documentation
8096 8096 Many-to-many self-referential intermediates in admin: <Friendship> has more than 1 ForeignKey to <Person> contrib.admin
5809 5809 UnicodeEncodeError when entering Unicode character in DecimalField Contrib apps
8093 8093 ForeignKey's raise DoesNotExist instead of returning None Core (Other)
7781 7781 Paginator missing documentation Documentation
8089 8089 Changeset 8191 deserves mention in Backward Incompatible Changes Documentation
8066 8066 RSS feed for django/trunk is broken *.djangoproject.com
3192 3192 [patch] Noisier bugs in context processors Template system
3062 3062 [patch] Remove arbitrary maxlength from UserCreationForm and PasswordChangeForm password fields Contrib apps
8083 8083 Example Code error in Django Docs for Generic Views Uncategorized
6604 6604 Custom sort of QuerySet() as list Database layer (models, ORM)
7370 7370 Changing user in admin deletes UserProfile contrib.admin
8075 8075 get_previous(next)_by_foo problem with parent's datetime field Database layer (models, ORM)
1972 1972 Models with no fields create errors in Admin interface contrib.admin
7266 7266 "Not specified" states for BooleanField contrib.admin
6983 6983 error class in edit_inline objects has quotes escaped contrib.admin
6960 6960 PositiveSmallInteger comes with unicode value from admin contrib.admin
6951 6951 edit_inline lazy translation fails in history log. contrib.admin
6853 6853 Change history shows value stored instead of human readable string on choices fields at adding contrib.admin
2895 2895 Sorting on ForeignKey field whose model uses desc ordering breaks admin change_list contrib.admin
565 565 Unique fields don't work on edit_inline models contrib.admin
2175 2175 GenericForeignKey tests should have test for a model with multiple GenericForeignKeys Database layer (models, ORM)
4588 4588 newforms-admin: Handle keyword argument `options` of `AdminSite.register` contrib.admin
3188 3188 OneToOne field - ChangeManipulator looks for related primary key contrib.admin
3043 3043 Validators should not be run if core=True fields are empty when using edit_inline contrib.admin
575 575 edit_inline don't save child data when a "blank=True" field is not set contrib.admin
1511 1511 [patch] History always records changes to boolean fields contrib.admin
8030 8030 BaseModelForm does not use super() Uncategorized
8059 8059 m2m_through test hasn't a really predictable output Testing framework
7812 7812 read() in an InMemoryUploadedFile returns an empty string Core (Other)
8056 8056 Forms clean documentation omits essential Documentation
7978 7978 Contrib.Sites doctest assumes existence of current site Testing framework
8053 8053 m2ms with intermediaries break manage.py reset Core (Other)
8050 8050 DecimalField no longer takes float values Documentation
8051 8051 urlresolvers.reverse assumes that top-level URL mappings are not empty Uncategorized
6128 6128 Unable to register commands from apps inside the project Uncategorized
7935 7935 Typo in template guide Documentation
7998 7998 Typo in [8125] Documentation
8029 8029 admin_scripts regression tests override PYTHONPATH Testing framework
8037 8037 Ajax simplify the development of Django Tools
8035 8035 Typo in tutorial 1 Documentation
8016 8016 Problem with decoding of non ASCII symbols. contrib.admin
7159 7159 Patch to add a --delete option to loaddata management command Tools
8021 8021 save_FIELD_file closes tmpfile before moving it Core (Other)
7913 7913 Backwards incompatible change by #4412 / r7977: get_FIELD_display() returns blank value Database layer (models, ORM)
1994 1994 [patch] Custom upload_to per instance of FileField Core (Other)
8026 8026 get_or_create fails on related queryset Database layer (models, ORM)
651 651 Allow directories in filename argument to save_<fieldname>_file Core (Other)
6332 6332 2 test failing for python trunk builds Testing framework
8018 8018 m2m intermediary models (both generic and custom) Database layer (models, ORM)
8015 8015 OneToOne Fields excluded from ModelForms Forms
8014 8014 Removal of mysql_old should be noted in Backward Incompatible Changes Uncategorized
8008 8008 Bug wih SelectMultiple Widget when form is initialized with request.REQUEST dict Forms
8009 8009 startproject creates urls.py with old admin links Core (Management commands)
3651 3651 I18N set_language goes against the recommendations in the HTTP/1.1 specification Internationalization
8000 8000 grammatically incorrect Documentation
8002 8002 Forms Library Documentation Uncategorized
7320 7320 Inconsistency introduced by Paginator changes in development version Documentation
7987 7987 Leaks in Memory when using Iterator and saving the Model - Get Error Code 24 - 'Too Many Files Open' Database layer (models, ORM)
7950 7950 Syncdb generated indices should have a consistent name Database layer (models, ORM)
2724 2724 edit_inline ... foreignkey(core=True) bug contrib.admin
4534 4534 ifchanged could use an else tag Template system
7809 7809 Fixes to French translation Translations
7956 7956 Grammar in the tutorial Documentation
7976 7976 error in urlfield form validation since r8809 Uncategorized
7971 7971 default doesn't work for foreign key fields Database layer (models, ORM)
7948 7948 Typo on template documentation Documentation
7970 7970 DateField incorrect default value in newforms admin contrib.admin
7966 7966 EmailMessage fails to send BCC-only messages Uncategorized
7910 7910 missing import in compilemessages Internationalization
7896 7896 Typo in fastcgi docs Documentation
7953 7953 django contenttypes post_sync breaking syncdb (again) Uncategorized
6109 6109 Fieldset description is autoescaped in admin contrib.admin
7951 7951 Typo Documentation
7937 7937 db-api docs not rendering code example correctly Documentation
7954 7954 The value of post_url is unused in ModelAdmin.add_view contrib.admin
6923 6923 Contrib.auth.tests.basic.py does not delete test users 'testuser' and 'testuser2' Contrib apps
6280 6280 IntegerField member_name and PositiveIntegerField error contrib.admin
7940 7940 ModelChoiceField gets an error when you pass an String instead of an integer Forms
7939 7939 ModelChoiceField gets an error when you pass an String instead of an integer Forms
7933 7933 new admin doc page links to old versions of itself that don't exist *.djangoproject.com
7897 7897 admin.txt: small spelling mistake near "InlineModelAdmin objects" Documentation
7925 7925 Grammar issue in the Admin Documentation Documentation
7924 7924 test client's post method does not actually post if no data or an empty dict is given Testing framework
7678 7678 markdown filter does not work with non-ASCII characters Contrib apps
7647 7647 [Spam] Uncategorized
7646 7646 [Spam] Uncategorized
7645 7645 [Spam] Uncategorized
7914 7914 "ping_google" not a aviable as subcommand in manage.py Contrib apps
3592 3592 Allowing Q Objects to select between OUTER and INNER joins (semi-intelligently) Database layer (models, ORM)
7899 7899 Some small changes to FormSets Forms
7745 7745 admin_scripts tests use assertTrue, not there in Python 2.3 Testing framework
7909 7909 newforms errors are a little ambiguous Uncategorized
7889 7889 http://www.djangoproject.com/documentation/newforms/ is a 404 *.djangoproject.com
7895 7895 Split Query add_filter and setup_joins into smaller methods for easier subclassing Database layer (models, ORM)
7890 7890 tutorial code - don't know where to insert *.djangoproject.com
7240 7240 OneToOneField does not work with profiles in admin (oldforms) contrib.admin
7892 7892 erratic Internal Server Error problem with new update Uncategorized
7878 7878 unicode strings in model doctest silently prevent the test from being run Testing framework
7887 7887 Allow empty constants in templates Template system
7883 7883 Misleading deprecation warning Core (Other)
7866 7866 Newforms documentation disappeared Uncategorized
7870 7870 Typo in forms documentation -- combining media Documentation
7882 7882 install using python setup.py install as described above *.djangoproject.com
7848 7848 [Cleanup] Remove dead code Uncategorized
7814 7814 Clean documentation for commonly used terms Documentation
7860 7860 db backends supports usecs feature in get_db_prep_lookup Database layer (models, ORM)
7869 7869 Update contributing.txt to match newforms-admin changes Documentation
7856 7856 custom_sql_for_model incorrectly parses the sql file for advanced sql statements Core (Other)
7862 7862 query result set should use same query object passed into query method. Database layer (models, ORM)
7858 7858 Small fix for admin css in RTL mode Internationalization
7861 7861 Tutorial does not have user insert admin.autodiscover() in lesson 2 Documentation
7684 7684 ugettext() in app `__init__.py` causes error. Internationalization
7852 7852 Cross-application model inheritence broken after newforms-admin merge Database layer (models, ORM)
6001 6001 Inconsistency between Select and SelectMultiple Forms
7854 7854 get_list_or_404 slice performance Database layer (models, ORM)
7850 7850 Updating INSTALLED_APPS with 'django.contrib.admin' not mentioned in NFA docs Documentation
7842 7842 raw string identifier missing from django-admin.py Core (Management commands)
7855 7855 Error in django.contrib.sites.admin contrib.admin
7441 7441 Doctest OutputChecker for xml and json Testing framework
7339 7339 Relying on __del__ being run immediately after del a Uncategorized
7846 7846 [Cleanup] Unused imported modules in contrib apps Uncategorized
4126 4126 TypeError when edit_inline and Multiple ForeignKeys to same model breaks the admin contrib.admin
7203 7203 Admin error if an edit_inline=True object has a ForeignKey to some other object which has a unique_together specification Database layer (models, ORM)
7843 7843 r7986 breaks uploaded files stored in date-based directories Database layer (models, ORM)
7840 7840 'get_list_or_404' does not know the slicing Core (Other)
7774 7774 Updated Norwegian translation Translations
7763 7763 Romanian localflavor contrib.localflavor
7653 7653 The documentation should be more explicit about file upload sizes Documentation
7838 7838 Type inconsistency in part 2 of the tutorial Documentation
7839 7839 Error in admin documentation and tutorial 2 - 'classes' should be a list Documentation
7693 7693 Different import paths can impact whether doctests are run or not. Testing framework
7694 7694 Models that are imported into tests.py (and utilize signals) result in parallel tests that break test cases Testing framework
7802 7802 Installation script for 0.96.2 does not copy all admin files contrib.admin
7834 7834 There's no link from the documentation index to the admin docs Documentation
2949 2949 Django's templating engine too tightly tied to TEMPLATE_DIRS in the settings module Template system
7828 7828 Unnecessary import statements in admin/widgets.py Uncategorized
7687 7687 UploadedFile chunk or chunks Documentation
7375 7375 auth framework shouldn't write verbose_name values in permission tables but actual model names Contrib apps
7719 7719 Configuration do avoid error silencing when rendering template Template system
7750 7750 TextField in unique_together breaks with MySQL BLOB index without index key length Database layer (models, ORM)
6086 6086 Refactor django.core.cache to deprecate "simple" backend Core (Cache system)
4741 4741 [unicode] Mysql (only!) returns non-unicode strings on UnicodeBranch Database layer (models, ORM)
7685 7685 Error in Code example "local flavor" Documentation
5552 5552 manage.py syncdb will fail silently when `DATABASE_NAME' is empty with sqlite3 Database layer (models, ORM)
7816 7816 Deprecation warning should not mislead user Core (Other)
5578 5578 Can't import fixtures generated using mysql into postgresql Database layer (models, ORM)
7799 7799 django.template refactoring Template system
7807 7807 Length/max_length patch for oldforms.TextField Uncategorized
7803 7803 url template tag doesn't pass arguments to view Template system
7805 7805 ImageField doesn't need its own get_internal_type() Database layer (models, ORM)
7442 7442 docs about decoupling urls doesn't decouple all the way Documentation
3852 3852 [patch] newforms SelectDateWidget fails to display saved values correctly, lacks 'blank' choices Forms
7797 7797 documentation for django 0.96: link to doc for render_to_response is broken Documentation
7788 7788 Response HTTP/1.0 (/django/core/servers/basehttp.py http_version = "1.0") HTTP handling
7792 7792 Exclude Fields on new-forms admin contrib.admin
7610 7610 Building sphinx documentation fails Documentation
7748 7748 inspectdb on PostgreSQL database missing type for 'real' column django-admin.py inspectdb
7784 7784 Command.__handle__ instead of Command.handle Core (Other)
7780 7780 get returns multiple objects when model includes a ManyToManyField in the default ordering Uncategorized
7661 7661 Newforms docs give a misleading migration plan - implies that there will be a 0.97 release. Documentation
7779 7779 Setting matching query does not exist. Documentation
7766 7766 TemporaryFileUploadHandler unlinking files before they are moved Uncategorized
3539 3539 LANGUAGE_CODE settings are ignored Core (Other)
7765 7765 bug in function def render_template Uncategorized
3420 3420 manage.py validate [app] should display line numbers for syntax errors Core (Management commands)
1374 1374 Add MultiObjectPaginator, which can paginate across different types of objects Tools
7622 7622 add default settings module Core (Other)
7702 7702 more imports ContentType than we need contrib.admin
7731 7731 PostgreSQL requires DROP ... CASCADE when reseting app on which other apps depend Database layer (models, ORM)
7605 7605 Creating SQLite database instruction should be explicit Documentation
7534 7534 Django test suite needs charset UTF8 in test database Testing framework
1522 1522 [patch] Allow template tags to accept hardcoded strings with spaces Template system
7739 7739 Excellent tutorials! Documentation
7728 7728 Test output checking overly detailed Uncategorized
7737 7737 Code comment style in the documentation Documentation
7736 7736 Differences in loading of applications between development server and mod_python Core (Other)
7734 7734 python2.3 compatibility bug in query.py Uncategorized
7698 7698 QuerySet slices broken in corner case: QuerySet[0:0] => QuerySet[0:] Database layer (models, ORM)
7729 7729 template tags: IF IN statement like python IF IN statement Template system
7724 7724 get_FIELD_display in backend doesn't respect FIELD's name or verbose_name contrib.admin
7583 7583 Test client response object no longer includes "headers" Testing framework
7208 7208 Newforms SelectMultiple widget doesn't work with required=False and ChoiceField Forms
7665 7665 User change list filters disappear in newforms-admin if a model has a OneToOneField to User contrib.admin
7421 7421 Don't check the exact error message of exceptions Core (Other)
7303 7303 tests/regressiontests/utils/datastructures.py: builtin dict ordering is assumed Uncategorized
6017 6017 order of django-admin.py options matters, but shouldn't Core (Other)
7715 7715 admin_tests failures when running Django tests in one natural fashion Testing framework
7713 7713 newforms-admin has issues with model inheritance contrib.admin
7242 7242 {% load %} tag fails silently if there is a conflict modules with the same name Template system
7668 7668 newforms.ModelChoiceField fails to clean() Forms
5873 5873 uncollapse field or display a red mark if a collapsed field has a validation error contrib.admin
7710 7710 TextField's styled differently compared to trunk contrib.admin
6922 6922 querying DateTimeFields using the "in" query fails under sqlite Database layer (models, ORM)
7247 7247 unique=True is not handled by newforms-admin contrib.admin
7709 7709 Tutorial: Decoupling the URLconfs Documentation
7699 7699 postgresql8.3 on window "select version()" format Database layer (models, ORM)
6107 6107 updated catalan translation Translations
7692 7692 Syntax error in newforms-admin revision 7874 contrib.admin
5386 5386 content type for newforms.UploadedFile Forms
7691 7691 README points to wrong ticket page Documentation
7367 7367 Cannot have non-primary-key OneToOneField to parent class Database layer (models, ORM)
7680 7680 parse_lookup deleted Uncategorized
7677 7677 InMemoryFile.read() doesn't work with newforms.ImageField Uncategorized
7674 7674 simple SchemaEvolution Uncategorized
7670 7670 Missing import for 'QuerySetPaginator' in /django/contrib/admin/views/main.py contrib.admin
7671 7671 Revision 7867 missing QuerySetPaginator on import in admin/views/main.py contrib.admin
7307 7307 Pagination: Give the InvalidPage exception an attribute storing the converted integer number Core (Other)
7569 7569 generic_views/#notes-on-pagination points to old page Documentation
7649 7649 Line numbers in debug output are wrong Uncategorized
7659 7659 UploadedFile is broken and its documentation is incorrect Uncategorized
7663 7663 flatpages doesnt like url="foo.html" Contrib apps
7660 7660 Tutorial: Decoupling the URLconfs Documentation
3418 3418 MSSQL and OverflowError for django/utils/tzinfo.py Tools
2809 2809 MS SQL Server: Problem with User's history in Admin interface contrib.admin
7650 7650 Tutorial 3: In URL decoupling, "mysite.polls.views" should simply be "polls.views" Documentation
4148 4148 Inclusion of Middleware to fix IE VARY bug Core (Other)
7642 7642 LazyStream raises SuspiciousOperation in newforms-admin with upload object edited inline Uncategorized
7617 7617 ModelFormMetaclass.__new__ is incompatible with metaclass mixins Forms
7532 7532 limit_offset_sql DatabaseOperations method deprecated? Database layer (models, ORM)
7644 7644 SyntaxError in management.py Uncategorized
7621 7621 Use super(..., cls).__new__ instead of type.__new__ in metaclasses django.db.models.ModelBase and django.newforms.forms.DeclarativeFieldsMetaclass Uncategorized
7630 7630 Example for custom widgets in newforms documentation is subtly wrong Documentation
7641 7641 Generic Relation reverse lookup not filtering by content type Uncategorized
7061 7061 i18n docs contradict actual RequestContext behavior Documentation
6865 6865 Information to be added on "Site matching query does not exist." error when trying to log in a user Documentation
6832 6832 Add description and usage note about decorators in URLconf to the url dispatcher docs Documentation
7288 7288 Create either a tutorial or helper module to wire up serialized django models and dojo grids Documentation
7424 7424 Near mentions of TEMPLATE_DIRS absolute path, include tip dynamic absolute path Documentation
4224 4224 First attempt at inter-app dependency tracking Metasystem
5052 5052 Backend for DB2 v9 database Database layer (models, ORM)
2922 2922 [patch] defining outer joins Database layer (models, ORM)
1746 1746 Tests involving rollback on MySQL 4.1 should handle failures on non-transaction-supporting tables Database layer (models, ORM)
3644 3644 [multi-db] duplicate model names within one app don't work Core (Other)
2434 2434 [patch] KeyError encountered when edit_inline objects using default AddManipulators with some fields equals False in FOLLOW Core (Other)
7636 7636 Transaction logic with sqlite3 and seems to be broken. Uncategorized
7620 7620 Use super(..., cls).__new__ instead of type.__new__ in metaclass django.newforms.MediaDefiningClass Forms
7627 7627 DateField raises errors from admin edit form Uncategorized
7624 7624 In non-project settings, syncdb fails when adding a superuser Core (Management commands)
7618 7618 Multiple ForeignKeys to the same model produces wrong SQL statements (the same as in trunk) GIS
7615 7615 FastCGI socket mode dosn't work with NginX with SVN-7828 Uncategorized
7606 7606 Group (and possibly user) permission "Add User" does not work Core (Management commands)
7612 7612 ORM isn't finding Unicode names with special characters with MySQL and UTF8 tables Database layer (models, ORM)
7604 7604 Comment system not working on Firefox 3/IE7 *.djangoproject.com
7601 7601 only workable on localhost:8000 by default? Uncategorized
7600 7600 bug in postresql sequence_reset_sql causes "loaddata" to fail for derived class with alternate primary key Database layer (models, ORM)
7598 7598 SortedDict keyOrder should really be key_order Uncategorized
7586 7586 contenttypes table not created properly Uncategorized
6121 6121 Need ability to identify permissions and group by name Core (Serialization)
7595 7595 manage.py syncdb --noinput --settings=foo does not work as expected (the order matters) Uncategorized
7594 7594 fix wrong initialization of InMemoryUploadedFile Core (Other)
7185 7185 Add manage.py command for sitemap ping_google Contrib apps
7590 7590 "The submitted file is empty." error caused by inconsistency in UploadedFile and InMemoryUploadedFile argument order. Uncategorized
5680 5680 DatabaseFeatures.autoindexes_primary_key is unnecessary Database layer (models, ORM)
7578 7578 error in any ORM operations after 'duplicate key violation' Database layer (models, ORM)
7360 7360 Documentation should be clearer about when save and delete are called. Documentation
6558 6558 Need a better error message when inheriting from empty template Template system
4074 4074 admin interface filter.html does not encode url attributes properly contrib.admin
7573 7573 Add ordering by name to User model in admin. Uncategorized
4081 4081 Allow blank and null content fields for flatpages Contrib apps
6612 6612 Apache auth recipe works but gives error in error_log in Apache 2.2 Documentation
6647 6647 WSGIRequestHandler dies on "OPTIONS *" request HTTP handling
7562 7562 updated macedonian translation Translations
7033 7033 Dead code: OrderingField Uncategorized
7046 7046 ConditionalGetMiddleware doesn't set response code properly Core (Other)
7543 7543 Typo in model-api Documentation
5671 5671 Change SQL generation when primary_key=True and unique=True Database layer (models, ORM)
3030 3030 unique=True and db_index=True leads to duplicated indexes Database layer (models, ORM)
6559 6559 Lookups using m2m relationships return incorrect results with Sqlite on Windows Core (Other)
7563 7563 A change in db\models\base.py is not compatible with the dumpscript command extension. Uncategorized
7294 7294 Same Classname and Fieldnames clash in edit inline contrib.admin
7412 7412 i18n crash on non-ASCII (UTF-8 encoded) doctrings contrib.admin
6978 6978 Checkboxes are weird in inline forms contrib.admin
7528 7528 Foreign keys in search_fields give wrong results some hits duplicated, some missing) contrib.admin
7383 7383 MySql error "Truncated Incorrect Double Value" using extra() Database layer (models, ORM)
7559 7559 http://www.jfoiwjfoi23jfoijoaijfoiwjofiwjefewl.com is no longer invalid Uncategorized
7172 7172 registration/password_reset_form.html, does not show the form errors Forms
7552 7552 [Spam] Uncategorized
7279 7279 Form wizard get_template bug contrib.formtools
7468 7468 Can't install in Windows Documentation
7278 7278 problem using two manytomany field objects in a change_form.html (when using filter_horizontal = ('field1','field2') contrib.admin
7417 7417 Warning on /admin/doc/tags/ contrib.admin
7481 7481 Sites in admin interface documentation Documentation
6322 6322 ifchanged doesn't properly reset itself if not evaluated each time through the loop Template system
6306 6306 auth's redirect_to_login method doesn't correctly quote url argument Contrib apps
7274 7274 Reset password view shouldn't require sites application Contrib apps
7319 7319 DatabaseFeatures.needs_upper_for_iops is not used anywhere Database layer (models, ORM)
7527 7527 extraneous entry in django.core.servers.basehttp.__all__ Core (Other)
7492 7492 khZuFSSIPgxwmaMm Uncategorized
7491 7491 khZuFSSIPgxwmaMm Uncategorized
7490 7490 khZuFSSIPgxwmaMm Uncategorized
7531 7531 Usage of fixtures to set up sites breaks tests Uncategorized
7254 7254 patch: exclude apps from dumpdir Core (Management commands)
7523 7523 The max_length needs to become maxlength Documentation
7298 7298 update() on a sliced query set updates all objects. Database layer (models, ORM)
6891 6891 Modelform documentation on editing an existing object needs to be updated. Documentation
7525 7525 createsuperuser missing from django_bash_completion Core (Management commands)
6010 6010 Extra context for newforms admin views contrib.admin
7522 7522 django.core.urlresolvers.reverse can't accept complex regular expression. Core (Other)
7100 7100 breadcrumb UnicodeEncodeError Core (Management commands)
6695 6695 how to install: site-packages not where the document says it is on OS X Documentation
7513 7513 Add note to documentation about template loaders test dependency on setuptools Documentation
6167 6167 Flat pages do not honour APPEND_SLASH Contrib apps
4321 4321 BoundField.as_hidden() assumes hidden_widget is a class Forms
4250 4250 Allow passing a list of templates into object_detail generic view Template system
3774 3774 Custom primary key allows to record a null or blank value Database layer (models, ORM)
4157 4157 Add is_equal method to models for other kinds of equality checking. Database layer (models, ORM)
3737 3737 Admin Interface Add forms should use the filtering from the changelist to set default values for fields contrib.admin
7508 7508 Using edit_inline = models.TABULAR doesn't show any validation errors in the admin. contrib.admin
7475 7475 Race Condition in ModelChoiceIterator (affects ModelChoiceField and ModelMultipleChoiceField) Forms
6650 6650 sqlreset should encode UTF-8 back Core (Management commands)
6812 6812 formtools test breaks other tests contrib.formtools
7432 7432 IRC Logger on Documentation refers to old one *.djangoproject.com
7059 7059 Effect of the DEBUG setting not explained in the settings documentation Documentation
7504 7504 raw_id_admin uses oldforms.!IntegerField if one relation in multiple relations does not use raw_id_admin=True contrib.admin
6496 6496 Support gzipped fixture data Uncategorized
6709 6709 csrf for javascript or ajax based forms Contrib apps
7500 7500 Empty Boolean Field Does Not Raise Validation Error When Required Forms
2720 2720 Wrong syntax generated for foreign keys under MySQL Database layer (models, ORM)
7458 7458 Lithuanian translation Translations
7021 7021 url templatetag not working when used with two words (invalid?) Template system
7476 7476 Decoupling URLconfs does NOT inherit imports Documentation
7429 7429 Make SessionBase more dictionary-like contrib.sessions
7493 7493 build_absolute_url method of the HttpRequest class fails with urls with : in their path Uncategorized
7489 7489 DjangoBook comments fail Uncategorized
7216 7216 Permalink documentation is missing mention of named URL pattern Documentation
7480 7480 svn co gives 500 internal error Uncategorized
7200 7200 FloatField is not described in newforms documentation Documentation
7174 7174 Settings documentation is incorrect about default TEMPLATE_LOADERS Documentation
7292 7292 FormPreview documentation revision Documentation
7470 7470 Typo in templates documentation Documentation
7413 7413 Updated Hebrew translations Translations
2481 2481 Exceptions thrown by request middleware are not caught Core (Other)
7422 7422 for tag missing in CheckboxSelectMultiple Forms
7465 7465 Help!! UnboundLocalError: local variable 'module' referenced before assignment Core (Management commands)
7347 7347 docstring of django.contrib.localflavor.it.forms.ITProvinceSelect is wrong contrib.localflavor
6831 6831 Replace backslash in reverse URL resolver Core (Other)
7228 7228 ETag value does not meet HTTP spec HTTP handling
7354 7354 pickle.dumps on formwizard fails in python2.3 because of keyword argument contrib.formtools
6944 6944 Mini typo mistake in the model-api doc Documentation
6830 6830 minor change in reference to the IRC channel Documentation
6777 6777 Session docs: convert internal references to real links Documentation
6497 6497 Improved fixture error reporting Core (Serialization)
7329 7329 Make flatpage and redirect change pages more manageable by adding list_display contrib.admin
7127 7127 page_not_found (404 view) docstring looks wrong Core (Other)
6993 6993 small grammar fix in templates.txt Documentation
6980 6980 django-admin.py runserver --noreload documented twice Documentation
6898 6898 2 small typos in template documentation Documentation
7456 7456 IndexError message should not be checked (for Jython compatibility) Testing framework
7454 7454 Unnecessary settings import in newforms Forms
7223 7223 invalid input syntax for integer: "" Database layer (models, ORM)
7328 7328 move max_length error box to step where error actually occurs Documentation
7393 7393 0.96 documentation problems Documentation
7450 7450 Documentation mistake about use of LANGUAGE_CODE and LANGUAGES Documentation
7390 7390 auto_now_add bug contrib.admin
7069 7069 unindent does not match any outer indentation level (list_detail.py, line 83) on Windows Generic views
7199 7199 Admin Page Not Listing Objects Database layer (models, ORM)
7426 7426 Deleting a user doesn't delete its profile contrib.admin
7387 7387 Recursive imports in django.contrib.contenttypes.generic Contrib apps
6924 6924 Paginator TemplateTag Documentation
6829 6829 adding a few more names in the 'who is behind this' section of the faq Documentation
6913 6913 databrowse fix for OneToOne relation contrib.databrowse
6686 6686 typecast_date(s) in db/backends/util.py crashes if s = None Core (Other)
7451 7451 edit_inline with CharField truncates result and cause error: string index out of range Uncategorized
7015 7015 [PATCH] Per-project overrideable application specific settings Core (Other)
7449 7449 edit_inline with IntegerField cause error: 'int' object is unsubscriptable contrib.admin
7234 7234 Processing of If-Modified-Since does not work Core (Other)
6685 6685 Skipping Installing custom SQL for table name 'languages' Core (Management commands)
6855 6855 http://www.djangoproject.com/documentation/modelforms/ - ModelForms and models declared in same code block. Requires clarification. Documentation
6872 6872 Filter won't run with noexistent variable. Template system
7374 7374 Mention simple_tag and inclusion_tag before manual parsing Documentation
6888 6888 archive_month generic view returns item from next month Generic views
7118 7118 unique validator Unicode Error Internationalization
7248 7248 Add support to set language by language-code in URL Internationalization
6824 6824 django/utils/images.py - import ImageFile fails Core (Other)
6635 6635 Unable to save model with ImageField/FileField on Windows Database layer (models, ORM)
7253 7253 typo on http://www.djangoproject.com/documentation/tutorial04/ ? Documentation
7211 7211 cannot import name hours_ahead Uncategorized
6651 6651 django.contrib.comments Manipulators Automatically strip() Whitespace contrib.comments
6857 6857 django.dispatch.robustapply does not work on jython Core (Other)
7446 7446 [newforms-admin] inline editing with more than one foreign key to same model contrib.admin
7440 7440 regressiontests/dispatch/test_dispatcher assumes instantaneous gc Testing framework
7148 7148 Small typo in docstring for WhereNode in django/db/models/sql/where.py Database layer (models, ORM)
7436 7436 Testsuite is broken since 7615 Testing framework
4895 4895 newforms form_for_* methods don't automatically validate against unique_together Forms
7433 7433 Url not recognize as valid in URLField Forms
6300 6300 A namespace for installed apps Uncategorized
7327 7327 Missing tests and documentation for sub-selects. Database layer (models, ORM)
7427 7427 DB backend-related docstring update to qs-rf Documentation
7386 7386 manage.py syncdb "--interactive" option doesn't exist Uncategorized
7026 7026 Exception message is worded poorly (backwards) Database layer (models, ORM)
7194 7194 django-admin documentation typo (verbosity flag) Documentation
6996 6996 serialization.txt is not linked from index Documentation
6593 6593 Fastcgi/apache documentation could be simplified Documentation
7409 7409 Characters '/' and ':' cause issues when used within a field as the primary key. contrib.admin
7405 7405 typo in model api doc Documentation
7406 7406 Json widget for newforms Forms
7408 7408 Example for cycle is incorrect. Documentation
7397 7397 django-admin docs still out of order after [7594] Documentation
7410 7410 [newforms-admin] KeyError when adding new auth model (context['save_as']) contrib.admin
7403 7403 dumpdata do not play friendly with inheritance Core (Serialization)
6809 6809 [newforms-admin] non_field_errors are not displayed in change_form.html contrib.admin
7229 7229 newforms-admin does not display validation errors that aren't associated with a particular field contrib.admin
6542 6542 admin filter UnicodeDecodeError contrib.admin
7400 7400 Auth: get_profile() doesn't allow other name than user for foreign key Contrib apps
7290 7290 filter Database layer (models, ORM)
7350 7350 Multi-table Models and Fixtures Core (Other)
7202 7202 fixture loading fails for one-to-one relations Core (Serialization)
7396 7396 django.contrib.admin.site doesn't exist contrib.admin
7180 7180 make-messages.py using I18N_TEMPLATES_EXTENSIONS from settings... Internationalization
7394 7394 create_superuser and syncdb bug contrib.admin
7395 7395 duplicate... Core (Other)
7330 7330 Filtering on multiple indirect relations to same table gives incorrect SQL Database layer (models, ORM)
6389 6389 Admin panel and url handling as Primary Key contrib.admin
5614 5614 Add createsuperuser management command to auth Contrib apps
7391 7391 newforms-admin: output of as_table() for formsets is HTML-escaped Forms
7389 7389 Separate models.py in multiple files Core (Other)
7385 7385 newforms-admin branch does not put the class attribute in inputs Forms
7280 7280 newforms-admin fields marked "editable=False" raise error when used in "prepoluated_fields" contrib.admin
5836 5836 Test client does not clear exception info after re-raising an exception that was raised by a view Testing framework
7384 7384 database introspection on oracle is broken Database layer (models, ORM)
7382 7382 Outputting PDFs with Django Documentation
7297 7297 utils.text docstrings inaccurate, not testable with doctest.testmod Testing framework
7293 7293 django.template docstrings not accurate (fail doctest.testmod) Testing framework
7165 7165 Include an assertNotContains for responses Testing framework
7143 7143 Test client sends full path on file upload Testing framework
6945 6945 django/test/client.py:encode_multipart cannot encode multiple files Testing framework
6665 6665 test.utils.create_test_db cannot drop existing test database when using MySQL Testing framework
7366 7366 Some doctests still use dicts repr on output Testing framework
7373 7373 for key, value in some_dict does not work Template system
7381 7381 1406, "Data too long for column" DataError in WindowsXP Uncategorized
7363 7363 Form wizard has a bug in get_template(self, step). The 'step' variable is always 0, it never gets incremented. Uncategorized
7337 7337 Add server date and time to manager emails sent out for server errors (500) Core (Other)
7362 7362 Admin model editor executes thousands of SQL commands when foreign key referenced in __str__ contrib.admin
7365 7365 AttributeError Uncategorized
3762 3762 TypeError/Unhandled exception in django.core.handlers.base.get_response() if PATH_INFO is not in env Core (Other)
7359 7359 No updates on Django community page *.djangoproject.com
7357 7357 [patch] create_default_site: configurable default domain name Contrib apps
7273 7273 Django 0.96.2 release tarball is missing several files Uncategorized
7356 7356 django templates dont know where images live? Template system
7352 7352 typo in description of the 3rd item? Documentation
7351 7351 typo in description of the 3rd item? Documentation
7346 7346 missing lang translation for django.contrib.humanize Translations
7341 7341 Page not found in documentation Documentation
5620 5620 XMLField not working Forms
7336 7336 DoS on malformed markdown input Template system
7322 7322 objects = GeoManager() in abstract class fails in subclasses GIS
7332 7332 No superuser created on syncdb if database permission errors Core (Management commands)
7078 7078 dumpdata conflicts with syncdb entries for new installations Core (Serialization)
6430 6430 Error when loading templates from Python eggs Template system
6950 6950 django.template.loader is not thread-safe Template system
7173 7173 Reverse of OneToOneField relationships are being cached improperly, returning wrong model class Core (Other)
7191 7191 URL dispatcher page, small error Documentation
7286 7286 Use functools wraps on the django.db.transaction decorators Database layer (models, ORM)
7306 7306 Missing import in django.db Database layer (models, ORM)
7321 7321 Rendering of file in the {% include %} Tag in Template doesnt work if the block defined in the base template is not included in the final template being rendered Template system
5125 5125 Add part about comparing values to templates documentation Documentation
7308 7308 (spam) Core (Serialization)
7305 7305 Typo correction in es translation Translations
7296 7296 Overriding `get_query_set()` on default manager requires care Database layer (models, ORM)
7300 7300 YAML inconsistency in http://www.djangoproject.com/documentation/serialization/ Documentation
7252 7252 Non-default managers inherited from an abstract model don't function. Uncategorized
6172 6172 Disabling Django Exception System Core (Other)
7275 7275 CacheMiddleware will break any streaming HttpResponse. Core (Cache system)
7264 7264 Cookies not be set for IE6, IE7 and Safari. contrib.sessions
7265 7265 Add timestamp output to runserver when "Validating models..." Tools
7249 7249 Better code for 7535 fix contrib.admin
7255 7255 Package deploy system Uncategorized
7217 7217 ModelForm save method should take an optional dictionary. Uncategorized
7238 7238 Feature Request: Validation for Uploaded Images/Files Validators
7227 7227 'authenticate' method not declared in comments contrib.comments
7224 7224 nHDZwVhFry Uncategorized
7225 7225 nHDZwVhFry Uncategorized
7226 7226 nHDZwVhFry Uncategorized
7219 7219 edit_inline=models.TABULAR Documentation
7214 7214 Bug in OneToOneField cache Core (Other)
7207 7207 [spam] Uncategorized
7196 7196 Callback function for date_based.object_detail function Generic views
7149 7149 Multiple OneToOne Models __really__ changed/Broke in Refactor Core (Other)
7193 7193 ytWzeJPU Uncategorized
7192 7192 class Paginator::def _get_count(self): Tools
7188 7188 FieldDoesNotExist Error because of the fields tuple inside the Admin class contrib.admin
7182 7182 Extra MultiWidget fields in Inline in Admin are validating when left blank contrib.admin
7175 7175 "extra" anchor in sidebar is really long Documentation
7178 7178 X-MAC-SIMP-CHINESE problem Core (Other)
7176 7176 HAVING clauses are not generated Core (Other)
7139 7139 Some typos in comments of the Oracle backend query class Database layer (models, ORM)
7169 7169 Minor bug in wizards.py :: render_template contrib.formtools
7168 7168 FormWizard broken contrib.formtools
7166 7166 Need to document paging variables added to template context by object_list Generic views
7162 7162 created keyword not sent to signal pre_save Uncategorized
7164 7164 Page not found Documentation
7157 7157 i18n improvement proposal Internationalization
7147 7147 archive_index and archive_year create a query with "date_field IS NULL" Generic views
7146 7146 Initial SQL data should accept plain python!!! Database layer (models, ORM)
4336 4336 Error when I add a "Poll" (from the tutorial) with the settings.py/language="fr" contrib.admin
7137 7137 get_and_delete_messages is called in auth context processor for every request Core (Other)
7144 7144 FileField joins MEDIA_ROOT with FileDict Uncategorized
7138 7138 list_filter ignores foreign keys to inherited models contrib.admin
7134 7134 TestCase class hardcodes verbosity Testing framework
7120 7120 django.contrib.admin.sites uses User but doesn't import it contrib.admin
2076 2076 order_by with related table does not work Database layer (models, ORM)
7122 7122 Unicode problem in ChoiceField Forms
7112 7112 Ordering in admin breaks changelist contrib.admin
7099 7099 FieldError in newforms admin when Meta.ordering contains a FK contrib.admin
7106 7106 django.db extra() method fails Database layer (models, ORM)
7095 7095 Error with Many2Many filter() in models managers after queryset-refactor merge Database layer (models, ORM)
7104 7104 date_hierarchy in admin broken for multi-table inheritance contrib.admin
7103 7103 select_related doesn't traverse nullable FK relations even when explictitly specified. Database layer (models, ORM)
7101 7101 ordering ForeignKey(self) =FieldError: Infinite loop caused by ordering. Core (Other)
7096 7096 incorrect SQL generated for queryset multiple argument .exclude() calls Database layer (models, ORM)
3002 3002 admin getting confused by "order_by" statements. contrib.admin
7097 7097 QuerySet.select_related().dates() includes duplicate dates if foreign-key values are different for same day Database layer (models, ORM)
7094 7094 Ordering in the admin has no effect after [7477] contrib.admin
5352 5352 queryset doesn't honor slicing limits Database layer (models, ORM)
4088 4088 Not able to filter() on foreign keys. Database layer (models, ORM)
1656 1656 Model Inheritance is not implemented Database layer (models, ORM)
1050 1050 Can't find null objects in a ManyToMany that may be null Database layer (models, ORM)
245 245 Remove old ordering syntax Metasystem
2091 2091 IN field lookup returns all objects without filtering by the supplied list when used on ManyToMany field. Database layer (models, ORM)
2150 2150 slicing to the end of a QuerySet Database layer (models, ORM)
2306 2306 Many-to-many queries very slow on MySQL 3.23.58 Database layer (models, ORM)
2400 2400 allow querying of existance of backwards relationship without resorting to custom sql Core (Other)
2430 2430 QuerySet should be evaluated when used in boolean tests Database layer (models, ORM)
2496 2496 select_related will cause table multiple times in FROM clause if table already in extra() Database layer (models, ORM)
2676 2676 abilty to view a QuerySet's generated SQL without running the query Database layer (models, ORM)
2874 2874 select_related (and hence the admin) sometimes generate incorrect ordering Database layer (models, ORM)
2902 2902 .extra()'s params list is incorrectly merged into the unordered select dictionary's %s slots. Database layer (models, ORM)
2939 2939 .values(*fields).distinct().count() returns the wrong value Database layer (models, ORM)
3037 3037 Q(a=1, b=2) treated as Q(a=1) | Q(b=2) Database layer (models, ORM)
3739 3739 Add .all() method to QuerySets Database layer (models, ORM)
1801 1801 QuerySet.__and__ does not work for joined queries Database layer (models, ORM)
4260 4260 add an update method to QuerySet Database layer (models, ORM)
4289 4289 Misbehaving Q objects Database layer (models, ORM)
4306 4306 'to_field' breaks lookups that span relationships Database layer (models, ORM)
6658 6658 Unexpected select_related() behaviour Database layer (models, ORM)
4358 4358 Inconsistent results between .values() and .values('field') when field is an fkey Database layer (models, ORM)
4464 4464 Chaining filters on ManyToManyFields broken? Database layer (models, ORM)
4510 4510 Reverse relationship ignores to_field Database layer (models, ORM)
4858 4858 Add support for ~ to Q objects for negation Database layer (models, ORM)
5012 5012 Allow QuerySets to handle offsets without limits and negative slicing Database layer (models, ORM)
5020 5020 select_related() implicit joins Database layer (models, ORM)
5321 5321 PostgreSQL fails on a ValuesQuerySet which is ordered by a field not in the fields list Database layer (models, ORM)
5324 5324 queryset exclude fails across a many-to-many list Core (Other)
5555 5555 Django fails to do .dates query on sqlite Database layer (models, ORM)
5707 5707 Aliases truncated to 64 characters on Postgres Database layer (models, ORM)
5796 5796 Make Q() return a boolean value based on it's length Database layer (models, ORM)
5817 5817 Support inheritance for model option classes Core (Other)
5987 5987 __iter__ on a QuerySet doesn't return an efficient iterator Database layer (models, ORM)
6018 6018 [patch] depth handling in fill_table_cache broken when using select_related(depth=1).extra() Database layer (models, ORM)
6088 6088 get_previous_in_order broken Database layer (models, ORM)
6154 6154 Q objects don't work properly when using spanned relationships Database layer (models, ORM)
6177 6177 Only managers have a none() method (not Querysets) Database layer (models, ORM)
6180 6180 DateQuerySet fails with LIMIT (on psycopg2) Database layer (models, ORM)
6203 6203 .count() not working with DateQuerySet returned from .dates() Database layer (models, ORM)
7093 7093 Typo in russian djangojs translation Translations
7092 7092 "shell" command should accept arguments Core (Management commands)
6605 6605 PostgresSQL v8.3 Non-character data types are no longer automatically cast to TEXT Database layer (models, ORM)
1456 1456 date-ranges can be made more efficient contrib.admin
7030 7030 Allow non-ASCII characters in input for translation for multiple Javascript files Internationalization
7083 7083 table names are not getting translated in the 'add' and 'change' forms in admin Internationalization
7086 7086 Updated translation files for Romanian (ro) Translations
7031 7031 [patch] update french translation for utils/timesince.py Translations
7091 7091 Paginator failed to use 'limit' statement for MySQL Core (Other)
7057 7057 ORA-00918: column ambiguously defined error Database layer (models, ORM)
7085 7085 (spam) Uncategorized
7090 7090 postgresql_psycopg2 blows up when you try to create a cursor with postgresql 8.3.1 on windows Database layer (models, ORM)
7047 7047 filter() with Q spanning ManyToMany relations return wrong results Database layer (models, ORM)
7082 7082 newforms Multivalue.clean() strange behavior Forms
7079 7079 djangosnippets.org css boo boo *.djangoproject.com
7080 7080 djangosnippets - & or &amp; not escaped Uncategorized
7073 7073 ManyToManyField is required unless blank=True specified contrib.admin
7066 7066 global name 'authenticate' is not defined in views/comments.py contrib.comments
7067 7067 Form generated by form_for_model has bad html input tag. Uncategorized
6401 6401 widgets.SelectMultiple needs custom is_empty Forms
7068 7068 contrib.auth.forms are not i18n enabled Contrib apps
7045 7045 extra(tables=...) was sometimes causing an exception Database layer (models, ORM)
7053 7053 valueslist returns fields added via extra's select as well as those specified Uncategorized
7056 7056 Query.as_sql() has side effects for select_related queries Database layer (models, ORM)
7036 7036 Oracle backend broken on queryset-refactor Database layer (models, ORM)
7065 7065 Patch to fix Oracle regexes in qs-rf Database layer (models, ORM)
7041 7041 mistake in documentation - 'url_dispatch' Documentation
2891 2891 ADMIN_MEDIA_PREFIX set to /admin_media/ in settings template Core (Other)
7049 7049 Tag url first argument path Template system
7058 7058 regressiontests.queries test case uses invalid sql for oracle Testing framework
7055 7055 Join alias sql should not use AS keyword Core (Other)
7002 7002 Admin application doesn't get translated when using Apache + mod_python Internationalization
7051 7051 Problem with booleanfield and hashing in the form wizard contrib.formtools
7034 7034 get_nodes_by_type() fails if nodelist = None Template system
6901 6901 Test failures with SQLite (?) Database layer (models, ORM)
7035 7035 poposal: namespace for community contributed apps Contrib apps
7040 7040 Friendlier error messages when database connection fails on runserver startup django-admin.py runserver
7037 7037 __getitem__ in HttpRequest is dangerous with templates HTTP handling
6549 6549 Naming templatetag file same as app name can lead to undesired behavior Template system
6938 6938 [newforms-admin] Initial form data passed from request.GET isn't handled correctly by the admin contrib.admin
7029 7029 Fix PO extraction of non-ASCII data in gettext files Internationalization
6596 6596 Type in root/django/trunk/django/db/models/base.py comments Core (Other)
6956 6956 Subqueries don't use custom queryset Database layer (models, ORM)
7024 7024 ModelForm initial value is handled wrong contrib.admin
6957 6957 Old API in admin contrib.admin
7012 7012 missing gif file for rtl style in admin interface Uncategorized
7022 7022 trunk tutorial02 needs 'import datetime' Documentation
7017 7017 Typo in comments Generic views
7019 7019 ImportError: No module named ImageFile Core (Other)
7020 7020 Convert read-only global lists to tuples Core (Other)
6959 6959 Correction on Portuguese Translation of Weekdays Translations
6981 6981 Nullable foreign keys use inner joins with select related Database layer (models, ORM)
6899 6899 _QuerySet.__nonzero__ returns True for empty query sets with cached results Database layer (models, ORM)
7001 7001 Review and fixed all Simplified Chinese Translations Translations
7007 7007 Tutorial incorrectly uses max_lenght for CharField instead of maxlength Documentation
7004 7004 Hello world Uncategorized
5985 5985 [oracle] ORA-01425: escape character must be character string of length 1 Database layer (models, ORM)
6982 6982 modelforms incomplete example code Documentation
6999 6999 Example neglects to import ModelForm from django.newforms Documentation
6954 6954 PostgreSQL version test is fragile Database layer (models, ORM)
6987 6987 manage.py syncdb: Error with the PostgreSQL version. Database layer (models, ORM)
6985 6985 Rename django.test.TestCase to django.test.testcases.TestCase ? (SVN version) Documentation
6968 6968 misleading error message when base template has no blocks Uncategorized
6975 6975 Feature request: allow blocks to appear more than once Template system
6976 6976 should check has_add_permission(), not has_change_permission(), in user add view Uncategorized
6966 6966 It's impossible to specify input_formats for DateTimeFields in ModelForms Forms
6942 6942 Update to Simplified Chinese translation ( zh_CN ) Translations
6936 6936 Update to Bulgarian translation Translations
6720 6720 Update to Bulgarian translation Translations
6910 6910 Localization for Brazilian Portuguese (pt_BR) updated Translations
6963 6963 Logout link broken in admin page contrib.admin
6952 6952 Internationalization of strings in a database Internationalization
6940 6940 Bug in count() when string formats in select Database layer (models, ORM)
6939 6939 ModelForm doesn't work correctly when initial is a MultiValueDict Forms
6931 6931 Backward relationships are overidden when Models Inherit Database layer (models, ORM)
6930 6930 Inline extra = 0 raises undefined error contrib.admin
6929 6929 admin interface ignores multi-column ordering if it is set by default in the model contrib.admin
6509 6509 django-admin startapp doesn't check for conflicts in naming Core (Other)
5759 5759 [newforms-admin] inline_formset() doesn't allow customized forms Forms
6482 6482 Prevent file descriptor leaks Uncategorized
6926 6926 newforms-admin ValidationError in BaseFormSet Forms
5926 5926 Default permissions created without Admin class Metasystem
6927 6927 misleading documentation in regard to automatic produced permissions Documentation
6921 6921 newforms-admin views list_per_page error contrib.admin
6890 6890 Tutorial part4. Suggestion: Duplicated insructions to change render_to_response() in vote view may be confusing. Documentation
6919 6919 LDAP not working (not authentication) Core (Other)
6914 6914 BooleanField doesn't always clean to False when required=True Forms
6912 6912 get rid of robusapply.py Uncategorized
6911 6911 edit_inline with multiple ForeignKeys referencing the same Model doesn't work contrib.admin
6906 6906 bad link on documentation page *.djangoproject.com
6908 6908 Decoupling of hardcoded Comment class contrib.comments
6902 6902 reverse url mapping in admin templates Uncategorized
6900 6900 Admin fails on adding empty models contrib.admin
6889 6889 Media not properly merged with admin widgets contrib.admin
6250 6250 recursion loop on ForeignKey('self',edit_inline=True) Database layer (models, ORM)
6758 6758 Multiple 'self' referencing ManyToManyFields in one model overwrite each other's data Database layer (models, ORM)
6894 6894 Updated Catalan translation Translations
6884 6884 Deserialization in loaddata causes a TypeError Core (Serialization)
6885 6885 app_label not documented Documentation
6887 6887 fixing vote function in mysite/polls/views.py on page 4 of tutorial Documentation
6883 6883 Some manage Commands Ignore Apps Without a models.py file Core (Management commands)
6882 6882 Auth system should validate username on user creation. Contrib apps
6307 6307 Creating new related object through popup interface in admin can produce JavaScript error contrib.admin
6874 6874 error 404 and unicode chars in template HTTP handling
6369 6369 ModelForm fields ordering when Meta.fields is set Forms
6878 6878 Add ordering to newforms classes Forms
6876 6876 Allow serialization of model methods Core (Serialization)
6838 6838 "Retired" link on your django page. *.djangoproject.com
6852 6852 DeprecationWarning in admin, caused by recent changes to pagination contrib.admin
6867 6867 Missing DeprecationWarning's Core (Other)
6403 6403 Wiki Startpage: Auto-Escape no longer under discussion *.djangoproject.com
6866 6866 Easy custom media and validation in newforms-admin contrib.admin
6871 6871 How to list a user's groups? Documentation
6869 6869 django-admin problem on a vista-home premium system Uncategorized
6859 6859 Javascript i18n doc errors Documentation
6864 6864 JavaScript i18n support can fail for languages with two plural forms Internationalization
6868 6868 FilePathField tests fail on Windows Forms
6861 6861 I18N fails on start. struct.error: unpack str size does not match format Internationalization
6355 6355 Interpolate function of i18n for javascript is incorrectly documented Documentation
6823 6823 ObjectPaginator Error on Lists Core (Other)
6846 6846 first_on_page and last_on_page have wrong values in object_list Generic views
6854 6854 flatpages can not be accessed by url tag Contrib apps
6844 6844 Generic relations improperly inherited Database layer (models, ORM)
6806 6806 Mispelling in Query.add_extra docstring Documentation
4626 4626 pass the context to extra_context functions Generic views
6848 6848 An Open Source Column-Store Backend Database layer (models, ORM)
6775 6775 request.META should be a MultiValueDict HTTP handling
6323 6323 A change_view should use self.queryset_change to lookup the object contrib.admin
6839 6839 using label_from_instance on ModelChoiceField requires resetting queryset first Forms
6486 6486 Add server time to error page info Uncategorized
6837 6837 Bug in db.models.query.as_sql() with multiple where clauses Database layer (models, ORM)
5855 5855 Parameterized feeds have incorrect 404 behavior contrib.syndication
6583 6583 permalink decorator should not fail silently Core (Other)
6184 6184 encoding conversion breaks floating-point placeholders in raw PostgreSQL queries Database layer (models, ORM)
6817 6817 Django's manage.py --help command outputs both generic and specific help if you switch the order of statements Core (Management commands)
6816 6816 Url change of the IRC Logger on the documentation page *.djangoproject.com
6822 6822 date_based.archive_index should append _list to template_object_name Generic views
6560 6560 @vary_on_cookie does not seem to be working for Safari Core (Cache system)
6790 6790 Changes to form.errors adressing #6705 and #6138 Forms
6659 6659 documentation: forloop not introduced in tutorial 4 Documentation
6245 6245 Instructions for downloading/installing via svn should point people to BackwardsIncompatibleChanges wiki page Documentation
4783 4783 documentation changes for serving static media Documentation
6146 6146 newsforms.widget.Select does not accept long int as choices Forms
5935 5935 slightly missleading text about initial run of python manage.py runserver Documentation
3659 3659 list_detail.object_detail should provide the item's page number Generic views
6266 6266 There should be a specific mention of inclusion of request.FILES in the ModelForm documentation Documentation
6640 6640 serving admin files on apache mod_python Documentation
6538 6538 "Complex" Syndication Example Error? contrib.syndication
6541 6541 wrong description of default Manager in documentation Documentation
6759 6759 Error in custom model fields documentation Documentation
6683 6683 Minor typos in docs/newforms.txt Documentation
6512 6512 Complete model_api documentation in order to include an example of ORM generation with custom SQL Documentation
6166 6166 Templates autoescape / inheritance example broken Documentation
6120 6120 Document newforms field types which handle relationships Documentation
6813 6813 login don't work with post_data Uncategorized
6687 6687 Logging stdin/stderr with a daemonized fastcgi process Core (Other)
6545 6545 Setting the svn:eol-style property to native for all files Uncategorized
6801 6801 some directories need svn:ignore lovin' Uncategorized
6230 6230 SelectDateWidget don't render correctly (HTML error) Forms
6800 6800 Strange CGI error Core (Other)
6803 6803 Uniqueness of fields is not examined in ordering of generic relations on queryset-refactor Database layer (models, ORM)
6804 6804 QuerySets should allow for ordering by intermediary tables Uncategorized
6062 6062 integrity error Date field auto_now_add for RelatedKey field object data (edit_inline) contrib.admin
6808 6808 Coding style: docstring inconsistency with pep8 and pep257 Documentation
6351 6351 Template documentation could do with a little more example code Documentation
4725 4725 Quote problem with string primary keys in the admin panel contrib.admin
5517 5517 [newforms-admin] allow defining media on base forms Forms
6000 6000 Problems in BaseForm.reset Forms
5878 5878 Customize is_empty exceptions in a formset or inline formset Forms
6802 6802 NFA: Test for forms changes MEDIA_URL, but it doesn't change it back (may cause test fail) Forms
6713 6713 ';' in comments (i.e. lines starting with '--') in sql/mymodel.sql causes error in syncdb Tools
4677 4677 Project-Id-Version values in .po files are inconsistent Internationalization
6026 6026 strange behavior of exclude() and multiple fields Database layer (models, ORM)
6782 6782 reset on apps without models causes exception Core (Management commands)
6561 6561 Duplicated row entries with edit_inline=models.Tabular contrib.admin
6622 6622 Model with edit_inline on parent Model doesn't get saved on parent Model save contrib.admin
6781 6781 ProgrammingError with edit_inline set contrib.admin
6798 6798 documentation should assume Apache Documentation
6235 6235 Unicode error when report template error. Template system
5902 5902 form_url is ignored in the render_change_form method call from django.contrib.admin.views.main.add_stage contrib.admin
5883 5883 CursorDebugWrapper should implement __iter__ Database layer (models, ORM)
6492 6492 isValidFloat() should handle Unicode data Template system
6764 6764 Invalid Cookies cause Stacktrace in middleware HTTP handling
6696 6696 saving boolean field Core (Other)
6794 6794 French django translation Translations
6797 6797 sfsfs Uncategorized
6796 6796 Add info on how to translate django Documentation
6793 6793 New template context processor: Export settings to templates Core (Other)
5281 5281 Non unicode GET-data is not allowed? HTTP handling
6788 6788 django.contrib.auth.forms.PasswordChangeForm throws an AttributeError Uncategorized
6780 6780 Development Install Instructions Contains Error in Symbolic LInk Instructions Documentation
6455 6455 Authentication docs link point to beta on-line DjangoBook version Documentation
6771 6771 ImportError when trying to use newforms-admin with django.contrib.auth Contrib apps
6770 6770 Update link to the Django book to point to released version Documentation
6761 6761 select_related broken with model inheritance Database layer (models, ORM)
6111 6111 Wrong length of database columns 'name', 'codename' for 'auth_permission' table. Uncategorized
6763 6763 Transactions don't work as per the documentation Uncategorized
6768 6768 Integrating trac with Apache and mod_python: Error on Mod_python Uncategorized
6760 6760 Updating inherited models doest not work with customs defaults managers Database layer (models, ORM)
6753 6753 minor typo in authentication Documentation
6751 6751 django.contrib.auth.views.login can leak session contrib.sessions
6757 6757 Minor typo in docs/newforms.txt: forgot a closing parenthesis Documentation
6756 6756 [newforms-admin] FlatPage 'Advanced options' are not collapsed contrib.admin
6503 6503 Protect reporter email addresses from spambots (upgrade trac?) *.djangoproject.com
6402 6402 order_with_respect_to = 'some_field' fails if some_field = ForeignKey('self', ...) Database layer (models, ORM)
5911 5911 TRAC ignores "Settings" when logged in *.djangoproject.com
6717 6717 newforms URL validation rejects leading/trailing space Forms
6754 6754 Unclear documentation of default date/time fields values Documentation
5879 5879 Session riding vulnerability in the admin app contrib.admin
6741 6741 Incomplete documentation for model-inheritance Documentation
6706 6706 updating inherited models does not work Database layer (models, ORM)
6704 6704 .exclude(foreignkey_field__isnull=True) doesn't quite work on qs-rf Uncategorized
5695 5695 [newform-admin] - i18n and xhtml problem in AdminFileWidget contrib.admin
6185 6185 FreeComment model breaks in admin contrib.admin
6169 6169 QueryDicts should be picklable - BackwardsIncompatibleChange? HTTP handling
6745 6745 AddManipulator shouldn't clear related data Core (Other)
6743 6743 LogEntry in admin doesn't support unicode contrib.admin
6742 6742 Formatting error in flatpages docs Documentation
6716 6716 Typo in Faq Documentation
6740 6740 Documentation of flatpages app missing note that sites app is mandantory Documentation
6738 6738 Cannot get objects when an attribute is None Database layer (models, ORM)
6736 6736 unused imports Uncategorized
6705 6705 When using {{ form.errors }} in a template, the output uses field name instead of using field label. Forms
6732 6732 Typo in templates_python.txt: "must" missing between "module" and "contain" Documentation
5922 5922 ModelBackend is an old-style class (doesn't inherit from object) Contrib apps
5595 5595 ModPythonRequest __repr__ is attempting to return a unicode object Core (Other)
6115 6115 helper function for modelforms Uncategorized
5581 5581 allow translation of javascript in any folder of the project Internationalization
6067 6067 Small addition to newForms documentation regarding required fields in templates Forms
6420 6420 Option show_traceback in loaddata.py causes problems with transactions on exceptions Core (Other)
5784 5784 Include field name that causes validation error in CharField.to_python Database layer (models, ORM)
5845 5845 _get_next_or_previous_by_FIELD returns the same row in first row Database layer (models, ORM)
6729 6729 reverse() and {% url %} don't work with slightly-more-advanced regexes Core (Other)
6728 6728 Dictionary with django object as key failing. Core (Other)
6726 6726 python manage.py dumpdata doesn't sort objects in correct order Core (Other)
6721 6721 Very minor typo in templates_python.txt: 'multiple context' -> 'multiple contexts' Documentation
6725 6725 model-api documentation should note model inheritance should not be used Documentation
6722 6722 newforms to display itself as a reportlab/platypus object. Forms
6202 6202 FilteredSelectMultiple widget does not have showAddAnotherPopup [newforms-admin] contrib.admin
6100 6100 newforms-admin: popup won't be dismissed when adding contrib.admin
6714 6714 let update_to accept a callable Core (Other)
1429 1429 Yet another patch for SQL server adodbapi Database layer (models, ORM)
6708 6708 .order_by works ugly with JOIN Uncategorized
6699 6699 contrib.auth decorators aren't using proper decorator syntax Contrib apps
6701 6701 in qs-rf when many to many field referenced in order_by(), count() doesn't match length of queryset Uncategorized
5829 5829 Return to the calling page from a generic view Generic views
5755 5755 Permission problem in trunk Zip Archive. *.djangoproject.com
5751 5751 manage.py test doesn't run doctests for models split into separate files Testing framework
5703 5703 allow RNV as a fallback in XML validation Validators
5689 5689 Empty/blank URLField evaluates true for template {% if %} tag Template system
5660 5660 inconsistent behavior of explicit primary_key and ManyToManyField Uncategorized
5651 5651 Single quotes get escaped twice when creating admin log Database layer (models, ORM)
6692 6692 Saving NUL character truncates string using SQLite Database layer (models, ORM)
6569 6569 Django Community Page *.djangoproject.com
6660 6660 request to add Django to Buildbot success stories page Uncategorized
6690 6690 Document the dynamic use of ModelForms classes Documentation
6688 6688 Methods of fieldless model can't be called in templates Database layer (models, ORM)
6689 6689 conf/__init__ raises ImportError has broken string substitution Core (Other)
5811 5811 newforms UnicodeDecodeError when displaying ValidationError strings in unicode Internationalization
5603 5603 [patch] make language_cookie_name customizable Internationalization
4813 4813 Strange behaviour on locale using fastcgi and method=prefork Internationalization
6673 6673 Updated Dutch translations Translations
6645 6645 Georgian (ka) translation modified Translations
5547 5547 [newforms-admin] DateTimeField won't honor default value contrib.admin
6684 6684 Seref_Kucuk@wındowslive.com Uncategorized
5332 5332 Admin doesn't handle unique key conflicts on inline models cleanly contrib.admin
5112 5112 Unicode recipients in settings ADMINS and MANAGERS django-admin.py runserver
5062 5062 New backend for Sql Server using pymssql Database layer (models, ORM)
4977 4977 search_fields one filed multivalue search bug? contrib.admin
4760 4760 BuiltinLibrary class for automatic and easy insertion of custom filters/tags Template system
6680 6680 Error in 0.96 tutorial 1 documentation Documentation
6677 6677 Duplicates apps in settings.INSTALLED_APPS Core (Other)
4918 4918 Ability to group models in the admin panel other than by app contrib.admin
4701 4701 If a view raises a SystemExit exception, the BaseHandler should allow the exception to propagate up the stack (I think) django-admin.py runserver
4660 4660 get_or_create has unpredictable behavior with _id fields Core (Other)
4362 4362 Formpreview doesn't allow preview and correction form on different pages contrib.formtools
4114 4114 ForeignKey and OneToOneField should take the verbose_name of target field by default Database layer (models, ORM)
3756 3756 ordering with two levels of ForeignKey in the admin interface contrib.admin
3702 3702 ado_mssql Introspection module Database layer (models, ORM)
2358 2358 [patch] MS-SQL server fixes Database layer (models, ORM)
3059 3059 Allow call-backs to implement additional features in Django's auto-admin area. contrib.admin
2992 2992 [schema-evolution] postgres column flags not correctly introspected Database layer (models, ORM)
6676 6676 Docs for what goes in DATABASE_ENGINE is wrong Documentation
6672 6672 Correct setup.py under Windows (not bug, not request, but commit) Uncategorized
6393 6393 Example of wrapping a generic method could be better Documentation
6671 6671 modifying the request object with middleware Documentation
5761 5761 Use random.sample, don't reimplement it Contrib apps
3015 3015 [patch] Small change to django.contrib.admin.urls to allow permalink() usage contrib.admin
6670 6670 One charecter accidently lowercase in qs-rf Database layer (models, ORM)
6664 6664 Strange effect of invalid ordering in qs-rf Database layer (models, ORM)
6511 6511 Add the ability for syncdb to prevent the initial_data fixture from being loaded. Core (Management commands)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
6598 6598 Oracle backend: primary key sequences don't increment if you provide the primary key Database layer (models, ORM)
6661 6661 bash completion script fails for python -i <tab> Core (Management commands)
6655 6655 Very little refactoring of get_svn_revision() Core (Other)
6653 6653 missing note in the "Sending e-mail" documentation Documentation
3689 3689 __year search trouble on 1st of january Database layer (models, ORM)
5223 5223 Bug on sqlite __year comparison Database layer (models, ORM)
6649 6649 Can't order by a ForeignKey relation Core (Other)
6436 6436 loaddata can load fixture data multiple times, if specified with absolute pathname Core (Other)
6643 6643 Fixtures with absolute path names get loaded multiple times Core (Serialization)
6310 6310 @permission_required / _CheckLogin attempt to authenticate authenticated users rather saying permission denied. Contrib apps
6627 6627 clear method of SortedDict doesn't update keyOrder Uncategorized
6562 6562 easy_install missing templates/media dir of admin Tools
6633 6633 Special newforms which could be used in newforms-admin Forms
6639 6639 to_field is not followed in objects.get(fkmodel__fkattr=something) lookups Database layer (models, ORM)
6638 6638 Could modify app name which displays in CMS Uncategorized
6628 6628 Patch for django inspectdb to work with oracle 8i Database layer (models, ORM)
6634 6634 Default widgets and formfields in dbfields Forms
3815 3815 form_for_* methods should be able to use a Form superclass Forms
6629 6629 change_view does not hand over instance parameter to ModelForm contrib.admin
6625 6625 Overriding the default field types in a ModelForm doesn't maintain core field arguments Forms
6624 6624 Small improvements to django/bin/make-messages.py Internationalization
6528 6528 docs or django is wrong in permmisions Documentation
6368 6368 Internationalization KeyError in templates Internationalization
6617 6617 Django translation to Georgian language (Language code: ka) Translations
6556 6556 Custom subclass of models.CharField does not appear in the CREATE SQL Database layer (models, ORM)
6500 6500 Make models hashable Uncategorized
6481 6481 Fix import and syntax errors Uncategorized
6253 6253 reverse() in tutorial part 4 should use the function itself rather than the string representation Documentation
6555 6555 Fix internal link in db-api docs Documentation
6426 6426 Documentation fault at #writing-custom-template-tags, load_template Documentation
6524 6524 [patch] bug in serialization documentation example code Documentation
6411 6411 Documentation does not say context_processors.media is new since 0.96 Documentation
6611 6611 SortedDict.copy breaks original dict if keys are added to copy Core (Other)
6619 6619 Add custom javascript missing from newforms-admin (js field missing) contrib.admin
6615 6615 Missing screenshot in p2 of tutorial Documentation
6613 6613 XmlHttpRequests to simple views fail to return in MSIE HTTP handling
6614 6614 r7121 breaks newforms-admin. NameError: global name 'AdminOptions' is not defined Uncategorized
6572 6572 [newforms-admin] cannot import name UserCreationForm contrib.admin
6594 6594 Chapter 12, wrong close tag Documentation
6554 6554 One character fix to quote a code sample Documentation
6608 6608 Typo in Model API Documentation on __unicode__() method Documentation
6592 6592 "Specifying ordering" model documentation mentions get_list() Documentation
6573 6573 django-admin.txt should refer to ``blog`` rather than ``fancy_blog`` in customized actions section Documentation
6607 6607 Django Translation to Basque (Euskara) Translations
6337 6337 ModelForm inheritance logic is broken Forms
6571 6571 select_related(depth=1) selects one level more than it should Database layer (models, ORM)
6574 6574 Make queries not select fields that has db_type None Uncategorized
6578 6578 Strange code introduced in changeset 7089 Template system
6590 6590 Change cache.add to cache.setdefault Core (Cache system)
6602 6602 upload huge file more than physcial memory size HTTP handling
6520 6520 NullBooleanSelect shouldn't use 'Unknown' Forms
6600 6600 contenttypes documentation typos Documentation
6601 6601 contenttypes documentation typos Documentation
6243 6243 Add runscript command with support for scrip fixtures and app scripts Core (Management commands)
6599 6599 Reset single application should load initial_data Uncategorized
6597 6597 Very minor typo: misspelling of "dependencies" Documentation
6591 6591 Caching documentation does not reflect implementation Documentation
6589 6589 some of django generic apps use old forms Contrib apps
6227 6227 Make HttpResponseRedirect RFC compilant. HTTP handling
6584 6584 comments/free_preview.html TemplateDoesNotExist contrib.comments
6577 6577 Python-Markdown 1.7 and Unicode Support Contrib apps
6576 6576 lxml.etree.tostring crashes after importing django.contrib.gis.db.models GIS
6565 6565 delete() method is not called on related objects Database layer (models, ORM)
6570 6570 SelectDateWidget generates in-valid xhtml Forms
6568 6568 reverse URL resolution triggers import errors on views Core (Other)
6567 6567 send_mail() code documentation says the method is deprecated Documentation
6214 6214 Small cleanup in models.base Core (Other)
6557 6557 Polish translation update Translations
6446 6446 es_AR in settings should be es-ar Internationalization
6274 6274 document that extends tag must be first in template Documentation
6113 6113 MultiWidget not marked safe Forms
6278 6278 Document that 404 has RequestContext and 500 doesn't Documentation
6480 6480 Don't gzip PDF files for IE Uncategorized
6540 6540 autoescape should be removed Template system
6333 6333 urlresolvers.resolve barfs on regexps with a flag group Core (Other)
6279 6279 urlize doesn't escape greater-than and less-than signs surrounding email address Template system
6514 6514 urlize does not escape url correctly Template system
6539 6539 Debug display traces decorator instead of view on error Uncategorized
6224 6224 ar localflavor fixes contrib.localflavor
6531 6531 Argentinean spanish l10n update Translations
6530 6530 Swedish translations Translations
6522 6522 .po translation file for fa (farsi or persian) Translations
6451 6451 German translation lacks weekday abbreviations Translations
6448 6448 Update to irish translation files Translations
6305 6305 got_request_exception signal not sent when settings.DEBUG = True HTTP handling
6303 6303 Language parameter is not handled the right way in SyndicationFeed, force_unicode should be replaced by to_unicode contrib.syndication
6314 6314 ModelForm doesn't support MultiValueDict as initial argument Forms
6301 6301 HttpResponseRedirect should not be escaping the '*' character HTTP handling
6359 6359 _get_lines_from_file() assumes loader.get_source() always exists Uncategorized
6465 6465 MergeDict only calls getlist on its first merged dict Core (Other)
6356 6356 EasyInstance url() not marked safe contrib.databrowse
6326 6326 fix test case for _() in templates, improve documentation Internationalization
6479 6479 Replace hardcoded cookie session name Testing framework
6495 6495 Fix traceback HTML syntax Uncategorized
6478 6478 Don't ignore Ctrl-C and system exit in tests Testing framework
6383 6383 Error in localflavor UK Regions North Ireland contrib.localflavor
5422 5422 Passing raw flag as an additional parameter to post_save & pre_save signals Database layer (models, ORM)
6525 6525 ModelForm requires fields set to null=True, blank=True ? Forms
6502 6502 render_to_response documentation should mention context_instance Documentation
6521 6521 add a "name" parameter to test client get() and post() methods Testing framework
6518 6518 label_suffix missing Forms
6444 6444 Filter for adding css classes to an widget Template system
6335 6335 The static file serving documentation misses to add a windows specific information. Documentation
6472 6472 reverse() fails when used outside of a view function Uncategorized
6515 6515 Django test framework requires a database Testing framework
6504 6504 Manipulator references related object through wrong attribute name Core (Other)
6493 6493 Don't clobber a set DJANGO_SETTINGS_MODULE Uncategorized
6501 6501 DecimalField does not correctly set default value Database layer (models, ORM)
6475 6475 some SQL constraint statements commented out in generated sql Core (Other)
6431 6431 Simple Spelling Fix Documentation
6354 6354 django.conf.urls.shortcut is unused code, and can be removed. Core (Other)
6419 6419 Unused prints in loaddata.py Core (Other)
6473 6473 Overriding ModelForm __init__ messes up instance Forms
6265 6265 Addition to modelforms documentation Documentation
6468 6468 nested ForNode iteration over non-sequence attributed to parent Template system
6471 6471 force_escape is not a string filter. Silly typo! Template system
5593 5593 Missing DB sessions create a new session for every request contrib.sessions
3914 3914 Self-referencing keys in the list_display kills development server with no error thrown contrib.admin
6466 6466 Using email as primary key for users Uncategorized
6469 6469 add 'even' to forloop in template/defaulttags.py Template system
6467 6467 context_processors (EOL while scanning single-quoted string) Core (Other)
6462 6462 memcached cache.get_many() is not doing what the Docstring says Core (Cache system)
6461 6461 Newforms addmin missing unique supprot. Contrib apps
6435 6435 make-messages.py nonsupport .xhtml fiel type contrib.admin
6443 6443 pisa seems a good choice for generating pdfs from html Documentation
6438 6438 contrib/admin/util.py not importing gettext on newforms admin Uncategorized
6236 6236 PostgreSQL 8.3beta* Version error Database layer (models, ORM)
6424 6424 ugettext import as _ missing in utils.py [newforms-admin] contrib.admin
6370 6370 Templates {% block %} does not work properly in {% if %} Template system
6429 6429 First and last name not a good idea. Uncategorized
6428 6428 database api order_by() doesn't work with dynamic column names if order by descending Database layer (models, ORM)
6421 6421 Support for 'DISTINCT ON' queries with QuerySet.distinct() Database layer (models, ORM)
6410 6410 A simple patch to solve MySQL constrain problem while dumpdata. Core (Other)
6416 6416 Storing binary data in the database Database layer (models, ORM)
3971 3971 Verbose testing framework does not say which test it is about to execute Testing framework
6143 6143 provide doctest build helper Testing framework
6404 6404 Wrong table alias in inner join of Oracle db backend Database layer (models, ORM)
6399 6399 ModelForm fields for RelatedFields should use limit_choices_to Forms
6391 6391 Humanize file sizes Contrib apps
6384 6384 Customizing the admin pages as suggested in the tutorial causes an recursion error Documentation
6381 6381 Document request.urlconf Uncategorized
6346 6346 url templatetag should accept args/kwargs as strings and not just variables Template system
6373 6373 Ordering by ForeignKey does not work Database layer (models, ORM)
6085 6085 separated contrib.auth and contrib.admin views Uncategorized
3165 3165 [patch] Auth System username prompt doesn't match what it accepts (does not allow underscores) contrib.admin
6347 6347 Python error in localflavor/it/it_province.py contrib.localflavor
6366 6366 Meta field get_latest_by does not support fields with a - (Do get decending order) Core (Other)
6365 6365 parent needs blank=True on "Relating an object to itself, many-to-one" Documentation
6367 6367 Link broken Documentation
6358 6358 Admin ChangeList bypasses model's custom manager contrib.admin
5126 5126 Populate `initial_data` of forms from model instance Forms
6193 6193 clean_* not working with modelform Forms
6019 6019 URLField does not allow URLs starting with ftp:// Uncategorized
6334 6334 MultiWidget should return mark_safe string Forms
6348 6348 How is this page being loaded? *.djangoproject.com
6292 6292 Updated Japanese (ja) translation Translations
6329 6329 croatian translation update Translations
6288 6288 Updated catalan translation Translations
6277 6277 turkish translation update Translations
6345 6345 Typo in date format string description Documentation
6331 6331 doc typo in shortcuts.txt: MyModel.object.filter Documentation
6341 6341 Docutils error in localflavor documentation Documentation
6038 6038 syncdb: reraise ImportError in app.management.py Core (Management commands)
6021 6021 RuntimeError when printing a SafeString Core (Other)
5832 5832 docs/testing.txt unneeded import Uncategorized
5744 5744 SortedDict init with list of tuples Core (Other)
5734 5734 utils.http.urlquote() ignores safe kwarg Uncategorized
5712 5712 debug.py fails if python source contains wrong encoded strings Uncategorized
6339 6339 Documentation for ModelForm has an error Documentation
6328 6328 ModelForm doc mistake? Documentation
6210 6210 ProgrammingError at /admin/redirects/redirect/add/ Contrib apps
6336 6336 models.TextField gives an error on syncdb, if unique set to true Core (Other)
6330 6330 Rest error in templates.txt doc Documentation
6325 6325 fix test case for _() in templates, improve documentation Internationalization
6248 6248 Letter ð ASCII equivalent is d, not o contrib.admin
6319 6319 small typo in contributing.txt Documentation
6321 6321 Template processor names with no dots cause admin failure Core (Management commands)
6312 6312 manage.py dbshell and mysql problem on Windows Uncategorized
6311 6311 "First name" and "Last name" in user model is too bad Internationalization
6309 6309 Make Flatpages respect APPEND_SLASH=True (patch) Contrib apps
3060 3060 [patch] broken Timestamp on manual created Users using postgres/sqlite Contrib apps
4676 4676 Full text search support for PostgreSQL (postgresql_psycopg2 backend) Core (Other)
5715 5715 The link which includes non-ASCII is not encoded in admin view. contrib.admin
6255 6255 setup_environ(company.django.settings) won't work Core (Other)
6291 6291 CASocialInsuranceNumberField documentation error contrib.localflavor
6275 6275 An "official" place to put applications Contrib apps
6299 6299 Indentation error introduced to django.core.mail.forbid_multi_line_headers on changeset 6987 Core (Mail)
5827 5827 NameError - when trying to login with e-mail address (import missing) contrib.admin
5887 5887 consolidate common code in SafeMIMEText and SafeMIMEMultipart Core (Mail)
6005 6005 double call for Media Forms
6247 6247 CsrfMiddleware is missing from middleware documentation Documentation
6252 6252 better description of --settings in manage.py Documentation
6295 6295 forloop internals should create a single context dictionary, rather than recreating it on each iteration Template system
6297 6297 page not found Documentation
6294 6294 apache + mod_python documentation needs newbie patch Documentation
6293 6293 500 debug page should show sys.path somewhere Core (Other)
6190 6190 Part 3 Feedback urls.py Documentation
6284 6284 [newforms-admin] text.replace is not a function contrib.admin
5958 5958 mention not to use utf8_bin with MySQLdb in documentation/unicode Documentation
5949 5949 Add RequestContext in middlewares or in templates Core (Other)
6269 6269 Enhancement request: Replace ViewDoesNotExist stacktrace with custom error page Core (Other)
6268 6268 Stacktraces caused by errors in response middleware look different than other errors Core (Other)
6264 6264 Field with Choices and radio_admin=True has a bad css class attribute Generic views
6263 6263 SetEnv not supported in mod_python Documentation
6211 6211 newforms.models.save_instance boolean field TypeError Forms
6260 6260 ./manage.py sqlall only works for local application Database layer (models, ORM)
5728 5728 SelectDateWidget does not work with datetime.date Forms
5810 5810 Form subclass trying to override parent form field Forms
5910 5910 Signals are unnamed making logging non-informative Core (Other)
6249 6249 Feed syndication documentation import error for FeedDoesNotExist Documentation
6244 6244 ImageField with a ForeignKey disappears from the db contrib.admin
6242 6242 Make make-messages.py support .txt and .xul files Translations
6139 6139 can't pass a tuple to "to" parameter of EmailMessage Core (Mail)
5670 5670 UKPostcodeField made more forgiving of input format contrib.localflavor
6208 6208 Update for Dutch translation typo: opjecten needs to be objecten Translations
6239 6239 urlizetrunc doesn't escape Template system
6240 6240 A file called tests.py in the application directory Documentation
6232 6232 ifchanged template tag does not allow paramater with filter Template system
4284 4284 forms containing MultiWidgets cannot be reconstructed with clean_data Forms
6221 6221 auto_now and auto_now_add still documented Documentation
6225 6225 do not find attribute get Forms
6222 6222 Home page should be updated (i.e.: djangobook released) Documentation
6229 6229 loaddata should allow null for BooleanField(null=true) Core (Management commands)
6220 6220 Search fields fails if the field names are unicode objects contrib.admin
6197 6197 Please add formfield_callback arg to newforms.models.ModelFormMetaclass.__new__(). Forms
5596 5596 "No buffer space available" error when downloading file HTTP handling
3275 3275 [patch] select_related() additions (depth=N, fields=[]) Database layer (models, ORM)
6212 6212 models.NullBooleanField.formfield() returns CharField (instead of newforms.NullBooleanField) Forms
6200 6200 Unit tests fail if provided settings use a different LOGIN_URL Testing framework
5044 5044 Update urlify.js with missing characters contrib.admin
6136 6136 localflavor docs not up to date and not linked from add-ons page Documentation
6134 6134 Enhancement to run SQLite unit tests with a database file, rather than in-memory db Testing framework
6219 6219 HTTP header charset restrictions are too tight Uncategorized
5871 5871 Allow error_messages to be specified for form types in localflavor.nl.forms contrib.localflavor
5561 5561 Link to new contenttypes docs is missing Documentation
6174 6174 AnonymousUser.is_active should be False Contrib apps
6194 6194 Minor documentation update for HttpResponseNotModified class Documentation
6133 6133 Missing word in Custom Model fields documentation Documentation
6123 6123 Typo in SSI tag docstring Documentation
6179 6179 small grammar fix Documentation
6110 6110 Prevent the Python Format from Being Used with the loaddata and dumpdata Commands Core (Management commands)
3480 3480 sqlreset drops more tables than it should for GenericRelations to separate apps Database layer (models, ORM)
6198 6198 MEDIA_URL setting requires trailing slash Core (Other)
6206 6206 escaping help_text Forms
5776 5776 Conflict between tutorial and 'Get your database running' section of the 'How to install Django' page Documentation
6216 6216 date filter documentation is unclear Template system
6215 6215 django.newforms.widgets.MultiWidget.render() output should be marked safe Forms
5990 5990 permalink() works a little different from {% url %} Core (Other)
6207 6207 objects don't show updates Uncategorized
6205 6205 Would you like fries with that? Internationalization
6204 6204 Key "created" not found in Form Forms
1065 1065 Add a template tag that allows for partial caching of templates Template system
6162 6162 ModelForm.__init__() should match argument signature of "standard" forms Forms
6187 6187 FOR with filters, like slice, would be oh so nice Template system
6186 6186 New signal needed - post_create Uncategorized
5864 5864 min_length CharField does not check against required=False in cleaned_data() Forms
6178 6178 ModelForm too many restrictions. Forms
6151 6151 Inconsistent formatting in "formatfloat" docs. Documentation
6158 6158 pythonpath not displayed in debug output Uncategorized
6176 6176 TABLE "auth_user_user_permissions" name puzzled Database layer (models, ORM)
6131 6131 Commit [6887] broke locmem (default) cache Core (Cache system)
6165 6165 request.get_host() should be request.host Core (Other)
6171 6171 incorrect/missing documentation for order_by in database api Documentation
5912 5912 Models not enforcing required fields Database layer (models, ORM)
6147 6147 Typo in db/__init__.py::_import_database_module() Database layer (models, ORM)
6156 6156 Boolean field should force checking, but it is not. Uncategorized
3425 3425 admin with edit_inline deleting data contrib.admin
3358 3358 select_related() should work with ValuesQuerySets Database layer (models, ORM)
3906 3906 Generic Relation query generates incorrect SQL Contrib apps
6140 6140 Test runner does not test apps that do not have model files Testing framework
6152 6152 django.db.models.Field.to_python not called by QuerySet Database layer (models, ORM)
6157 6157 Code to delete files when updating a filefield Database layer (models, ORM)
6090 6090 Add whitespace between fields in queries Database layer (models, ORM)
6149 6149 Allow one-click apturl installation for Django on Ubuntu in documentation Documentation
6022 6022 m2m ValueError with form_for_instance on fresh instance Forms
3434 3434 [newforms-admin] change_stage is broken for models with no editable fields contrib.admin
5891 5891 formset_for_form should put the form's base_fields on the Formset class Forms
6153 6153 cache tests failing Core (Cache system)
6150 6150 CommonMiddleware not appending slashes Uncategorized
6142 6142 trunk does not pass tests Core (Other)
6144 6144 URL template tag does not support dynamic named URLs via the template context Template system
6141 6141 DateField __year queries don't return all records. Database layer (models, ORM)
6112 6112 SelectDateWidget don't render correctly Forms
6043 6043 newform as_table display field required mark Forms
6127 6127 Admin interface bugs when a ForeignKey is in list_display contrib.admin
6126 6126 Django dies with FCGI Core (Other)
6132 6132 escapejs filter doesn't work Template system
6098 6098 support for well formed web (wfw) extensions in django RSS feeds contrib.syndication
4790 4790 Ellipses in django.views.debug.TECHNICAL_500_TEMPLATE HTTP handling
6125 6125 Decorators and FormPreview doesn't work anymore since 6659. contrib.formtools
6116 6116 [patch] Admin's changelist table gets HTML class atribute escaped. contrib.admin
6099 6099 Use hashes for the filenames in "filebased" backend of django.core.cache Core (Cache system)
6122 6122 Update tests to check for new maxlength + max_length TypeError wording Testing framework
5149 5149 make template tag variables that can't be resolved pass as None Template system
4821 4821 Add hyphenation option to djago.utils.text.wrap and a default filter hyphenatedwordwrap Template system
6076 6076 deprecated code example in dodumentation Documentation
6118 6118 Add Ordered MayToMany Uncategorized
6104 6104 admin ManyToMany widget: js broken for 'add another' popup contrib.admin
6114 6114 ModelForms documentation typo Documentation
6084 6084 Add warning about python-memcached client < 1.40 not being thread safe Documentation
5889 5889 handler500 example to documentation Documentation
6024 6024 Django's doctest clashes with coverage.py Testing framework
4187 4187 manage.py loaddata fails when loading python serialized code Core (Other)
5657 5657 [patch] urlize breaks when string.letters is changed by the locale Uncategorized
4563 4563 Context should expose removed/added scope objects (dicts) Template system
5002 5002 [patch] using pdb with django Core (Other)
3323 3323 Unhelpful error message in case of unresolved string relation ('str' object has no attribute '_meta') Database layer (models, ORM)
6105 6105 The save_as admin option is not implemented in newfroms-admin contrib.admin
5692 5692 Countries list for localflavor contrib.localflavor
5157 5157 Direct Apache to serve a static file from view code Core (Other)
5967 5967 weblog archive links missing from August 2007 on *.djangoproject.com
5961 5961 Use template_name for all views in comments contrib.comments
5676 5676 mx localflavor contrib.localflavor
4394 4394 Common fractions in humanize Contrib apps
6040 6040 post_syncdb signal and contrib.auth permissions Contrib apps
4115 4115 contrib.thumbnails Contrib apps
6020 6020 Allow group comparing with basestring Contrib apps
5921 5921 Common parent class for User and AnonymousUser Contrib apps
4771 4771 EmailHTML - EmailMessage with HTML and related/inline images support Core (Mail)
3295 3295 [patch] newforms: I'd like to have a group functionality in forms Forms
3285 3285 Signed cookies Contrib apps
3168 3168 [patch] object_list should accept lists as well as QuerySets Generic views
3113 3113 [patch] newforms support for parsedatetime with DateField Forms
3083 3083 MySQL IntegrityError Exception on object creation Database layer (models, ORM)
2947 2947 ImportError raised in my management.py is swallowed Core (Other)
2946 2946 HttpResponse should set charset for mimetypes starting with 'text/' Core (Other)
2835 2835 Processing of urlconf extra args, and removing args Core (Other)
2694 2694 [patch] urlencode to use optional safe argument for urllib.quote Core (Other)
2631 2631 pysqlite2.dbapi2.OperationalError: no such table - SQLite needs full path for settings.DATABASE_NAME Database layer (models, ORM)
6042 6042 ModelForms Forms
3961 3961 Add South African / za localflavor contrib.localflavor
2447 2447 [patch] Experimental time zone support for date and time fields, database backend utilities Core (Other)
2381 2381 [patch] Add accesskeys to admin-site forms contrib.admin
1824 1824 Name clashes in user-installed apps cause duplications in Admin Interface Database layer (models, ORM)
1654 1654 Output sql satement on OperationalError Database layer (models, ORM)
1636 1636 [patch] Add support for CIDR datatype Database layer (models, ORM)
1194 1194 [patch] Check for file permissions for proper error messages Core (Other)
5919 5919 6655 formset update makes adding imposible (when model have inlines) contrib.admin
5828 5828 Changeset 6613 seems to have broken edit inline contrib.admin
1037 1037 ManyToMany should have support for deleting a single relation Core (Other)
590 590 Hinting cache from views (vary cache time by object age) Core (Cache system)
4151 4151 Patch to add support for more secure password hashes in Python 2.5 or newer Contrib apps
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
6070 6070 Document that SITE_ID is no longer required to run all tests Documentation
5265 5265 translations subsystem doesn't capitalize correctly (for turkish?) Internationalization
5245 5245 manager runserver don't reload after fixing error django-admin.py runserver
785 785 many2many table and legacy databases. Database layer (models, ORM)
5790 5790 Add support for Cc: in django/core/mail.py Core (Other)
5808 5808 Cannot pickle the default filters Core (Other)
5821 5821 Adds decode_entities to utils.html Tools
5857 5857 exclude_fields to pair with fields in form_for_model Forms
5248 5248 Add mail_options to SMTPConnection Core (Mail)
3989 3989 Django seems to parse only the addr-spec production of RFC 2822 Validators
4573 4573 Minor rewrite of linebreaks and linebreaksbr Template system
3585 3585 django.views.generic.date_based.archive_{month,day}: date of first object outside interval available in template context Generic views
3580 3580 Contribution: generic view for serialized queryset Generic views
3568 3568 Add support for serializing newforms to HTML Forms
5979 5979 Django tests fail if SITE_ID is not 1. Testing framework
6053 6053 Allow django.contrib tests to be in tests/ subdirectory Testing framework
3483 3483 Document AUTH_PROFILE_MODULE Documentation
3959 3959 [patch] newforms: label as first argument Forms
4248 4248 Form fields should have the title attribute set Forms
5092 5092 FastCGI httpd.conf Example Path Documentation
5860 5860 The mentioned order of checking item_link for feeds is wrong Documentation
3548 3548 add a direct mapping when using ForeignKey fields with unique=True in place of the deprecated OneToOneField Database layer (models, ORM)
4605 4605 Raw SQL DB API docs should mention transaction.commit_unless_managed() Documentation
3817 3817 submit_row shows "Save and add another" button when user has not permission to add contrib.admin
5645 5645 "First App" is Way Too Complex - Some Suggestions Documentation
3559 3559 Should have official simple AJAX documentation Documentation
4737 4737 Split the model field options into those affecting the database and those affecting its appearance or validation. Documentation
921 921 Add a "me" shortcut to UserFields contrib.admin
5812 5812 Misleading sentence in the database api reference Documentation
4302 4302 Fix usage of "absolute URL" in the documentation Documentation
3520 3520 [patch] New search_filter for default manager Database layer (models, ORM)
5760 5760 Use keyed hashing for session data, remove duplicate code contrib.sessions
3475 3475 Creating apps with certain names causes manage.py to stop working Core (Management commands)
3474 3474 Allow regex flags to be specified in url dispatcher Core (Other)
3445 3445 all caching-related code should be collected into its own cache application Core (Other)
5844 5844 Part 4 of the Tutorial is missing another step at the end Documentation
6079 6079 AUTHENTICATION_BACKENDS is not documented in settings.txt Documentation
3701 3701 Memcached backend is not thread-safe Core (Cache system)
5870 5870 send-mail docs out of date Documentation
3982 3982 Allow Field subclasses to coerce arbitrary Python types Database layer (models, ORM)
3462 3462 model objects can fail during save Generic views
5882 5882 Cross-site scripting not mentioned in the tutorial Documentation
5940 5940 documentation/add_ons is missing sessions and webdesign Documentation
3116 3116 [multi-db] inspectdb should inspect OTHER_DATABASES django-admin.py inspectdb
5941 5941 documentation/shortcuts not linked to from documentation Documentation
5646 5646 Add Testing Section Documentation
5946 5946 error in tutorial Documentation
5859 5859 Redirect middleware should use iexact to match old_path Contrib apps
5907 5907 development installation docs should mention .pth for path configuration on Windows Documentation
6034 6034 Add boolean option 'load_fixtures' to the django command 'syncdb', default value is True. Core (Management commands)
5667 5667 Session backend does not work for db backend Uncategorized
5976 5976 Admin escapes non-breaking spaces for empty fields in change list contrib.admin
3382 3382 FloatField values get rounded on save() Database layer (models, ORM)
3356 3356 Ability to turn off new message in the Message framework when using create/edit/delete generic view Generic views
2859 2859 Extend generic update view to accept a optional query set Generic views
2858 2858 [patch] Better default value for SERVER_EMAIL Core (Other)
2537 2537 add *args support to filters (or provide a proper error message) Template system
6065 6065 Field Lookup - notin Database layer (models, ORM)
2636 2636 [patch] Allowed single quotes in template filter parameters Template system
2453 2453 [patch] Define order in which "initial sql data" files are processed Core (Other)
2159 2159 dropdowns defaulting to a lone value cause edit_inline objects with core=True to try to be saved contrib.admin
2154 2154 [patch] save_insert and save_update signals Database layer (models, ORM)
1448 1448 django.contrib.auth.middleware.RequestUserMiddleware depends on django.contrib.sessions Core (Other)
3417 3417 Admin interface template tags expect ADMIN_MEDIA_PREFIX to be a complete URL. contrib.admin
4619 4619 Generic Views: Inconsistancy of context variable for date_based views. Generic views
4124 4124 Hierarchical Many-To-One relation presentation in admin page contrib.admin
6061 6061 escape help_text in admin contrib.admin
6041 6041 help_text not escaped in _html_output Forms
6060 6060 newforms-admin widgets need to mark_safe their output contrib.admin
6059 6059 newforms-admin extra javascript is getting escaped contrib.admin
6057 6057 NodeList.render() should return SafeData Template system
5647 5647 Your First App - URL section - too complex - suggestions Documentation
5866 5866 Typo on registration page: excempt -> exempt *.djangoproject.com
5814 5814 csrf link missing in documentation overview *.djangoproject.com
5644 5644 Fix invalid html on the Django Project site *.djangoproject.com
6030 6030 floatformat filter fails if it receives an invalid type Template system
6050 6050 SortedDict can have multiple copies of same key/value pair when iterated over Tools
6046 6046 windows svn install: PYTHONPATH should include django-trunk not django-trunk\django Documentation
6023 6023 LocalTimezone on a date after Jan 2038 causes an OverflowError on 32 bit systems Core (Other)
5989 5989 django.db.models.fields.subclassing.Creator.__get__() returns the same value for all instances Database layer (models, ORM)
6014 6014 Decimal field raises UnicodeDecodeError if i18n characters are entered Forms
5959 5959 BooleanField should clean the string 'False' to boolean False Forms
5955 5955 ReStructuredText doc fixes Documentation
5909 5909 __repr__ methods still present in contrib.comments.models, need to be replaced by __unicode__ methods contrib.comments
5854 5854 Add section on highlighting required fields to newforms docs Documentation
5853 5853 javascript_catalog i18n view requires english .mo file Internationalization
5777 5777 development installation instructions should say to use symbolic link Documentation
5813 5813 CacheMiddleware should respect max-age Core (Cache system)
5706 5706 Two HTML errors in Admin documentation. contrib.admin
3291 3291 [patch] get_absolute_url cannot be encanced with optional parameters, because it gets curried for settings.ABSOLUTE_URL_OVERRIDES (used for {% link_to ... %} implementation) Core (Other)
6048 6048 compile_filter() does not allow quote escaping for constant strings Template system
6049 6049 Tests for changes in r6721 Template system
5980 5980 FilterExpression does not properly respect escaped quotes Template system
5890 5890 Fancy quotes in sitemaps sample code Documentation
5991 5991 Auto-escaping patch, fix for SelectDateWidget Forms
6015 6015 Class in edit_inline objects has quotes escaped contrib.admin
5951 5951 Polish translation for (various) localflavors Translations
6044 6044 limit_choices_to in one class disable edit_inline of a second in a third class contrib.admin
4789 4789 select_related + depth gives wrong result Database layer (models, ORM)
3623 3623 select_related(depth=n) for low n gives corrupt results Database layer (models, ORM)
5426 5426 [newforms-admin] - uncapfirst tag and utility function contrib.admin
3222 3222 Add validators for all admin options contrib.admin
6025 6025 Q object relationship spanning Database layer (models, ORM)
5993 5993 define renderer for RadioSelect widget at the class level Forms
2086 2086 Hack in admin's base.css generates 404 to non existing 'null' file. contrib.admin
6029 6029 django/contrib/admin/media/css/base.css refers to null contrib.admin
2248 2248 [patch] inline_models, replacement for edit_inline and core=True contrib.admin
5981 5981 regressiontests.cache.tests.Cache test failing with locmem cache backend Core (Cache system)
6008 6008 The add() method of the locmem's CacheClass doesn't pickle the value Core (Cache system)
5998 5998 First set of review for MLC Testing framework
5994 5994 {% url %} doesn't support patterns with literal dots Core (Other)
5995 5995 assertContains() - AttributeError Uncategorized
1840 1840 django's decorators don't assign necessary attributes to the wrapper Core (Other)
5988 5988 Admin field errors double-escaped contrib.admin
5983 5983 iriencode doesn't respect safe strings Template system
5974 5974 debug error page does not escape text in local vars section Core (Other)
5973 5973 allow_tags in admin interface broken by auto-escaping contrib.admin
5984 5984 debug view does not escape variable values Template system
5954 5954 inline extra fields are required contrib.admin
5932 5932 Accessing ObjectPaginator.page_range before pages raises TypeError Core (Other)
5978 5978 LOCALE_PATHS setting does not default to an empty tuple like the docs mention Translations
5313 5313 GZipMiddleware should compress javascript HTTP handling
5977 5977 Empty admin lines are changed to '&nbsp;' but not marked safe contrib.admin
5975 5975 ModelChoiceField and ModelMultipleChoiceField are not using custom error messages Forms
5880 5880 Cross-site(?) scripting when adding text via the "foreign key" popup window contrib.admin
5969 5969 Variable name resolution broken as of 6682? Template system
5781 5781 Timeuntil filter doesn't work as expected Template system
5960 5960 AutoEscaping change breaks python 2.3.5 compatability due to use of decode function on unicode objects Core (Other)
5952 5952 escape filter doesn't work inside blocktrans Template system
5953 5953 UnicodeDecodeError in blocktrans Template system
5945 5945 String constants in filters and variable tags should be marked safe Template system
4713 4713 Simple tags don't have a translation hook - as opposed to the documentation Internationalization
5885 5885 simple_tag is not compatible with _() syntax in templates Template system
5965 5965 Include JSONField to fields package Database layer (models, ORM)
5322 5322 Casting string to DateTime object does not check for existence of strftime. contrib.admin
5950 5950 Allow to specify the fields to render in generic views (add,update) Generic views
5948 5948 MyApp priority in template loader app_directories Template system
5898 5898 HEAD processing should be compulsory HTTP handling
5930 5930 A few small typos in the "Custom Model Fields" docs Documentation
5892 5892 HandField occasionally named as HandleField Documentation
5933 5933 Polish translation update Translations
5944 5944 Admin field errors markup is escaped contrib.admin
5942 5942 Django IDE Tools
5916 5916 Documentation for flatpages and static_files should refer to each other Documentation
2359 2359 [patch] Auto-escaping template changes Template system
265 265 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
5913 5913 Newforms ModelChoiceField and ModelMultipleChoiceField accepting invalid choices when cleaning Forms
5928 5928 form cleaned_data does not have uploaded request.FILES content Forms
5927 5927 form cleaned_data does not have uploaded request.FILES content *.djangoproject.com
5924 5924 Permissions for class Admin contrib.admin
5876 5876 updated catalan Translations
5896 5896 initial SQL pathname incorrect in doc Documentation
5918 5918 remove SortedDictFromList class Core (Other)
5914 5914 Updated Hebrew translations Translations
5687 5687 Swedish Translations patch Translations
5915 5915 use_tls is not passed to send_email (django.core.mail) Core (Other)
5886 5886 documentation of _() syntax in templates is incomplete Documentation
5719 5719 from django.contrib.formtools import FormPreview doesn't import properly contrib.formtools
5819 5819 FlatPage model field url is not unique Contrib apps
5905 5905 Typo in WritingFirstApp/Part1/CreatingModels, polls/models.py should read maxlength not max_length Documentation
5906 5906 Typo in WritingFirstApp/Part1/CreatingModels, polls/models.py should read maxlength not max_length Documentation
5901 5901 r'^polls/' vs r'^admin/' Documentation
4376 4376 login_required doesn't work with bound methods Uncategorized
5050 5050 Better newforms metaclassing Forms
5875 5875 Non-ascii chars in source code causing UnicodeEncodeError for default 500 error handler, resulting in non-descriptive traceback-only error page Core (Other)
5758 5758 [newforms-admin] save() fails for non-deletable formsets Forms
5366 5366 sequence_reset_sql table name quoting problem (PostgreSQL backend) Database layer (models, ORM)
5874 5874 Template variables inside filters are not parsed correctly Template system
5868 5868 Newforms ErrorDict serialization problem Forms
5869 5869 Incorrect description for the NOW format string's 'r' flag Documentation
5872 5872 Highlight admin forms fields when focus Core (Management commands)
5867 5867 Python default encoding would be _really_ useful in Unicode documentation Documentation
5861 5861 order_by() docs are unclear about relation spanning sort Documentation
5858 5858 Model Meta option: disable SQL generation Database layer (models, ORM)
5856 5856 Crazy caching of code with mod_python Documentation
4236 4236 newforms in create_update views + several enhancements Generic views
5850 5850 Can't use filters inside tags in templates Template system
5806 5806 Would like a callback on models.Field during SQL generation Uncategorized
5847 5847 Improvement for newforms CharField - accepting size HTML attribute Forms
5816 5816 Cookie 'expires' date is modified by locale HTTP handling
5837 5837 Multiple Django Apps on single Apache2 server occasionally load incorrect URLS file HTTP handling
5842 5842 Cache Template Tag should be marked as **New in development version** Documentation
5834 5834 Small typo in FormPreview docs Documentation
5840 5840 Error in mod_python documentation Documentation
5838 5838 "MIMEBase" misspelled as "MIMBase" in "Sending e-mail" section Documentation
5841 5841 Error in mod_python documentation Documentation
5830 5830 ModelChoiceField does not allow you to change the queryset on the widget after __init__ is called Uncategorized
5835 5835 New CheckboxInput method breaks edit_inline validation Forms
5824 5824 startapp command passes the wrong project name to copy_helper Core (Other)
4546 4546 utils.datastructures.SortDict don't work after pop or popitem method called Core (Other)
5823 5823 error in pagination documentation Documentation
5798 5798 Missing translation string specifier in contrib.auth.forms Contrib apps
5799 5799 Spanish translation typo Translations
3499 3499 Add a "redirect_to" attribute (similar to status_code) to HttpResponseRedirect and HttpResponsePermanentRedirect to help with testing Core (Other)
3294 3294 Add as_dict() method to models Core (Other)
2082 2082 [patch] More robust resolve_variable() in Template() Template system
5769 5769 djangoproject.com shows quite a few HTML and CSS validation errors *.djangoproject.com
5818 5818 Need a security@ e-mail alias for djangoproject.com *.djangoproject.com
5820 5820 clean_data --> cleaned_data Documentation
5807 5807 bad link from http://www.djangobook.com/en/beta/chapter21/ Documentation
5802 5802 Typo in docs: db_api. Documentation
5803 5803 class variables versus instance variables for Form (in particular choices in ChoiceField) Forms
5804 5804 URLField should be max_length 255 by default Database layer (models, ORM)
5800 5800 could not have several forms instance in a single page without sharing choicefields data Forms
5592 5592 HttpResponseRedirect dosen't work anymore with Squid Reverse Proxy HTTP handling
5795 5795 Error with version 6582 (and higher) Uncategorized
3549 3549 Models that use GenericRelation generate multiple drop statements in ./manage.sql reset app Core (Management commands)
5794 5794 [patch] newforms DateTimeInput breaks form_for_model rendering Forms
5792 5792 Problem on installation Documentation
5183 5183 Fix SortedDict deepcopy Error Core (Other)
5766 5766 Mixed up docs in django/contrib/comments/feeds.py Contrib apps
3265 3265 queries for model fields with trailing underscores do not work Database layer (models, ORM)
115 115 Models CRUD via web services Core (Other)
2416 2416 Auth should use primary key rather than 'id' when referencing user Contrib apps
5700 5700 make-messages.py truncate long "Language-Team:" Internationalization
5458 5458 Xml serializer - easier manipulation from Adobe Flex Core (Serialization)
5560 5560 unicode lazy strings don't work on Jython Uncategorized
5664 5664 django.dispatch.saferef doesn't work on Jython Uncategorized
5732 5732 urls.py import error Uncategorized
4709 4709 TestCase don't respect LANGUAGE_CODE? Testing framework
2920 2920 Putting _() into builtins causes trouble with doctests Testing framework
5587 5587 Sorting by ForeignKey Uncategorized
5778 5778 Email subjects not encoded properly Core (Other)
5013 5013 Inaccurate middleware documentation for process_request and process_view Documentation
4943 4943 Cache middleware description Documentation
5788 5788 settings.LANG_CODE explanatory link is now dead Core (Other)
5773 5773 Typo in templatetag docs results in error after using docutils Documentation
4831 4831 Adding "add" support to the cache API Core (Cache system)
899 899 Formfield doesn't display default value Forms
5104 5104 CheckboxInput should return False if not found Forms
5200 5200 Polish PL Localflavor contrib.localflavor
5762 5762 APPEND_SLASH mishandles %23 in URL HTTP handling
5562 5562 delete_cookie function in HttpResponse should set 'expires' to a time string, not 0 HTTP handling
4969 4969 GZip middleware fails due to UnicodeDecodeError HTTP handling
5757 5757 translation for croatian Translations
5696 5696 updates for argentinean spanish (es_AR) localization Translations
5694 5694 Updated Hebrew translation Translations
5678 5678 JS: Urlify - add Polish support Translations
5782 5782 Small spelling error on Documentation Page *.djangoproject.com
5770 5770 Unicode error in admin documentation contrib.admin
5772 5772 GzipMiddleware compresses JavaScript by accident Core (Other)
5754 5754 HttpResponse uses 'content-type' while GZipMiddleware expects 'Content-Type' Uncategorized
4854 4854 backslashes not required on windows Documentation
5783 5783 `get_absolute_url` for User model should be configurable Contrib apps
5737 5737 CheckboxSelectMultiple when you use choices, required=False is not respected Forms
5633 5633 Max OS X permissions Documentation
5666 5666 "prefix" not documented in newforms Documentation
5747 5747 minor ambiguity in flatpages documentation Documentation
5750 5750 Added documentation of the LOCALE_PATHS setting Documentation
5774 5774 Default '----------' option in choices dropdowns present even when blank=False contrib.admin
4515 4515 django.views.static.serve() redirects (HTTP code 302) to the wrong location when the path to the static file is "normalized" Uncategorized
5771 5771 No support for ssl client certificates Uncategorized
5764 5764 i18n doesn't work on GET-request Uncategorized
4557 4557 Case-sensitivity issue with app name when creating database tables on windows Database layer (models, ORM)
5683 5683 windows comments on the mod_python deployment document Documentation
5542 5542 after update to unicode, search_fields in admin on foreignkey fields do not work contrib.admin
5752 5752 DateTime fields with default=datetime.now don't fill properly in model.AddManipulator Uncategorized
1878 1878 API tests for sqlite3 broken, count(distinct(...)) does not work on sqlite3 Database layer (models, ORM)
5613 5613 dict objects are unhashable contrib.admin
5740 5740 oracle inspectdb CharFields missing "max_length" django-admin.py inspectdb
5739 5739 Image and File Fields edited inline do not exhibit 'expected' behaviour contrib.admin
5736 5736 unique fields won't be validated by .is_valid() in NewForms form_for_models Forms
5722 5722 typo in docs/request_response.txt Documentation
5724 5724 Data is retrieved to build select when raw_id is being used. contrib.admin
4990 4990 Problems in HttpResponse __str__ method. Uncategorized
5716 5716 Running the tests on Debian Documentation
5720 5720 [newforms-admin] - remove legacy Manipulator code contrib.admin
5723 5723 typo in docs/request_response.txt Documentation
5718 5718 PREPEND_WWW should ignore IP addresses/localhost Uncategorized
5713 5713 Template language lacks means to display trees as nested structures Template system
5717 5717 Suggestion: support for apps default settings Uncategorized
5534 5534 stand-alone python script: no documentation avaliable Documentation
5690 5690 Use os.path.dirname() not os.path.join(foo, '..') Core (Management commands)
5702 5702 Django Documentation defect: missed 'name=' in - url_dispatch/#naming-url-patterns Documentation
5699 5699 Generic views' page_range values incomparable to (current) page integer Generic views
5697 5697 How to change the website into another language by allowing user to select the language he/she wants to view the website in? Documentation
5693 5693 ForeignKey + edit_inline + primary_key breaks django Uncategorized
5287 5287 i18n marking breaks choices in admin on being marked for translation Internationalization
5675 5675 loaddata cannot cope with the datetime format from dumpdata Core (Serialization)
4986 4986 get_host should fall back to building from SERVER_NAME/PORT if HTTP_HOST doesn't exist HTTP handling
5674 5674 overplus '"' is exist in django/utils/translation/trans_null.py Uncategorized
5659 5659 http://www.djangoproject.com/ is considered "external" web site. *.djangoproject.com
5615 5615 Typo in email docs: "to" field should be a list Documentation
5669 5669 ForeignKey (sometimes) not created in a database, constraint missing Database layer (models, ORM)
5668 5668 "import datetime" is needed Documentation
5491 5491 Make make-messages.py sort filenames when processing files Internationalization
5623 5623 I18n seems not to work with mod_wsgi Internationalization
5554 5554 Small update to German translation Translations
5665 5665 Form instances with MultipleChoiceField share choices Forms
5653 5653 unicode in tutorial documentation Documentation
5662 5662 get_or_create fails when there is a unique field and other values Database layer (models, ORM)
5654 5654 possible error in newforms documentation Documentation
5650 5650 'Save and add another' is displayed even without add permission contrib.admin
5649 5649 Link not Available Documentation
5584 5584 unknown encoding cp0 when encountering a print command Core (Other)
5642 5642 [patch] models.ForeignKey('unloaded class') raises AttributeError Core (Other)
5639 5639 Update loaddata/dumpdata encoding options documentation Documentation
5636 5636 Admin backend uses `set` without the Python 2.3 fallback Contrib apps
5635 5635 FAQ suggestion: accessibility compliance Documentation
5634 5634 Queryset in newform: form_for_model() Forms
5621 5621 Emtpy ForeignKey fields shown as "(None)" contrib.admin
5604 5604 Access over HTTPS broken when using WSGI HTTP handling
5618 5618 Install Docs - Development Version on Windows Django-Trunk issue? Documentation
5616 5616 Writing your first Django app, part 4 Documentation
5607 5607 Add fragment support to permalink decorator Core (Other)
5289 5289 [schema-evolution] global name 'set' is not defined Uncategorized
5608 5608 Allow loading test data fixtures before running tests Testing framework
5588 5588 wildcard import in urls.py is actually required Documentation
5602 5602 [patch] make language_cookie_name customizable Internationalization
5598 5598 Django contrib sessions module missing imports (os, time), causes error on new session contrib.sessions
5597 5597 manager.py doesn't accept --noreload option django-admin.py runserver
5559 5559 instances attached to a post_delete signal have a pk value of None Core (Other)
5585 5585 Default manager methods should allow _id style arguments for foreign keys Database layer (models, ORM)
3070 3070 [patch] Execute prefixed and sorted files for initial SQL data Core (Management commands)
5582 5582 Default manager and model init methods should allow raw field name arguments for foreign keys Database layer (models, ORM)
5583 5583 admin crashes on edit form pages since r6342 contrib.admin
5580 5580 Installation documentation suggests that symlinks are impossible in Windows Documentation
5571 5571 commits should require that the testsuite succeeds Uncategorized
5532 5532 Adding user via admin site doesn't work if TEMPLATE_STRING_IF_INVALID is defined contrib.admin
5521 5521 repetitions in admin templates contrib.admin
5577 5577 description incomplete in http://www.djangoproject.com/documentation/0.96/tutorial04/ Documentation
5575 5575 ILIKE not supported by MySQL Documentation
5576 5576 Django from subdirectorys with FCGI contrib.admin
5553 5553 JSON serializer imporperly serializes: datetime.datetime, datetime.time, float Core (Serialization)
5279 5279 Cambodia language (Khmer) translation for Django Translations
5509 5509 Allows {{{''}}} as a valid value (in Blank=True fields) Uncategorized
5565 5565 docs/db-api markup error Documentation
5572 5572 Can't have empty fixture file with Auto Increment Field in Model Core (Serialization)
5573 5573 "save" override does not work when model uses edit_inline contrib.admin
5566 5566 Problem running django svn trunk (rev 6403): "NameError: global name 'subcommand' not defined" Core (Management commands)
5569 5569 BUG: "python manage.py syncdb" while running tutorial crashes Core (Management commands)
5275 5275 Document QuerySet.iterator Documentation
5564 5564 Error using startapp with SVN version of Django Documentation
5556 5556 Typo in settings documentation Documentation
4972 4972 manage.py inspectdb fails with TypeError django-admin.py inspectdb
1803 1803 [patch] Adding QuerySet.union() and intersection() Database layer (models, ORM)
5203 5203 Performance improvement for sqlite3 database flush Database layer (models, ORM)
3326 3326 Timeline RSS feed broken *.djangoproject.com
5148 5148 email documentation should mention DEFAULT_FROM_EMAIL setting Documentation
3491 3491 [newforms-admin] Admin templates use relative links rather than url tag contrib.admin
5548 5548 os.getpid() workaround for jython missing on the recent session refactoring Uncategorized
5243 5243 {% load %} does not load template tags inside sub-directories Template system
5525 5525 typo in docs: request_response Documentation
5544 5544 django.contrib.sessions.engines.db isn't exist Documentation
5536 5536 "different than" is poor English Documentation
5540 5540 better repr of MulitValueDict for subclasses Uncategorized
5541 5541 djangoproject.org not reachable *.djangoproject.com
5546 5546 Split newforms tests Forms
231 231 [patch] Make appropriate model fields honor max_length param Metasystem
5545 5545 Changeset 6342 broke newforms-admin change/add functionality contrib.admin
5539 5539 Minor Capitalization Error in Tutorial Documentation
5533 5533 allow create to pass foreignkey_id Database layer (models, ORM)
5530 5530 ImportError: No module named mysql.base Database layer (models, ORM)
5529 5529 None Core (Serialization)
5528 5528 Main Code Link Broker Uncategorized
5219 5219 Problems using syncdb with Oracle 10g - strange field names and null = false ignored Uncategorized
3838 3838 stringformat filter allows trailing non-format characters but not leading characters Template system
4903 4903 views/debug.py: fallback to cgitb Core (Other)
5417 5417 Add a way to update multiple records at once Database layer (models, ORM)
5391 5391 date_hierarchy breaks for date objects of January 1st contrib.admin
5188 5188 archive_index shouldn't do explicit ordering Generic views
5153 5153 Allow "bypassing" validation in newforms Forms
5152 5152 Model save() method needs update=False option Database layer (models, ORM)
3130 3130 Fix for BooleanFields in newforms Forms
4190 4190 edit_inline causes Admin interface to display "Related object #1" even when only one related object is allowed contrib.admin
5347 5347 django does not look in the project-dir for a locale directory Tools
4957 4957 Query for ForeignKey using implicit exact and to_field breaks Database layer (models, ORM)
4932 4932 class and id attributes on labels and input html tag Forms
4820 4820 add ability to report inconsistencies between Django models and configured database Database layer (models, ORM)
4809 4809 supply a pagination templatetag that takes in a paginator object Template system
4785 4785 Widgets have nonconfigurable hardcoded HTML Forms
4750 4750 Link to sitemaps in 0.95 documentation is broken Documentation
4219 4219 Name of permission should have larger maxlength Contrib apps
4446 4446 spaceless fails under specific condition of subtemplate Template system
4655 4655 truncate_words removes newlines as well as truncating text Template system
4621 4621 trouble on empty classes/tables in the admininterface contrib.admin
4436 4436 ./manage.py overwrites DJANGO_SETTINGS_MODULE EnvVar Core (Management commands)
4237 4237 newforms form_for_model ignores radio_admin Forms
3910 3910 DataError (Data too long for column) in admin caused by html entities overflowing db field size contrib.admin
4207 4207 The "add a new record on the fly" does not respect the "limit_choices_to": contrib.admin
4204 4204 Admin interface attempts to save null to fields not in 'fields': list contrib.admin
4005 4005 Add "class=<field name>" attribute to generated inputs Forms
3934 3934 edit_inline foreign key in profile module contrib.admin
3854 3854 DO_NOT_SAVE_LATER after data processing from one field sets related objects contrib.admin
3849 3849 Saving edit_inline OneToOneField is broken in admin Database layer (models, ORM)
3662 3662 OneToOne edit_inline - can not add new object in Django admin Contrib apps
2927 2927 [patch] In admin, user shouldn't see "add" buttons if they don't have the permission. contrib.admin
3742 3742 Function with `admin_order_field` only sorts in one direction, with no arrows contrib.admin
3533 3533 Widget to format dates/times Forms
3649 3649 Better formatting of the label text in newforms Forms
3588 3588 increase length of FileField, FilePathField, ImageField from varchar(100) Database layer (models, ORM)
3525 3525 {% url path.to.view %} fails with multiple patterns for the same function Template system
3514 3514 Include extrabody block to admin's base.html template contrib.admin
3484 3484 Poor error message (or functionality) when using unsaved models as foreign keys Database layer (models, ORM)
3458 3458 Blankable, non-nullable CharFields have a strange default behavior Validators
3416 3416 Model API documentation section 'Modifying initial Manager QuerySets' misleads about Admin behaviour contrib.admin
3407 3407 [patch] added 'default_next' parameter to django.core.auth.views.login contrib.admin
3404 3404 raw_id_admin does not work when modifying admin interface using 'fields' contrib.admin
3369 3369 reverse caching of foreign keys Database layer (models, ORM)
2298 2298 Custom template tag files with errors aren't reported as such. Template system
3328 3328 null=True should imply blank=True Database layer (models, ORM)
2549 2549 django.db.models.fill_table_cache will dead loop if with circular Foreign Keys Database layer (models, ORM)
3306 3306 [patch] tzinfo raises OverflowError for years out of time.mktime supported range Core (Other)
3271 3271 Raise a warning/diff during syncdb if the model changed Core (Management commands)
3224 3224 [patch] small refactor of the response middleware invocation Core (Other)
3198 3198 Customization to SlugField to enable user override (e.g. for CJK etc) Core (Other)
3145 3145 edit_inline Manipulator processor allows "stealing" of related objects Core (Other)
1355 1355 Internationalisation(charset) problems with FileField file names and core.db.backend.mysql Core (Other)
3105 3105 [patch]: Support for additional model.Field setting (update=True|False). Database layer (models, ORM)
1209 1209 [patch] Add AND OR support to ifequal default tag Template system
3075 3075 Ifequal tag extension to handle mask operators Template system
3073 3073 [patch] Fix invalid 'action' on form in add_user.html contrib.admin
3029 3029 [patch] Erroneous values stored in contrib.auth fields: date_joined, last_login Contrib apps
2861 2861 Signals for m2m object creation/deletion Database layer (models, ORM)
1069 1069 Fire a signal after save of related objects Core (Other)
2833 2833 Request.context tries to access user when there's no session causing traceback Core (Other)
2644 2644 Object listing in Admin Panel lists all objects even when "objects" manager is changed contrib.admin
2545 2545 [patch] Option to collapse fieldset if empty contrib.admin
2544 2544 Pass variables from url handler to the query set of a generic view Generic views
2395 2395 Failure to include required fields in Admin class results in non-obvious error contrib.admin
1007 1007 [patch] Add support for a faux ON DELETE RESTRICT functionality Database layer (models, ORM)
3436 3436 Don't fetch Field's choices on form/manipulator creation Core (Other)
2277 2277 Change manipulator fires a huge number of queries contrib.admin
2249 2249 MD5 is broken sometimes, an option to use SHA would be appreciated. Contrib apps
2233 2233 [patch] Model save method should have acces to file fields details during save Core (Other)
2197 2197 [patch] Generic search interface Database layer (models, ORM)
2104 2104 [patch] Make admin view methods wrappable by user views for non-staff contrib.admin
2032 2032 MySQL 5 - missing collations Database layer (models, ORM)
1939 1939 [patch] edit_inline and Multiple ForeignKeys to same model breaks the admin contrib.admin
1855 1855 Using a custom default manager can lead to un-editable objects in admin contrib.admin
1702 1702 UniqueAmongstFieldsWithPrefix validator does not work as advertised Core (Other)
1665 1665 [patch] Added "length" param to Field class Core (Other)
1658 1658 db.models.base.ModelBase.__new__ fails to deduce app_label with model packages Core (Other)
1470 1470 Update all fields related to the same model when adding an item contrib.admin
1394 1394 primary_key with db_column set results in errors in admin contrib.admin
4710 4710 ModPythonRequest.is_secure(): accept greater range of HTTPS env. settings Uncategorized
2633 2633 django.utils.dateformat.DateFormat.O() returns wrong value Core (Other)
978 978 STACKED ForeignKey classes don't show up in the admin for subclasses of related class contrib.admin
792 792 FileField and edit_inline=meta.STACKED contrib.admin
4067 4067 Validation of IPAddressField don't work with newforms Forms
562 562 "Add another" JavaScript doesn't add new value to all fields relating to the same type contrib.admin
5511 5511 Some tests don't are "unicodized" Testing framework
5510 5510 testing Uncategorized
4223 4223 Document how to create tests for Django framework itself Documentation
5499 5499 INTERSECT Query in DB-API Database layer (models, ORM)
5033 5033 Dynamic initial values for MultipleChoiceFields in newforms Documentation
4756 4756 Mention direct_to_template as an alternate shortcut when wanting RequestContext Documentation
5404 5404 0.95 tutorials next/prev links redirect to latest version Documentation
5508 5508 broken page in doc Documentation
391 391 date_based generic views might be off by one Generic views
4975 4975 Colons: Always appended to labels Forms
5503 5503 Email - Sending multiple content types. Documentation
3993 3993 [patch] Add convenience methods to SortedDict Core (Other)
5501 5501 r6333 broken python 2.4 compatibility Contrib apps
3703 3703 [patch] Add 'pk' property to models.Model Core (Other)
3800 3800 document newforms widgets Documentation
5093 5093 ForeignKey should have a constraint contrib.admin
5291 5291 Error in newforms docu about BooleanField Validation and required Forms
4963 4963 [newforms-admin] LogLentry in options.py uses str, should use unicode contrib.admin
4587 4587 [newforms-admin] attribute `model._meta.admin` is not assigned but it is needed in many places. contrib.admin
5401 5401 [newforms-admin] - make-messages.py does'nt work for django Internationalization
3604 3604 Use hashlib if running under Python 2.5 contrib.admin
5454 5454 Using a user-built DB backend Database layer (models, ORM)
4437 4437 Apache auth recipe does not work in Apache 2.2 Documentation
4888 4888 Fix Documentation: User authentication in Django Documentation
5358 5358 [newforms-admin] django.newforms.models.inline_formset does not do anything with fk_name arg Forms
5495 5495 docs/i18n.txt Organization, spelling, grammar Documentation
5109 5109 signals.got_request_exception send Request Object HTTP handling
5242 5242 Table name matching fails during syncdb for dbs with case sensitive names. Core (Management commands)
5177 5177 ContentType should purge orphaned models Contrib apps
5471 5471 BooleanField fails to work when processing data from as_hidden Forms
5041 5041 Admin pages insufficiently escape special characters in primary keys links contrib.admin
5443 5443 Jython has no os.access (nor os.chmod) contrib.admin
5468 5468 [patch] direct_to_template uses literal dict in keyword arg Template system
5444 5444 manipulators.py: Dynamically created classes should be types Uncategorized
5487 5487 object.__new__(method_descriptor) is not safe, use method_descriptor.__new__() Uncategorized
5470 5470 "Z" in dateformat does not work for negative utc offsets Template system
5486 5486 Jython has no os.getpid Uncategorized
5311 5311 Validation of erroneous data model breaks with AttributeError instead of a useful message (like it used to) Core (Management commands)
5024 5024 "Passwd" is invalid option in MySQL option file; must use "Password" Documentation
4692 4692 Document required database user permissions Documentation
5483 5483 Remove `load_and_render` Template system
5456 5456 Add an Irish translation Translations
5452 5452 Spanish translation updated Translations
5451 5451 Catalan translation updated Translations
5283 5283 decoupling example can be extended further Documentation
5323 5323 Small bug in tutorial Documentation
4961 4961 newforms docs: How to add HTML attributes Documentation
5398 5398 Making redirects work properly in views for "include"d URLconfs Documentation
4769 4769 Unclear documentation in newforms Documentation
4875 4875 Bugs in 'Writing your first Django app, part 4' Django version 0.96 Documentation
3729 3729 For integer field inside Model.save() is provided string value when 'choices' option is used Database layer (models, ORM)
3419 3419 exception value not html-escaped in exception view Uncategorized
5161 5161 mysql backend repeatedly adds warnings filter Uncategorized
5478 5478 webdesign templatetag 'lorem' can't find TemplateSyntaxError Contrib apps
4868 4868 detail.html missing Documentation
5308 5308 [Patch] Redirect from pages that need login and have Unicode URL causes error Contrib apps
3584 3584 Specifying default context instance in settings Template system
4245 4245 add documentation solving "permission denied" with start-project on OSX Documentation
4658 4658 documentation of linebreaks filter is too vague Documentation
3757 3757 FormPreview throwing AttributeError? contrib.formtools
2842 2842 AlwaysMatchesOtherField validator fails if other field not present Validators
4765 4765 sqlite3 executemany wrapper fails with empty parameter list Database layer (models, ORM)
4514 4514 0.97-pre raises error with DateTime when the field is set to UNIQUE Uncategorized
4623 4623 Needs newforms description of how to "do form processing" Documentation
4407 4407 Sitemaps documentation should mention dispatchers Documentation
4020 4020 USPhoneField, USZipCodeField and USSocialSecurityNumberField should implement HTML maxlength Forms
4759 4759 [newforms-admin] fixed a bug, admin class has no 'manager' attribute contrib.admin
3973 3973 AttributeError for some models in the admin (newforms-admin branche) contrib.admin
5466 5466 ForeignKeys with to_field fail to initialize in PostgreSQL Database layer (models, ORM)
5445 5445 Checking iterables by looking for a __iter__ attribute doesn't work on Jython Core (Other)
3136 3136 widgets.css - Calendar & Clocks contrib.admin
4542 4542 generic localflavor date field contrib.localflavor
4616 4616 Widgets should be able to rendered separately Forms
4758 4758 Oracle transaction doesn't rollbacks when deleting objects Database layer (models, ORM)
4061 4061 Document how to limit access to contrib.databrowse contrib.databrowse
4589 4589 [newforms-admin] Add an option to `ModelAdmin`: section_name contrib.admin
1799 1799 Replace dots by dashes or hyphens from form fields id's of related objects Forms
5464 5464 Small newforms doc typo Documentation
2962 2962 non-integer primary keys and raw_id_admin contrib.admin
4885 4885 non-ASCII UTF-8 characters in messages on admin pages are displayed incorrectly contrib.admin
4480 4480 booleanfield newforms marked as editable=false must be set to true by the end user Forms
4113 4113 dynamic destinations for FileField.upload_to Core (Other)
5442 5442 Workaround for jython isclass() bug Testing framework
3724 3724 Add Links for ImageField and FileField in admin_list.py contrib.admin
4850 4850 Having a project named "code" breaks things Core (Management commands)
3146 3146 'str' object has no attribute 'strftime' Error when the foreign key is a date contrib.admin
5455 5455 missing double-backticks and apostrophes in settings docs Documentation
3638 3638 loading python fixtures is broken Testing framework
4970 4970 documentation - Newforms - Overriding The Default Field Types Documentation
4967 4967 newforms: use default of model for initial of widget Forms
546 546 [patch] make render_to_string and render_to_response use select_template Template system
5459 5459 newforms-admin ModelAdmin ignores the js attribute Uncategorized
3873 3873 Admin interface showing empty values contrib.admin
208 208 Allow the strings the cycle tag uses to contain spaces Template system
5121 5121 bald link to old docs Documentation
4535 4535 I18n in templates - multiline messages Internationalization
3509 3509 [patch] django.newforms.util.smart_unicode() is not smart enough :) Forms
2976 2976 [patch] repr(uploadfile) should not contain the file content Core (Other)
1760 1760 order_with_respect_to doesn't work with MySQL Database layer (models, ORM)
5351 5351 [gis] orderfield2column referenced but not imported in query.py GIS
5139 5139 Custom primary_key broken when saving Database layer (models, ORM)
4091 4091 Not able to get choices widget to auto selected="selected" on model_for_instance Forms
5453 5453 Test database used in runtests.py does not match documented behavior Testing framework
3527 3527 better debug traceback with code executing... Core (Other)
2634 2634 [search-api] Lucene issues with UTF Contrib apps
3766 3766 [patch] django.contrib.sites should cache to reduce queries like contenttypes does Contrib apps
4544 4544 list_filter can accept "choices" Documentation
3902 3902 Add installation docs for Windows users Documentation
4964 4964 Brazilian local flavor new BRStateChoiceField contrib.localflavor
3848 3848 Image validator: fails to spot image truncation or corruption Core (Other)
4951 4951 sites.RequestSite incorrectly reports domain Contrib apps
5359 5359 trailing slash missing in documentation Documentation
5396 5396 Filter "urlizetrunc" does not truncize email adresses Template system
4536 4536 trac error *.djangoproject.com
5439 5439 error in trac while creating ticket Uncategorized
3697 3697 ability to mark entire directory (and subdirs) as login_required/is_staff Core (Other)
5367 5367 sqlite3+ManyToManyField: unable to link to 1000 (or more) objects. Database layer (models, ORM)
3776 3776 user sessions Contrib apps
3898 3898 reinstate the model field type css classes to form elements generated with newforms' as_* methods. Forms
4184 4184 The flatpages addon ought to allow users to set the mimetype on a page by page basis Contrib apps
5341 5341 Clarify DB API docs about params in extra() Documentation
4090 4090 Allow django.newforms.extras be included at django.newforms Forms
5424 5424 [newforms-admin] - rename custom filter tag contrib.admin
4726 4726 insert in docu: MultiValueDictKeyError inherited from KeyError... Documentation
5123 5123 ImageField.formfield does not pass arguments correctly Forms
3421 3421 URLField does not validate IP addresses, or localhost Forms
5370 5370 newforms.ValidationError cannot accept a message created by ugettext_lazy Internationalization
4919 4919 add ?page=last for generic object_list with pagination Generic views
4360 4360 Docs incorrectly say that response.content would contain a 302 URL Documentation
1795 1795 [patch] Addition of page_range in paginator.py and generic.list_detail.py Generic views
5431 5431 Argentinean localflavor contrib.localflavor
2319 2319 Sites documentation clarification regarding "view on site" button contrib.admin
4793 4793 template documentation has wrong example Documentation
4752 4752 Allow arbitrary ErrorList class in BaseForm._html_output Forms
4239 4239 child classes of Form only include base_fields attributes of parents Forms
5326 5326 Patсh for Ukrainian support to Javascript slug creation contrib.admin
5403 5403 Dutch localflavor contrib.localflavor
4085 4085 Admin list_filter not working with foreignkey field Core (Management commands)
5429 5429 minor fix to Finnish translation Translations
2844 2844 [patch] make various field types pass member_name Core (Other)
5337 5337 Some corrections to the Hebrew translation Translations
5294 5294 Updated Norwegian language files Translations
5282 5282 Turkish djangojs.po missing two strings (Show/Hide) Translations
5414 5414 urlopen from within Django with url to same server fails django-admin.py runserver
5269 5269 Updated Japanese(ja) translation Translations
5220 5220 Updated Hungarian translation Translations
5197 5197 Spanish Translations by REVs Translations
4166 4166 Updated Greek Translation Translations
3943 3943 New Translation - Korean (ko) Translations
5409 5409 Logic error in the db-api documentation Documentation
5410 5410 RequestSite needs __unicode__ method contrib.syndication
5397 5397 Typo in example for newforms -- overriding the default field types Documentation
5395 5395 Error in settings.py, line 26-28 Uncategorized
4633 4633 Unable to serialize a not yet saved model which has many-to-many relation. Core (Serialization)
2860 2860 Test client only supports file uploads with foo and foo_file parameters Testing framework
1056 1056 auto_now_add=True broken with ChangeManipulator contrib.admin
5413 5413 prepopulate_from strange behavior contrib.admin
5412 5412 Add actions to models in admin interface contrib.admin
5411 5411 Atom feeds have fixed title and summary content types contrib.syndication
5406 5406 Spelling error Documentation
5384 5384 [newforms-admin] - html bug in edit_inline_tabular.html contrib.admin
5402 5402 [newforms-admin] - UserAdmin should have fieldsets attribute contrib.admin
5138 5138 Add __contains__ to HttpRequest to make it more dict-like Uncategorized
4332 4332 IsRequired validation should strip whitespace Uncategorized
4478 4478 [patch] PIL Bug Causes Django 0.96 Image Validator to Break if OLE Document Uploaded Validators
2307 2307 [patch] Some shortcomings of the PhoneNumberField Validators
2213 2213 when an AddManipulator returns with errors, the foreign key field chosen is not shown Validators
3522 3522 [newforms-admin] global name '_get_deleted_objects' is not defined contrib.admin
5400 5400 Autoreload is not working in newforms-admin trunk with python2.4 Forms
4904 4904 newforms.ValidationError doesn't accept translated strings Forms
5369 5369 Allow commands to register their own options (and refactor help to reflect this) Core (Management commands)
4784 4784 newforms-admin requires inner class Admin contrib.admin
5382 5382 create_update.delete_object always needs a confirmation page Generic views
3292 3292 [patch] newforms: allow models to override default widget Forms
5377 5377 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5378 5378 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5379 5379 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5380 5380 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5381 5381 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5371 5371 databrowse fails when table contains non-ascii data contrib.databrowse
5375 5375 django-admin.py dumpdata fails because it doesn't inherit options_list from BaseCommand Core (Management commands)
5336 5336 Docs: FastCGI add example of maxrequests=1 Documentation
625 625 [patch] Add template decorators Template system
672 672 get_absolute_url isn't nice contrib.syndication