Improved Accept middleware with webkit workaround |
raven_nevermore |
middleware accept header webkit |
Nov. 15, 2010, 2:59 p.m. |
+0 |
Resolve URLs to view name and args/kwargs |
fahhem |
url resolve name args kwargs |
Nov. 13, 2010, 2:44 a.m. |
+2 |
Limit ForeignKey filter values to those that have a relationship with current model |
overclocked |
ForeignKey Django-Admin FilterSpec |
Nov. 12, 2010, 2:30 p.m. |
+0 |
Changelist filter by ForeignKey |
overclocked |
ForeignKey Django-Admin FilterSpec |
Nov. 12, 2010, 1:29 p.m. |
+1 |
Monkey-patch Django's test client to return WSGIRequest objects |
robmadole |
request test client wsgi wsgirequest |
Nov. 12, 2010, 11:11 a.m. |
+0 |
utf8-friendly dumpdata management command (no escape symbols) |
dirol |
fixtures management dumpdata |
Nov. 12, 2010, 7:37 a.m. |
+4 |
Analogue template filter to removetags that also removes the content of the tag |
piquadrat |
filter removetags |
Nov. 12, 2010, 6:03 a.m. |
+1 |
Automatic urls for static pages |
jibbolo |
urls static static files url pattern |
Nov. 11, 2010, 5:13 a.m. |
+4 |
Import xls to satchmo |
zwack |
excel-import satchmo |
Nov. 11, 2010, 4:43 a.m. |
+0 |
Sane OneToOne getter |
Wraithan |
DoesNotExist OneToOne OneToOneField |
Nov. 10, 2010, 12:36 p.m. |
+1 |
Add CSS class template filter |
lazerscience |
django template tag css class template filter |
Nov. 8, 2010, 4:34 p.m. |
+2 |
Serialize JSON object into a model object and retrieve a python dictionary on load |
cstrap |
model json |
Nov. 8, 2010, 11:04 a.m. |
+1 |
LogTrace |
twoolie |
decorator logging hax trace |
Nov. 6, 2010, 4:02 a.m. |
+1 |
ModelMixin |
eallik |
mixin metaclass util metaprogramming |
Nov. 4, 2010, 10:53 a.m. |
+2 |
Embedded inline formsets in ModelForm |
stan |
model form inline ModelForm inline_formset |
Nov. 4, 2010, 5:57 a.m. |
+0 |
Comparing two json like python objects |
nmb10 |
django json piston compare |
Oct. 31, 2010, 2:53 p.m. |
-1 |
Allow any view (probably a generic view) to accept POST variables into extra_context |
orblivion |
|
Oct. 28, 2010, 4:33 p.m. |
+0 |
Allow any view (probably a generic view) to accept captured URL variables into extra_context. |
orblivion |
urls views |
Oct. 28, 2010, 3:28 p.m. |
+0 |
Detailed Error Reporting by Email |
Archatas |
email error reporting |
Oct. 28, 2010, 1:16 p.m. |
+5 |
{% if %} tag with {% elif %} support |
amagee |
template if else elif |
Oct. 26, 2010, 7:37 p.m. |
+1 |