Django

Code

root/django/trunk/django


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7837 [7837] 07/04/08 21:14:34 mtredinnick Changed a couple of old-style validators to remove some deprecation …
(edit) @7835 [7835] 07/04/08 01:42:58 mtredinnick Redo the changes in [7773] in a better way. This removes some of the …
(edit) @7833 [7833] 07/03/08 14:21:54 ikelly Fixed #7407 -- in Oracle, made sure table names are properly quoted when …
(edit) @7831 [7831] 07/03/08 13:42:47 ikelly Refs #7565. Fixed Oracle sequence resetting on child models.
(edit) @7829 [7829] 07/03/08 01:04:17 gwilson Corrected typo in uploadedfile module.
(edit) @7828 [7828] 07/02/08 16:39:05 telenieko Closes #7607, Turkish translation update, thanks Evren Esat Özkan
(edit) @7823 [7823] 07/02/08 00:05:50 gwilson Fixed a long and complex line by breaking into a for loop, with the added …
(edit) @7822 [7822] 07/02/08 00:00:09 gwilson Added docstring and other minor style fixes.
(edit) @7821 [7821] 07/01/08 23:48:58 gwilson Got rid of a bit of repetition by using dict.update().
(edit) @7820 [7820] 07/01/08 23:34:05 gwilson Minor style fixes.
(edit) @7819 [7819] 07/01/08 23:31:28 gwilson Made legacy ObjectPaginator truly backwards-compatible by catching both …
(edit) @7818 [7818] 07/01/08 13:49:01 jacob Oops, missed a changed file in [7817].
(edit) @7817 [7817] 07/01/08 13:47:46 jacob Fixed #7590: made UploadedFile? subclasses' init methods sane.
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7813 [7813] 07/01/08 07:25:59 mtredinnick Fixed #7185 -- Added a "ping_google" management command …
(edit) @7812 [7812] 07/01/08 05:12:50 mtredinnick Modified [7760] to not include a "col is not NULL" fragment for …
(edit) @7808 [7808] 06/30/08 08:11:12 russellm Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now …
(edit) @7807 [7807] 06/30/08 08:05:47 mtredinnick Fixed #4081 -- Allow empty content in flatpages. Patch from ctrochalakis …
(edit) @7806 [7806] 06/30/08 07:52:46 mtredinnick Fixed #6089 -- Removed default ordering on the User class. Admin users are …
(edit) @7805 [7805] 06/30/08 07:34:29 russellm Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the …
(edit) @7803 [7803] 06/30/08 07:18:29 russellm Fixed #7572 -- Force the closure of the database connection at the end of …
(edit) @7802 [7802] 06/30/08 06:56:52 mtredinnick Fixed #6928 -- Added a little more robustness to transaction rollbacks for …
(edit) @7801 [7801] 06/30/08 06:32:50 mtredinnick Fixed #6647 -- Add some more robustness to the development web server.
(edit) @7800 [7800] 06/30/08 06:22:41 mtredinnick Fixed #6994 -- For fastcgi, set a more sensible default umask. Also allow …
(edit) @7799 [7799] 06/30/08 05:44:56 mtredinnick Fixed #5957 -- Enforce the "required" attribute on BooleanField? in …
(edit) @7798 [7798] 06/30/08 05:25:35 mtredinnick Fixed #2170 -- "exact" lookups in MySQL are now case-sensitive (the same …
(edit) @7797 [7797] 06/30/08 05:07:06 mtredinnick Fixed #4485 -- Allow nullable DecimalFields? to store NULLs. Based on a …
(edit) @7796 [7796] 06/30/08 03:02:46 telenieko Closes #7562, Updated Macedonian (mk) translation. Thanks Georgi …
(edit) @7795 [7795] 06/30/08 02:17:18 mtredinnick Fixed #7156 -- Normalise file paths before returning them in models. This …
(edit) @7794 [7794] 06/30/08 02:10:03 mtredinnick Fixed #7033 -- Removed an unused field. OrderingField? was added in the …
(edit) @7793 [7793] 06/30/08 02:03:58 mtredinnick Fixed #7046 -- set the response status code correctly in …
(edit) @7791 [7791] 06/30/08 01:24:21 mtredinnick Fixed #7314 -- Changed the way extra() bits are handled when QuerySets? are …
(edit) @7790 [7790] 06/29/08 23:46:59 mtredinnick Make sure we only create the minimum number of table indexes for …
(edit) @7789 [7789] 06/29/08 19:38:14 mtredinnick Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in …
(edit) @7788 [7788] 06/29/08 18:47:31 mtredinnick A way better fix for the count() issue in [7787]. The first attempt was …
(edit) @7787 [7787] 06/29/08 06:50:04 mtredinnick Fixed #7323 -- Fixed a count() edge-case.
(edit) @7786 [7786] 06/29/08 06:15:48 mtredinnick Fixed #7371 -- Fixed an edge case when ordering on related models.
(edit) @7785 [7785] 06/29/08 05:35:35 mtredinnick Fixed #7378 -- Use the "to_field" where appropriate on reverse …
(edit) @7784 [7784] 06/29/08 04:41:35 mtredinnick Fixed #7276 -- Delete multi-table objects correctly. When model …
(edit) @7782 [7782] 06/29/08 04:40:17 mtredinnick Factored out a semi-complex if-test that was used in two places.
(edit) @7781 [7781] 06/29/08 04:39:32 mtredinnick Fixed #7246 -- Pull in the all the necessary data when using …
(edit) @7778 [7778] 06/28/08 21:36:18 mtredinnick Fixed handling of multiple fields in a model pointing to the same related …
(edit) @7777 [7777] 06/28/08 21:35:08 mtredinnick Moved the settings of db_table to Options.contribute_to_class(). Some …
(edit) @7774 [7774] 06/26/08 22:48:11 mtredinnick Removed a dead line that was left in [7773] by accident.
(edit) @7773 [7773] 06/26/08 22:27:20 mtredinnick Reorganised the internals of the Where node a bit to fix some copying …
(edit) @7772 [7772] 06/26/08 12:44:54 ikelly Fixed a "column" instance that wis massed in [7743].
(edit) @7766 [7766] 06/26/08 08:25:59 mtredinnick Fixed #7312 -- Fixed handling of custom Q-like objects in …
(edit) @7765 [7765] 06/26/08 06:42:12 mtredinnick EmptyQuerySet? classes can now be merged with normal querysets.
(edit) @7764 [7764] 06/26/08 05:50:25 mtredinnick Fixed the way symmetrical many-to-many relations are recorded in the …
(edit) @7763 [7763] 06/26/08 02:51:19 mtredinnick Fixed #7105 -- Fixed dates() queries in light of model inheritance.
(edit) @7762 [7762] 06/26/08 02:04:18 mtredinnick Fixed #7215 -- Create correct reverse-relation accessors when using …
(edit) @7761 [7761] 06/26/08 01:50:22 mtredinnick Fixed #7181 -- when ordering by a potentially NULL field, use a left-outer …
(edit) @7760 [7760] 06/26/08 00:34:26 mtredinnick Fixed #7076 -- Include NULL values when excluding non-NULL items. Based …
(edit) @7758 [7758] 06/26/08 00:24:32 adrian Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell …
(edit) @7756 [7756] 06/26/08 00:16:19 adrian Optimized {% cycle %} template tag so that it creates the Variable objects …
(edit) @7755 [7755] 06/26/08 00:07:13 adrian Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the …
(edit) @7754 [7754] 06/25/08 23:54:10 adrian Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout …
(edit) @7752 [7752] 06/25/08 23:30:06 adrian Fixed #6322 -- Fixed bug in 'ifchanged' template tag where it wasn't …
(edit) @7749 [7749] 06/25/08 23:11:53 adrian Fixed #6306 -- redirect_to_login() helper function now quotes the URL …
(edit) @7748 [7748] 06/25/08 23:09:29 adrian Fixed #7274 -- Improved the django.contrib.auth password_reset() view not …
(edit) @7747 [7747] 06/25/08 23:05:48 adrian Fixed #7319 -- Removed unused DatabaseFeatures? attribute …
(edit) @7746 [7746] 06/25/08 23:03:44 adrian Fixed #7527 -- Removed an unused value from all in …
(edit) @7743 [7743] 06/25/08 22:11:32 mtredinnick Fixed #7109 -- Quote certain values before passing them for substitution …
(edit) @7742 [7742] 06/25/08 21:20:45 mtredinnick Removed the bulk of the sanity checking when merging QuerySets?. It was …
(edit) @7741 [7741] 06/25/08 20:02:11 mtredinnick Fixed a problem when constructing complex select_related() calls. Avoids …
(edit) @7740 [7740] 06/25/08 20:01:21 mtredinnick Fixed a problem with values() and values_list() queries and nullable …
(edit) @7739 [7739] 06/25/08 08:38:06 russellm Fixed #7155 -- Corrected DateQuerySet? to handle nullable fields. Thanks to …
(edit) @7738 [7738] 06/25/08 07:09:18 russellm Fixed #7531 -- Modified the sites test so that user-provided initial data …
(edit) @7732 [7732] 06/24/08 00:47:51 zgoda Missing compiled messages file from my previous commit
(edit) @7731 [7731] 06/24/08 00:46:44 zgoda Updated Polish translations (couple of locality names and some wording …
(edit) @7729 [7729] 06/23/08 14:48:16 jezdez Fixed #7477 -- Updated German locale.
(edit) @7726 [7726] 06/23/08 07:17:57 russellm Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any …
(edit) @7725 [7725] 06/23/08 00:08:07 gwilson Several Django styling fixes in the contrib.sessions app.
(edit) @7724 [7724] 06/22/08 01:50:25 russellm Fixed #7517 -- Added code to remove Sites from the site cache when they …
(edit) @7723 [7723] 06/22/08 01:34:17 russellm Fixed #7514 -- Added code to clear the site cache on sync. This shouldn't …
(edit) @7722 [7722] 06/21/08 15:57:05 lukeplant Fixed bug with Model.delete() which did not always delete objects in the …
(edit) @7721 [7721] 06/21/08 15:55:17 lukeplant Added tests for corner case with deleting where objects are deleted in the …
(edit) @7720 [7720] 06/21/08 11:37:44 lukeplant Removed some unnecessary work in Model._collect_sub_objects()
(edit) @7716 [7716] 06/20/08 12:43:12 lukeplant Added basic tests for auth.views.password_reset
(edit) @7712 [7712] 06/20/08 06:04:29 telenieko Catalan translation updates. This includes: Lowercasing language and month …
(edit) @7710 [7710] 06/19/08 16:15:33 jacob Fixed #7475: fixed a possible race condition in ModelChoiceIterator?. …
(edit) @7706 [7706] 06/19/08 09:38:56 russellm Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management …
(edit) @7705 [7705] 06/19/08 08:32:39 russellm Fixed #6812 -- Modified the formtools test case to be run order safe with …
(edit) @7704 [7704] 06/19/08 08:24:39 russellm Fixed #6719 -- Added a --traceback option to syncdb to provide a stack …
(edit) @7701 [7701] 06/19/08 07:05:39 russellm Fixed #7355 -- Modified urlize utility to handle https:// addresses. …
(edit) @7700 [7700] 06/19/08 02:53:24 telenieko Closes #7461, Month/Week names lowercased. Thanks Arien.
(edit) @7698 [7698] 06/18/08 15:53:55 jacob Fixed #7458: added Lithuanian to LANGUAGES.
(edit) @7697 [7697] 06/18/08 15:51:22 jacob Added Estonian to global_settings.LANGUAGES. Refs #7141.
(edit) @7696 [7696] 06/18/08 15:47:07 telenieko Refs #7461, lowercased language names in Spanish translation. Thanks …
(edit) @7695 [7695] 06/18/08 15:38:35 telenieko Refs #7458, New Lithuanian translation. Thanks Rapolas Kaselis.
(edit) @7693 [7693] 06/18/08 11:33:04 jacob Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks …
(edit) @7692 [7692] 06/18/08 11:13:14 jacob Fixed #3393: login view no longer assumes that set_test_cookie has been …
(edit) @7689 [7689] 06/18/08 08:10:05 russellm Fixed #7554 -- Modified contrib.localflavor to make use of ugettext, …
(edit) @7688 [7688] 06/18/08 07:59:39 russellm Fixed #7318 -- Cleaned up the template inheritance logic, specifically to …
(edit) @7687 [7687] 06/18/08 07:07:46 russellm Fixed #7429 -- Modified the Session base class a little more …
(edit) @7686 [7686] 06/18/08 04:12:39 telenieko Missing compile-messages.py -l hr
(edit) @7682 [7682] 06/17/08 16:43:53 aljosa updated croatian translation
(edit) @7679 [7679] 06/17/08 08:58:19 russellm Fixed #7044 -- Corrected a minor typo in a docstring in the model loader. …
(edit) @7673 [7673] 06/17/08 05:54:48 telenieko Closes #7413, Updated Hebrew translation (Thanks Meir Kriheli)
(edit) @7672 [7672] 06/17/08 04:37:25 telenieko Refs #7141, Estonian updates (Thanks Erik Allik)
Note: See TracRevisionLog for help on using the revision log.