https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
811508b [1.6.x] Bump version number for bugfix release. 22 October 2014, 16:49:25 UTC
66be18e [1.6.x] Added release dates to release notes. Backport of 9dc782b631 from master 22 October 2014, 16:24:30 UTC
ab0899f [1.6.x] Fixed a typo in urlencode documentation. Backport of 62a53bdf11 from master 19 October 2014, 23:20:32 UTC
7d90fed [1.6.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max length Backport of c1b9f99a81 from master 18 October 2014, 10:56:18 UTC
a57f324 [1.6.x] Fixed some intersphinx references. Backport of babbf18999 from master 17 October 2014, 00:10:59 UTC
5e4ddcc [1.6.x] Fixed pep8 in docs/topics/logging.txt Backport of 947af46db3 from master 15 October 2014, 22:56:09 UTC
0a31b4e [1.6.x] Fixed #23631 -- Removed outdated note on MySQL timezone support. Thanks marfire for the report. Backport of 9db3653670 from master 10 October 2014, 19:22:40 UTC
e24b246 [1.6.x] Updated links in admin docs to use :ref: per Sphinx docs: "Using ref is advised over standard reStructuredText links to sections because it works across files, when section headings are changed, and for all builders that support cross-references. Backport of 13409b932a from master 06 October 2014, 14:46:47 UTC
c5c4bfa [1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin. Thanks Simon Charette for review. Backport of a24cf21722 from master 06 October 2014, 12:50:48 UTC
0aad1f1 [1.6.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model uses. Backport of e501d4c505 from master 06 October 2014, 12:24:10 UTC
e71ef9b [1.6.x] Documented how to rename get_query_set if you are a library author Backport of ca139bbfdf48bf59b0918a7d675cdc5d4ae60957 from master 02 October 2014, 10:35:59 UTC
0004156 [1.6.x] Added flat=False to signature of QuerySet.values_list() Backport of 20f868bc5a from master 01 October 2014, 17:10:18 UTC
011541d [1.6.x] Required numpy < 1.9 for tests; refs #23489. Backport of 4743a94429 from stable/1.7.x 29 September 2014, 23:58:00 UTC
8c08510 [1.6.x] Fixed #17638 -- Added crosslinks between topic and reference guides. Thanks oinopion for the suggestion and jarus for the initial patch. Backport of 054bdfeff1 from master 29 September 2014, 22:17:39 UTC
9beca95 [1.6.x] Added SuspiciousOperation to list of caught exceptions in testing docs. Backport of 21683011d5 from master 24 September 2014, 17:05:09 UTC
943716c [1.6.x] Skipped a broken geoapp test on Oracle; refs #23504. Backport of 729cd6a11a from master 24 September 2014, 00:06:50 UTC
dd7346e [1.6.x] Made a GIS test work on Oracle. Thanks Josh Smeaton and Claude Paroz for advice. Backport of 7add30df01 from master 22 September 2014, 17:46:28 UTC
2376319 [1.6.x] Skipped a broken GIS test on Oracle; refs #23504. Backport of 828edc5ba9 from master 22 September 2014, 17:43:35 UTC
8cee587 [1.6.x] Removed unnecessary order_by() from a GIS test that crashed Oracle. Oracle cannot order_by() a TextField; refs #23504. Backport of 7fc13178d6 from master 22 September 2014, 17:42:51 UTC
59d369d [1.6.x] Skipped some broken tests on Oracle GIS; refs #23504. Backport of 7fce7f51ef from master 22 September 2014, 17:39:39 UTC
a6c294a [1.6.x] Fixed #23529 -- Replaced comments tag library with humanize in docs Backport of ee442e97da390b7136dc12b66ddfa70263a60b5c from master. 21 September 2014, 15:34:23 UTC
aa1939c [1.6.x] Fixed #23491 -- Clarified tutorial 3. Thanks diek for the suggestion. Backport of 54fd84e432 from master 17 September 2014, 12:43:44 UTC
9a66244 [1.6.x] Fixed #23499 -- Error in built-in template tag "now" documentation Backport of ab8248361e0a7b4fc7684eaaa5891e16b8562683 from master. 17 September 2014, 07:24:05 UTC
452587a [1.6.x] Forwardported 1.4.16 release notes. Backport of 0ae79014c0 from master 13 September 2014, 13:23:46 UTC
31b5e3e [1.6.x] Added link to LogRecord attributes in logging.txt Backport of c5b4145fca from master 11 September 2014, 19:42:48 UTC
cc8486b [1.6.x] Corrected indentation in a contrib.humanize test; refs #23340. Thanks Zach Borboa for the report. Backport of 96010ae15b from master 10 September 2014, 16:27:14 UTC
eba54eb [1.6.x] Fixed typo in topics/forms/formsets.txt Backport of e265112cd1 from master 10 September 2014, 15:17:57 UTC
e2d4677 [1.6.x] Fixed an instance of 'an' before a word beginning with a consonant. Backport of ef8ef2a42d from master 10 September 2014, 11:17:37 UTC
5767bc7 [1.6.x] Fixed #23350 -- Updated mod_wsgi auth example to use less memory. Thanks Graham Dumpleton for the report. Backport of c7f7432be5 from master 09 September 2014, 13:33:04 UTC
a7af6ad [1.6.x] Fixed #23431 -- Allowed inline and hidden references to admin fields. This fixes a regression introduced by the 53ff096982 security fix. Thanks to @a1tus for the report and Tim for the review. refs #23329. Backport of 342ccbd from master 08 September 2014, 18:05:26 UTC
7316541 [1.6.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets. Thanks velle for the report. Backport of 5f3806b861 from master 08 September 2014, 17:24:48 UTC
8635fa0 [1.6.x] Additional edits for refs #23340; thanks Loic. Backport of 0a2bc6e6bd from master 06 September 2014, 12:01:02 UTC
c9e0afe [1.6.x] Fixed #23340 -- Corrected naturaltime docs to match behavior. Thanks zachborboa for the report and blackguest for the patch. Backport of 7353e26d5d from master 06 September 2014, 11:48:34 UTC
414e3fc [1.6.x] Fixed #22161 -- Documented send() with no recipients won't raise an exception. Backport of 0f0a5c07f9 from master 06 September 2014, 00:40:52 UTC
289d38b [1.6.x] Fixed typo in docs/topics/db/transactions.txt. Backport of 4db75925be from master 03 September 2014, 15:49:37 UTC
f7c7ab0 [1.6.x] Added dates to release notes. Backport of 0fd23545db from master 03 September 2014, 01:35:07 UTC
900f28a [1.6.x] Post release version bump. 03 September 2014, 01:08:02 UTC
75d03c7 [1.6.x] Update version number for bugfix release. 02 September 2014, 20:54:38 UTC
24d8452 [1.6.x] Added missing import in docs/ref/signals.txt. Backport of 4a303341fc from master 02 September 2014, 12:15:07 UTC
b877697 [1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited models. Backport of 6613ea6e3f from master 30 August 2014, 11:16:47 UTC
ce40575 [1.6.x] Corrected a usage example of `related_query_name`. Thanks to Petr Glotov for spotting this. Backport of 05a8cef428 from master 30 August 2014, 03:12:24 UTC
996ac76 [1.6.x] Fixed #23375 -- Added missing security issues to the archive. Backport of c9c0be3 from master 28 August 2014, 15:08:11 UTC
e3453b6 [1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin. Thanks to Trac alias Markush2010 and ross for the detailed reports. Backport of 3cbb759 from master 28 August 2014, 01:50:29 UTC
4db64e8 [1.6.x] Fixed #21567 -- Documented how to deploy multiple sites using the sites framework. Backport of 7b9537fb27 from master 26 August 2014, 19:22:32 UTC
8e77ac6 [1.6.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None. Backport of ced3e303ca from master 26 August 2014, 18:50:42 UTC
adb0c53 [1.6.x] Fixed spelling mistake in file docs. Backport of a3e88e64a4 from master 26 August 2014, 13:44:55 UTC
fa76275 [1.6.x] Clarified that makemessages -l takes a locale name, not a language code. Backport of 5473c36cef from master 26 August 2014, 12:11:59 UTC
9bc1091 [1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles. Backport of 0c9f40f776 from master 23 August 2014, 23:31:09 UTC
4684464 [1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs. Backport of a76aab3583 from master 22 August 2014, 17:23:58 UTC
d3c75da [1.6.x] Fixed #23342 -- Clarified warning about naive time objects. Thanks to apollo13 for suggested wording. Backport of b7336ec179 from master 22 August 2014, 15:40:07 UTC
f834439 [1.6.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt. Backport of 14aff0bd82 from master 22 August 2014, 15:34:53 UTC
808c0dc [1.6.x] Bumped version number post-release. 20 August 2014, 20:38:01 UTC
66638a0 [1.6.x] Added dates to release notes. Backport of b902be798e from master 20 August 2014, 20:32:51 UTC
8b19a4e [1.6.x] Update version number for security release. 20 August 2014, 20:14:55 UTC
f7c494f [1.6.x] Prevented data leakage in contrib.admin via query string manipulation. This is a security fix. Disclosure following shortly. 20 August 2014, 15:43:43 UTC
0268b85 [1.6.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE change. This is a security fix. Disclosure following shortly. 20 August 2014, 15:43:43 UTC
dd0c3f4 [1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names. This is a security fix. Disclosure following shortly. 20 August 2014, 15:43:43 UTC
da051da [1.6.x] Prevented reverse() from generating URLs pointing to other hosts. This is a security fix. Disclosure following shortly. 20 August 2014, 15:43:43 UTC
52b878d [1.6.x] Added release note stubs for 1.5.9 and 1.4.14. 20 August 2014, 15:43:43 UTC
48368d4 [1.6.x] Added sphinx extension to ease generation of ticket links. Backport of fca677fa43 from master 19 August 2014, 21:47:21 UTC
477ab02 [1.6.x] Fixed #17238 -- Added source code links to docs using sphinx.ext.viewcode. Thanks santiagobasulto for the suggestion. Backport of 9ed4a8c6b1 from master 19 August 2014, 21:45:38 UTC
9f9fdc4 [1.6.x] Fixed #22996 -- Prevented crash with unencoded query string Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham for the reviews. Backport of fa02120d36 from master. 19 August 2014, 20:55:35 UTC
c0e49ef [1.6.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the object attribute. Backport of 03c1609c47 from master 19 August 2014, 16:09:22 UTC
18f25ef [1.6.x] Fixed #23314 -- Tempered recommendation of storing profile data on custom user. Thanks gavinwahl for the report. Backport of 3569536491 from master 19 August 2014, 11:27:03 UTC
3cd3b49 [1.6.x] Fixed #17272 -- Documented that non-editable fields are skipped during model validation. Thanks mitar for the report. Backport of c587bd5a94 from master 19 August 2014, 11:18:42 UTC
d1e4fb9 [1.6.x] Fixed #23282 -- Corrected inheritance and reverse relations example. Thanks knowledgepoint-devs for the report and claudep for review. Backport of 7006187064 from master 19 August 2014, 10:30:01 UTC
190d811 [1.6.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped. Backport of 5dbe2a9431 from master 19 August 2014, 10:16:41 UTC
75d7bb8 [1.6.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults. Backport of 15cafaa565 from master 19 August 2014, 10:15:34 UTC
955fdc8 [1.6.x] Fixed #14638 -- Clarified model Field.to_python() docs. Thanks Anubhav Joshi for the patch. Backport of b6aa60f425 from master 18 August 2014, 16:54:24 UTC
f5e8376 [1.6.x] Fixed multi geometries editing in OpenLayers widget Backport of 457c16d0d from master. 15 August 2014, 08:10:35 UTC
73cc964 [1.6.x] Fixed a grammar error in docs/ref/forms/api.txt. Backport of bef5b9b7cd from master 14 August 2014, 16:15:18 UTC
99b5567 [1.6.x] Fixed #23265 -- Used system-specific encoding in runserver Thanks SpaceFox for the report. Backport of 055d95fce066 from master. 14 August 2014, 10:11:42 UTC
123f490 [1.6.x] Corrected content_type parameter name in sitemap docs. mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. Backport of a7443c24a3 from master 14 August 2014, 01:45:32 UTC
db1cfbc [1.6.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt. Backport of 2003cb23d4 from master 12 August 2014, 16:27:45 UTC
d07394a [1.6.x] Added a warning that remove_tags() output shouldn't be considered safe. Backport of 7efce77de2 from master 11 August 2014, 11:09:47 UTC
ffb9cbf [1.6.x] Fixed #23267 -- Fixed typo in Translation documentation Thanks to Tomin1 for the report. Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master. 11 August 2014, 10:09:32 UTC
72e98d5 [1.6.x] Noted that django-jython requires Django 1.7. 08 August 2014, 16:45:18 UTC
3d8e106 [1.6.x] Removed a doc reference to the deprecated `mimetype` kwarg. Backport of 61ed959235 from master 07 August 2014, 02:20:05 UTC
5fdfa2d [1.6.x] Fixed #21792 -- Documented Form.has_changed() Thanks bjb at credil.org for the suggestion and Ivan Mesic for the draft patch. Backport of edcc75e5ac from master 05 August 2014, 12:49:38 UTC
4121ce3 [1.6.x] Updated links for continous integration server. Backport of 21d0ceefb5 from master 05 August 2014, 11:29:00 UTC
e275016 [1.6.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command. Thanks frewsxcv for the report. Backport of 75f2c65cb6 from master 02 August 2014, 19:04:05 UTC
316178e [1.6.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs Backport of e26366da44bb343e7a95d01ff0dd18b8026c2802 from master. 02 August 2014, 16:59:27 UTC
0dfc376 [1.6.x] Updated MySQL links to version 5.6. Backport of fb4f3e04b1 from master 02 August 2014, 14:27:34 UTC
1cfb105 [1.6.x] Fixed typo in docs/topics/testing/tools.txt. Backport of 7ce4ef58c9 from master 01 August 2014, 13:43:52 UTC
faff723 [1.6.x] Updated timezone docs to use timezone.now() Thanks James Cleveland for the report and Aymeric for suggesting the solution. Backport of da59902250 from master 31 July 2014, 16:57:53 UTC
e4b2bea [1.6.x] Fixed #19107 -- Restored bug fix for sending unicode email with Python 2.6.5 and below. 30 July 2014, 13:29:08 UTC
8567c1a [1.6.x] Fixed #23132 -- Removed confusing clause in auth docs. Backport of abb97cffdf from master 30 July 2014, 12:16:07 UTC
f07e9f8 [1.6.x] Added a missing skipUnlessDBFeature for the previous commit. 29 July 2014, 13:37:49 UTC
838b7f8 [1.6.x] Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle This seems worthwhile in its own right, but also works around an Oracle bug (in versions 10 -- 11.1) where the use of Unicode would reset the date/time formats, causing ORA-01843 errors. Thanks Trac users CarstenF for the report, jtiai for the initial patch, and everyone who contributed to the discussion on the ticket. Backport of 6983201 from master. 29 July 2014, 11:00:26 UTC
8e25b69 [1.6.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentation Thanks to wkschwartz for the report and to Tim for the patch. Backport of e5619330e2 from master 29 July 2014, 10:22:42 UTC
6c70b1d [1.6.x] Fixed #22491 -- documented how select_for_update() should be tested. Thanks Andreas Pelme for the report. Backport of 668d432d0a from master 28 July 2014, 14:58:34 UTC
a7fe87b [1.6.x] Fixed #23106 -- Updated class-based view reference title. Backport of f14898a453 from master 27 July 2014, 00:47:13 UTC
e3a9935 [1.6.x] Fixed #22553 -- Added refreshing queryset info to docs. Backport of 6d5daa30cf from master 26 July 2014, 14:27:49 UTC
1c714c1 [1.6.x] Fixed #22305 -- Added note to docs about UTF8 database requirement. Backport of 08b85de9b7 from master 26 July 2014, 13:40:31 UTC
2630caf [1.6.x] Fixed #23097 -- Switched to new octal format in docs Backport of e1c85167a3 from master. 26 July 2014, 09:24:04 UTC
ae5a466 [1.6.x] Fixed #22827 -- clarified what each cache middleware does. Thanks Keryn Knight for the report. Backport of f9b7a0383c from master 25 July 2014, 10:26:45 UTC
deeaa78 [1.6.x] Improved docs for GEOSGeometry.simplify() Backport of aa8bc7fa7d from master 25 July 2014, 10:22:41 UTC
83098dc [1.6.x] Fixed #23089 -- Fixed transaction handling in two management commands. Previously, when createcachetable and flush operated on non-default databases, they weren't atomic. Also avoided transactional DDL and transactional truncates on databases that don't support them (refs #22308). Backport of 753a22a635, 0757e0f30d, and 6877a9d415 from master 24 July 2014, 23:27:15 UTC
290e389 [1.6.x] Fixed typo in docs/ref/contrib/admin/index.txt. Backport of 06ba4b9eee from master 22 July 2014, 17:28:02 UTC
205090b [1.6.x] Replaced instances of 'his/her' with 'their'. Backport of 8fbf13a6c8 from master 21 July 2014, 19:55:28 UTC
back to top