django1/django
Jacob Kaplan-Moss 738d9af1e8 magic-removal: fixed #1330: edit-inline works again on magic-removal. Note that the API will change *substantailly* before we're done (for example, this reintroduces core fields, which suck) but this at least gives us a place to start with.
Many many thanks for Christopher Lenz, my new hero.


git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-08 17:53:55 +00:00
..
bin magic-removal: added transaction support to Django! see transactions.txt (in magic-removal) for the details. 2006-03-01 17:08:33 +00:00
conf magic-removal: moved contents of django.views.registration to django.contrib.auth.views and django.contrib.auth.decorators 2006-03-07 02:47:11 +00:00
contrib magic-removal: fixed #1330: edit-inline works again on magic-removal. Note that the API will change *substantailly* before we're done (for example, this reintroduces core fields, which suck) but this at least gives us a place to start with. 2006-03-08 17:53:55 +00:00
core magic-removal: fixed #1330: edit-inline works again on magic-removal. Note that the API will change *substantailly* before we're done (for example, this reintroduces core fields, which suck) but this at least gives us a place to start with. 2006-03-08 17:53:55 +00:00
db magic-removal: fixed #1330: edit-inline works again on magic-removal. Note that the API will change *substantailly* before we're done (for example, this reintroduces core fields, which suck) but this at least gives us a place to start with. 2006-03-08 17:53:55 +00:00
dispatch magic-removal: Removed a tiny bit of cruft in django.dispatch.dispatcher because we can assume Python 2.3+ 2006-02-27 05:15:29 +00:00
forms magic-removal: fixed #1330: edit-inline works again on magic-removal. Note that the API will change *substantailly* before we're done (for example, this reintroduces core fields, which suck) but this at least gives us a place to start with. 2006-03-08 17:53:55 +00:00
http magic-removal: changed explicit settings import to qualified settings import in django.http 2006-01-16 14:49:36 +00:00
middleware magic-removal: Typo corrections in transaction code and docs 2006-03-02 01:37:06 +00:00
shortcuts magic-removal: Fixed #1300 -- Converted various Django code to use the new descriptor-fields DB API. Thanks much, Esaj 2006-01-31 23:42:58 +00:00
template magic-removal: Moved django.template.ContextPopException to django.template.context module, where the code that calls it can find it. Also removed use of 'dict' as a local variable, because that's a Python builtin 2006-02-27 05:19:25 +00:00
templatetags magic-removal: changed explicit settings import to qualified settings import in django.templatetags.i18n 2006-01-16 14:59:40 +00:00
utils magic-removal: Fixed problem with delete where dependent objects would be deleted in the incorrect order due to a fragile sort algorithm. Thanks to Luke Plant and Malcolm Tredinnick for helping to track this one down. 2006-03-04 12:13:41 +00:00
views magic-removal: moved contents of django.views.registration to django.contrib.auth.views and django.contrib.auth.decorators 2006-03-07 02:47:11 +00:00
__init__.py magic-removal: Changed VERSION from 'SVN' to 'magic-removal' 2006-02-23 17:38:42 +00:00