Re: [mezzanine-users] error on post new blog

2015-09-02 Thread Ryne Everett
If you click through the issues linked from that issue and continue doing
so you'll eventually end up at the django-modeltranslation issue where this
bug originates. I would try harzo's workaround

.

On Wed, Sep 2, 2015 at 1:55 PM, سید محمد رضا طباطبائی <
mohammadreza.tabatab...@gmail.com> wrote:

> must be to downgrade Django to v1.7?
> don't have any solution??
>
> در چهارشنبه 2 سپتامبر 2015، ساعت 22:19:42 (UTC+4:30)، Ryne Everett نوشته:
>>
>> Had you seen https://github.com/stephenmcd/mezzanine/issues/1391?
>>
>> On Wed, Sep 2, 2015 at 11:54 AM, سید محمد رضا طباطبائی <
>> mohammadrez...@gmail.com> wrote:
>>
>>> AttributeError at /fa/admin/blog/blogpost/
>>>
>>> 'tuple' object has no attribute 'day'
>>>
>>> Request Method: GET Request URL: http://mydomain/fa/admin/blog/blogpost/ 
>>> Django
>>> Version: 1.8.4 Exception Type: AttributeError Exception Value:
>>>
>>> 'tuple' object has no attribute 'day'
>>>
>>> Exception Location:/mypath/ 
>>> lib/python3.4/site-packages/django/contrib/admin/templatetags/admin_list.py
>>> in , line 374
>>>
>>>
>>>
>>> Error during template rendering
>>>
>>> In template
>>> /mypath/lib/python3.4/site-packages/grappelli_safe/templates/admin/change_list.html,
>>> error at line *144*
>>> 'tuple' object has no attribute 'day' 134 {% blocktrans with
>>> cl.result_count as counter %}{{ counter }} found{% endblocktrans %}
>>> 135 {% blocktrans with
>>> cl.full_result_count as full_result_count %}{{ full_result_count }} total{%
>>> endblocktrans %} 136  137  138 {% endifnotequal %} 139
>>> 140  141 {% block search %}{% search_form cl %}{%
>>> endblock %} 142
>>> 143  144 {% block date_hierarchy %} {%
>>> date_hierarchy cl %} {% endblock %} 145
>>> 146 {% if cl.has_filters %} 147  148  149 {% trans 'Filter' %} 150 {% for spec in
>>> cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %} 151 
>>> 152 {% endif %} 153
>>> 154 
>>>
>>> --
>>> 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-use...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> 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.
>

-- 
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.


Re: [mezzanine-users] error on post new blog

2015-09-02 Thread سید محمد رضا طباطبائی
must be to downgrade Django to v1.7?
don't have any solution??

در چهارشنبه 2 سپتامبر 2015، ساعت 22:19:42 (UTC+4:30)، Ryne Everett نوشته:
>
> Had you seen https://github.com/stephenmcd/mezzanine/issues/1391?
>
> On Wed, Sep 2, 2015 at 11:54 AM, سید محمد رضا طباطبائی <
> mohammadrez...@gmail.com > wrote:
>
>> AttributeError at /fa/admin/blog/blogpost/ 
>>
>> 'tuple' object has no attribute 'day'
>>
>> Request Method: GET Request URL: http://mydomain/fa/admin/blog/blogpost/ 
>> Django 
>> Version: 1.8.4 Exception Type: AttributeError Exception Value: 
>>
>> 'tuple' object has no attribute 'day'
>>
>> Exception Location:/mypath/ 
>> lib/python3.4/site-packages/django/contrib/admin/templatetags/admin_list.py 
>> in , line 374
>>
>>
>>
>> Error during template rendering 
>>
>> In template 
>> /mypath/lib/python3.4/site-packages/grappelli_safe/templates/admin/change_list.html,
>>  
>> error at line *144*
>> 'tuple' object has no attribute 'day' 134 {% blocktrans with 
>> cl.result_count as counter %}{{ counter }} found{% endblocktrans %} 
>> 135 {% blocktrans with 
>> cl.full_result_count as full_result_count %}{{ full_result_count }} total{% 
>> endblocktrans %} 136  137  138 {% endifnotequal %} 139 
>> 140  141 {% block search %}{% search_form cl %}{% 
>> endblock %} 142 
>> 143  144 {% block date_hierarchy %} {% 
>> date_hierarchy cl %} {% endblock %} 145 
>> 146 {% if cl.has_filters %} 147  148  149 {% trans 'Filter' %} 150 {% for spec in 
>> cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %} 151  
>> 152 {% endif %} 153 
>> 154  
>>
>> -- 
>> 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.


Re: [mezzanine-users] error on post new blog

2015-09-02 Thread Ryne Everett
Had you seen https://github.com/stephenmcd/mezzanine/issues/1391?

On Wed, Sep 2, 2015 at 11:54 AM, سید محمد رضا طباطبائی <
mohammadreza.tabatab...@gmail.com> wrote:

> AttributeError at /fa/admin/blog/blogpost/
>
> 'tuple' object has no attribute 'day'
>
> Request Method: GET Request URL: http://mydomain/fa/admin/blog/blogpost/ 
> Django
> Version: 1.8.4 Exception Type: AttributeError Exception Value:
>
> 'tuple' object has no attribute 'day'
>
> Exception Location:/mypath/ 
> lib/python3.4/site-packages/django/contrib/admin/templatetags/admin_list.py
> in , line 374
>
>
>
> Error during template rendering
>
> In template
> /mypath/lib/python3.4/site-packages/grappelli_safe/templates/admin/change_list.html,
> error at line *144*
> 'tuple' object has no attribute 'day' 134 {% blocktrans with
> cl.result_count as counter %}{{ counter }} found{% endblocktrans %}
> 135 {% blocktrans with
> cl.full_result_count as full_result_count %}{{ full_result_count }} total{%
> endblocktrans %} 136  137  138 {% endifnotequal %} 139
> 140  141 {% block search %}{% search_form cl %}{% endblock
> %} 142
> 143  144 {% block date_hierarchy %} {%
> date_hierarchy cl %} {% endblock %} 145
> 146 {% if cl.has_filters %} 147  148  149 {% trans 'Filter' %} 150 {% for spec in
> cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %} 151 
> 152 {% endif %} 153
> 154 
>
> --
> 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.
>

-- 
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] error on post new blog

2015-09-02 Thread سید محمد رضا طباطبائی
AttributeError at /fa/admin/blog/blogpost/ 

'tuple' object has no attribute 'day'

Request Method: GET Request URL: http://mydomain/fa/admin/blog/blogpost/ Django 
Version: 1.8.4 Exception Type: AttributeError Exception Value: 

'tuple' object has no attribute 'day'

Exception Location:/mypath/ 
lib/python3.4/site-packages/django/contrib/admin/templatetags/admin_list.py 
in , line 374



Error during template rendering 

In template 
/mypath/lib/python3.4/site-packages/grappelli_safe/templates/admin/change_list.html,
 
error at line *144*
'tuple' object has no attribute 'day' 134 {% blocktrans with 
cl.result_count as counter %}{{ counter }} found{% endblocktrans %} 135 {% blocktrans with 
cl.full_result_count as full_result_count %}{{ full_result_count }} total{% 
endblocktrans %} 136  137  138 {% endifnotequal %} 139 
140  141 {% block search %}{% search_form cl %}{% endblock 
%} 142 
143  144 {% block date_hierarchy %} {% 
date_hierarchy cl %} {% endblock %} 145 
146 {% if cl.has_filters %} 147  148  149 {% trans 'Filter' %} 150 {% for spec in 
cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %} 151  152 {% 
endif %} 153 
154  

-- 
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] Custom CSS not loading

2015-09-02 Thread automotiveace
I put my custom css rules in 2 separate css files, home.css and 
custom.site.css.

The site is working but none of the custom css rules are being applied on 
the home page or on the content pages. I have css files listed to where the 
home.css is loaded after the default Mezzanine css files for the home page 
and the same for custom.site.css, on the other content pages.

After looking in my Terminal, it looks like home.css is being loaded first 
instead of last? Same goes for custom.site.css. Looking in the Sources in 
Chrome's developer console, it looks like all the default Mezzanine css 
files are being loaded last instead of first.

It seems to be a site-wide issue with none of the custom css rules being 
applied, whether home page or content pages, even when the custom css files 
are listed after the default ones. What could possibly cause this behavior? 
Any ideas are greatly appreciated.

-- 
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.