django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
813 stars 289 forks source link

Updated Indian States and union territories as per iso:3166 #426

Closed nishit01 closed 3 years ago

nishit01 commented 3 years ago

Updated Indian States and Union Territories as per iso 3166 (https://www.iso.org/obp/ui/#iso:code:3166:IN)

All Changes made in the code

  1. Orissa replaced with Odisha
  2. Pondicherry replaced with Puducherry
  3. Updated Chattisgarh code (CG replaced with CT)
  4. Moved Jammu and Kashmir from State to Union Territories
  5. Added Ladakh in Union Territories
  6. Modified Daman and Diu name with the updated iso code
  7. Updated Andaman and Nicobar Union Territory Name
benkonrath commented 3 years ago

@nishit01 This looks similar to #427. Can this one be closed?

nishit01 commented 3 years ago

Hi @benkonrath, yes

nishit01 commented 3 years ago

@benkonrath #426 failed Travis CI due to missing test cases, I added related testes to pass all checks in Travis CI. #427 contains code with the addition of related test cases