root/django/branches/schema-evolution-ng/docs
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| add_ons.txt | 4.8 kB | 4164 | 2 years | Added django.contrib.formtools, including the forced-preview application |
| admin_css.txt | 5.7 kB | 3883 | 2 years | Fixed #2845 -- Corrected a few spelling errors in the docs and changed … |
| apache_auth.txt | 3.2 kB | 3842 | 2 years | Added the word 'static' to docs/apache_auth.txt for benefit of search … |
| api_stability.txt | 4.8 kB | 3883 | 2 years | Fixed #2845 -- Corrected a few spelling errors in the docs and changed … |
| authentication.txt | 32.6 kB | 3961 | 2 years | Fixes #2971 -- Fixed inor typo in example in authentication documentation. … |
| cache.txt | 21.4 kB | 3604 | 2 years | Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True … |
| contributing.txt | 23.8 kB | 4203 | 2 years | Beefed up 'Using branches' part of docs/contributing.txt |
| csrf.txt | 3.0 kB | 4224 | 2 years | Negligible spacing changes to docs/csrf.txt to be consistent |
| db-api.txt | 60.4 kB | 4281 | 2 years | Oops -- reverted accidentally commited material from [4280] |
| design_philosophies.txt | 9.0 kB | 3438 | 2 years | Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txt |
| django-admin.txt | 14.0 kB | 3841 | 2 years | Proofread new django-admin 'adminmedia' option from [3811] and [3812] |
| documentation.txt | 6.8 kB | 3561 | 2 years | Added paragraph to docs/documentation.txt about removing comments from … |
| email.txt | 6.6 kB | 2901 | 2 years | Fixed #1235: email sent from django.core.mail will now be encoded … |
| faq.txt | 29.6 kB | 3917 | 2 years | Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0 |
| fastcgi.txt | 11.4 kB | 3759 | 2 years | Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support … |
| flatpages.txt | 4.4 kB | 2813 | 2 years | Fixed ReST error in docs/flatpages.txt |
| forms.txt | 26.5 kB | 4208 | 2 years | Copied django.forms to django.oldforms and changed all code to reference … |
| generic_views.txt | 43.3 kB | 4208 | 2 years | Copied django.forms to django.oldforms and changed all code to reference … |
| i18n.txt | 31.2 kB | 3608 | 2 years | Added note to 'If you don't need internationalization' section of … |
| install.txt | 5.1 kB | 4293 | 2 years | Fixed #3229 -- Fixed reference in install.txt. Thanks again, … |
| legacy_databases.txt | 2.6 kB | 4243 | 2 years | Removed duplication in docs/legacy_databases.txt |
| middleware.txt | 9.4 kB | 4282 | 2 years | Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin Grady |
| model-api.txt | 69.0 kB | 4309 | 2 years | Fixed #3287: method columns in the admin changelist can now have a … |
| modpython.txt | 9.4 kB | 3939 | 2 years | Fixed #2958 -- Pointed out in docs/modpython.txt that we use <Location> … |
| newforms.txt | 36.5 kB | 4306 | 2 years | newforms: Added unit tests and docs explaining that clean_data will only … |
| outputting_csv.txt | 4.8 kB | 2809 | 2 years | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
| outputting_pdf.txt | 5.8 kB | 3299 | 2 years | Fixed django.utils.httpwrappers call in docs/outputting_pdf.txt |
| overview.txt | 11.0 kB | 3654 | 2 years | Fixed small typo in docs/overview.txt. Thanks, kirk |
| redirects.txt | 2.7 kB | 4229 | 2 years | Fixed typo in docs/redirects.txt |
| release_notes_0.95.txt | 5.7 kB | 3881 | 2 years | Fixed a small typo. |
| request_response.txt | 15.9 kB | 3913 | 2 years | Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the … |
| serialization.txt | 4.1 kB | 3840 | 2 years | Proofread changes to docs/serialization.txt from [3795] |
| sessions.txt | 11.1 kB | 4268 | 2 years | Fixed #3137 -- Added 'Clearing the session table' section to … |
| settings.txt | 29.0 kB | 4280 | 2 years | Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, … |
| sitemaps.txt | 11.5 kB | 4088 | 2 years | Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic … |
| sites.txt | 13.1 kB | 3686 | 2 years | Fixed #2609 -- Improved docs/sites.txt CurrentSiteManager? to explain … |
| static_files.txt | 4.6 kB | 3952 | 2 years | Fixed #2963 -- Fixed bug in docs/static_files.txt. Thanks, Collin Grady |
| syndication_feeds.txt | 27.1 kB | 4031 | 2 years | Fixed #2987: cleaned up the syndication documentation a bit, thanks to … |
| templates.txt | 38.0 kB | 4274 | 2 years | Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users … |
| templates_python.txt | 44.1 kB | 4062 | 2 years | Fixed typo in docs/templates_python.txt |
| testing.txt | 18.5 kB | 4301 | 2 years | Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, … |
| transactions.txt | 6.2 kB | 3436 | 2 years | Added 'Transactions in MySQL' section to docs/transactions.txt |
| tutorial01.txt | 21.9 kB | 3481 | 2 years | Changed django.VERSION to (0, 95, None) to signify final 0.95 release |
| tutorial02.txt | 18.0 kB | 3928 | 2 years | Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasuda |
| tutorial03.txt | 18.8 kB | 4275 | 2 years | Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to … |
| tutorial04.txt | 10.6 kB | 3947 | 2 years | Fixes #2967 -- Fixed some typos in tutorial 4. Thanks, ramiro. |
| url_dispatch.txt | 16.9 kB | 3554 | 2 years | Improved urlresolvers so that URLconfs can be passed objects instead of … |
Note: See TracBrowser for help on using the browser.
