summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21730 -- Removed superfluous db_index in custom auth docsClaude Paroz2014-01-041-2/+1
* Fixed a sentence in the session security docs; thanks claudep.Tim Graham2014-01-031-2/+2
* Fixed #21728 -- Corrected an inadvertent path change in docs/intro/contributi...Tianyi Wang2014-01-031-4/+5
* Merge pull request #2094 from coder9042/ticket_21478Anssi Kääriäinen2014-01-031-4/+7
|\
| * Fixed #21478 -- Corrected docs for when Field.db_type() is called.Anubhav Joshi2013-12-191-4/+7
* | Fixed #21319 -- Added documentation for the Form.fields attribute.Vajrasky Kok2014-01-021-0/+34
* | Updated my bio.Aymeric Augustin2014-01-021-2/+2
* | Changed convention for modules storing AppConfigs.Aymeric Augustin2014-01-021-4/+4
* | Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when reusing...Tim Graham2014-01-021-0/+28
* | Fixed minor typos.Nathan Smith2014-01-021-2/+2
* | Fixed typos. Changed grammar.Frank Tobia2014-01-021-5/+5
* | Fix typo in 0ce945a67151acf2c58bc35a47f4c3d45ff30085.Marc Tamlyn2014-01-021-1/+1
* | Updated release notes on app_label.Aymeric Augustin2014-01-012-5/+2
* | Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin2014-01-012-0/+16
* | Documented unicity rules in INSTALLED_APPS.Aymeric Augustin2014-01-011-10/+23
* | Django sees more than 1mm hits per hourMatt Robenolt2013-12-311-1/+1
* | Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer2013-12-312-1/+6
* | Fixed #21484 -- Documented that SQL logging does not include "framework level...Tim Graham2013-12-311-3/+8
* | Fixed #21714 -- Moved logging configuration to global setup()Claude Paroz2013-12-311-5/+3
* | Renamed AppConfig.setup to ready.Aymeric Augustin2013-12-314-8/+8
* | Enforced unicity of app labels.Aymeric Augustin2013-12-311-7/+16
* | Made it possible to change an application's label in its configuration.Aymeric Augustin2013-12-312-10/+22
* | Fixed #19395 -- Added a simple example logging config.Tim Graham2013-12-311-4/+33
* | Fleshed out release notes for app loading.Aymeric Augustin2013-12-311-21/+61
* | Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham2013-12-316-1614/+1614
* | Added release notes for today's app-loading improvements.Aymeric Augustin2013-12-311-0/+7
* | Removed the only_with_models_module argument of get_model[s].Aymeric Augustin2013-12-301-8/+2
* | Fixed a broken link in docs/intro/tutorial01.txt.Tim Graham2013-12-301-1/+1
* | Fixed #21708 -- Added some headings to separate unrelated topics.Tim Graham2013-12-301-2/+5
* | Fixed #21710 -- Documented User.get_short_name()Tim Graham2013-12-301-0/+4
* | Stopped populating the app registry as a side effect.Aymeric Augustin2013-12-303-3/+28
* | Updated advice on connecting signals at startup.Aymeric Augustin2013-12-302-15/+33
* | Added AppConfig.setup() to run setup code.Aymeric Augustin2013-12-301-0/+6
* | Pointed intersphinx links to Python's default version.Aymeric Augustin2013-12-301-1/+1
* | Assumed Python 3 throughout docs/intro.Aymeric Augustin2013-12-307-77/+62
* | Deprecated the app argument of apps.get_models.Aymeric Augustin2013-12-291-2/+3
* | Added AppConfig.get_models().Aymeric Augustin2013-12-291-0/+4
* | Refactored the migration signals to use app configs.Aymeric Augustin2013-12-293-27/+104
* | Fixed #21242 -- Allowed more IANA schemes in URLValidatorClaude Paroz2013-12-282-2/+23
* | Removed the only_installed argument of Apps.get_models.Aymeric Augustin2013-12-281-2/+6
* | Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-282-5/+11
* | Simplified Apps.get_model and added AppConfig.get_model.Aymeric Augustin2013-12-281-0/+15
* | Fixed doc indentation in previous commit.Tim Graham2013-12-281-3/+3
* | Fixed #20346 -- Made cache middleware vary on the full URL.ijl2013-12-282-1/+20
* | Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz2013-12-281-0/+20
* | Used app_label instead of appname.Aymeric Augustin2013-12-286-55/+55
* | Updated the AppCommand API to support apps without a models module.Aymeric Augustin2013-12-283-8/+31
* | Fixed #21650 -- Corrected bad advice for plural translation.Tim Graham2013-12-271-23/+28
* | Fixed #21582 -- Corrected URL namespace example.Tim Graham2013-12-261-1/+6
* | Fixed #21629 -- Added instructions for loading MySQL time zone definitions.Tim Graham2013-12-262-0/+17