Changes between Version 128 and Version 129 of WikiStart
- Timestamp:
- May 7, 2006, 1:49:52 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v128 v129 3 3 Django is available open-source under the [http://code.djangoproject.com/file/django/trunk/LICENSE BSD license]. 4 4 5 == Brows ecode online ==5 == Browsing code online == 6 6 7 7 * [/browser/django/trunk/ Browse source]: See the full code via a Web interface. … … 9 9 * See our [http://www.djangoproject.com/download/ download page] for download instructions. 10 10 11 == Get involved ==11 == Getting involved == 12 12 13 13 * [http://www.djangoproject.com/documentation/contributing/ How to contribute to Django]: The lowdown on how our community works. … … 15 15 * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks. 16 16 * [wiki:PyConSprint06 PyCon Sprint 2006]: Monday, February 27, 2006 through Thursday, March 2, 2006. 17 18 == Descriptions of major changes to the codebase == 19 20 * [wiki:RemovingTheMagic Removing the magic]: The magic-removal branch was merged to trunk in changeset [2809], May 2006. 21 * [wiki:NewAdminChanges New-admin changes]: The new-admin branch was merged to trunk in changeset [1433], November 2005. 22 17 23 18 24 == Example applications (With Source Code/Templates) == … … 39 45 * [wiki:ManipulatorScript Simple Custom Manipulators]: Spews out a custom manipulator for your model, primed and ready for tweaking. 40 46 * [wiki:ModelMiddleware Model 'middleware']: Add pre/post save/delete callbacks to any model. 47 41 48 == User-contributed documentation == 42 49 … … 67 74 == Under discussion == 68 75 69 * [wiki:RemovingTheMagic Removing the magic]: All about the changes in the magic-removal branch.70 76 * [wiki:ModelInheritance Model Inheritance]: Subclassing and model inheritance. 71 77 * [wiki:VersionOneFeatures Version One features] … … 73 79 * [wiki:UnicodeInDjango Streamlining Unicode Usage] 74 80 * [wiki:AJAX AJAX and Django] 75 * [wiki: NewAdminChanges New-admin changes]: The admin code was recently refactored. This explains what's new.81 * [wiki:BetterErrorMessages Better Error Messages]: Documenting situations where better error messages would improve the experience of developing with Django 76 82 77 83 == Community ==