| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-19 | [1.4.x] Bump version numbers for security release.1.4.4 | James Bennett | |
| 2013-02-19 | [1.4.x] Update 1.4.4 release notes for all security fixes. | Carl Meyer | |
| 2013-02-19 | [1.4.x] Added a default limit to the maximum number of forms in a formset. | Aymeric Augustin | |
| This is a security fix. Disclosure and advisory coming shortly. | |||
| 2013-02-19 | [1.4.x] Added ALLOWED_HOSTS setting for HTTP host header validation. | Carl Meyer | |
| This is a security fix; disclosure and advisory coming shortly. | |||
| 2013-02-16 | [1.4.x] Fixed #19824 - Corrected the class described for Field.primary_key ↵ | Tim Graham | |
| from IntegerField to AutoField. Thanks Keryn Knight. Backport of 218bbef0c4 from master | |||
| 2013-02-16 | [1.4.x] Fixed #19812 - Removed a duplicate phrase in the widget docs. | Tim Graham | |
| Thanks diegueus9 for the report and itsallvoodoo for the draft patch. Backport of 7a80904b00 from master | |||
| 2013-02-16 | [1.4.x] Fixed #19719 - Removed misleading example from ModelForm documentation | Alex Hunley | |
| Backport of 976dc07baf from master | |||
| 2013-02-12 | [1.4.x] Fixed #19815 - Removed an unused import in tutorial 3. | Tim Graham | |
| Thanks pedro.calcao@ for the report. | |||
| 2013-02-11 | Fixed WSGIPythonPath instruction in deployment docs | Claude Paroz | |
| Partial backport of 3abf6105b6 from master. Refs #19042. | |||
| 2013-02-07 | [1.4.x] Fixed #19756 - Corrected a ManyToMany example and added some links ↵ | Tim Graham | |
| and markup. Backport of 43efefae69 from master | |||
| 2013-01-17 | [1.4.x] Fixed #19555 - Removed '2012' from tutorial 1. | Tim Graham | |
| Thanks rodrigorosa.lg and others for the report. Backport of 99315f709e from master | |||
| 2013-01-09 | [1.4.x] Addeded CSS to bold deprecation notices. | Tim Graham | |
| Thanks Sam Lai for mentioning this on the mailing list. Backport of 227bd3f8db from master | |||
| 2012-12-21 | [1.4.X] Fixed #19506 - Remove 'mysite' prefix in model example. | Tim Graham | |
| Thanks Mike O'Connor for the report. Backport of 52a2588df6 from master | |||
| 2012-12-19 | [1.4.x] Added PASSWORD_HASHERS to settings reference document. | Ramiro Morales | |
| abd0f304b162b3120b1c7321fbfc3090e5f3c92c from master. | |||
| 2012-12-15 | [1.4.X] Fixed #18099 -- corrected a typo in the initial data docs. Thanks ↵ | Alex Gaynor | |
| to Bradley Ayers for the patch. Backport of f5a9e5e9 from master | |||
| 2012-12-10 | [1.4.x] Bump version numbers for security release.1.4.3 | James Bennett | |
| 2012-12-10 | [1.4.X] Fixed a security issue in get_host. | Florian Apolloner | |
| Full disclosure and new release forthcoming. | |||
| 2012-11-22 | [1.4.X] Fixed #19317 - Added an image for warning blocks in the docs | Tim Graham | |
| Thanks tome for the suggestion and patch. Backport of 3587991ba8 from master | |||
| 2012-11-21 | [1.4.x] Added examples of using startproject/app with URLs | Preston Holmes | |
| thanks to Brent O'Connor for the idea and intial docs | |||
| 2012-11-20 | [1.4.x] Corrected docs about default value of MESSAGE_STORAGE | Luke Plant | |
| Backport of a32f30c79c1be8e088917bced0f97760a92045ef from master | |||
| 2012-11-17 | [1.4.X] Fixed #13997 - Added an example of constructing a MultiWidget and ↵ | Tim Graham | |
| documented the value_from_datadict method. Backport of 04775b4598 from master | |||
| 2012-11-13 | [1.4.X] Typo in comments doc | Nicolas Ippolito | |
| Backport of 17b14d4819 from master | |||
| 2012-11-02 | Fixed #19225 -- Typo in shortcuts docs. | Aymeric Augustin | |
| Thanks SunPowered for the report. | |||
| 2012-10-29 | [1.4.x] Fixed #19208 -- Docs for mod_wsgi daemon mode | Aymeric Augustin | |
| Thanks Graham Dumpleton for the patch. Backport of bc00075 from master. | |||
| 2012-10-24 | [1.4.X] Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks ↵ | Tim Graham | |
| adroffne for the suggestion. Backport of da958eb209 from master | |||
| 2012-10-21 | Added 1.4.2 release notes | Preston Holmes | |
| 2012-10-20 | [1.4.X] Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB ↵ | Tim Graham | |
| driver caching; thanks jtiai for the suggestion. Backport of 2f722d9728 from master | |||
| 2012-10-20 | [1.4.x] Fixed arguments for get_inline_instances; refs #17006. | Tim Graham | |
| 2012-10-20 | [1.4.X] Fixed #17006 - Documented ModelAdmin get_form() and get_formsets() | Tim Graham | |
| Backport of eed4faf16f from master | |||
| 2012-10-19 | [1.4.X] Fixed #17388 - Noted in the custom model field docs that field ↵ | Tim Graham | |
| methods need to handle None if the field may be null. Backport of 4cef9a09f9 from master | |||
| 2012-10-18 | [1.4.X] Fixed #18046 - Documented that an index is created by default for ↵ | Tim Graham | |
| ForeignKeys; thanks jbauer for the suggestion. Backport of db598dd8a0 from master | |||
| 2012-10-17 | [1.4.x] Bump version numbers for security release. | James Bennett | |
| 2012-10-17 | Fixed an error in the set cookie documentation | Preston Holmes | |
| 2012-10-17 | [1.4.X] Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be ↵ | Tim Graham | |
| first in the list of middleware. Backport of 3e0857041b from master | |||
| 2012-10-16 | [1.4.x] Fixed a couple links that didn't backport cleanly | Tim Graham | |
| 2012-10-16 | [1.4.X] Fixed #18548 - Clarified note regarding reusing model instances when ↵ | Tim Graham | |
| form validation fails. Backport of fd02bcff4a from master | |||
| 2012-10-15 | [1.4.X] Fixed #10936 - Tempered recommendation of SQLite - thanks Karen ↵ | Tim Graham | |
| Tracey for the feedback. Backport of 9190d89829 from master | |||
| 2012-10-13 | [1.4.x] Fixed #19119 -- Corrected default date input formats in docs | Claude Paroz | |
| Thanks henrik@aisti.fi for the report. Backport of 10dc4797ea from master. | |||
| 2012-10-12 | [1.4.x] Fixed #18996 - Clarified overriden model methods not called on bulk ↵ | Tim Graham | |
| operations Backport of 443999a1eeea70e4deebcf31f8f845696be62c3d from master. | |||
| 2012-10-12 | [1.4.X] Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5 | Tim Graham | |
| Backport of c870cb48cd from master | |||
| 2012-10-11 | [1.4.X] Fixed #10936 - Noted that using SQLite for development is a good idea | Tim Graham | |
| Backport of 470deb5cbb from master | |||
| 2012-10-11 | [1.4.X] Fixed #16588 - Warned about field names that conflict with the model API | Tim Graham | |
| Backport of dd0cbc6bdc from master | |||
| 2012-10-11 | [1.4.X] Fixed #14165 - Documented that TransactionMiddleware only applies to ↵ | Tim Graham | |
| the default database. Backport of 938ee7cd36 from master | |||
| 2012-10-11 | [1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs. | Tim Graham | |
| Thanks Pedro Lima for the draft patch. Backport of 06f5da3d78 from master | |||
| 2012-10-10 | [1.4.x] Fixed #4501 - Documented how to use coverage.py with Django tests. | Tim Graham | |
| Thanks krzysiumed for the draft patch. Backport of 7ef2781ca0ce48872e21dce2f322c9e4106d1cfd from master. | |||
| 2012-10-06 | [1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of ↵ | Tim Graham | |
| rows matched Backport of 6d46c740d8 from master | |||
| 2012-10-05 | Fixed #19072 -- Corrected an external file path in GeoIP docs | Claude Paroz | |
| Thanks Flavio Curella for the report and the initial patch. | |||
| 2012-10-04 | [1.4.X] Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain ↵ | Tim Graham | |
| for the report. Backport of a1a5c0854f from master | |||
| 2012-10-03 | [1.4.X] Fixed #19006 - Quoted filenames in Content-Disposition header. | Tim Graham | |
| Backport of 234ca6c61d from master | |||
| 2012-10-03 | [1.4.X] Fixed #18413 - Noted that a model's files are not deleted when the ↵ | Tim Graham | |
| model is deleted. Thanks lawgon for the report. Backport of 1c03b23567 from master | |||
