Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Django 1.4 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Compatibility with Django 1.4 #4

wants to merge 1 commit into from

Conversation

ptynecki
Copy link

Hi Thomas,

django-singletons is compatible with Django 1.4 now. Test it!

Best regards,
Katharsis & toporek

https://github.com/Katharsis/
https://github.com/toporek/

@Ismael
Copy link

Ismael commented Sep 25, 2012

I had to add:

url(r'^$',
lambda: 1,
name='%s_%s_changelist' % info),
into the urlpatterns for it to even show as editable (django 1.4)

@RacingTadpole
Copy link

Hi, I just tried using django-singletons with Django 1.4 - thanks for making this accessible. Unfortunately in the admin panel I now can't view or edit the singleton model - instead of a link, the model shows up as plain text. What am I doing wrong? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants