index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
Age
Commit message (
Expand
)
Author
2015-03-13
Fixed #24052 -- Doc'd how to write data migrations with models in multiple apps.
Andrei Kulakov
2015-03-13
Refs #23559 -- warned about consequences of letting users edit User model in ...
Remco Kranenburg
2015-03-11
Fixed typo in docs/topics/forms/modelforms.txt.
Dan Fellin
2015-03-11
Simplified command to display path to Django source files.
saschalalala
2015-03-09
Fixed typo in docs/topics/forms/modelforms.txt.
Tim Graham
2015-03-08
Fixed #21661 -- Expanded authentication views documentation
Rik
2015-03-08
Merge pull request #4271 from PsiloLR/ticket_24456
Daniele Procida
2015-03-08
Fixed #24456 -- Update modelforms.txt table of Form/Model refs
Psilo Cybin
2015-03-07
Fixed typos and updated spelling wordlist.
Floris den Hengst
2015-03-05
Stressed authentication should be successful before logging in a user.
Marten Kenbeek
2015-03-02
Fixed #13015 -- Clarified language about model instances attached to forms.
Tim Graham
2015-02-22
Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-17
Added an import to docs/topics/testing/advanced.txt example.
Tim Graham
2015-02-16
Fixed #24350 -- Freshened up database install topic section.
Tim Graham
2015-02-16
Fixed #23892 -- Clarified compatibility policy for migrations.
Carl Meyer
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-15
Documented how to set up the Jinja2 environment.
Aymeric Augustin
2015-02-13
Fixed #24184 -- Prevented automatic soft-apply of migrations
Markus Holtermann
2015-02-13
Fixed #24295 -- Allowed ModelForm meta to specify form field classes.
Loic Bistuer
2015-02-12
Clarified timeout=0 in cache docs.
Thomas Güttler
2015-02-09
Removed docs about unmigrated apps as they are not supported in Django 1.9.
Tim Graham
2015-02-06
Removed inaccurate sentence about PO files in translation docs.
minusf
2015-02-05
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Loic Bistuer
2015-02-03
Demoted "Installing a distribution-specific package" in install notes.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
Added a "Writing migrations" how-to.
Tim Graham
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-02-02
Fixed #24255 -- Specifed 'fields' parameter in modelformset_factory / inlinef...
Matt Westcott
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-30
Updated recommendation for testing keyword arg in custom fields.
Andrei Kulakov
2015-01-23
Fixed #24205 -- Deprecated Signal.disconnect weak parameter.
Florian Apolloner
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed dumpdata --natural option and serializers use_natural_keys parameter.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2015-01-17
Removed django.core.cache.get_cache() per deprecation timeline; refs #21012.
Tim Graham
2015-01-17
Removed the syncdb command per deprecation timeline.
Tim Graham
2015-01-17
Removed compatibility with Python 3.2.
Tim Graham
2015-01-17
Removed django.utils.datastructures.SortedDict per deprecation timeline.
Tim Graham
2015-01-17
Removed request.REQUEST per deprecation timeline; refs #18659.
Tim Graham
2015-01-17
Removed django.utils.unittest per deprecation timeline.
Tim Graham
2015-01-16
Fixed a typo in the test responses docs.
Rick Hutcheson
2015-01-16
Fixed #24143 -- Encouraged use of Http404 messages for debugging.
Keryn Knight
2015-01-12
Fixed #24124 -- Changed context_processors in the default settings.py
Collin Anderson
2015-01-12
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2015-01-10
Wrote main documentation for templates.
Aymeric Augustin
2015-01-10
Moved doc on the DTL's syntax to the ref/ section.
Aymeric Augustin
2015-01-10
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2015-01-06
Fixed #24083 -- Corrected is_bound nature in forms topic docs
Claude Paroz
[prev]
[next]