The main objectives of South are to provide a simple, stable and database-independent migration layer to prevent all the hassle schema changes over time bring to your Django applications.
Latest Updates: Django RSS
-
Brajeshwar
-
Brajeshwar
Scott Hacker, has posted an interesting, and quite detailed post discussing a developer’s move to Django. It’s both a personal account and a researched account, which makes for a strong post.
Read the article — Notes on a Django Migration.
-
Brajeshwar
Gustavo Picon, announced his new project django-taggable. As the author describes, django-taggable is “An efficient, denormalized and multidimensional tagging library for Django 1.0+”
-
Brajeshwar
Following Django’s previously-announced schedule, the Django team has released Django 1.0.1. This is a bugfix-only release containing fixes and improvements to the Django 1.0 codebase, and is a recommended upgrade for anyone using or targeting Django 1.0.
-
Brajeshwar
Anyone who has used Django for just about any length of time has probably used a Django model, and possibly wondered how it works. The key to the whole thing is what’s known as a metaclass, a metaclass is essentially a class that defines how a class is created.
Read the article in full — How the Heck do Django Models Work?
-
Brajeshwar
“There are quite a few great little tricks and tips one could use on their Django projects that would speed up development and save many headaches in the long run. From basic to obscure, these tips can help any skill-level of programmer become more adept with Django and all it’s glory.” Via: NetTuts.
-
Brajeshwar
Django will now be doing time-based releases, with minor releases (new features but no backwards incompatible changes) approximately every six months.
Checkout Django 1.1 roadmap and schedule.
-
Adel Anwar
Brian Beck wrote a reusable Django app that adds batch deletion and batch actions to the Django admin.
-
Harshad
Looking at templates for forms in Django http://linkbun.ch/1gns
-
Brajeshwar
Django 1.0 represents a the largest milestone in Django’s development to date: a web framework that a group of perfectionists can truly be proud of. Without this amazing community, though, it would have never happened.
You can download Django 1.0 on the Django downloads page, and read the complete release notes.
-
Brajeshwar
Over at Django Snippets, Simon Willison have an interesting way of creating a tamper-proof URLs and cookies by signing them, but without the overhead of a full 40 character SHA1 hash.
He experimented further and was able to knock a 40 char hash down to 27 characters by encoding it using a custom base65 encoding which only uses URL-safe characters.
Next Page »