[mezzanine-users] Adding pagination to Mezzanine TabularDynamicInlineAdmin

2015-06-26 Thread Lee H.
On one of my pages I have a model called MapPlace (it's basically just a 
place name and some geo coords), I add it to the admin as an inline
of the page like

from mezzanine.core.admin import TabularDynamicInlineAdmin,
class MapPlaceInline(TabularDynamicInlineAdmin):
model = MapPlace

Things look 
like 
http://www.awesomescreenshot.com/image/360673/6d18b2c7d906fead91ebe9696becb8f3

All well and good, but now I have over 30 MapPlaces added, and this list is 
becoming unwieldy, so I need to paginate these rows.
Is this possible in Mezzanine? 



-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Re: don't change language

2015-06-26 Thread سید محمد رضا طباطبائی
i think so, template have some problem


در سه‌شنبه 16 ژوئن 2015، ساعت 13:29:34 (UTC+4:30)، سید محمد رضا طباطبائی 
نوشته:

 i make multi lingual website but don't change language when click language 
 bar in website 

 when i am run mezzanine show some message what this message ???

 $python3 manage.py runserver
 /usr/lib/python3.4/importlib/_bootstrap.py:321: RemovedInDjango19Warning: 
 django.contrib.contenttypes.generic is deprecated and will be removed in 
 Django 1.9. Its contents have been moved to the fields, forms, and admin 
 submodules of django.contrib.contenttypes.
   return f(*args, **kwds)

 /usr/lib/python3.4/importlib/_bootstrap.py:321: RemovedInDjango19Warning: 
 django.contrib.contenttypes.generic is deprecated and will be removed in 
 Django 1.9. Its contents have been moved to the fields, forms, and admin 
 submodules of django.contrib.contenttypes.
   return f(*args, **kwds)





-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Re: TinyMCE 4

2015-06-26 Thread Graham Oliver
Thanks Steve and all others who contributed to integrating TinyMCE 4
Awesome!
g


On Saturday, 27 June 2015 10:21:32 UTC+12, Stephen McDonald wrote:

 Hi all,

 I've just merged into Mezzanine the work Alex Hill has done on upgrading 
 TinyMCE to version 4 - it looks a lot better!

 Please help out by grabbing the latest dev branch and testing it. I've 
 already ironed out a handful of issues, and AFAICT it works really well.

 This should be the last of a many new features that will make up the next 
 release, Mezzanine 4.0!


 -- 
 Stephen McDonald
 http://jupo.org
  

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] TinyMCE 4

2015-06-26 Thread Stephen McDonald
Hi all,

I've just merged into Mezzanine the work Alex Hill has done on upgrading
TinyMCE to version 4 - it looks a lot better!

Please help out by grabbing the latest dev branch and testing it. I've
already ironed out a handful of issues, and AFAICT it works really well.

This should be the last of a many new features that will make up the next
release, Mezzanine 4.0!


-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] labels inside textboxs on login and sign up pages don't display with mezzanine flat theme

2015-06-26 Thread Fatemeh Mirzaei
Hello all,

I'm using mezzanine flat theme and put mezzanine.accounts in installed app. 
My problem is that labels on login and sign up pages are disappeared. I've 
downloaded moderna theme and it works on moderna properly but I need flat 
theme. I thought that maybe the labels are inside the textbox and there 
should be a place to activate this feature. Please let me know what you 
think and any help would be greatly appreciated.

Thanks
Fatemeh

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.