https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
0a34f39 [1.5.x] Bump version numbers for 1.5.3 security release. 11 September 2013, 01:25:27 UTC
42e8fab [1.5.x] Added 1.4.7/1.5.3 release notes Backport of baec6a26dd from master 11 September 2013, 01:08:34 UTC
988b61c [1.5.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative paths. Thanks Rainer Koirikivi for the report and draft patch. This is a security fix; disclosure to follow shortly. Backport of 7fe5b656c9 from master 11 September 2013, 01:05:03 UTC
693ebff [1.5.x] Fixed #21075 - Improved doc for calling call_command with arguments. Backport of fca4c4826e from master 10 September 2013, 13:18:20 UTC
aa50b7e [1.5.x] Fixed #20707 -- Added explicit quota assignment to Oracle test user To enable testing on Oracle 12c 09 September 2013, 10:07:39 UTC
9d3a66a [1.5.x] Fixed #20005 -- Documented that Oracle databases need execute permission on SYS.DBMS_LOB. Thanks jafula for the suggestion. Backport of a86ecc80a2 from master 07 September 2013, 18:01:10 UTC
3758762 [1.5.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMENT values. Thanks kent at nsc.liu.se for the report. Backport of c54fa1a7bc from master 07 September 2013, 16:17:01 UTC
afc624c [1.5.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with runserver --insecure. Backport of 028db97503 from master 06 September 2013, 21:31:04 UTC
5d029f2 [1.5.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDS Thanks craigbruce. Backport of db3de52807 from master 06 September 2013, 20:06:51 UTC
e62f391 [1.5.x] Fixed #21047 -- Added CLA mesage on the new contributor advice doc Backport of 93dd31cadf from master 05 September 2013, 21:55:09 UTC
d6b11b0 [1.5.x] Fixed #20900 -- Documented RemoteUserBackend.authenticate Backport of 7b62b80693 from master 05 September 2013, 10:32:55 UTC
406fd9f Fixed #19211 -- Adapted tutorial for Python 3 Backport of 7cc3acbb7 from master. 05 September 2013, 06:53:24 UTC
8f4552a [1.5.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be accessed in forms. Thanks marky1991. Backport of 533d1ab334 from master 04 September 2013, 17:19:46 UTC
bc78ffa [1.5.x] Fixed #21002 -- Documented JSON session serialization requires string keys Thanks jeroen.pulles at redslider.net for the report. Backport of 3baf1d1042 from master. 04 September 2013, 14:55:33 UTC
c9a021b [1.5.x] Made the doc about translating string literals in templates more prominent. Backport of 9885f07757 from master 31 August 2013, 13:52:49 UTC
6f44ef1 [1.5.x] Added links to file docs. Backport of d72f83c410 from master 29 August 2013, 16:49:32 UTC
50d9bed [1.5.x] Minor spelling correction in ModelForms docs Backport of 2fbf949760 from master 28 August 2013, 11:12:43 UTC
d3b7b6a [1.5.x] Fixed #20981 -- Noted the default value of disable_existing_loggers. Backport of 095643e691 from master 27 August 2013, 14:27:49 UTC
98635f2 [1.5.x] Fixed typo in docs/topics/conditional-view-processing.txt Backport of 5fd2c979cb from master 27 August 2013, 13:22:51 UTC
5547ba7 [1.5.x] Typos introduced in 57c82f909b. 23 August 2013, 01:35:10 UTC
616a4d3 [1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions Added settings.SESSION_SERIALIZER which is the import path of a serializer to use for sessions. Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews. Backport of b0ce6fe656 from master 22 August 2013, 21:49:11 UTC
1b23604 [1.5.x] Documentation -- Clarified use of 'view' in test client introduction. Backport of 2e926b041c from master 22 August 2013, 13:39:21 UTC
3b32b15 [1.5.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch(). Backport of bac4d03ce6 from master 22 August 2013, 13:21:41 UTC
9a7d59e [1.5.x] Made description of LANGUAGE_CODE setting more clear. 297f5af222 from master. 22 August 2013, 11:34:19 UTC
bbe2ad3 [1.5.x] Documentation - Noted that OneToOneField doesn't respect unique. Added OneToOneField to the list of model fields for which the unique argument isn't valid. (OneToOneFields are inherently unique, and if the user supplies a value for unique it is ignored / overwritten.) 21 August 2013, 04:21:40 UTC
adf7050 [1.5.x] Fixed a rest mistake I introduced in d5ce2ff. Backport of 753edfa4b5 from master 15 August 2013, 17:09:28 UTC
2b750ff [1.5.x] Fixed #20444 -- Cookie-based sessions does not include a remote code execution-warning Backport of d5ce2ff5e4 from master 15 August 2013, 16:21:14 UTC
cb2fee5 [1.5.x] Fixed link in 1.5.2 release notes 14 August 2013, 17:11:58 UTC
3a829bf [1.5.x] Added some doc links for django.contrib.messages Backport of b6178fa24b from master 14 August 2013, 17:05:30 UTC
f24ae33 Bump version post-release. 13 August 2013, 17:17:27 UTC
5fdd6af Added 1.4.6/1.5.2 release notes. 13 August 2013, 16:17:17 UTC
bebbb61 Bumped version numbers for 1.5.2. 13 August 2013, 16:10:05 UTC
90363e3 Apply autoescaping to AdminURLFieldWidget. This is a security fix; disclosure to follow shortly. 13 August 2013, 16:04:21 UTC
1a274cc Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S. This is a security fix; disclosure to follow shortly. 13 August 2013, 16:03:49 UTC
a2286ac [1.5.x] Added missing release notes for older versions of Django Backport of 3f6cc33cff from master 12 August 2013, 18:10:21 UTC
9e2a2c4 [1.5.x] Fixed #20890 -- Added missing import in class-based view docs. Thanks André Augusto. Backport of ab680725bf from master 10 August 2013, 22:08:33 UTC
12edced [1.5.x] Fixed #20868 -- Added an email to django-announce as a security step. Thanks garrison for the report. Backport of 5737c57d95 from master 09 August 2013, 20:02:57 UTC
70cf70a [1.5.x] Added an anchor for django.forms.Form.clean in docs Backport of 8442268869 from master 08 August 2013, 18:14:20 UTC
d8dc2b1 [1.5.x] Clarified meaning of models.User.is_authenticated() Backport of f96fe3cd1e from master 08 August 2013, 14:27:48 UTC
bf55bbd [1.5.x] Added more on @cached_property, refs #20870 Backport of 7e6af9d40c from master 08 August 2013, 13:47:30 UTC
6cf33d4 [1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.x 08 August 2013, 10:29:15 UTC
e8ea552 [1.5.x] Fixed #20870 -- Documented django.utils.functional.cached_property Backport of 7a2296eb5b from master 08 August 2013, 09:36:57 UTC
d4c19a6 [1.5.x] Added section labels in cache docs Backport of 709cd2c4b7 from master 06 August 2013, 15:56:38 UTC
fcc8381 [1.5.x] Fixed a small formatting issue. Backport 0b071ba7df7394b9 of from master. 05 August 2013, 00:31:42 UTC
56d56d5 [1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.org Backport of 1593a86494 from master 04 August 2013, 18:46:45 UTC
bc33fef [1.5.x] Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_related() docs. Backport of e8183a8193 from master 04 August 2013, 16:36:29 UTC
145e0a1 [1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context params to django.contrib.auth views refs #5298 and refs #8342 Backport of 61ecb5f48a from master. 04 August 2013, 12:07:11 UTC
f4806e3 [1.5.x] Added missing request argument to example in URL dispatcher docs Backport of a0c58113b9 from master 03 August 2013, 23:36:30 UTC
f2969c7 [1.5.x] Added a bugfix in docutils 0.11 -- docs will now build properly. Backport of a3a59a3197 from master 31 July 2013, 13:26:23 UTC
72fb37f [1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498. Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master 31 July 2013, 11:09:45 UTC
bf4c8d8 [1.5.x] Fixed qs ordering related randomly failing test The failure wasn't present in 1.6+, so this is not a backpatch. 29 July 2013, 11:28:41 UTC
b5ac25d [1.5.x] Misc doc cleanups. Backport of 70c080fcdb from master 29 July 2013, 11:06:34 UTC
f8e6434 [1.5.x] Allowed overriding variables in docs/Makefile. Backport of c694e6220e from master 29 July 2013, 10:52:50 UTC
02ac44b [1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app. Backport from master. 29 July 2013, 08:55:50 UTC
f17c202 [1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt Backport of 0b35a2cce3 from master 28 July 2013, 18:10:25 UTC
88ddb93 [1.5.x] Removed comment from setup.cfg which broke newer wheel versions. Backport of b5f709e6f4c67020bedb141b9b18c5cd1e05f829 from master. 28 July 2013, 08:57:34 UTC
41492f0 [1.5.x] Simplified smart_urlquote and added some basic tests. Backport of b70c371fc1f18ea0c43b503122df3f311afc7105 from master. 28 July 2013, 08:07:29 UTC
dd2a512 [1.5.x] assertEquals -> assertEqual 27 July 2013, 22:46:55 UTC
a2eb219 [1.5.x] Optimisation in prefetch_related_objects Backport of 17559e6eb0 from master 27 July 2013, 22:02:57 UTC
00b39e0 [1.5.x] Fixed #19607 - prefetch_related crash Thanks to av@rdf.ru and flarno11@yahoo.de for the report. Backport of 4fd94969d8 from master 27 July 2013, 21:59:27 UTC
9356495 [1.5.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring. Thanks bmispelon for the report. Backport of 9b88dd3809 from master 25 July 2013, 16:32:42 UTC
fdef471 [1.5.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop Thanks gcbirzan for the report. Backport of 8c9240222f from master 25 July 2013, 15:09:19 UTC
be6d795 [1.5.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs. Thanks simonb for the report. Backport of dab52d99fc from master 25 July 2013, 11:39:42 UTC
0191011 [1.5.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap output Thanks Martyn Clement for the report and the initial patch. Backport of 27c1a7257 from master. 22 July 2013, 08:08:41 UTC
9386bbc [1.5.x] Updated the `databases` documentation + Removed a reference about MySQL storage engines also being called 'table types', as this term has been deprecated for 8 years and is no longer used. + Fixed the link to the official InnoDB storage engine docs. + Apache (versions >= 2.4) will always choose a multi-threaded MPM module on modern operating systems (later than 2002). Backport of fa217d14a0 from master 19 July 2013, 10:31:48 UTC
c89cc4f [1.5.x] Fixed Croatia's country code in `localflavor` docs Backport of 97e5398629 from master 19 July 2013, 09:31:18 UTC
cf2986c [1.5.x] Fixed #20772 -- Fixed minor typo in form media docs. Backport of aa41eb9b8b from master 19 July 2013, 09:19:54 UTC
cbfe56c [1.5.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin attribute. Backport of dce8945ea6 from master 18 July 2013, 16:41:56 UTC
5d16e92 [1.5.x] Atom specification URL updated Changed to the URL of the official RFC for Atom, since Atomenabled.org is just a holding page. Backport of beefc97171 from master 18 July 2013, 12:48:04 UTC
3f97c33 [1.5.x] Fixed #20763 -- Typo in tutorial 3. Thanks crichard@ for the report. Backport of fd95dc9e27 from master 18 July 2013, 12:05:06 UTC
2e068d4 [1.5.x] Fixed #20756 -- Typo in uWSGI docs. Backport of a3242dc9fe from master 17 July 2013, 10:51:42 UTC
3860d5e [1.5.x] Reworked docs for ModelForm validation. Backport of fba6c2ede7 from master 16 July 2013, 23:22:11 UTC
1a4233e [1.5.x] Fixed some markup in docs/ref/templates/api.txt Backport of 862a04a56d from master 15 July 2013, 15:38:04 UTC
d1a002a [1.5.x] Fixed grammatical error in auth docs Backport of 51b50c47c7 from master 14 July 2013, 16:35:58 UTC
8904e9f [1.5.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear down aliases Thanks simonpercivall. Backport of d9c580306c from master 13 July 2013, 22:09:24 UTC
61c8c1b [1.5.x] Fixed #17528 -- Documented that add() and remove() with a many-to-many relationship do not call Model.save() Backport of 3cdeb572d7 from master 12 July 2013, 10:22:29 UTC
80a7dd6 [1.5.x] Fixed #20735 -- clarified ManyToManyField constructor doc Backport of ac223ff6d1 from master 12 July 2013, 10:06:26 UTC
83119fd [1.5.x] Fixed #20053 -- Fixed `index_together` documentation Backport of 186bff47 from master 12 July 2013, 00:24:32 UTC
c278d81 [1.5.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error. Thanks glarrain for the report. Backport of 684a606a4e from master 11 July 2013, 15:07:59 UTC
2f93782 [1.5.x] Fixed #20075 -- Fixed session test fail when using a cache other than LocMemCache. As override_settings was used after the initialization of the session backend, we need to use a new session backend here. Backport of 8c1cc4b3b0 from master 10 July 2013, 19:05:00 UTC
14b5073 [1.5.x] Added a missing test requirement in the docs; refs #19196 10 July 2013, 16:10:26 UTC
13546ca [1.5.x] Fixed #19196 -- Added test/requirements Backport of 4d92a0bd86 from master. 10 July 2013, 15:32:28 UTC
7bbf697 [1.5.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3. Backport of 3c736207a3 from master 09 July 2013, 15:58:02 UTC
5192dbb [1.5.x] Fixed #18261 -- Clarified 'project root directory' Backport of ef3fddf26e from master 09 July 2013, 11:16:45 UTC
0a91a8d [1.5.x] Fixed #18944 -- Documented PasswordResetForm's from_email argument as a backwards incompatible change for 1.3 Thanks DrMeers for the report. Backport of dab921751d from master 08 July 2013, 19:06:37 UTC
5567dc6 [1.5.x] Fixed #16965 -- Clarified Formset can_delete docs. Thanks gregcorey@ for the suggestion. Backport of 660c30ed95 from master 08 July 2013, 16:21:34 UTC
f551d5a [1.5.x] Fixed #20493 -- Added a warning that objects may not be picklable across Django versions Thanks cataliniacob for the suggestion and review. Backport of 1084575163 from master 08 July 2013, 13:59:06 UTC
abce5ab [1.5.x] Fixed #12346 -- Added a note on how to validate InlineFormSets. Thanks johnsmith for the suggestion. Backport of 181f63c22d from master 08 July 2013, 12:32:28 UTC
4140bfb [1.5.x] Fixed #20711 -- Fixed broken link in timesince.py docstring Backport of d63327d843 from master. 07 July 2013, 16:40:53 UTC
80673e2 [1.5.x] Fixed #14006 -- Documented that Field's 'description' attribute is interpolated with field.__dict__ Thanks abeld for the suggestion. Backport of 2d96e660f9 from master. 06 July 2013, 22:34:43 UTC
6c98458 [1.5.x] Fixed #19539 -- Updated custom model fields example for Python 3. Thanks astorije@ for the report. Backport of b9fceadfd4 from master. 05 July 2013, 10:54:42 UTC
95aa218 [1.5.x] Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for defau Thanks simonpercivall. Backport of 2cbd579efe from master. 05 July 2013, 00:41:01 UTC
25d987b [1.5.x] Fixed #20134 -- Correct list of fields that UserManager requires. Thanks semenov and pegler. Backport of da5069f68f from master. 04 July 2013, 14:20:09 UTC
82a6a95 [1.5.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL. Thanks littlepig for the report. Backport of f407f75aae from master. 04 July 2013, 13:33:40 UTC
fa37f45 [1.5.x] Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique constraints. Thanks timmolendijk, jdunck, vijay_shanker, and loic84. Backport of 428de2e339 from master. 04 July 2013, 12:34:00 UTC
9c501e6 [1.5.x] Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs. Thanks rene@ for the suggestion. Backport of 231e31c690 from master. 04 July 2013, 09:45:34 UTC
583f340 [1.5.x] Fixed #20609 -- Documented how to use request.user with RequestFactory Thanks michel@ for the suggestion. Backport of 75041d5ea3 from stable/1.5.x. 03 July 2013, 15:12:04 UTC
44df41e [1.5.x] Fixed #20695 -- Fixed contrib.humanize translation syntax errors Affected language: Mexican Spanish, Mongolian, Romanian, Turkish Translations for 1.6 and master will be refetched from Transifex. Thanks ruless at gmail.com for the report. 03 July 2013, 14:39:26 UTC
6151fdf [1.5.x] Fixed #20687 -- Added documentation for django.core.signing API. Thanks Baptiste Mispelon for the suggestion. Backport of c5bc98d7e1 from master. 03 July 2013, 14:39:05 UTC
4453d86 [1.5.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. Thanks garrison for the suggestion. Backport of 8a679386c3 from master. 03 July 2013, 12:46:31 UTC
back to top