Most Recent Callcast

Django Dose Callcast - Episode #11: 04/20/2010

A panel involving Mike Malone, Waldemar Kornewald, Adam Lowry, Ted Nyman, Jacob Kaplan-Moss, Eric Florenzano, and Alex Gaynor on NoSQL and Django.

Recent Screencasts

No recent screencasts

Recent Articles

Introduction to Aggregates in Django

September 11, 2009 / View Comments

With the 1.1 release of Django came several major new features, prominent among these is ...

Handling Development, Staging, and Production Environments

September 06, 2009 / View Comments

When you’re developing a personal website, a blog, or a website for a small client, ...

Recent Blog Posts

NoSQL Panel

April 11, 2010 / View Comments

Announcing a Django and NoSQL panel.

Reusable Application Panel

October 13, 2009 / View Comments

We're please to announce that we'll be recording a panel all about reusable applications, and ...

Bookmarks

DAjax Project - Ajax for your Django Project

http://dajaxproject.com/
by Kevin Fricovsky
on Feb. 23, 2010
View Comments

Describe as "a powerfull tool to easily and super-fastly develop asynchronous presentation logic in web applications using python and almost ...

Quick Admin Docs with Simpleadmindoc

http://source.mihelac.org/2010/01/27/django-simpleadmindoc/
by Kevin Fricovsky
on Feb. 22, 2010
View Comments

Simpleadmindoc is django application that allows you to quickly create help for modules in Django admin. Goal is to be ...

4 things to know for NoSQL Django coders

http://www.allbuttonspressed.com/blog/django/2010/02/4-things-to-know-for-NoSQL-Django-coders
by Kevin Fricovsky
on Feb. 22, 2010
View Comments

Waldemar Kornewald discusses his new project django-nonrel which is a port of Django with the goal of supporting non-relational databases ...

Lifestream

  • (by L.Plant.98@cantab.net) Changeset [11594]: Corrected regressions introduced in r11586 and r11593 I read the order of …
  • (by L.Plant.98@cantab.net) Changeset [11593]: Improved error messages when people use cache_page in undocumented and now …
  • (by ubernostrum@gmail.com) Changeset [11592]: [1.1.X] Fixed #11931: Removed mention of nonexistent get_sql() method for …
  • (by ubernostrum@gmail.com) Changeset [11591]: Fixed #11931: Removed mention of nonexistent get_sql() method for …
  • (by L.Plant.98@cantab.net) Changeset [11590]: Fixed typo in docstring for decorator_from_middleware_with_args. Thanks …
  • (by ubernostrum@gmail.com) Changeset [11589]: [1.1.X] The 1.1.X branch has been created, so that needs to be past tense. …
  • (by ubernostrum@gmail.com) Changeset [11588]: The 1.1.X branch has been created, so that needs to be past tense.
  • (by L.Plant.98@cantab.net) Changeset [11587]: Rewrote user_passes_test to use auto_adapt_to_methods, removing the need …
  • (by L.Plant.98@cantab.net) Changeset [11586]: Fixed #6371 - several decorators don't work with bound methods. This …
  • (by freakboy@iinet.net.au) Changeset [11585]: [1.1.X] Marked r11577 as merged
  • (by freakboy@iinet.net.au) Changeset [11584]: [1.1.X] Fixed some ReST markup in admin installation docs. Merge of …
  • (by freakboy@iinet.net.au) Changeset [11583]: [1.1.X] Fixed counting error in admin installation overview docs. Merge …
  • (by freakboy@iinet.net.au) Changeset [11582]: [1.1.X] Fixed #11886 -- Corrected handling of F() expressions that use …
  • (by freakboy@iinet.net.au) Changeset [11581]: Fixed #11886 -- Corrected handling of F() expressions that use …
  • (by L.Plant.98@cantab.net) Changeset [11580]: Fixed some ReST markup in admin installation docs.
  • (by L.Plant.98@cantab.net) Changeset [11579]: Fixed counting error in admin installation overview docs.
  • Changeset [11578]: [1.1.X] Fixed #11827: Can now calculate extent in Oracle on tables with …
  • Changeset [11577]: Fixed #11827: Can now calculate extent in Oracle on tables with one point.