Skip to content

Compatibility with Django 1.4 - #4

Open
ptynecki wants to merge 1 commit into
tttallis:masterfrom
ptynecki:master
Open

ptynecki wants to merge 1 commit into
tttallis:masterfrom
ptynecki:master

Conversation

@ptynecki

Copy link
Copy Markdown

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

Ismael commented Sep 25, 2012

Copy link
Copy Markdown

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
Copy Markdown

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