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.6b2
Tim Graham
2013-08-13
Bumped version numbers for 1.6b2.
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.6.x] Added missing release notes for older versions of Django
Tim Graham
2013-08-10
[1.6.x] Fixed #20890 -- Added missing import in class-based view docs.
Tim Graham
2013-08-09
[1.6.x] Fixed #20868 -- Added an email to django-announce as a security step.
Tim Graham
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-06
[1.6.x] Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choic...
Collin Anderson
2013-08-06
[1.6.x] Added section labels in cache docs
Leandro Regueiro
2013-08-06
[1.6.x] Fixed #19918 -- Modified select_for_update to run on the write database.
Alex Cucu
2013-08-06
[1.6.x] Fixed ordering related test failure
Anssi Kääriäinen
2013-08-05
[1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_form
Tim Heap
2013-08-05
[1.6.x] Fixed #20859 - Clarified Model.clean() example.
Jimmy Song
2013-08-05
[1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.
Tim Graham
2013-08-04
[1.6.x] Fixed a small formatting issue.
Julien Phalip
2013-08-04
[1.6.x] Added a note to the 1.6 release about the new `--keep-pot` option for...
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-04
[1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context ...
Justin Michalicek
2013-08-04
[1.6.x] Fixed backport error in previous commit; refs #15961
Tim Graham
2013-08-04
[1.6.x] Moved get_search_results from BaseModelAdmin to ModelAdmin.
Loic Bistuer
2013-08-04
[1.6.x] Fixed #20858 -- Removed erroneous import in tutorial 2.
Tim Graham
2013-08-04
[1.6.x] Fixed #20822 -- Set content type of default error pages to 'text/html'.
Aymeric Augustin
2013-08-03
[1.6.x] Added missing request argument to example in URL dispatcher docs
Alasdair Nicol
2013-08-02
[1.6.x] Fixed #18923 -- Corrected usage of sensitive_post_parameters in contr...
Tim Graham
2013-08-02
[1.6.x] Fixed LogEntry.get_admin_url() for non-existent models.
Petr Dlouhý
2013-08-02
[1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypas...
Loic Bistuer
2013-08-02
[1.6.x] Fixed #20838 -- Fixed Geodjango spatialrefsys test failure with postg...
Harm Geerts
2013-08-02
[1.6.x] Tweaked proj string regex in gis tests
Claude Paroz
2013-08-02
[1.6.x] Fixed #20786 -- Cleaned up docs/ref/exceptions.txt
Dominic Rodger
2013-08-02
[1.6.x] Fixed #18777 -- Localized form fields with as_text/as_hidden
Aleksandra Sendecka
2013-08-02
[1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models.
Tim Graham
2013-08-01
[1.6.x] Removed unused model option "admin"
Tim Graham
2013-07-31
[1.6.x] Added a bugfix in docutils 0.11 -- docs will now build properly.
Tim Graham
2013-07-31
[1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
SusanTan
2013-07-30
[1.6.x] Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.
Baptiste Mispelon
2013-07-30
[1.6.x] Added support for IPython.start_ipython in shell
MinRK
2013-07-30
[1.6.x] Fixed a test that could fail depending on PASSWORD_HASHERS.
Aymeric Augustin
2013-07-30
[1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator d...
Shai Berger
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-29
[1.6.x] Allowed overriding variables in docs/Makefile.
minusf
2013-07-29
[1.6.x] Fixed #20774 -- Mention the new django-localflavor app as a replaceme...
Jannis Leidel
2013-07-28
[1.6.x] Fixed ReST typo in topics/class-based-views/mixins.txt
Tim Graham
2013-07-28
[1.6.x] Simplified smart_urlquote and added some basic tests.
Florian Apolloner
[next]