Opened 14 years ago

Closed 14 years ago

#12535 closed (invalid)

Caching & i18n

Reported by: udi Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://docs.djangoproject.com/en/dev/topics/i18n/

I'm curious how Django's caching infrastructure works along with the i18n functionality. A page with the same url will look different to two different users in different locales. Will each version be cached separately? If not, this should be mentioned here (and prob. fixed as well). If so, it might also be nice to add this information to this document for peace of mind. Thanks!

I noticed this related ticket:
http://code.djangoproject.com/ticket/5691

Change History (1)

comment:1 by Alex Gaynor, 14 years ago

Resolution: invalid
Status: newclosed

Trac is not for asking support or usage questions. Please use the django-users mailing list or the #django channel on irc.freenode.net.

Note: See TracTickets for help on using tickets.
Back to Top