#11929 |
manage.py dumpdata outputs YAML in unhelpful order
|
assigned
|
AeroNotix
|
Cleanup/optimization
|
Core (Serialization)
|
1.1
|
#26180 |
Altering unique_together still sometimes missing deleted fields
|
assigned
|
Akshesh Doshi
|
Bug
|
Migrations
|
1.9
|
#6517 |
MySQL: manage.py dbshell does not get charset from DATABASES setting
|
assigned
|
Biswajit Sahu
|
Bug
|
Database layer (models, ORM)
|
master
|
#10191 |
Fix / Add support for radiobuttons after adding item with popup in Django Admin
|
new
|
bodiddlie
|
New feature
|
contrib.admin
|
master
|
#7556 |
inspectdb fails in MySql if a table references a table outside the current schema
|
assigned
|
brockweaver
|
Bug
|
Core (Management commands)
|
master
|
#29236 |
diffsettings raises misleading exception message if using settings.configure()
|
assigned
|
Chris Mark
|
Bug
|
Core (Management commands)
|
master
|
#28808 |
Allow customizing the fallback language
|
assigned
|
Claude Paroz
|
New feature
|
Internationalization
|
1.11
|
#24472 |
Define internal types explicitly for related fields
|
new
|
Andriy Sokolovskiy
|
New feature
|
Database layer (models, ORM)
|
master
|
#5899 |
Allow admin fieldsets to be collapsible but not initially collapsed
|
assigned
|
Alexander Herrmann
|
New feature
|
contrib.admin
|
newforms-admin
|
#6933 |
You cannot search with spaces if search_fields is declared with "^"
|
new
|
diafour
|
New feature
|
contrib.admin
|
newforms-admin
|
#16027 |
Include app_label in ContentType.__unicode__
|
assigned
|
djangsters
|
Cleanup/optimization
|
contrib.contenttypes
|
master
|
#21381 |
Remove contrib.redirects dependency on contrib.sites
|
assigned
|
Dmitry Pechnikov
|
New feature
|
contrib.redirects
|
master
|
#17905 |
Admin documentation lists all models, even for users without access to certain applications
|
assigned
|
Grzegorz Szczepańczyk
|
New feature
|
contrib.admindocs
|
1.4-alpha-1
|
#12075 |
Add wsgiorg.routing args support
|
assigned
|
Gustavo Narea
|
New feature
|
HTTP handling
|
master
|
#8972 |
Add ability to delete selected vector features within the Geodjango/OpenLayers Admin map interface
|
assigned
|
jbronn
|
New feature
|
GIS
|
1.0
|
#28041 |
Postgres prefix searching for full text search
|
assigned
|
Joe Tsoi
|
New feature
|
contrib.postgres
|
1.10
|
#17193 |
Send templated email.
|
new
|
julianapplebaum
|
New feature
|
Core (Mail)
|
|
#28628 |
Audit for and abolish all use of '\d' in regexes
|
assigned
|
JunyiJ
|
Cleanup/optimization
|
Documentation
|
master
|
#28889 |
Use JavaScript to prevent double submission of admin forms
|
assigned
|
Karan Bedi
|
Cleanup/optimization
|
contrib.admin
|
1.11
|
#10609 |
Permissions on admin actions
|
assigned
|
leitjohn
|
New feature
|
contrib.admin
|
master
|
#20122 |
Pluralize filter sometimes returns singular form instead of an empty string for invalid inputs
|
assigned
|
Jorge C. Leitão
|
Cleanup/optimization
|
Template system
|
master
|
#27854 |
Make `collectstatic` warn (rather than blow up) on missing directories
|
assigned
|
Mahesh Kumar Jurel
|
Cleanup/optimization
|
contrib.staticfiles
|
1.10
|
#28373 |
TIME_ZONE value in DATABASES settings is not used for date lookup
|
assigned
|
messfish
|
Bug
|
Database layer (models, ORM)
|
1.11
|
#17508 |
DateDetailView should accept less specific dates, ie Year/Month or just Year
|
assigned
|
Moon Limb
|
New feature
|
Generic views
|
master
|
#5865 |
cycle template tag should accept a single argument
|
new
|
munhitsu
|
New feature
|
Template system
|
master
|
#5349 |
Shouldn't the item_enclosure_url automatically prefixed with the current site?
|
new
|
nobody
|
Cleanup/optimization
|
contrib.syndication
|
master
|
#5372 |
Cache inline ForeignKey options
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
newforms-admin
|
#5815 |
Adds per-view cache refreshing (clearing)
|
new
|
nobody
|
New feature
|
Core (Cache system)
|
master
|
#6343 |
% symbols not escaped in db_column column names when preparing queries
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#7537 |
Make RegexURLResolver easier to subclass
|
new
|
nobody
|
New feature
|
Core (URLs)
|
master
|
#8467 |
For ManyToMany manager, we should convert objects being added or removed to the pk type if they are not.
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#9475 |
add(), create(), etc. should be supported by intermediate ManyToMany model with extra attributes if extra fields can be calculated
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#10070 |
Named parameters not working on raw sql queries with sqlite
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.0
|
#10244 |
FileFields can't be set to NULL in the db
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.0
|
#10403 |
provide declarative syntax to define FormSets - including ModelFormSet and InlineFormSet
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#10449 |
HTML accents not escaped out when using forms
|
new
|
nobody
|
Bug
|
Internationalization
|
1.0
|
#10743 |
Support lookup separators in ModelAdmin.list_display
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#11265 |
ForeignKey/OneToOneField should support user-defined id attribute name
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#11487 |
Oracle encoding bug when saving more than 4000 characters
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#11634 |
OpenLayers default position
|
new
|
nobody
|
Bug
|
GIS
|
master
|
#11715 |
If change mutable list "inlines" in one admin options then it will change "inlines" for all admin options.
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.1
|
#11760 |
Placeholder for through value in ManyToManyField of abstract class
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
#12044 |
Add extra_context to admin action delete_selected
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.1
|
#12238 |
ModelAdmin ignores dynamic fields of ModelForm
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.1
|
#12651 |
AutoSlugField, that can recreate unique slugs during saving.
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#12733 |
Added support for Extent aggregate on mysql databases
|
new
|
nobody
|
New feature
|
GIS
|
1.1
|
#12780 |
Provide a hook for compound form/formset validation in ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#13060 |
ManagementForm exception in case of bad prefix should be easier to understand
|
new
|
nobody
|
Cleanup/optimization
|
Forms
|
|
#13117 |
Recenter OSMGeoAdmin widget with coordinates
|
new
|
nobody
|
New feature
|
GIS
|
1.1
|
#13251 |
Add ability to know where an object was deleted from to pre/post delete signals
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#13295 |
Add a Meta.sequence option to models
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
#13664 |
Enable admin permission checks from outside the ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#14688 |
BaseInlineFormSet does not support "auto_id"
|
new
|
nobody
|
Bug
|
Forms
|
master
|
#15610 |
Generic Foreign Keys break when used with multi-db.
|
new
|
nobody
|
Bug
|
contrib.contenttypes
|
master
|
#15691 |
TEST_DEPENDENCIES doesn't use TEST_NAME in circular dependency detection.
|
new
|
nobody
|
Bug
|
Testing framework
|
1.2
|
#15879 |
multipart/form-data filename="" not handled as file
|
new
|
nobody
|
Bug
|
File uploads/storage
|
1.3
|
#15982 |
Lack DateTime formats in some languages
|
new
|
nobody
|
Bug
|
Internationalization
|
1.3
|
#16063 |
Problem with searching in m2m fields in inherited model
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.2
|
#17613 |
Add validation method for cache keys
|
new
|
nobody
|
New feature
|
Core (Cache system)
|
master
|
#17637 |
Client side validation classes for forms
|
new
|
nobody
|
New feature
|
Forms
|
1.3
|
#17814 |
Add a way to override related_name on models that you can't edit
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#17834 |
ETag generated from empty content can break http caching
|
new
|
nobody
|
Bug
|
HTTP handling
|
1.3
|
#17881 |
Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.4-beta-1
|
#18098 |
order_with_respect_to should construct set_RELATED_order() method name from related_name
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#18597 |
`BaseInlineFormSet` should attempt to get it's queryset from it's instance related manager before falling back to it's model's default manager
|
new
|
nobody
|
Bug
|
Forms
|
1.4
|
#18914 |
Add a way to add items to the admin's object tools using Python code
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#18929 |
CachedFilesMixin is not compatible with S3BotoStorage
|
new
|
nobody
|
Bug
|
contrib.staticfiles
|
1.4
|
#20098 |
Add validation for models with the same db_table
|
new
|
nobody
|
New feature
|
Core (System checks)
|
master
|
#20942 |
modelformset wrongly assumes foreign keys can't point to proxy models.
|
new
|
nobody
|
Bug
|
Forms
|
1.5
|
#21273 |
Add read only support for Oracle XE to django.contrib.gis
|
new
|
nobody
|
Cleanup/optimization
|
GIS
|
master
|
#22752 |
PasswordResetForm email context is missing current_app
|
new
|
nobody
|
Cleanup/optimization
|
contrib.auth
|
master
|
#22961 |
StaticFilesHandler should not run middleware on 404
|
new
|
nobody
|
Bug
|
contrib.staticfiles
|
1.6
|
#23076 |
Cascaded deletion of polymorphic models fails
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#24218 |
Use sub-query in ORM when distinct and order_by columns do not match
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#24386 |
Querysets with filters and exclusions based on deep relations build invalid queries
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#24529 |
Allow double squashing of migrations
|
new
|
nobody
|
New feature
|
Migrations
|
master
|
#24581 |
Explicitly raise an exception if ManyToManyField._get_m2m_attr fails to match
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.8
|
#24810 |
Reopen database connection automatically when no transaction is active
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#25060 |
Add support for str(timedelta) representation in parse_duration
|
new
|
nobody
|
New feature
|
Utilities
|
master
|
#25464 |
Allow skipping IN clause on prefetch queries
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#26488 |
migrate crashes when renaming a multi-table inheritance base model
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#26552 |
`TransactionTestCase.serialized_rollback` fails to restore objects due to ordering constraints
|
new
|
nobody
|
Bug
|
Testing framework
|
1.9
|
#27064 |
Implement RenameIndex in a backwards compatible way
|
new
|
nobody
|
New feature
|
Migrations
|
master
|
#27080 |
`as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.10
|
#27541 |
Provide hooks to override manifest file storage in ManifestFilesMixin
|
new
|
nobody
|
New feature
|
contrib.staticfiles
|
1.10
|
#27614 |
Store the DB used in the state before calling Model._save_table()
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.10
|
#27659 |
Arbritrary file overrides in startproject/app template extraction
|
new
|
nobody
|
Bug
|
Utilities
|
master
|
#27708 |
Relation between tables in different schemas with big names
|
new
|
nobody
|
Bug
|
Migrations
|
master
|
#27844 |
Add a management command to optimize a migration
|
assigned
|
nobody
|
New feature
|
Migrations
|
master
|
#28053 |
Allow fields to specify arbitrary indexes via db_index=Index()
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.11
|
#28369 |
Provide ModelAdmin hooks for reversing URLs
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#28462 |
ModelAdmin.list_editable unusably slow and memory intensive with large datasets
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.10
|
#28636 |
Allow customizing the fallback language from the locale middleware
|
new
|
nobody
|
New feature
|
Internationalization
|
master
|
#29257 |
If creation of a db cursor fails, the resulting traceback is misleading
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
2.0
|
#12772 |
Allow loading template tags by fully qualified python module path
|
assigned
|
Patryk Zawadzki
|
New feature
|
Template system
|
1.2-beta
|
#16281 |
ContentType.get_object_for_this_type using wrong database for creating object
|
new
|
Dan Poirier
|
Bug
|
contrib.contenttypes
|
master
|
#17379 |
Don't deactivate translations by default in management commands
|
assigned
|
Ramiro Morales
|
Bug
|
Internationalization
|
master
|
#15819 |
Admin searches should use distinct, if query involves joins
|
new
|
Ryan Kaskel
|
Bug
|
contrib.admin
|
master
|
#20752 |
Error signals are not reliable, especially when dealing with database errors
|
assigned
|
schacki
|
Bug
|
HTTP handling
|
master
|
#13068 |
The "Add another [inline object]" javascript doesn't respect prepopulated_fields settings
|
new
|
Sean Brant
|
Bug
|
contrib.admin
|
1.7
|