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