aboutsummaryrefslogtreecommitdiff
path: root/djangopypi
Commit message (Expand)AuthorAge
* Relocating default settings and templates into the djangopypi packageMike Crute2010-05-27
* Adding channel supportMike Crute2010-05-27
* Extracting urlconfs into a simple hierarchy for future sanity.Mike Crute2010-05-27
* Give the platform field some more space since it's supposed to be a comma sep...Halldór2010-04-26
* Shortened fields used with UNIQUE contraint since MySQL wont allow more than ...Halldór2010-04-23
* Switched download_url to be a CharField instead of a URLField.Michael Richardson2010-03-18
* Added tests for user registrationvandersonmota2009-12-26
* Re-organize views into views.dists, views.users, views.searchAsk Solem2009-12-21
* Some cosmetic changes to viniciuschagas code, + trying to organize views in a...Ask Solem2009-12-21
* Merge branch 'viniciuschagas/master'Ask Solem2009-12-21
|\
| * testsearch addedvandersonmota2009-12-18
| * Integrated djangopypi search engine - TODO: Functional TestsVinícius das Chagas Silva2009-12-16
| * Started search engine implementation - no totally integrated yet :(Vinícius das Chagas Silva2009-12-15
* | Fixes broken unittest. "test-suite" now passes again.Ask Solem2009-12-21
* | catch nonexistent release version to return 404 instead of 500: fixes #10Carl Meyer2009-12-13
|/
* Modify constraints to allow different types of uploads.Bo Shi2009-11-21
* Revert brosners parse fix (didn't work properly yet, missing commits?)Ask Solem2009-11-12
* Merge branch 'brosner/master'Ask Solem2009-11-11
|\
| * improved distutils POST data handling based on how PyPI actually does itBrian Rosner2009-11-10
* | Merge branch 'sverrejoh/master'Ask Solem2009-11-11
|\ \
| * | Moved app templates into project.Sverre Johansen2009-11-11
| * | Added distutils register supportSverre Johansen2009-11-11
* | | Remove really stupid license headers from source files.Ask Solem2009-11-11
|/ /
* / improved distutils POST data handling based on how PyPI actually does itBrian Rosner2009-11-10
|/
* removed beginning slash as it caused an incorrect URLBrian Rosner2009-11-05
* Fixed ppadd command. Was broken due to change in pkginfo moduleRune Halvorsen2009-08-05
* Added uniqueness constraint for project/versionRune Halvorsen2009-08-05
* fixed typo causing ReST markup to failRussell Sim2009-07-08
* changed basic auth relm to mactch pypi.python.org, fixes registrationRussell Sim2009-07-08
* fixed typoRussell Sim2009-07-08
* Using "register" with distutils didn't work anymore. Fixed.Ask Solem2009-05-28
* Fix typo foce_unicode -> force_unicodeAsk Solem2009-05-08
* Forgot to make templatetags a packageAsk Solem2009-05-08
* Merge branch 'runeh/master'Ask Solem2009-05-08
|\
| * Merge branch 'master' of git://github.com/ask/chishopRune Halvorsen2009-05-06
| |\
| * | Added management command for loading classifiers from pypiRune Halvorsen2009-05-06
* | | Catch restructuredtext exceptions, just show as text instead.Ask Solem2009-05-08
| |/ |/|
* | Merge branch 'runeh/master'Ask Solem2009-05-04
|\|
| * Added management command for easy_installing into the chishopRune Halvorsen2009-05-03
* | Merge branch 'russell/master'Ask Solem2009-04-21
|\ \
| * | complete refactor to use ModelFormRussell Sim2009-04-21
| * | Whoops, don't even know my own email address...Russell Sim2009-04-21
* | | Merge branch 'runeh/master'Ask Solem2009-04-21
|\ \ \ | | |/ | |/|
| * | Tried making the weird_post_data parser a little cleanerRune Halvorsen2009-04-21
| |/
* / Change Release.license to TextField (someone seems to be sending their whole ...Ask Solem2009-04-21
|/
* Make download links absolute.Ask Solem2009-04-20
* Forgot to import django.conf.settings in forms.Ask Solem2009-04-20
* MySQL couln't handle the unique_together index on the Release model.Ask Solem2009-04-20
* Merge branch 'russell/master'Ask Solem2009-04-20
|\
| * added simple pretty interface using the admin css.Russell Sim2009-04-20