Re: [Django] #16986: Model.clean cannot report errors on individual fields

2011-10-29 Thread Django
#16986: Model.clean cannot report errors on individual fields -+ Reporter: davidfstr|Owner: nobody Type: New feature | Status: new Component: Forms|

Re: [Django] #16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique)

2011-10-29 Thread Django
#16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique) -+- Reporter: rogeliomita@…|Owner: nobody Typ

[Changeset] r17055 - in django/trunk: django/core/management/commands tests/regressiontests/fixtures_regress

2011-10-29 Thread noreply
Author: ramiro Date: 2011-10-29 15:32:28 -0700 (Sat, 29 Oct 2011) New Revision: 17055 Modified: django/trunk/django/core/management/commands/loaddata.py django/trunk/tests/regressiontests/fixtures_regress/tests.py Log: Made a couple of changes for readability and correctness in loaddata. Mo

Re: [Django] #16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique)

2011-10-29 Thread Django
#16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique) -+- Reporter: rogeliomita@…|Owner: nobody Typ

Re: [Django] #17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags

2011-10-29 Thread Django
#17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags -+-- Reporter: aaugustin|Owner: nobody Type: Bug | Status: new Co

Re: [Django] #17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags

2011-10-29 Thread Django
#17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags -+-- Reporter: aaugustin|Owner: nobody Type: Bug | Status: new Co

Re: [Django] #11118: BaseCommand doesn't restore translation

2011-10-29 Thread Django
#8: BaseCommand doesn't restore translation -+- Reporter: rvdrijst |Owner: nobody Type: Bug | Status: new Component: Core (Management

Re: [Django] #16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique)

2011-10-29 Thread Django
#16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique) -+- Reporter: rogeliomita@…|Owner: nobody Typ

Re: [Django] #11118: BaseCommand doesn't restore translation

2011-10-29 Thread Django
#8: BaseCommand doesn't restore translation -+- Reporter: rvdrijst |Owner: nobody Type: Bug | Status: new Component: Core (Management

Re: [Django] #17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags

2011-10-29 Thread Django
#17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags -+-- Reporter: aaugustin|Owner: nobody Type: Bug | Status: new Co

Re: [Django] #17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags

2011-10-29 Thread Django
#17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags -+-- Reporter: aaugustin|Owner: nobody Type: Bug | Status: new Co

[Django] #17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags

2011-10-29 Thread Django
#17135: stringfilter decorator is incompatible with is_safe / needs_autoescape flags ---+ Reporter: aaugustin| Owner: nobody Type: Bug | Status: new

[Changeset] r17054 - in django/trunk: django/template tests/regressiontests/defaultfilters

2011-10-29 Thread noreply
Author: aaugustin Date: 2011-10-29 08:28:44 -0700 (Sat, 29 Oct 2011) New Revision: 17054 Modified: django/trunk/django/template/defaultfilters.py django/trunk/tests/regressiontests/defaultfilters/tests.py Log: Made the defaultfilters tests run on the actual filters, not on functions importe

Re: [Django] #10200: loaddata command does not raise CommandError on errors

2011-10-29 Thread Django
#10200: loaddata command does not raise CommandError on errors -+- Reporter: lgs |Owner: nobody Type: Bug | Status: reopened Componen

[Changeset] r17053 - django/trunk/django/core/management

2011-10-29 Thread noreply
Author: ramiro Date: 2011-10-29 08:01:17 -0700 (Sat, 29 Oct 2011) New Revision: 17053 Modified: django/trunk/django/core/management/base.py Log: Fixed #16849 -- Updated management command verbosity option help text. Modified: django/trunk/django/core/management/base.py

Re: [Django] #16849: loaddata - --help text incorrect?

2011-10-29 Thread Django
#16849: loaddata - --help text incorrect? ---+ Reporter: EvilDMP|Owner: nobody Type: Bug| Status: closed Component: Documentation | Vers

[Changeset] r17052 - in django/trunk/django: contrib/humanize/templatetags contrib/markup/templatetags template templatetags

2011-10-29 Thread noreply
Author: aaugustin Date: 2011-10-29 07:51:43 -0700 (Sat, 29 Oct 2011) New Revision: 17052 Modified: django/trunk/django/contrib/humanize/templatetags/humanize.py django/trunk/django/contrib/markup/templatetags/markup.py django/trunk/django/template/defaultfilters.py django/trunk/django/

Re: [Django] #7043: Bad verbosity in loaddata command when fixtures location passed by param baddly

2011-10-29 Thread Django
#7043: Bad verbosity in loaddata command when fixtures location passed by param baddly -+- Reporter: msaelices|Owner: msaelices Type: Bug | Sta

[Changeset] r17051 - in django/trunk: django/core/management/commands tests/regressiontests/fixtures_regress

2011-10-29 Thread noreply
Author: ramiro Date: 2011-10-29 07:47:45 -0700 (Sat, 29 Oct 2011) New Revision: 17051 Modified: django/trunk/django/core/management/commands/loaddata.py django/trunk/tests/regressiontests/fixtures_regress/tests.py Log: Enhanced loaddata error message printed when no DB fixture is provided.

[Changeset] r17050 - django/trunk/django/template

2011-10-29 Thread noreply
Author: aaugustin Date: 2011-10-29 07:39:02 -0700 (Sat, 29 Oct 2011) New Revision: 17050 Modified: django/trunk/django/template/defaultfilters.py Log: Used the decorator syntax consistently for stringfilter. Fixed linebreaks that was decorated twice. Modified: django/trunk/django/template/de

Re: [Django] #7043: Bad verbosity in loaddata command when fixtures location passed by param baddly

2011-10-29 Thread Django
#7043: Bad verbosity in loaddata command when fixtures location passed by param baddly -+- Reporter: msaelices|Owner: msaelices Type: Bug | Sta

Re: [Django] #17089: Color of fonts used in code

2011-10-29 Thread Django
#17089: Color of fonts used in code -+- Reporter: colonelcoleslaw@…|Owner: nobody Type: | Status: new Cleanup/optimization |

[Changeset] r17049 - in django/trunk: django/core tests/regressiontests/admin_custom_urls

2011-10-29 Thread noreply
Author: ramiro Date: 2011-10-29 05:24:44 -0700 (Sat, 29 Oct 2011) New Revision: 17049 Modified: django/trunk/django/core/urlresolvers.py django/trunk/tests/regressiontests/admin_custom_urls/models.py Log: More django.conf.urls.defaults removals. Refs #17132 Modified: django/trunk/django/cor

Re: [Django] #17132: Leftover urls.defaults import

2011-10-29 Thread Django
#17132: Leftover urls.defaults import --+ Reporter: claudep | Owner: nobody Type: Cleanup/optimization | Status: closed Component: Core (Other) |Version: SVN Severity: Normal

Re: [Django] #11639: Can't remove prepopulated fields from fieldset in ModelAdmin

2011-10-29 Thread Django
#11639: Can't remove prepopulated fields from fieldset in ModelAdmin -+- Reporter: |Owner: nobody leanmeandonothingmachine | Status: closed

Re: [Django] #14253: TIME_ZONE not respected by Today and Now widgets in admin

2011-10-29 Thread Django
#14253: TIME_ZONE not respected by Today and Now widgets in admin -+- Reporter: adamnelson |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17129: Model FAQ: Link to south

2011-10-29 Thread Django
#17129: Model FAQ: Link to south ---+ Reporter: guettli|Owner: nobody Type: Uncategorized | Status: new Component: Documentation | Version: 1.3