Re: [Django] #16905: Custom fields and apps should have a way to hook into BaseCommand.validate

2015-01-19 Thread Django
#16905: Custom fields and apps should have a way to hook into 
BaseCommand.validate
-+-
 Reporter:  jdunck   |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Markus Holtermann ):

 In [changeset:"4a5512a61d36e5923ae7de9f61bec042bc8b2d21"]:
 {{{
 #!CommitTicketReference repository=""
 revision="4a5512a61d36e5923ae7de9f61bec042bc8b2d21"
 Refs #16905 -- Replaced call to removed method in runserver

 Regression introduced in 0f169098efd099fd7ae13bd8e14b798530d74da7
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.06d4c7ccb09a4f032979081ed1153fab%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #16905: Custom fields and apps should have a way to hook into BaseCommand.validate

2015-01-18 Thread Django
#16905: Custom fields and apps should have a way to hook into 
BaseCommand.validate
-+-
 Reporter:  jdunck   |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"0f169098efd099fd7ae13bd8e14b798530d74da7"]:
 {{{
 #!CommitTicketReference repository=""
 revision="0f169098efd099fd7ae13bd8e14b798530d74da7"
 Removed BaseCommand.validate() per deprecation timeline; refs #16905.
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.221836d8806c99243cfada0d3bb57543%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #16905: Custom fields and apps should have a way to hook into BaseCommand.validate

2015-01-18 Thread Django
#16905: Custom fields and apps should have a way to hook into 
BaseCommand.validate
-+-
 Reporter:  jdunck   |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"67a76500a56d6dbe970126e142e02254dad7dbf3"]:
 {{{
 #!CommitTicketReference repository=""
 revision="67a76500a56d6dbe970126e142e02254dad7dbf3"
 Removed support for admin validators per deprecation timeline; refs
 #16905.
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.24357914d0db721289c034c2ade50d21%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #16905: Custom fields and apps should have a way to hook into BaseCommand.validate

2014-01-19 Thread Django
#16905: Custom fields and apps should have a way to hook into 
BaseCommand.validate
-+-
 Reporter:  jdunck   |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Core (Management |  Version:  master
  commands)  |   Resolution:  fixed
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by Russell Keith-Magee ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"d818e0c9b2b88276cc499974f9eee893170bf0a8"]:
 {{{
 #!CommitTicketReference repository=""
 revision="d818e0c9b2b88276cc499974f9eee893170bf0a8"
 Fixed #16905 -- Added extensible checks (nee validation) framework

 This is the result of Christopher Medrela's 2013 Summer of Code project.

 Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
 Apolloner, and Alex Gaynor for review notes along the way.

 Also: Fixes #8579, fixes #3055, fixes #19844.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.ed12399c42975c37a6cd261f9635a689%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #16905: Custom fields and apps should have a way to hook into BaseCommand.validate

2014-01-18 Thread Django
#16905: Custom fields and apps should have a way to hook into 
BaseCommand.validate
-+-
 Reporter:  jdunck   |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Core (Management |  Version:  master
  commands)  |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by russellm):

 A [https://github.com/django/django/pull/2181 pull request] to address
 this issue is now available, and is a candidate for the 1.7 release.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.d6712704d740b761ac3099f2087d3e8a%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #16905: Custom fields and apps should have a way to hook into BaseCommand.validate (was: Custom fields should be included in BaseCommand.validate)

2011-09-21 Thread Django
#16905: Custom fields and apps should have a way to hook into 
BaseCommand.validate
-+-
   Reporter:  jdunck |  Owner:  nobody
   Type:  New| Status:  new
  feature|  Component:  Core (Management
  Milestone: |  commands)
Version:  SVN|   Severity:  Normal
 Resolution: |   Keywords:
   Triage Stage:  Accepted   |  Has patch:  0
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-

Comment (by carljm):

 Not only custom fields, but also things that aren't fields at all - e.g.
 #8579.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.