yeti logo icon
Close Icon
contact us
Yeti postage stamp
We'll reply within 24 hours.
Thank you! Your message has been received!
A yeti hand giving a thumb's up
Oops! Something went wrong while submitting the form.

Django 1.7 And You

By
Rudy Mutter
-
May 9, 2014

At the latest SF Django Meetup on April 30th we had Andrew Godwin, a core django developer and release manager for Django 1.7, come talk to us. He gave us a great talk on the next release of django and what's new that we should be on the lookout for.

The major point of the talk, and subsequently the Django 1.7 release, was migrations moving it django core. As most django developers are probably aware of, Andrew Godwin's widely popular database migration library, South, is being reworked from the ground up and placed into django core. This will help fill one of the biggest gaps in django compared to its competitor frameworks.

Another important, but less visible, improvement in Django 1.7 is the application framework. In this release, apps will now be full on App objects, which is laying the ground work for much larger and needed improvements with settings in the future.

Before the talk, we also had two great lightning talks by Randall Degges and Venkata Subramanian Mahalingam. The short version of Randall's talk was that if you're using Django's user authentication, you should use bcrypt as your password hashing algorithm of choice for security. Venkata showed us his work on Django Rest Framework and being able to ask the API to only return certain fields of the object you're retrieving. Venkata would like to get his work tidied up into a pull request to submit to Django Rest Framework, so feel free to reach out to him if you're interested in helping.

Andrew Godwin, Meetup Event, Django 1.7 Presentation, OMG Crypto! Lightning Talk

Rudy Mutter is a CTO + Founding Partner at Yeti. He found his passion for technology as a youth, spending his childhood developing games and coding websites. Rudy now resides in the Yeti Cave where he architects Yeti’s system and heads up project production.

Connect with Rudy on Linkedin

You Might also like...

code on a computerManaging Perisistent Browser Data with useSyncExternalStore

Struggling to keep React state in sync across tabs and sessions? Learn how to use useSyncExternalStore to manage state persistence with localStorage and sessionStorage—without complex state management libraries. Improve performance and streamline your app’s state logic.

software developerReact Hooks 102: When to Avoid useEffect

Overusing useEffect in React can lead to inefficient components and performance issues. In this post, learn when to avoid useEffect and discover better alternatives for managing state, calculations, and user events. Optimize your React code with best practices for cleaner, faster applications.

software developer codingFintech Security with GraphQL Shield

Securing fintech applications is crucial, and GraphQL’s flexibility can be a security risk if not properly managed. GraphQL Shield helps enforce fine-grained authorization using role-based (RBAC) and attribute-based (ABAC) access control. In this post, we’ll explore why authorization matters, how to implement secure, composable rules, and walk through a demo app showcasing best practices.

Browse all Blog Articles

Ready for your new product adventure?

Let's Get Started