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
/
ref
Age
Commit message (
Expand
)
Author
2013-08-08
[1.6.x] Added an anchor for django.forms.Form.clean in docs
Tim Graham
2013-08-08
[1.6.x] Clarifed meaning of models.User.is_authenticated()
Jaime Irurzun
2013-08-08
[1.6.x] Added more on @cached_property, refs #20870
Daniele Procida
2013-08-08
[1.6.x] Fixed #20870 -- Documented django.utils.functional.cached_property
Daniele Procida
2013-08-08
[1.6.x] Added note to GenericIPAddressField documentation
Christopher Medrela
2013-08-05
[1.6.x] Fixed #20859 - Clarified Model.clean() example.
Jimmy Song
2013-08-04
[1.6.x] Fixed a small formatting issue.
Julien Phalip
2013-08-04
[1.6.x] Fixed #20860 -- Removed references to defunct chicagocrime.org
Tim Graham
2013-08-04
[1.6.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...
Daniele Procida
2013-08-02
[1.6.x] Fixed #20786 -- Cleaned up docs/ref/exceptions.txt
Dominic Rodger
2013-08-01
[1.6.x] Removed unused model option "admin"
Tim Graham
2013-07-31
[1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
SusanTan
2013-07-29
[1.6.x] Fixed #20823 -- Typo in docs/ref/forms/validation.txt
Tim Graham
2013-07-29
[1.6.x] Misc doc cleanups.
minusf
2013-07-26
[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
Tim Graham
2013-07-25
[1.6.x] Added versionadded directive missing from b7bd708.
Aymeric Augustin
2013-07-25
[1.6.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop
mark hellewell
2013-07-25
[1.6.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.
Brenton Cleeland
2013-07-19
[1.6.x] Updated the `databases` documentation
Matt Deacalion Stevens
2013-07-18
[1.6.x] Atom specification URL updated
Matt Deacalion Stevens
2013-07-18
[1.6.x] Fixed typo in inspectdb docs
Alasdair Nicol
2013-07-15
[1.6.x] Fixed some markup in docs/ref/templates/api.txt
Tim Graham
2013-07-13
[1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translated
Claude Paroz
2013-07-12
[1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]
Tim Graham
2013-07-12
[1.6.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...
Tim Graham
2013-07-12
[1.6.x] Fixed #20735 -- clarified ManyToManyField constructor doc
Christopher Medrela
2013-07-11
[1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt
Tim Graham
2013-07-08
[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".
James Bennett
2013-07-08
[1.6.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.
Tim Graham
2013-07-05
[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-05
[1.6.x] Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ...
Tim Graham
2013-07-04
[1.6.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.
Tim Graham
2013-07-04
[1.6.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database un...
Tim Graham
2013-07-03
[1.6.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Pyth...
Tim Graham
2013-07-02
[1.6.x] A couple more semicolon -> colon fixes; refs #18134.
Tim Graham
2013-06-29
[1.6.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.
Tim Graham
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Fix typo
Ken Bolton
2013-06-27
Docs for related_query_name
Andrew Godwin
2013-06-27
Fixed LOGGING setting docs
Claude Paroz
2013-06-27
Fixed #20665 -- Missing backslash in sitemaps documentation
Baptiste Mispelon
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-25
Doc cleanup for FormMixin.prefix; refs #18872.
Tim Graham
2013-06-25
Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docs
Daniel Izquierdo
2013-06-24
Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index
Baptiste Mispelon
2013-06-22
Added missing `versionadded` for `FormMixin.prefix`.
Simon Charette
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-06-21
Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.
Tim Graham
2013-06-21
Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager.
James Bennett
2013-06-19
Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...
Loic Bistuer
[next]