Django Polish Localflavor

Introduction

To make long introduction a short blurp:

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Localflavor (Polish)

I’ve implemented Polish specific forms for the Django framework. While it is still in alpha state, i’m placing the patch to the current SVN version of Django.

  • Code is fully covered with regression tests
  • All tests complete with a succes
  • Code is in a stable form
  • What has been implemented:
    • Postal Code check field
    • NIP field check (with checksum)
    • PESEL field check (witch checksum)
    • REGON field checkĀ  (with checksum)
    • Voivodeship (wojewodztwa) select field
    • Administrative units (powiaty) select field

Files: