Re: [Django] #14349: Add Belgium (be) localflavor

2010-09-30 Thread Django
#14349: Add Belgium (be) localflavor
-+--
  Reporter:  laurentluce | Owner:  laurentluce  
  
Status:  assigned| Milestone:  1.3  
  
 Component:  django.contrib.localflavor  |   Version:  SVN  
  
Resolution:  |  Keywords:  localflavor 
belgium
 Stage:  Ready for checkin   | Has_patch:  1
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  0   |  
-+--
Changes (by russellm):

  * stage:  Accepted => Ready for checkin

Comment:

 Patch looks good; marking RFC.

-- 
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-upda...@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.



Re: [Django] #14349: Add Belgium (be) localflavor

2010-09-30 Thread Django
#14349: Add Belgium (be) localflavor
-+--
  Reporter:  laurentluce | Owner:  laurentluce  
  
Status:  assigned| Milestone:  1.3  
  
 Component:  django.contrib.localflavor  |   Version:  SVN  
  
Resolution:  |  Keywords:  localflavor 
belgium
 Stage:  Accepted| Has_patch:  1
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  0   |  
-+--
Changes (by laurentluce):

  * needs_better_patch:  1 => 0

Comment:

 - Replaced doctests by unittests.
 - Modified tests/regressiontests/forms/tests.py to import BE localflavor
 unit tests properly
 - Add my name to AUTHORS

-- 
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-upda...@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.



Re: [Django] #14349: Add Belgium (be) localflavor

2010-09-30 Thread Django
#14349: Add Belgium (be) localflavor
-+--
  Reporter:  laurentluce | Owner:  laurentluce  
  
Status:  assigned| Milestone:  1.3  
  
 Component:  django.contrib.localflavor  |   Version:  SVN  
  
Resolution:  |  Keywords:  localflavor 
belgium
 Stage:  Accepted| Has_patch:  1
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  1   |  
-+--
Changes (by russellm):

  * needs_better_patch:  0 => 1

Comment:

 We're in the process of trying to purge the doctests from our test suite.
 We're trying to avoid adding doctests if at all possible, and doctests for
 completely new functionality are one of those things that are easy to
 avoid.

-- 
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-upda...@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.



Re: [Django] #14349: Add Belgium (be) localflavor

2010-09-30 Thread Django
#14349: Add Belgium (be) localflavor
-+--
  Reporter:  laurentluce | Owner:  laurentluce  
  
Status:  assigned| Milestone:  1.3  
  
 Component:  django.contrib.localflavor  |   Version:  SVN  
  
Resolution:  |  Keywords:  localflavor 
belgium
 Stage:  Accepted| Has_patch:  1
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  0   |  
-+--
Comment (by gvangool):

 One more thing, you might want to switch from doctests to unittests.
 It has come up on the mailing list once before in a
 [http://groups.google.com/group/django-developers/msg/2ee447a82d0f0fb9
 message from Alex].

-- 
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-upda...@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.



Re: [Django] #14349: Add Belgium (be) localflavor

2010-09-28 Thread Django
#14349: Add Belgium (be) localflavor
-+--
  Reporter:  laurentluce | Owner:  laurentluce  
  
Status:  assigned| Milestone:  1.3  
  
 Component:  django.contrib.localflavor  |   Version:  SVN  
  
Resolution:  |  Keywords:  localflavor 
belgium
 Stage:  Accepted| Has_patch:  1
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  0   |  
-+--
Changes (by laurentluce):

  * has_patch:  0 => 1

Comment:

 patch contains the following:
 - forms.py with BEPostalCodeField, BEPhoneNumberField, BERegionSelect,
 BEProvinceSelect
 - be_regions.py with the 3 Belgium regions
 - be_provinces.py with the 11 Belgium provinces
 - added tests be.py and updated tests/regressiontests/forms/tests.py

-- 
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-upda...@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.



Re: [Django] #14349: Add Belgium (be) localflavor

2010-09-28 Thread Django
#14349: Add Belgium (be) localflavor
-+--
  Reporter:  laurentluce | Owner:  laurentluce  
  
Status:  assigned| Milestone:  1.3  
  
 Component:  django.contrib.localflavor  |   Version:  SVN  
  
Resolution:  |  Keywords:  localflavor 
belgium
 Stage:  Accepted| Has_patch:  0
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  0   |  
-+--
Changes (by laurentluce):

  * stage:  Unreviewed => Accepted

-- 
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-upda...@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.



Re: [Django] #14349: Add Belgium (be) localflavor

2010-09-27 Thread Django
#14349: Add Belgium (be) localflavor
-+--
  Reporter:  laurentluce | Owner:  laurentluce  
  
Status:  assigned| Milestone:  1.3  
  
 Component:  django.contrib.localflavor  |   Version:  SVN  
  
Resolution:  |  Keywords:  localflavor 
belgium
 Stage:  Unreviewed  | Has_patch:  0
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  0   |  
-+--
Changes (by laurentluce):

  * status:  new => assigned
  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
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-upda...@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.



[Django] #14349: Add Belgium (be) localflavor

2010-09-27 Thread Django
#14349: Add Belgium (be) localflavor
+---
 Reporter:  laurentluce |   Owner:  laurentluce
   Status:  new |   Milestone:  1.3
Component:  django.contrib.localflavor  | Version:  SVN
 Keywords:  localflavor belgium |   Stage:  Unreviewed 
Has_patch:  0   |  
+---
 Should include post code, phone numbers and provinces.

-- 
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-upda...@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.