summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-04-01Pointed Jinja2 users to Babel instead of makemessages.Aymeric Augustin
2015-03-31Fixed typo in docs/topics/cache.txtKostochko Dmitriy
2015-03-30Documented jinja2 install requirement.Tim Graham
2015-03-30Fixed #15590 -- Documented how the path of a FileField can be changed.Jorge Barata González
2015-03-29Improved docs for timezone handling for auto_now and auto_now_addChristopher Luc
2015-03-28Fixed #24541 -- Clarified ModelFormSet's handling of initial data.Tim Graham
2015-03-28Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
2015-03-28Fixed typo in docs/topics/forms/modelforms.txtSaeX
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
2015-03-25Corrected typo in documentationDavid Seddon
2015-03-25Fixed #23814 -- Documented apps refactored out of Django.Fabio Natali
2015-03-24Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham
2015-03-24Fixed #24501 -- Improved auth.decorators.user_passes_test() example.Matt Seymour
2015-03-23Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.Bas Peschier
2015-03-22Fixed #23814 -- Pointed localflavor documentation to external packageIacopo Spalletti
2015-03-20Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
2015-03-20Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert
2015-03-20Fixed #23520 -- Explained that custom plural forms should be avoidedClaude Paroz
2015-03-18Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-03-16Fixed allow_migrate() signature in router examples.Adrian Andreias
2015-03-14Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.Berker Peksag
2015-03-13Fixed #24253 -- Documented staff_member_required decorator.Andrei Kulakov
2015-03-13Fixed #24052 -- Doc'd how to write data migrations with models in multiple apps.Andrei Kulakov
2015-03-13Refs #23559 -- warned about consequences of letting users edit User model in ...Remco Kranenburg
2015-03-11Fixed typo in docs/topics/forms/modelforms.txt.Dan Fellin
2015-03-11Simplified command to display path to Django source files.saschalalala
2015-03-09Fixed typo in docs/topics/forms/modelforms.txt.Tim Graham
2015-03-08Fixed #21661 -- Expanded authentication views documentationRik
2015-03-08Merge pull request #4271 from PsiloLR/ticket_24456Daniele Procida
2015-03-08Fixed #24456 -- Update modelforms.txt table of Form/Model refsPsilo Cybin
2015-03-07Fixed typos and updated spelling wordlist.Floris den Hengst
2015-03-05Stressed authentication should be successful before logging in a user.Marten Kenbeek
2015-03-02Fixed #13015 -- Clarified language about model instances attached to forms.Tim Graham
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-17Added an import to docs/topics/testing/advanced.txt example.Tim Graham
2015-02-16Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-16Fixed #23892 -- Clarified compatibility policy for migrations.Carl Meyer
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-15Documented how to set up the Jinja2 environment.Aymeric Augustin
2015-02-13Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-13Fixed #24295 -- Allowed ModelForm meta to specify form field classes.Loic Bistuer
2015-02-12Clarified timeout=0 in cache docs.Thomas Güttler
2015-02-09Removed docs about unmigrated apps as they are not supported in Django 1.9.Tim Graham
2015-02-06Removed inaccurate sentence about PO files in translation docs.minusf
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
2015-02-03Demoted "Installing a distribution-specific package" in install notes.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-03Added a "Writing migrations" how-to.Tim Graham