Thanks Josh + Steve, 

i think using 

("^admin/media-library/", include("%s.urls" % 
settings.PACKAGE_NAME_FILEBROWSER)),

will make it simplier and less confusing for some of us with older projects 
, rather than

if getattr(settings, "PACKAGE_NAME_FILEBROWSER") in settings.INSTALLED_APPS:    
urlpatterns += i18n_patterns("",        ("^admin/media-library/", 
include("%s.urls" %                                        
settings.PACKAGE_NAME_FILEBROWSER)),    )







On Monday, January 13, 2014 5:05:46 PM UTC-5, Josh Cartmell wrote:
>
> Thanks Steve!
>
> One thing I just noticed is that if you are upgrading a site you need to 
> add the media library urls to your projects urls.py (not sure if this is 
> intentional or not).  The url, for reference is 
> https://bitbucket.org/stephenmcd/mezzanine/src/cbaf5e3fa437ef8c2ce164aefad907691978479e/mezzanine/project_template/urls.py?at=default#cl-24.
>   
> If you don't add it the media library doesn't work and if you try to go to 
> pages that make use of mezzanine FileFields (a gallery for example) there 
> are errors.
>
>
> On Sun, Jan 12, 2014 at 1:35 PM, Stephen McDonald <[email protected]<javascript:>
> > wrote:
>
>> Hi all,
>>
>> I've just pushed out Mezzanine 3.0.5 which contains a large number of 
>> minor fixes and enhancements since 3.0.4 (which was released very soon 
>> after 3.0).
>>
>> - Fixes for certain static admin files when running Python 3.3 on Windows
>> - Further support for multi-lingual admin interface
>> - Disqus SSO fixes for Python 3.3
>> - Increased font sizes through the admin interface
>> - More HTML5 field types handled in admin dynamic inlines
>> - Migration fixes for latest version of south with Django 1.6.1
>> - Automatic timezone guessing resolving issues with Django 1.6.1
>> - RSS feed "link" attribute now points to site instead of feed itself.
>> - Gallery fixes when hosting on Amazon S3
>> - Libraries upgraded: requests/bleach (resolves today's dependency 
>> conflicts)
>> - Restored bootstrap-extras.js fixing issues with drop-down menus on 
>> mobile devices
>> - Fixed gallery zipfile uploads for homepage galleries
>> - Fixed admin menu ordering for Python 3.3
>>  
>> -- 
>> 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 [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to