Changes between Version 128 and Version 129 of WikiStart


Ignore:
Timestamp:
May 7, 2006, 1:49:52 PM (18 years ago)
Author:
pb@…
Comment:

moved new-admin and magic-removal links toward top, and updated descriptions; added reference to BetterErrorMessages

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v128 v129  
    33Django is available open-source under the [http://code.djangoproject.com/file/django/trunk/LICENSE BSD license].
    44
    5 == Browse code online ==
     5== Browsing code online ==
    66
    77 * [/browser/django/trunk/ Browse source]: See the full code via a Web interface.
     
    99 * See our [http://www.djangoproject.com/download/ download page] for download instructions.
    1010
    11 == Get involved ==
     11== Getting involved ==
    1212
    1313 * [http://www.djangoproject.com/documentation/contributing/ How to contribute to Django]: The lowdown on how our community works.
     
    1515 * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks.
    1616 * [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
    1723
    1824== Example applications (With Source Code/Templates) ==
     
    3945 * [wiki:ManipulatorScript Simple Custom Manipulators]: Spews out a custom manipulator for your model, primed and ready for tweaking.
    4046 * [wiki:ModelMiddleware Model 'middleware']: Add pre/post save/delete callbacks to any model.
     47
    4148== User-contributed documentation ==
    4249
     
    6774== Under discussion ==
    6875
    69  * [wiki:RemovingTheMagic Removing the magic]: All about the changes in the magic-removal branch.
    7076 * [wiki:ModelInheritance Model Inheritance]: Subclassing and model inheritance.
    7177 * [wiki:VersionOneFeatures Version One features]
     
    7379 * [wiki:UnicodeInDjango Streamlining Unicode Usage]
    7480 * [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
    7682
    7783== Community ==
Back to Top