Home

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 12. about 3 years by offline
  2. 11. over 3 years by offline
  3. 10. over 3 years by offline
  4. 9. over 3 years by offline
  5. 8. over 3 years by offline
  6. 7. over 3 years by offline
  7. 6. over 3 years by offline
  8. 5. over 3 years by offline
  9. 4. over 3 years by offline
  10. 3. over 3 years by offline
  11. 2. over 3 years by offline
  12. 1. over 3 years by offline
 

DescriptionProject Moved to::

This is django application that try to eliminate annoying things in Django framework.

 http://bitbucket.org/offline/django-annoying/wiki/Home

Features:

  • render_to decorator - reduce typing in django views.
  • signals decorator - allow use signals as decorators.
  • ajax_request decorator - returns JsonResponse with this dict as content.
  • get_object_or_None function - similar to get_object_or_404, but returns None if object not found.
  • AutoOneToOne field - creates related object on first call if it doesnt exists yet.
  • HttpResponseReload - reload and stay on same page from where request was made.

 

Installation instruction:

  • Copy annoying directory to your django project or put in on PYTHONPATH
  • Also you can run sudo python setup.py install or sudo easy_install django-annoying

 

Download:

hg clone http://hg.assembla.com/django-annoying