#20562 |
Docs: How to use django ORM with multiprocessing
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
|
#20577 |
Make prefetch_related faster by lazily creating related querysets
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
#20589 |
contrib.auth.handlers.modwsgi fails for some backends
|
new
|
nobody
|
Bug
|
contrib.auth
|
|
#20601 |
intcomma and floatformat internationalization error
|
new
|
|
New feature
|
Template system
|
|
#20605 |
Allow extending the default auth permissions
|
new
|
nobody
|
New feature
|
contrib.auth
|
|
#20611 |
Add reverse unique field
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#20629 |
Admonitions in custom User model documentation may be scaring off users
|
assigned
|
Keith Edmiston
|
Cleanup/optimization
|
Documentation
|
|
#20648 |
Template variable and loss of precision
|
new
|
nobody
|
Bug
|
Template system
|
|
#20671 |
Custom backend get_user function is assumed to search by primary key
|
new
|
nobody
|
New feature
|
contrib.auth
|
|
#20712 |
staticfiles and serving post-processed files through development server
|
assigned
|
Jannis Leidel
|
New feature
|
contrib.staticfiles
|
|
#20744 |
Docs imply that forms.Field.__init__ accepts any keyword arguments
|
new
|
nobody
|
Bug
|
Documentation
|
|
#20749 |
Add validation for type of Field.choices arguments
|
assigned
|
ellisd23
|
New feature
|
Core (System checks)
|
|
#20752 |
Error signals are not reliable, especially when dealing with database errors
|
assigned
|
schacki
|
Bug
|
HTTP handling
|
|
#20757 |
A more Object-Oriented URLResolver
|
assigned
|
Marten Kenbeek
|
New feature
|
Core (URLs)
|
|
#20768 |
Create a reference of public Manager methods
|
new
|
nobody
|
New feature
|
Documentation
|
|
#20775 |
Clarify the operator each database backend uses for text lookups (startswith, istartswith, contains, icontains, endswith and iendswith)
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
|
#20799 |
Document how to use FastCGI via WSGI
|
new
|
nobody
|
New feature
|
Documentation
|
|
#20915 |
Remove django.test.client dependency on django.contrib.auth (and .sessions?)
|
new
|
nobody
|
Cleanup/optimization
|
Testing framework
|
|
#20917 |
Change the password hashers when testing
|
assigned
|
Ash Christopher
|
New feature
|
Testing framework
|
|
#20935 |
ePub documentation not valid
|
new
|
nobody
|
Bug
|
Documentation
|
|
#20941 |
Provide a way for CBVs to be called from instances
|
new
|
Marc Tamlyn
|
New feature
|
Generic views
|
|
#20942 |
modelformset wrongly assumes foreign keys can't point to proxy models.
|
new
|
nobody
|
Bug
|
Forms
|
|
#20960 |
DEFAULT_TABLESPACE should be part of DATABASES
|
assigned
|
Ivan Kolodyazhny
|
New feature
|
Database layer (models, ORM)
|
|
#20995 |
{% include %} uses get_template where it could select_template
|
assigned
|
amberdoctor
|
New feature
|
Template system
|
|
#21021 |
Default geom_type attribute for GeometryWidget should be "Geometry", not "Unknown"
|
new
|
|
Cleanup/optimization
|
GIS
|
|
#21039 |
Support Postgres "CREATE INDEX CONCURRENTLY" in migrations
|
new
|
|
New feature
|
Migrations
|
|
#21048 |
Error page should not invoke callables passed through WSGI META structure
|
new
|
nobody
|
Bug
|
Error reporting
|
|
#21065 |
Internally choosing how to process a template is inconsistent
|
new
|
nobody
|
Cleanup/optimization
|
Template system
|
|
#21076 |
Offer the ability to store a hash of session IDs rather than the ID itself
|
assigned
|
Chris Griffin
|
New feature
|
contrib.sessions
|
|
#21080 |
collectstatic post-processing fails for references inside comments
|
new
|
nobody
|
Bug
|
contrib.staticfiles
|
|
#21135 |
Admin: Support for editing OneToOne related models in RELATED model
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#21143 |
runtests might execute queries against the normal database instead of the testdatabase
|
new
|
nobody
|
Bug
|
Testing framework
|
|
#21171 |
Skip transaction creation for single statement operations
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
#21181 |
collation specific query results ordering
|
assigned
|
Alan
|
New feature
|
Database layer (models, ORM)
|
|
#21183 |
Filter block on the right covers information in admin
|
assigned
|
Wiktor
|
New feature
|
contrib.admin
|
|
#21204 |
Query.defer() failure - deferred columns calculated per table instead per alias
|
assigned
|
Simon Charette
|
Bug
|
Database layer (models, ORM)
|
|
#21227 |
Selenium tests terminate with [Errno 10054]
|
new
|
nobody
|
Bug
|
Testing framework
|
|
#21238 |
`ImageFieldFile.url` raises an AttributeError exception after retrieving it from cache
|
assigned
|
Vajrasky Kok
|
Bug
|
Core (Cache system)
|
|
#21241 |
Optimize the query generated for admin changelist filters
|
new
|
Simon Charette
|
Cleanup/optimization
|
contrib.admin
|
|
#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.
|
new
|
nobody
|
New feature
|
contrib.auth
|
|
#21286 |
Fix commented out tests in serializers.test_data
|
new
|
nobody
|
Bug
|
Core (Serialization)
|
|
#21289 |
Add login rate limiting to contrib.auth
|
new
|
nobody
|
New feature
|
contrib.auth
|
|
#21333 |
Document queryset OR using a vertical bar
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
|
#21381 |
Remove contrib.redirects dependency on contrib.sites
|
assigned
|
Dmitry Pechnikov
|
New feature
|
contrib.redirects
|
|
#21392 |
changepassword option to read from stdin
|
assigned
|
AeroNotix
|
New feature
|
contrib.auth
|
|
#21408 |
Fallback to timesince produces erroneous translations in naturaltime
|
assigned
|
Maximilian Merz
|
Bug
|
Internationalization
|
|
#21429 |
BaseCommand should use logging instead of custom output wrappers
|
assigned
|
John Kang
|
New feature
|
Core (Management commands)
|
|
#21442 |
Configurable request parsing.
|
assigned
|
Tom Christie
|
New feature
|
HTTP handling
|
|
#21461 |
Add pre_update and post_update signals
|
assigned
|
loic84
|
New feature
|
Database layer (models, ORM)
|
|
#21481 |
Reinstalling Django warning doesn't mention django-admin
|
new
|
nobody
|
Cleanup/optimization
|
Packaging
|
|
#21514 |
Session expiry dates should be in an ISO string instead of datetime
|
new
|
nobody
|
Bug
|
contrib.sessions
|
|
#21523 |
Models DateField to_python method no longer supports mock dates.
|
new
|
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
#21528 |
improve Django Doc with an example for formfield_for_foreignkey accessing parent ID
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
|
#21540 |
TestCase with multiple assertRaises fails with TransactionManagementError
|
assigned
|
Shai Berger
|
Bug
|
Documentation
|
|
#21544 |
Problem with number format when not using L10N
|
new
|
Yonel Ceruto
|
Bug
|
Utilities
|
|
#21602 |
FileSystemStorage._save() Should Save to a Temporary Filename and Rename to Attempt to be Atomic
|
new
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
|
#21604 |
Embed raw queries as subqueries when used with an __in filter
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#21682 |
Use app_config as a reference instead of app_label in Options (Model._meta)
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#21699 |
Provide a way to define a model without being registered into the app registry / Get rid of get_registered_model
|
new
|
nobody
|
New feature
|
Core (Other)
|
|
#21703 |
`exclude` query with `F` object across relationship fails
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#21739 |
When running tests fixture error output isn't visible
|
assigned
|
Olek
|
Bug
|
Testing framework
|
|
#21742 |
Unable to prevent creation of a database during test runs
|
new
|
nobody
|
New feature
|
Testing framework
|
|
#21772 |
additional context for included templates can override current context
|
new
|
nobody
|
Bug
|
Template system
|
|
#21777 |
Make request exception handling more robust to subsequent exceptions
|
new
|
nobody
|
Cleanup/optimization
|
HTTP handling
|
|
#21837 |
auth.User Email - non-RFC spec case normalization
|
new
|
|
Bug
|
contrib.auth
|
|
#21859 |
clarify Django docs re: email addresses and ascii
|
new
|
nobody
|
Bug
|
Documentation
|
|
#21906 |
dumpdata should not use router.allow_migrate
|
new
|
|
Bug
|
Core (Management commands)
|
|
#21936 |
Allow delete to provide a success message through a mixin.
|
assigned
|
Asif Saifuddin Auvi
|
New feature
|
contrib.messages
|
|
#21949 |
Django doesn't log much at high verbosity levels
|
new
|
nobody
|
New feature
|
Core (Other)
|
|
#21961 |
Add support for database-level cascading options
|
assigned
|
Nick Stefan
|
New feature
|
Database layer (models, ORM)
|
|
#21963 |
makemessages still ignores translations in templates with inline comment tags
|
assigned
|
Sergey Kolosov
|
Bug
|
Internationalization
|
|
#21978 |
Add optional gunicorn support to runserver
|
assigned
|
Berker Peksag
|
New feature
|
Core (Management commands)
|
|
#21987 |
Allow Media objects to have their own MEDIA_TYPES
|
assigned
|
Michael Kelly
|
Cleanup/optimization
|
Forms
|
|
#21993 |
Messages documentation is topic style, there is no ref
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
|
#22014 |
`prefetch_related` recursion protection does not cover all cases
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#22016 |
Automatically reload i18n files on change, when DEBUG is True
|
new
|
Patrick Michaud
|
New feature
|
Internationalization
|
|
#22055 |
404 page does not display stack trace when Resolver404 is raised from a view
|
new
|
Grzegorz Nosek
|
Cleanup/optimization
|
Core (URLs)
|
|
#22078 |
views.Feed methods cannot be decorated
|
assigned
|
Andriy Sokolovskiy
|
Bug
|
contrib.syndication
|
|
#22079 |
TestClient serialization of GET params with empty list as value
|
new
|
nobody
|
Bug
|
Testing framework
|
|
#22088 |
XML deserializer strips leading whitespace on loaddata
|
assigned
|
Martin Matusiak
|
Bug
|
Core (Serialization)
|
|
#22115 |
Related Querysets from Inlines not getting cached
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
#22125 |
Unnecessary creation of index for ManyToManyField
|
new
|
bwreilly
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
#22158 |
Allow model level custom lookups
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#22224 |
Non-nullable blank string-based model field validation doesn't prevent or clean `None`
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#22226 |
Reversing admin URLs requires undocumented filter admin_urlquote.
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
#22259 |
Per row result for dumpdata
|
new
|
nobody
|
New feature
|
Core (Management commands)
|
|
#22261 |
reverse() and get_absolute_url() may return different values for same FlatPage
|
assigned
|
edanm
|
Bug
|
contrib.flatpages
|
|
#22270 |
Explain permissions on proxy models
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
|
#22274 |
better tutorial for geodjango
|
assigned
|
Sylvain Fankhauser
|
New feature
|
GIS
|
|
#22276 |
BaseFormSet.is_valid() produces ValidationError when there is no management form
|
assigned
|
Patryk Zawadzki
|
Bug
|
Forms
|
|
#22296 |
m2m_changed pk_set value inconsistent between post_add and post_remove
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#22298 |
Rename Form Media to Static (or get rid of Form Media completely?)
|
new
|
|
Cleanup/optimization
|
Forms
|
|
#22357 |
Sometimes the OSMWidget highlights the outer area of a Polygon / MultiPolygon
|
new
|
nobody
|
Bug
|
GIS
|
|
#22382 |
ManyRelatedManager's get_prefetch_queryset doesn't validate the prefetch types
|
assigned
|
Marc Tamlyn
|
Bug
|
Database layer (models, ORM)
|
|
#22423 |
Geodjango spatial functions should leverage mysql 5.6 spatial functions.
|
new
|
visu
|
New feature
|
GIS
|
|
#22425 |
provide ability to abort URL resolution early
|
new
|
nobody
|
New feature
|
Core (URLs)
|
|
#22449 |
Colorize output of test results
|
assigned
|
Yuri Shikanov
|
New feature
|
Testing framework
|
|
#22490 |
get_object within a syndication Feed has no tests
|
new
|
anonymous
|
Bug
|
contrib.syndication
|
|
#22492 |
provide a way to prevent database queries on model objects
|
assigned
|
Raúl Cumplido
|
New feature
|
Database layer (models, ORM)
|
|
#22503 |
Inconsistent behavior when a QuerySet is sliced
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|