django / django-localflavor

Country-specific Django helpers, formerly of contrib fame

Home Page:https://django-localflavor.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

US Docs data is weird

orf opened this issue · comments

The data includes the repr of a Django localproxy: http://django-localflavor.readthedocs.org/en/latest/localflavor/us/#data

Perhaps this should be changed?

https://github.com/django/django-localflavor/blob/master/docs/extensions/promises.py was supposed to fix that actually, something must have broken it

Probably related to 0d48410? @benkonrath do you know anything about this?

I was trying to fix failure in the docs test build (see #149). I suppose a quick fix is to revert that change and use Sphinx 1.2 . I should have time to investigate tomorrow,

It looks like I didn't also set lazy_safe_repr when I updated to Sphinx 1.3. The updated docs should be posted shortly. @orf Thanks for reporting this issue.