Commit History

Author SHA1 Message Date
  Claude Paroz f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
  mark-summerfield 4584bc3a1e Described PostgreSQL as more scalable than SQLite. 8 years ago
  Ankur Gupta 40d5011471 Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2. 8 years ago
  Tim Graham 9ed4a788aa Refs #26312 -- Reworded tutorial 2 to avoid spelling "error". 9 years ago
  Bob McDonald b388c294eb Fixed #26312 -- Documented "create database" requirement in tutorial 2. 9 years ago
  Markus Holtermann 4b0118465b Fixed #26150 -- Sorted app_labels in migrate command output 9 years ago
  Niels Van Och 99a1265a39 Fixed #25063 -- Added path to makemigration's output of migration file. 9 years ago
  Tim Graham e0837f2cb1 Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 9 years ago
  Tim Graham 1515b6a8b3 Removed an old note (Django 1.4-era) from the tutorial. 9 years ago
  Tim Graham de99f558d8 Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible. 9 years ago
  Mariusz Felisiak 6f1b09bb5c Made assorted improvements to the Oracle documentation. 9 years ago
  Tim Graham 862de0b254 Fixed #25356 -- Removed default_app_config from startapp template. 9 years ago
  Tim Graham bda408f60b Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS. 9 years ago
  Caio Ariede ec9004728e Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 9 years ago
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
  João Luiz Lorencetti 3653466bdf Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles. 9 years ago
  Marios Zindilis 7a7c797234 Fixed typo in docs/intro/tutorial02.txt 10 years ago
  Tim Graham 2acf9d099d Fixed #24519 -- Clarified location of templates directory in tutorial 2. 10 years ago
  saschalalala 5cf8f4596c Simplified command to display path to Django source files. 10 years ago
  Tim Graham b2f331dc68 Updated tutorial to use explicit relative imports. 10 years ago
  Sean Wang eba6dff581 Fixed #24358 -- Corrected code-block directives for console sessions. 10 years ago
  Collin Anderson 26a92619f6 Fixed #24124 -- Changed context_processors in the default settings.py 10 years ago
  Aymeric Augustin ee8d5b91e9 Wrote main documentation for templates. 10 years ago
  Aymeric Augustin d3205e3e2e Deprecated TEMPLATE_DIRS. 10 years ago
  Collin Anderson 0821b3d53c Clarified custom header instructions in tutorial 2. 10 years ago
  Tim Graham 1dbdc03382 Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency. 10 years ago
  Tim Graham 3a550bb6d3 Fixed #23588 -- Added a link in tutorial for list_display options. 10 years ago
  Tim Graham e949f4435f Fixed #23587 -- Clarified admin template overriding in tutorial 2. 10 years ago
  velis74 24aa85cea9 Fixed #23535 -- Updated tutorial to account for default filter added in 5ea34f3f86. 10 years ago
  Collin Anderson e075d2e66b Fixed #23148 -- Minor tweaks in tutorial code samples 10 years ago