.. |
man
|
3735f27660
Fixed #5463 -- Allow alternate file extensions on files that are translated.
|
пре 16 година |
Makefile
|
7dd4be581b
Added the basics needed to build Django's docs using [http://sphinx.pocoo.org/ Sphinx]. If you've got Sphinx installed (the latest version) along with [http://docutils.sf.net docutils], you should be able to easily build the docs locally using {{{sphinx-build}}} or the included {{{Makefile}}}. This use a basic (and pretty crappy) index for the documentation and the built-in Sphinx styles (which are actually quite nice).
|
пре 17 година |
add_ons.txt
|
94e8f4fb35
Fixed #8211 -- Corrected a misspelt word in docs/add_ons.txt. Thanks Piotr Lewandowski for catching this.
|
пре 16 година |
admin.txt
|
4ecdbc52af
Fixed #8373 -- Corrected a bad link in the admin.txt documentation. Thanks jarrow for catching my mistake.
|
пре 16 година |
admin_css.txt
|
fa8a1d252a
Fixed #2845 -- Corrected a few spelling errors in the docs and changed a
|
пре 18 година |
apache_auth.txt
|
61898d8627
Fixed #6612 -- Updated Apache auth recipe for Apache 2.2. Thanks, trbs.
|
пре 16 година |
api_stability.txt
|
cca261325a
Removed "forms and validation" link reference that is not used since [5818].
|
пре 16 година |
authentication.txt
|
97a7dab2b1
Fixed #6941 -- When logging a user out, or when logging in with an existing
|
пре 16 година |
cache.txt
|
01dd602150
Fixed a ReST error in cache docs.
|
пре 16 година |
conf.py
|
4c3fcbc4bc
[docs] OK, I give up.
|
пре 17 година |
contenttypes.txt
|
f505bd6e41
Documented that GenericForeignKey fields can't be used transparently in
|
пре 16 година |
contributing.txt
|
1ef86fdf2b
Fixed #7869 -- Removed a reference to an inner Admin class in docs/contributing.txt. Thanks John Scott.
|
пре 16 година |
csrf.txt
|
b1c0dc5a01
Normalized the use of "JavaScript" in the documentation.
|
пре 16 година |
custom_model_fields.txt
|
ef48a3e69c
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
|
пре 16 година |
databases.txt
|
4dd242bdeb
Corrected the privileges needed to run the test suite under Oracle
|
пре 16 година |
databrowse.txt
|
74b816ae9c
Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford
|
пре 17 година |
db-api.txt
|
ceb8fc56af
Fixed #6915: Documented the fact that QuerySet.delete() may not call delete() methods of individual objects
|
пре 16 година |
design_philosophies.txt
|
6bcb4935f2
Fixed #8007: removed mention of admin options in models from docs/design_philosophies.txt
|
пре 16 година |
distributions.txt
|
ad23fff759
Fixed #6597 -- Corrected spelling mistake. Thanks for the report, Atul Varma.
|
пре 17 година |
django-admin.txt
|
3735f27660
Fixed #5463 -- Allow alternate file extensions on files that are translated.
|
пре 16 година |
documentation.txt
|
4b41fb4ba9
Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build_documentation.py
|
пре 18 година |
email.txt
|
de9e2ae5bb
Removing another mention of manipulators
|
пре 16 година |
faq.txt
|
ecdd071794
Fixed #7951 -- Corrected typo in FAQ. Thanks to vulcan_eager for the report.
|
пре 16 година |
fastcgi.txt
|
a1fda7e1b0
Fixed #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas Steinacher.
|
пре 16 година |
files.txt
|
12c7918a45
Fixed #8224 -- Corrected link in files documentation.
|
пре 16 година |
flatpages.txt
|
4b93eed185
Fixed #4081 -- Allow empty content in flatpages.
|
пре 16 година |
form_preview.txt
|
24aa08f486
Refs #7864 -- Updates to documentation for the oldforms/newforms switch.
|
пре 16 година |
form_wizard.txt
|
24aa08f486
Refs #7864 -- Updates to documentation for the oldforms/newforms switch.
|
пре 16 година |
forms.txt
|
e149bee93e
Fixed #8277: corrected minor typo in docs/forms.txt.
|
пре 16 година |
generic_views.txt
|
cd3def1e4e
Removed notes about legacy Paginator object in the generic view docs (refs #7830).
|
пре 16 година |
i18n.txt
|
3735f27660
Fixed #5463 -- Allow alternate file extensions on files that are translated.
|
пре 16 година |
index.txt
|
bfac0b7385
Updated docs/index with new documents. Fixes #7725.
|
пре 16 година |
install.txt
|
bfcecfee91
Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq
|
пре 16 година |
legacy_databases.txt
|
510e545776
Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.
|
пре 18 година |
localflavor.txt
|
82a85fdbae
Fixed #6427 -- Added some more features to the Austrian localflavor.
|
пре 16 година |
middleware.txt
|
b30ee21dc1
Fixed #7820: MiddlewareNotUsed is finally documented somewhere else besides my brain.
|
пре 16 година |
model-api.txt
|
57aa1fd351
Fixed #6765: Changed docs/model-apit.txt to better indicate what's expected of initial SQL files.
|
пре 16 година |
modelforms.txt
|
ce3bdc86d4
Refs #7864 -- Corrected more instances of "newforms" in the docs.
|
пре 16 година |
modpython.txt
|
bfcecbffd3
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
|
пре 16 година |
oldforms.txt
|
fb51608332
It's time for the "newforms" documentation to arrive:
|
пре 16 година |
outputting_csv.txt
|
8e54c49784
Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris
|
пре 18 година |
outputting_pdf.txt
|
5b9d907ae8
Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. Thanks for the suggestion, perenzo.
|
пре 17 година |
overview.txt
|
4454bde3c1
Fixed #7999 -- Slightly changed the overview example to disambiguate the use of 'article'. Thanks to Kaell <joshalto@hotmail.com> for the suggestion.
|
пре 16 година |
pagination.txt
|
52b877eef0
Fixed #7781 -- Documented the `per_page` argument/attribute for `Paginator` objects. Also documented `Paginator`'s other arguments and made use of ReST definition lists. Thanks to hiukkanen for the
|
пре 16 година |
redirects.txt
|
39aa40d108
Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
|
пре 18 година |
release_notes_0.95.txt
|
bfcecfee91
Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq
|
пре 16 година |
release_notes_0.96.txt
|
e2b03bd0c2
Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.
|
пре 17 година |
release_notes_1.0_alpha.txt
|
459a7965dd
Changed "each" to "ease" and made several edits from Adrian.
|
пре 16 година |
release_notes_1.0_alpha_2.txt
|
2e01d59887
1.0 alpha 2 release notes
|
пре 16 година |
release_notes_1.0_beta_1.txt
|
8683468007
One more minor typo
|
пре 16 година |
request_response.txt
|
daa6b38f35
Fixed #8092, #3828 -- Removed dictionary access for request objects so that GET and POST data doesn't "overwrite" request attributes when used in templates (since dictionary lookup is performed before attribute lookup). This is backwards-incompatible if you were using the request object for dictionary access to the combined GET and POST data, but you should use `request.REQUEST` for that instead.
|
пре 16 година |
serialization.txt
|
56d901edcc
Fixed a few long lines and removed trailing whitespace.
|
пре 16 година |
sessions.txt
|
97a7dab2b1
Fixed #6941 -- When logging a user out, or when logging in with an existing
|
пре 16 година |
settings.txt
|
df284da44f
Fixed #8267: Corrected documentation for default value of DEFAULT_FILE_STORAGE setting
|
пре 16 година |
shortcuts.txt
|
8b3f36029f
Made a bunch of small doc rewordings from changes over the past couple of weeks
|
пре 17 година |
sitemaps.txt
|
badde8a7e5
Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by using
|
пре 16 година |
sites.txt
|
8abd63f450
Fixed #6287 -- Fixed typos in docs/sites.txt. Thanks, arien and Horst Gutmann
|
пре 17 година |
static_files.txt
|
0be6d32c24
Fixed #4817 -- Removed leading forward slashes from some urlconf examples in the documentation.
|
пре 17 година |
syndication_feeds.txt
|
942e5246ac
Added a number of callbacks to SyndicationFeed for adding custom attributes and elements to feeds. Refs #6547.
|
пре 16 година |
templates.txt
|
3d1795d87a
Clarified a bit of the {% url %} documentation. Fixes #7714.
|
пре 16 година |
templates_python.txt
|
167409e24e
Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, djoume
|
пре 17 година |
testing.txt
|
9dc4ba875f
Fixed #5461 -- Refactored the database backend code to use classes for the creation and introspection modules. Introduces a new validation module for DB-specific validation. This is a backwards incompatible change; see the wiki for details.
|
пре 16 година |
transactions.txt
|
a44439e880
Fixed #8137 -- Replaced an outdated link in the transactions docs.
|
пре 16 година |
tutorial01.txt
|
6564bfec85
Fixed #6551: clarify the meaning of ``DATABASE_NAME`` for SQLite in docs/tutorial01.txt
|
пре 16 година |
tutorial02.txt
|
7c6071861e
Fixed #8132 -- Updated tutorial 2 to describe the current way to customise the
|
пре 16 година |
tutorial03.txt
|
bfcecfee91
Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq
|
пре 16 година |
tutorial04.txt
|
bd3a1c0067
Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold.
|
пре 17 година |
unicode.txt
|
71dd90b25d
Edited docs/unicode.txt change from [6463] -- Americanized 'behavior'
|
пре 17 година |
upload_handling.txt
|
7899568e01
File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features.
|
пре 16 година |
url_dispatch.txt
|
bfcecfee91
Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq
|
пре 16 година |
webdesign.txt
|
97e65d1c9d
Fixed ReST error in docs/webdesign.txt
|
пре 18 година |