.. |
man
|
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py.
|
2008-07-06 06:39:44 +00:00 |
Makefile
|
…
|
|
add_ons.txt
|
Added a link to admin docs in add_ons.txt. Refs #7829.
|
2008-07-21 17:12:15 +00:00 |
admin.txt
|
…
|
|
admin_css.txt
|
…
|
|
apache_auth.txt
|
Fixed #6612 -- Updated Apache auth recipe for Apache 2.2. Thanks, trbs.
|
2008-06-30 12:25:03 +00:00 |
api_stability.txt
|
…
|
|
authentication.txt
|
…
|
|
cache.txt
|
…
|
|
conf.py
|
[docs] OK, I give up.
|
2008-03-27 15:14:57 +00:00 |
contenttypes.txt
|
Fixed spaces vs. tabs issue in docs/contenttypes.txt from [7976]
|
2008-07-22 02:57:14 +00:00 |
contributing.txt
|
…
|
|
csrf.txt
|
…
|
|
custom_model_fields.txt
|
…
|
|
databases.txt
|
Corrected the privileges needed to run the test suite under Oracle
|
2008-07-21 16:50:04 +00:00 |
databrowse.txt
|
…
|
|
db-api.txt
|
…
|
|
design_philosophies.txt
|
Fixed #6367 -- Fixed link to zen of Python, thanks N00ne and dtulig.
|
2008-01-13 02:14:21 +00:00 |
distributions.txt
|
…
|
|
django-admin.txt
|
…
|
|
documentation.txt
|
…
|
|
email.txt
|
Removing another mention of manipulators
|
2008-07-27 23:27:16 +00:00 |
faq.txt
|
…
|
|
fastcgi.txt
|
…
|
|
flatpages.txt
|
Fixed #4081 -- Allow empty content in flatpages.
|
2008-06-30 13:05:47 +00:00 |
form_for_model.txt
|
…
|
|
form_preview.txt
|
…
|
|
form_wizard.txt
|
…
|
|
forms.txt
|
…
|
|
generic_views.txt
|
…
|
|
i18n.txt
|
…
|
|
index.txt
|
…
|
|
install.txt
|
…
|
|
legacy_databases.txt
|
Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.
|
2007-07-01 01:00:23 +00:00 |
localflavor.txt
|
…
|
|
middleware.txt
|
Normalized the use of "JavaScript" in the documentation.
|
2008-07-27 18:34:21 +00:00 |
model-api.txt
|
Remove a couple mentions of manipulators (which are no longer relevant) from docs/model-api.txt
|
2008-07-27 23:23:49 +00:00 |
modelforms.txt
|
…
|
|
modpython.txt
|
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
|
2008-07-21 07:57:10 +00:00 |
oldforms.txt
|
It's time for the "newforms" documentation to arrive:
|
2008-07-21 17:13:41 +00:00 |
outputting_csv.txt
|
Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris
|
2007-01-24 20:08:47 +00:00 |
outputting_pdf.txt
|
…
|
|
overview.txt
|
Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa
|
2007-08-07 02:33:11 +00:00 |
pagination.txt
|
Made the Paginator class a bit more backwards compatible with the lecacy `ObjectPaginator` class by using the `ObjectPaginator`'s `_get_count` method. Instead of explicitly checking for an instance of `QuerySet`, this now allows any object with a `count()` or `__len__()` method defined to be passed to Paginator. For one, this is useful when you have custom `QuerySet`-like classes that implement a `count()` method but don't inherit from `QuerySet` explicitly.
|
2008-07-27 23:01:55 +00:00 |
redirects.txt
|
…
|
|
release_notes_0.95.txt
|
…
|
|
release_notes_0.96.txt
|
…
|
|
release_notes_1.0_alpha.txt
|
…
|
|
request_response.txt
|
…
|
|
serialization.txt
|
…
|
|
sessions.txt
|
…
|
|
settings.txt
|
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
|
2008-07-21 07:57:10 +00:00 |
shortcuts.txt
|
Made a bunch of small doc rewordings from changes over the past couple of weeks
|
2008-02-16 05:15:09 +00:00 |
sitemaps.txt
|
Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by using
|
2008-07-26 05:07:16 +00:00 |
sites.txt
|
…
|
|
static_files.txt
|
…
|
|
syndication_feeds.txt
|
…
|
|
templates.txt
|
…
|
|
templates_python.txt
|
Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, djoume
|
2008-06-16 03:35:50 +00:00 |
testing.txt
|
…
|
|
transactions.txt
|
…
|
|
tutorial01.txt
|
…
|
|
tutorial02.txt
|
Improved the bit of the tutorial that explains how to enable the admin. Fixes #7824.
|
2008-07-21 17:10:33 +00:00 |
tutorial03.txt
|
…
|
|
tutorial04.txt
|
…
|
|
unicode.txt
|
Edited docs/unicode.txt change from [6463] -- Americanized 'behavior'
|
2007-11-30 05:09:49 +00:00 |
upload_handling.txt
|
…
|
|
url_dispatch.txt
|
Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq
|
2008-07-22 03:01:21 +00:00 |
webdesign.txt
|
Fixed ReST error in docs/webdesign.txt
|
2007-03-30 01:50:46 +00:00 |