https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
6001ba0 [soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13565 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 August 2010, 21:22:37 UTC
c7bd48c [soc2010/query-refactor] Improved the ListField implementation, and added an EmbeddedModelField. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13564 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 August 2010, 21:16:59 UTC
9b263c6 [soc2010/query-refactor] Added a forgotten file from r13441. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13442 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 July 2010, 21:04:51 UTC
9944d8d [soc2010/query-refactor] Added a ListField, currently only works on MongoDB. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13441 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 July 2010, 19:33:32 UTC
9c6e1c8 [soc2010/query-refactor] Provide a more useful error message on disjunctions. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13438 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 July 2010, 21:04:03 UTC
a35cbdb [soc2010/query-refactor] On unsupported operations raise a useful exception. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13437 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 July 2010, 20:36:07 UTC
485bfe4 [soc2010/query-refactor] Implemented deletion. Thanks to Josh Ourisman for pointing this out. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13433 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 July 2010, 02:38:10 UTC
59089a7 [soc2010/query-refactor] Ensure that calling close() doesn't blow up if a connection was never opened. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13432 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 July 2010, 02:20:29 UTC
536a5ca [soc2010/query-refactor] Fixed querying for objects by their related objects (by their primary keys). git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13431 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 July 2010, 19:33:43 UTC
d83203c [soc2010/query-refactor] Implemented F() expressions for MongoDB. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13430 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 July 2010, 19:17:41 UTC
317010e [soc2010/query-refactor] Merged up to trunk r13425. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13429 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 July 2010, 18:35:49 UTC
f70c998 [soc2010/query-refactor] Remove some nastiness from db_type() git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13409 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 July 2010, 01:57:12 UTC
7dcb95a [soc2010/query-refactor] Fixed a number of issues under postgresql. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13408 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 July 2010, 01:53:05 UTC
183c290 [soc2010/query-refactor] Merged up to trunk r13405. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13407 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 July 2010, 01:45:44 UTC
0ba2e50 [soc2010/query-refactor] Implemented __regex and __iregex. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13389 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 June 2010, 23:05:44 UTC
3efa619 [soc2010/query-refactor] Implemented __in. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13384 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 June 2010, 18:09:25 UTC
9a895a6 [soc2010/query-refactor] Added tests for slicing and count. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13383 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 June 2010, 18:09:15 UTC
d6993c7 [soc2010/query-refactor] Fixed Querysets in MongoDB with a limit of 0. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13382 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 June 2010, 18:09:08 UTC
33523c9 [soc2010/query-refactor] Implemented __gt. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13381 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 June 2010, 18:08:47 UTC
530434f [soc2010/query-refactor] Fixed __isnull. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13380 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 June 2010, 18:08:38 UTC
1fda238 [soc2010/query-refactor] Implemented values (and values_list). git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13372 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 June 2010, 20:28:47 UTC
28c9044 [soc2010/query-refactor] Implemented slicing, also found a bug in MongoDB/PyMongo. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13371 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 June 2010, 19:14:13 UTC
6c6dc8f [soc2010/query-refactor] Implemented order_by, also fixed a typo in "The Beatles", sorry. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13370 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 June 2010, 18:38:24 UTC
bf071f7 [soc2010/query-refactor] Clean up the implementation of lookup_type, added more tests, and killed code that wasn't tested. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13369 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 June 2010, 18:23:34 UTC
706b189 [soc2010/query-refactor] Cleaned up implementation of negation in MongoDB, and no longer rely on a feature from MongoDB unstable version. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13368 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 June 2010, 16:11:17 UTC
dd5e718 [soc2010/query-refactor] Merged up to trunk r13366. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13367 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 June 2010, 15:49:56 UTC
72c6a43 [soc2010/query-refactor] Implemented __lt lookups for MongoDB. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13359 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 June 2010, 01:36:13 UTC
d19cba9 [soc2010/query-refactor] Implemented not equal (exclude(foo=bar)) in the ORM for MongoDB, note that this doesn't actually work at the moment due to a bug in MongoDB. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13358 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 June 2010, 01:26:36 UTC
2804e22 [soc2010/query-refactor] Fix an amusing typo (didn't break anything, was just stupid). Thanks to Waldemar Kornewald for the report. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13357 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 June 2010, 02:04:10 UTC
9f53dbb [soc2010/query-refactor] Introduced tests to show that ForeignKeys work correctly. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13354 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 June 2010, 20:48:45 UTC
f522555 [soc2010/query-refactor] Implemented count() (and by extension the Count() aggregate on the primary key). git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13353 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 June 2010, 20:09:24 UTC
8f441f0 [soc2010/query-refactor] Cleaned up a TODO in the flush management command, and the resulting landslide of bugs this unveiled in the MongoDB backend. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13352 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 June 2010, 19:15:11 UTC
4f395e7 [soc2010/query-refactor] Merged up to trunk r13350. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13351 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 June 2010, 18:30:38 UTC
28499bb [soc2010/query-refactor] Fixed update on MongoDB. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13342 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 June 2010, 19:59:44 UTC
7ce8903 [soc2010/query-refactor] Implement querying, thereby providing that update wasn't working (not fixed yet). git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13341 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 June 2010, 19:28:20 UTC
fe2bd63 [soc2010/query-refactor] MongoDB backend can now update saved objects. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13340 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 June 2010, 16:23:26 UTC
9142ba5 [soc2010/query-refactor] Added a file with a running list of considerations before a merge. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13339 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 June 2010, 15:47:23 UTC
89fb7aa [soc2010/query-refactor] Introced NativeAutoField, also started with some basic MongoDB tests (really just very basic ORM tests), and introduced various APIs into the mongodb backend that were necessary for running unittests. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13338 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 June 2010, 15:31:19 UTC
defc494 [soc2010/query-refactor] Merged up to trunk r13336. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13337 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 June 2010, 14:29:24 UTC
3507a3e [soc2010/query-refactor] Cleaned up the implementation of compiler's has_results method. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13335 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 June 2010, 20:23:38 UTC
b564f6c [soc2010/query-refactor] Moved has_results (implementation of exists()) onto the compiler, where it belongs. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13334 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 June 2010, 20:18:17 UTC
8690f66 [soc2010/query-refactor] Small change so that insertions with an explicit primary key should work. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13333 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 June 2010, 20:03:43 UTC
1f9e422 [soc2010/query-refactor] Refactor, and implement a few more methods to get models saving under the mongodb backend. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13332 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 June 2010, 17:53:34 UTC
4c45bef [soc2010/query-refactor] Implement a few methods to the point of tests actually running under mongodb (all failing of course). git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13331 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 June 2010, 17:53:22 UTC
0813aa4 [soc2010/query-refactor] Altered the base database backend class to not have anything more than the bare minimum. Also add the bare beginnings for a mongodb backend. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13330 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 June 2010, 17:53:14 UTC
a61b34b [soc2010/query-refactor] Merged up to trunk r13328. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13329 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 June 2010, 17:52:53 UTC
9d3e666 Created SoC query-refactor branch. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13305 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 May 2010, 09:35:51 UTC
6cffb9b Bump to 1.2.1. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13302 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 May 2010, 19:10:30 UTC
e6ec07d Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 when localization is enabled. Thanks for the report and patch, magnus. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13301 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 May 2010, 10:38:23 UTC
6b2d6e1 Fixed #13590 - Made CSRF failure page styling consistent with Django's default error page styling. Thanks to alefteris for suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13300 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 May 2010, 18:42:16 UTC
84060a1 Refs #13573 -- Modified the key technique added in r13295 to be more robust against potential key collisions while keeping key names human-readable. Thanks to Alex for being finicky. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13299 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 May 2010, 14:25:26 UTC
5acd9cd Fixed #13577 -- Updated Polish formats file. Thanks, ludwik. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13298 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 May 2010, 14:09:25 UTC
286ce85 Fixed #13569 -- Fixed createsuperuser management command to work with the new relaxed requirements for usernames. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13297 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 May 2010, 14:08:49 UTC
b057a8b Fixed #13560 -- Fixed localization of widgets. Particularly this fixes the SplitDateTimeField and the AdminDateWidget by localizating the widget's value in its render method instead of the form field. Thanks to David Danier for the report and Russell for help with the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13296 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 May 2010, 14:07:54 UTC
8a6cb3d Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13295 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 May 2010, 08:54:15 UTC
6b2fd34 Fixed #13566, a typo in the 1.2 release notes. Thanks johnthedebs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13294 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 May 2010, 12:35:02 UTC
747e8df Fixed #13563, a typo in the GeoDjango tutorial. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13293 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 May 2010, 03:25:42 UTC
97560f3 Fixed a couple of typos in the release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13291 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 22:28:44 UTC
ffcffcb Updated the docs conf.py to have the correct version number. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13287 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 18:51:50 UTC
5b6c20f Trunk is now 1.2.1 pre-alpha. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13286 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 18:21:18 UTC
9444c8d Add in the section on Python 2.3 compatibility. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13284 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 17:57:07 UTC
f8af1af Flip PyPI classifier from beta to stable. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13279 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 17:42:14 UTC
6276167 Bump version and download info to 1.2. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13276 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 17:31:49 UTC
c40b131 A final *final* clarification in the release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13274 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 16:48:32 UTC
d88d0ec Some final clarifications in the release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13273 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 16:47:16 UTC
47e3cc7 Slight fixes to related fields reference to avoid conflicting target names with the queryset docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13272 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 16:32:37 UTC
acd8dcd Some heavy refactoring to the 1.2 release notes. Don't bury the lede, folks! git-svn-id: http://code.djangoproject.com/svn/django/trunk@13271 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 16:32:29 UTC
b496518 Fixed a couple of es_AR translation errors. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13270 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 13:57:15 UTC
10b5f38 Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13269 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 May 2010, 00:27:37 UTC
a17d897 Fixed #13545 -- Updated Norwegian nynorsk (nn) translation. Thanks, Håvard Grimelid. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13268 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 May 2010, 20:48:45 UTC
06ab9ee Added notes about the two new date format specifiers (``c`` and ``u``) added in 1.2. Thanks for the patch, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13267 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 May 2010, 20:48:19 UTC
34ddcd9 Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 uses "T" as the separator between the date and the time value to increase real world usefulness. While the ISO standard permits the use of a space instead of "T" for readability, it does have an impact on standards like HTML5 which rely on specific rules made in RFC 3339. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13266 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 May 2010, 15:54:10 UTC
fa14e31 Fixed #13544 -- Updated Norwegian bokmal translation. Thanks, Jon Lønne. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13265 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 May 2010, 00:19:01 UTC
626d2e7 Removed the 'under development' marker from the 1.1.2 release notes; a little too late, but better than never. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13263 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 May 2010, 11:42:59 UTC
bca6a7f Minor fixes to 1.2 release docs. Thanks to Ramiro Morales for noticing the version number problem. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13262 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 May 2010, 11:41:15 UTC
9900917 Fixed #13540 -- Corrected typo in 1.2 release docs. Thanks to erw for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13261 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 May 2010, 11:27:00 UTC
01f09c9 Fixed #13536 - Updated French translation. Thanks, David Larlet. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13260 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 May 2010, 09:13:32 UTC
23decc4 Update 1.2 release notes in anticipation of final release. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13259 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 May 2010, 06:51:42 UTC
a193f35 Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13254 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 May 2010, 01:51:14 UTC
670baf2 Updated the English language files to match the strings in the 1.2 release. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13252 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 May 2010, 13:42:24 UTC
b3fff85 Updated German translation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13251 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 May 2010, 13:42:01 UTC
21e8419 Fixed #13514 -- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13250 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 May 2010, 13:29:31 UTC
b29b0f8 Corrected 'name' of functions wrapped with method_decorator git-svn-id: http://code.djangoproject.com/svn/django/trunk@13249 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 May 2010, 11:11:27 UTC
8e7d2d2 Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13247 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 May 2010, 22:53:23 UTC
111d361 Fixed doc markup error that resulted in no anchor tag for the model admin queryset method. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13245 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 May 2010, 13:34:05 UTC
70a8f07 Fixed #13502 -- Updated Arabic translation. Thanks to okhayat. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13244 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 May 2010, 13:29:57 UTC
0e2f215 Fixed #13529 -- Corrected ModelAdmin example. Thanks to stephane@actinetwork.com for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13242 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 May 2010, 13:24:38 UTC
d0d3e67 Fixed #13524 -- Added backwards compatibility and feature notes regarding admin inlines and formsets. Thanks to Ramiro Morales and Gabriel Hurley. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13241 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 May 2010, 11:56:42 UTC
b8ed827 Fixed #13517 -- Added Latvian L10N description. Thanks to fest. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13240 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 May 2010, 11:07:50 UTC
23976fa Fixed #13486 -- Corrected handling of %I in admin javascript version of strftime. Thanks to Bufke for the report, and jmil for the solution. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13239 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 May 2010, 11:00:12 UTC
b6f0fa5 Updated es_AR translation. Complete as of r13237. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13238 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 May 2010, 21:46:39 UTC
bfa0bae Fixed #13523 -- Updated Russian translation. Thanks to Alexey Boriskin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13237 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 May 2010, 14:43:24 UTC
b160e1c Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to timo for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13235 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 May 2010, 14:12:08 UTC
16c64bc Fixed #13521 -- Corrected javascript comparisons determining when to show and hide the 'add another' inline button. Thanks to darkrho for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13234 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 May 2010, 13:40:17 UTC
6543539 Fixed #13522 -- Updated Indonesian translation. Thanks to gchandrasa. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13233 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 May 2010, 13:07:09 UTC
f6b0f74 Fixed #13513 -- Ensured that queries collecting deleted objects are issued on the right database, especially when dealing with m2m intermediate tables. Thanks to gavoja for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13232 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 May 2010, 13:06:03 UTC
8d9bef9 Fixed #13520 -- Updated Finnish translation. Thanks to Aku Kotkavuo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13231 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 May 2010, 06:10:58 UTC
bbbf100 Fixed #13515 -- Updated Irish translation of Javascript catalog. Thanks, Michael Thornhill. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13230 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 May 2010, 22:00:39 UTC
adde9f4 Fixed #13517 -- Updated Latvian translation. Thanks, Reinis Veips. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13229 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 May 2010, 22:00:17 UTC
6c2f14e updated croatian translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@13228 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 May 2010, 17:12:36 UTC
back to top