Re: [Django] #22544: Error happened when I use LiveServerTestCase to test static file

2014-04-29 Thread Django
#22544: Error happened when I use LiveServerTestCase to test static file ---+-- Reporter: lifeng |Owner: nobody Type: Bug| Status: new Componen

[Django] #22544: Error happened when I use LiveServerTestCase to test static file

2014-04-29 Thread Django
#22544: Error happened when I use LiveServerTestCase to test static file ---+ Reporter: lifeng | Owner: nobody Type: Bug| Status: new Component: Testing framework |Version: 1.7-

Re: [Django] #21461: Add pre_update and post_update signals

2014-04-29 Thread Django
#21461: Add pre_update and post_update signals -+- Reporter: loic84 |Owner: loic84 Type: New feature | Status: assigned Component: Database lay

Re: [Django] #22502: Datetime fields break empty form validation on first attempt (but not second)

2014-04-29 Thread Django
#22502: Datetime fields break empty form validation on first attempt (but not second) --+- Reporter: melinath |Owner: nobody Type: Bug | Status: new Component: Forms

Re: [Django] #22411: Migrations attempt to create content types without first running contenttypes sync/migrations

2014-04-29 Thread Django
#22411: Migrations attempt to create content types without first running contenttypes sync/migrations +-- Reporter: melinath|Owner: nobody Type: Bug | Status: new

Re: [Django] #22485: makemigrations fails with dependencies to unmigrated apps

2014-04-29 Thread Django
#22485: makemigrations fails with dependencies to unmigrated apps -+- Reporter: apollo13 |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #22420: Postgresql connections not being dropped between tests?

2014-04-29 Thread Django
#22420: Postgresql connections not being dropped between tests? ---+-- Reporter: bacongobbler |Owner: nobody Type: Bug| Status: new Component: Testi

Re: [Django] #22534: Checks fail on non-swappable ForeignKeys when the related model is swapped out

2014-04-29 Thread Django
#22534: Checks fail on non-swappable ForeignKeys when the related model is swapped out -+-- Reporter: bendavis78 |Owner: nobody Type: Bug | Status: new

Re: [Django] #21638: Infinite migrations when using AUTH_USER_MODEL

2014-04-29 Thread Django
#21638: Infinite migrations when using AUTH_USER_MODEL -+- Reporter: patrick@…|Owner: Andrew Type: Bug | Godwin Component: Migrations |

Re: [Django] #22051: Running `makemigrations` twice in a row fails

2014-04-29 Thread Django
#22051: Running `makemigrations` twice in a row fails -+ Reporter: bmispelon|Owner: andrewgodwin Type: Bug | Status: new Component: Migrations

Re: [Django] #9602: Add admin.site._registry manipulation methods

2014-04-29 Thread Django
#9602: Add admin.site._registry manipulation methods -+- Reporter: robhudson|Owner: anonymous Type: New feature | Status: assigned Component: con

Re: [Django] #22420: Postgresql connections not being dropped between tests?

2014-04-29 Thread Django
#22420: Postgresql connections not being dropped between tests? ---+-- Reporter: bacongobbler |Owner: nobody Type: Bug| Status: new Component: Testi

Re: [Django] #22427: _session_cache of SessionBase affected by database session engine save

2014-04-29 Thread Django
#22427: _session_cache of SessionBase affected by database session engine save -+- Reporter: anonymous|Owner: nobody Type: Bug | Status: close

Re: [Django] #22396: Admin AllValuesFieldListFilter not respecting ModelAdmin.get_queryset

2014-04-29 Thread Django
#22396: Admin AllValuesFieldListFilter not respecting ModelAdmin.get_queryset ---+-- Reporter: serialx.net@… |Owner: nobody Type: Bug| Status: closed Component:

Re: [Django] #22527: FK proxy model not properly deferred in syncdb

2014-04-29 Thread Django
#22527: FK proxy model not properly deferred in syncdb -+- Reporter: leftmoose|Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #22534: Checks fail on non-swappable ForeignKeys when the related model is swapped out

2014-04-29 Thread Django
#22534: Checks fail on non-swappable ForeignKeys when the related model is swapped out -+-- Reporter: bendavis78 |Owner: nobody Type: Bug | Status: new

Re: [Django] #22520: CircularDependencyError when there's a foreign key to a model with PermissionsMixin

2014-04-29 Thread Django
#22520: CircularDependencyError when there's a foreign key to a model with PermissionsMixin ---+-- Reporter: Naddiseo |Owner: nobody Type: Uncategorized | Status: closed

Re: [Django] #22542: Migrations introduce circular dependency on custom user model

2014-04-29 Thread Django
#22542: Migrations introduce circular dependency on custom user model +-- Reporter: hoha@… |Owner: nobody Type: Bug | Status: closed Component: Migrations |

Re: [Django] #22543: Add pre_update and post_update signal for querysets

2014-04-29 Thread Django
#22543: Add pre_update and post_update signal for querysets -+- Reporter: bendavis78 |Owner: nobody Type: New feature | Status: closed Component: D

Re: [Django] #22543: Add pre_update and post_update signal for querysets

2014-04-29 Thread Django
#22543: Add pre_update and post_update signal for querysets -+- Reporter: bendavis78 |Owner: nobody Type: New feature | Status: closed Component: D

[Django] #22543: Add pre_update and post_update signal for querysets

2014-04-29 Thread Django
#22543: Add pre_update and post_update signal for querysets --+ Reporter: bendavis78| Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #22485: makemigrations fails with dependencies to unmigrated apps

2014-04-29 Thread Django
#22485: makemigrations fails with dependencies to unmigrated apps -+- Reporter: apollo13 |Owner: nobody Type: Bug | Status: new Component:

[Django] #22542: Migrations introduce circular dependency on custom user model

2014-04-29 Thread Django
#22542: Migrations introduce circular dependency on custom user model + Reporter: hoha@… | Owner: nobody Type: Bug | Status: new Component: Migrations |Version: 1.7-beta-2 Severity: Normal

Re: [Django] #22510: Form fields cannot have names that are present as attributes on the form

2014-04-29 Thread Django
#22510: Form fields cannot have names that are present as attributes on the form -+-- Reporter: gc@… |Owner: nobody Type: Bug | Status: new Compon

Re: [Django] #22485: makemigrations fails with dependencies to unmigrated apps

2014-04-29 Thread Django
#22485: makemigrations fails with dependencies to unmigrated apps -+- Reporter: apollo13 |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #22510: Form fields cannot have names that are present as attributes on the form

2014-04-29 Thread Django
#22510: Form fields cannot have names that are present as attributes on the form -+-- Reporter: gc@… |Owner: nobody Type: Bug | Status: new Compon

Re: [Django] #22431: TestCase swallows IntegrityError when creating object with invalid foreign key

2014-04-29 Thread Django
#22431: TestCase swallows IntegrityError when creating object with invalid foreign key -+- Reporter: cjerdonek|Owner: nobody Type: | Statu

Re: [Django] #22491: TestCase + select_for_update()

2014-04-29 Thread Django
#22491: TestCase + select_for_update() -+- Reporter: andreas_pelme|Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #22416: Migrate can't create ManyToManyField for Model wigrated in the same run

2014-04-29 Thread Django
#22416: Migrate can't create ManyToManyField for Model wigrated in the same run -+- Reporter: roughdesignapps@…|Owner: nobody Type: | Status: new

Re: [Django] #22485: makemigrations fails with dependencies to unmigrated apps

2014-04-29 Thread Django
#22485: makemigrations fails with dependencies to unmigrated apps -+- Reporter: apollo13 |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #22438: Slow INNER JOIN in MySQL can be fixed in Django ORM, but should it?

2014-04-29 Thread Django
#22438: Slow INNER JOIN in MySQL can be fixed in Django ORM, but should it? -+- Reporter: frol |Owner: nobody Type: Uncategorized| Status: closed

Re: [Django] #22540: .save() called in multiple "creation" queryset functions

2014-04-29 Thread Django
#22540: .save() called in multiple "creation" queryset functions -+- Reporter: craig.labenz@… |Owner: nobody Type: | Status: new Cleanup/optim

Re: [Django] #22480: "django-admin.py dumpdata" - unable to serialize

2014-04-29 Thread Django
#22480: "django-admin.py dumpdata" - unable to serialize ---+-- Reporter: yn |Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |

Re: [Django] #12500: Support for MySQL Connector/Python

2014-04-29 Thread Django
#12500: Support for MySQL Connector/Python -+- Reporter: geertjanvdk |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #22370: Mysql TimeZone problems

2014-04-29 Thread Django
#22370: Mysql TimeZone problems -+- Reporter: info@… |Owner: nobody Type: Bug | Status: closed Component: Database layer |

Re: [Django] #22523: Clarify pytz requirement for time zone support

2014-04-29 Thread Django
#22523: Clarify pytz requirement for time zone support -+- Reporter: z|Owner: timo Type: | Status: closed Cleanup/optimization

Re: [Django] #22485: makemigrations fails with dependencies to unmigrated apps

2014-04-29 Thread Django
#22485: makemigrations fails with dependencies to unmigrated apps -+- Reporter: apollo13 |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #22541: Missing space character in Dutch translation

2014-04-29 Thread Django
#22541: Missing space character in Dutch translation --+-- Reporter: pdewacht |Owner: nobody Type: Bug | Status: closed Component: Translations |

Re: [Django] #22541: Missing space character in Dutch translation

2014-04-29 Thread Django
#22541: Missing space character in Dutch translation --+-- Reporter: pdewacht |Owner: nobody Type: Bug | Status: closed Component: Translations |

Re: [Django] #22541: Missing space character in Dutch translation

2014-04-29 Thread Django
#22541: Missing space character in Dutch translation --+-- Reporter: pdewacht |Owner: nobody Type: Bug | Status: closed Component: Translations |

Re: [Django] #19272: gettext_lazy returns "unexpected type"

2014-04-29 Thread Django
#19272: gettext_lazy returns "unexpected type" -+- Reporter: tyrion |Owner: nobody Type: Bug | Status: closed Component: Translations

Re: [Django] #22046: unhelpful queryset handling for model formsets with data

2014-04-29 Thread Django
#22046: unhelpful queryset handling for model formsets with data + Reporter: Jim Bailey |Owner: Type: Bug | Status: new Component: Forms | Vers

Re: [Django] #22539: Model.full_clean() mutates exclude argument

2014-04-29 Thread Django
#22539: Model.full_clean() mutates exclude argument -+- Reporter: maggotfish@… |Owner: nobody Type: Bug | Status: new Component: Database lay

Re: [Django] #22447: Migrations have bases=(NewBase, ) for models with custom metaclass

2014-04-29 Thread Django
#22447: Migrations have bases=(NewBase,) for models with custom metaclass -+- Reporter: cdestigter |Owner: charettes Type: Bug | Status: closed

[django/django] f02f20: [1.7.x] Use the new implementation of `six.with_me...

2014-04-29 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: f02f20a7395fe6681cfcae1c52d4bab68f6aa0d5 https://github.com/django/django/commit/f02f20a7395fe6681cfcae1c52d4bab68f6aa0d5 Author: Simon Charette Date: 2014-04-29 (Tue, 29 Apr 2014) Changed paths:

Re: [Django] #22046: unhelpful queryset handling for model formsets with data

2014-04-29 Thread Django
#22046: unhelpful queryset handling for model formsets with data + Reporter: Jim Bailey |Owner: hershbergien Type: Bug | Status: assigned Component: Forms

Re: [Django] #22523: Clarify pytz requirement for time zone support

2014-04-29 Thread Django
#22523: Clarify pytz requirement for time zone support -+- Reporter: z|Owner: timo Type: | Status: closed Cleanup/optimization

Re: [Django] #22447: Migrations have bases=(NewBase, ) for models with custom metaclass

2014-04-29 Thread Django
#22447: Migrations have bases=(NewBase,) for models with custom metaclass -+- Reporter: cdestigter |Owner: charettes Type: Bug | Status: closed

[django/django] a2340a: Use the new implementation of `six.with_metaclass`...

2014-04-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: a2340ac6d6b7e31c7e97e8fdaf3e1d73e43b24ba https://github.com/django/django/commit/a2340ac6d6b7e31c7e97e8fdaf3e1d73e43b24ba Author: Simon Charette Date: 2014-04-29 (Tue, 29 Apr 2014) Changed paths: M

[Django] #22541: Missing space character in Dutch translation

2014-04-29 Thread Django
#22541: Missing space character in Dutch translation --+ Reporter: pdewacht | Owner: nobody Type: Bug | Status: new Component: Translations |Version: 1.6 Severity: Normal| Keywords:

[Django] #22540: .save() called in multiple "creation" queryset functions

2014-04-29 Thread Django
#22540: .save() called in multiple "creation" queryset functions --+-- Reporter: craig.labenz@…| Owner: nobody Type: Cleanup/optimization | Status: new Component: Database layer

Re: [Django] #22485: makemigrations fails with dependencies to unmigrated apps

2014-04-29 Thread Django
#22485: makemigrations fails with dependencies to unmigrated apps -+- Reporter: apollo13 |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #22016: Automatically reload i18n files on change, when DEBUG is True

2014-04-29 Thread Django
#22016: Automatically reload i18n files on change, when DEBUG is True --+ Reporter: vegitron |Owner: vegitron Type: New feature | Status: new Co

Re: [Django] #22503: Inconsistent behavior when a QuerySet is sliced

2014-04-29 Thread Django
#22503: Inconsistent behavior when a QuerySet is sliced -+- Reporter: ajaest |Owner: nobody Type: New feature | Status: new Component: Database

Re: [Django] #22330: Model.__reduce__() includes cached lookups

2014-04-29 Thread Django
#22330: Model.__reduce__() includes cached lookups -+- Reporter: patrys |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #22382: ManyRelatedManager's get_prefetch_queryset doesn't validate the prefetch types

2014-04-29 Thread Django
#22382: ManyRelatedManager's get_prefetch_queryset doesn't validate the prefetch types -+- Reporter: Keryn Knight |Owner: nobody | Status: new

Re: [Django] #22514: Postgres index generator does not expect db_type to be None

2014-04-29 Thread Django
#22514: Postgres index generator does not expect db_type to be None -+- Reporter: vzima|Owner: nobody Type: Bug | Status: new Componen

Re: [Django] #22508: select_related on a foreign related object fails to load fields on original object

2014-04-29 Thread Django
#22508: select_related on a foreign related object fails to load fields on original object -+- Reporter: boxm |Owner: aaugustin Type: Bug |

Re: [Django] #21743: formset prefix attribute and formset empty form "__prefix__" don't refer to the same thing

2014-04-29 Thread Django
#21743: formset prefix attribute and formset empty form "__prefix__" don't refer to the same thing -+- Reporter: bjb@…|Owner: nobody Type: |

Re: [Django] #22046: unhelpful queryset handling for model formsets with data

2014-04-29 Thread Django
#22046: unhelpful queryset handling for model formsets with data + Reporter: Jim Bailey |Owner: hershbergien Type: Bug | Status: assigned Component: Forms

Re: [Django] #22295: admin/base.html only shows #user-tools when user is staff

2014-04-29 Thread Django
#22295: admin/base.html only shows #user-tools when user is staff -+- Reporter: wouter@… |Owner: nobody Type: | Status: new Cleanup/opti

Re: [Django] #22537: Misleading documentation on choices for a model field

2014-04-29 Thread Django
#22537: Misleading documentation on choices for a model field ---+ Reporter: carbonXT |Owner: nobody Type: Bug| Status: new Component: Documentation |

Re: [Django] #22539: Model.full_clean() mutates exclude argument

2014-04-29 Thread Django
#22539: Model.full_clean() mutates exclude argument -+- Reporter: maggotfish@… |Owner: nobody Type: Bug | Status: new Component: Database lay

Re: [Django] #22539: Model.full_clean() mutates exclude argument

2014-04-29 Thread Django
#22539: Model.full_clean() mutates exclude argument -+- Reporter: maggotfish@… |Owner: nobody Type: Bug | Status: new Component: Database lay

[django/django] 62bbfb: [1.7.x] Removed bogus, ineffective 'U' flag from c...

2014-04-29 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 62bbfba3aa96011a374f935d2c2176e5c2c90b85 https://github.com/django/django/commit/62bbfba3aa96011a374f935d2c2176e5c2c90b85 Author: Ramiro Morales Date: 2014-04-29 (Tue, 29 Apr 2014) Changed paths:

[django/django] 2df723: Removed bogus, ineffective 'U' flag from codecs.op...

2014-04-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 2df7238512ecb9c19922a288592f4edfac1df43f https://github.com/django/django/commit/2df7238512ecb9c19922a288592f4edfac1df43f Author: Ramiro Morales Date: 2014-04-29 (Tue, 29 Apr 2014) Changed paths: M

Re: [Django] #22510: Form fields cannot have names that are present as attributes on the form

2014-04-29 Thread Django
#22510: Form fields cannot have names that are present as attributes on the form -+-- Reporter: gc@… |Owner: nobody Type: Bug | Status: new Compon

Re: [Django] #19272: gettext_lazy returns "unexpected type"

2014-04-29 Thread Django
#19272: gettext_lazy returns "unexpected type" -+- Reporter: tyrion |Owner: nobody Type: Bug | Status: new Component: Translations

[Django] #22539: Model.full_clean() mutates exclude argument

2014-04-29 Thread Django
#22539: Model.full_clean() mutates exclude argument --+ Reporter: maggotfish@… | Owner: nobody Type: Bug | Status: new Component: Database layer (models, ORM)

Re: [Django] #22533: Allow overriding `label_suffix` on a per-field basis

2014-04-29 Thread Django
#22533: Allow overriding `label_suffix` on a per-field basis -+ Reporter: julen|Owner: julen Type: New feature | Status: assigned Component: Forms|

Re: [Django] #22538: Support for HTML5 Date and Time input fields

2014-04-29 Thread Django
#22538: Support for HTML5 Date and Time input fields ---+-- Reporter: me@… |Owner: nobody Type: Uncategorized | Status: closed Component: Forms |

[Django] #22538: Support for HTML5 Date and Time input fields

2014-04-29 Thread Django
#22538: Support for HTML5 Date and Time input fields ---+ Reporter: me@… | Owner: nobody Type: Uncategorized | Status: new Component: Forms |Version: 1.6 Severity: Normal | Keywo

Re: [Django] #22421: Loading fixtures with one-to-one inheritance on abstract model and M2M fails since 1.7 Beta (was: Loading fixtures with one-to-one inheritance on proxy model and M2M with natural

2014-04-29 Thread Django
#22421: Loading fixtures with one-to-one inheritance on abstract model and M2M fails since 1.7 Beta --+ Reporter: stanislas.guerra@…|Owner: nobody Type: Bug |

Re: [Django] #16025: distinct does not apply to aggregated querysets

2014-04-29 Thread Django
#16025: distinct does not apply to aggregated querysets -+- Reporter: micolous |Owner: nobody Type: Bug | Status: new Component: Database