index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-08-13
Added 1.4.6/1.5.2 release notes.
1.5.2
Tim Graham
2013-08-13
Bumped version numbers for 1.5.2.
Jacob Kaplan-Moss
2013-08-13
Apply autoescaping to AdminURLFieldWidget.
Jacob Kaplan-Moss
2013-08-13
Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.
Jacob Kaplan-Moss
2013-08-12
[1.5.x] Added missing release notes for older versions of Django
Tim Graham
2013-08-10
[1.5.x] Fixed #20890 -- Added missing import in class-based view docs.
Tim Graham
2013-08-09
[1.5.x] Fixed #20868 -- Added an email to django-announce as a security step.
Tim Graham
2013-08-08
[1.5.x] Added an anchor for django.forms.Form.clean in docs
Tim Graham
2013-08-08
[1.5.x] Clarified meaning of models.User.is_authenticated()
Jaime Irurzun
2013-08-08
[1.5.x] Added more on @cached_property, refs #20870
Daniele Procida
2013-08-08
[1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.x
Tim Graham
2013-08-08
[1.5.x] Fixed #20870 -- Documented django.utils.functional.cached_property
Daniele Procida
2013-08-06
[1.5.x] Added section labels in cache docs
Leandro Regueiro
2013-08-04
[1.5.x] Fixed a small formatting issue.
Julien Phalip
2013-08-04
[1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.org
Tim Graham
2013-08-04
[1.5.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...
Daniele Procida
2013-08-04
[1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context ...
Justin Michalicek
2013-08-03
[1.5.x] Added missing request argument to example in URL dispatcher docs
Alasdair Nicol
2013-07-31
[1.5.x] Added a bugfix in docutils 0.11 -- docs will now build properly.
Tim Graham
2013-07-31
[1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
SusanTan
2013-07-29
[1.5.x] Fixed qs ordering related randomly failing test
Anssi Kääriäinen
2013-07-29
[1.5.x] Misc doc cleanups.
minusf
2013-07-29
[1.5.x] Allowed overriding variables in docs/Makefile.
minusf
2013-07-29
[1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a replaceme...
Jannis Leidel
2013-07-28
[1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt
Tim Graham
2013-07-28
[1.5.x] Removed comment from setup.cfg which broke newer wheel versions.
Florian Apolloner
2013-07-28
[1.5.x] Simplified smart_urlquote and added some basic tests.
Florian Apolloner
2013-07-27
[1.5.x] assertEquals -> assertEqual
Tim Graham
2013-07-27
[1.5.x] Optimisation in prefetch_related_objects
Luke Plant
2013-07-27
[1.5.x] Fixed #19607 - prefetch_related crash
Luke Plant
2013-07-25
[1.5.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.
Tim Graham
2013-07-25
[1.5.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop
mark hellewell
2013-07-25
[1.5.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.
Brenton Cleeland
2013-07-22
[1.5.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap output
Claude Paroz
2013-07-19
[1.5.x] Updated the `databases` documentation
Matt Deacalion Stevens
2013-07-19
[1.5.x] Fixed Croatia's country code in `localflavor` docs
Matt Deacalion Stevens
2013-07-19
[1.5.x] Fixed #20772 -- Fixed minor typo in form media docs.
Loic Bistuer
2013-07-18
[1.5.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...
Tim Graham
2013-07-18
[1.5.x] Atom specification URL updated
Matt Deacalion Stevens
2013-07-18
[1.5.x] Fixed #20763 -- Typo in tutorial 3.
Tim Graham
2013-07-17
[1.5.x] Fixed #20756 -- Typo in uWSGI docs.
Tim Graham
2013-07-16
[1.5.x] Reworked docs for ModelForm validation.
Loic Bistuer
2013-07-15
[1.5.x] Fixed some markup in docs/ref/templates/api.txt
Tim Graham
2013-07-14
[1.5.x] Fixed grammatical error in auth docs
David Binetti
2013-07-13
[1.5.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...
Tim Graham
2013-07-12
[1.5.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...
Tim Graham
2013-07-12
[1.5.x] Fixed #20735 -- clarified ManyToManyField constructor doc
Christopher Medrela
2013-07-11
[1.5.x] Fixed #20053 -- Fixed `index_together` documentation
Johan Charpentier
2013-07-11
[1.5.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.
Tim Graham
2013-07-10
[1.5.x] Fixed #20075 -- Fixed session test fail when using a cache other than...
Mathijs de Bruin
[next]